Click or drag to resize
ExtTypeCodeMappingItem Property
Gets a mapped byte to the specified ext type name.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the ext type.

Property Value

Type: Byte

[Missing <value> documentation for "P:MsgPack.Serialization.ExtTypeCodeMapping.Item(System.String)"]

Return Value

Type: Byte
The byte code for specified ext type in the current context.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
ArgumentExceptionname is empty.
KeyNotFoundExceptionname is not registered as known ext type name.
See Also