Click or drag to resize
KnownExtTypeCode Class
Defines known ext type code for MessagePack for CLI.
Inheritance Hierarchy
SystemObject
  MsgPackKnownExtTypeCode

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static class KnownExtTypeCode

The KnownExtTypeCode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMultidimensionalArray
Gets the ext type code which represents multidimensional array.
Top
Remarks
Note that values in this class are not guaranteed as interoperable with other implementations. These are just known by MessagePack for CLI implementation.
See Also