MessagePackMemberAttribute Constructor |
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackMemberAttribute(
int id
)
Public Sub New (
id As Integer
)
public:
MessagePackMemberAttribute(
int id
)
new :
id : int -> MessagePackMemberAttribute
Parameters
- id
- Type: SystemInt32
The ID of the member. This value cannot be negative and must be unique in the type.
See Also