MessagePackKnownDictionaryKeyTypeAttributeTypeCode Property |
Gets a type code to be bound.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string TypeCode { get; }
Public ReadOnly Property TypeCode As String
Get
public:
virtual property String^ TypeCode {
String^ get () sealed;
}
abstract TypeCode : string with get
override TypeCode : string with get
Property Value
Type:
String
A type code to be bound.
See Also