ProtocolBuffers.Key.Key C# (CSharp) Method

Key() public method

public Key ( uint field, Wire wireType ) : System
field uint
wireType Wire
return System
        public Key(uint field, Wire wireType)
        {
            this.Field = field;
            this.WireType = wireType;
        }
Key