MessagePackExtendedTypeObjectTypeCode Property |
Gets a type code of this object.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public byte TypeCode { get; }
Public ReadOnly Property TypeCode As Byte
Get
public:
property unsigned char TypeCode {
unsigned char get ();
}
member TypeCode : byte with get
Property Value
Type:
Byte
A type code. Note that values over
MaxValue are reserved for MsgPack spec itself.
See Also