MessagePackKnownDictionaryKeyTypeAttribute Constructor |
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackKnownDictionaryKeyTypeAttribute(
string typeCode,
Type bindingType
)
Public Sub New (
typeCode As String,
bindingType As Type
)
public:
MessagePackKnownDictionaryKeyTypeAttribute(
String^ typeCode,
Type^ bindingType
)
new :
typeCode : string *
bindingType : Type -> MessagePackKnownDictionaryKeyTypeAttribute
Parameters
- typeCode
- Type: SystemString
A string type code to be bound. - bindingType
- Type: SystemType
The binding Type for typeCode.
See Also