Click or drag to resize
MessagePackMemberAttribute Constructor
Initializes a new instance of the MessagePackMemberAttribute class.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackMemberAttribute(
	int id
)

Parameters

id
Type: SystemInt32
The ID of the member. This value cannot be negative and must be unique in the type.
See Also