MsgPack.Serialization.MessagePackMemberAttribute.MessagePackMemberAttribute C# (CSharp) Method

MessagePackMemberAttribute() public method

Initializes a new instance of the MessagePackMemberAttribute class.
public MessagePackMemberAttribute ( int id ) : System
id int /// The ID of the member. This value cannot be negative and must be unique in the type. ///
return System
		public MessagePackMemberAttribute( int id )
		{
			this._id = id;
		}
	}
MessagePackMemberAttribute