Click or drag to resize
KnownExtTypeName Class
Defines known ext type name for MessagePack for CLI.
Inheritance Hierarchy
SystemObject
  MsgPackKnownExtTypeName

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

The KnownExtTypeName type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMultidimensionalArray
Gets the ext type name 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