Click or drag to resize
MessagePackExtendedTypeObjectTypeCode Property
Gets a type code of this object.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte TypeCode { get; }

Property Value

Type: Byte
A type code. Note that values over MaxValue are reserved for MsgPack spec itself.
See Also