MessagePackRuntimeTupleItemTypeAttributeItemNumber Property |
Gets the target tuple item's number.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public int ItemNumber { get; }
Public ReadOnly Property ItemNumber As Integer
Get
public:
virtual property int ItemNumber {
int get () sealed;
}
abstract ItemNumber : int with get
override ItemNumber : int with 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