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

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackRuntimeTupleItemTypeAttribute(
	int itemNumber
)

Parameters

itemNumber
Type: SystemInt32
The 1-based target item number of the tuple. The attribute which has invalid value should be ignored.
See Also