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

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackKnownTupleItemTypeAttribute(
	int itemNumber,
	string typeCode,
	Type bindingType
)

Parameters

itemNumber
Type: SystemInt32
The 1-based target item number of the tuple. The attribute which has invalid value should be ignored.
typeCode
Type: SystemString
A string type code to be bound.
bindingType
Type: SystemType
The binding Type for typeCode.
See Also