ExtTypeCodeMappingItem Property |
Gets a mapped byte to the specified ext type name.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public byte this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Byte
Get
public:
property unsigned char default[String^ name] {
unsigned char get (String^ name);
}
member Item : byte with 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 See Also