Click or drag to resize
MessagePackKnownTupleItemTypeAttributeItemNumber Property
Gets the target tuple item's number.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public int ItemNumber { get; }

Property Value

Type: Int32
The 1-based target tuple item's number.
Remarks

If this value is not valid for the tuple, this whole instance should be ignored.

If same values are specified multiply, the result is undefined.

See Also