C# Class MsgPack.Serialization.MessagePackKnownDictionaryKeyTypeAttribute

Inheritance: System.Attribute, IPolymorphicKnownTypeAttribute
ファイルを表示 Open project: msgpack/msgpack-cli

Private Properties

Property Type Description

Public Methods

Method Description
MessagePackKnownDictionaryKeyTypeAttribute ( string typeCode, Type bindingType ) : System

Initializes a new instance of the MessagePackKnownDictionaryKeyTypeAttribute class.

Method Details

MessagePackKnownDictionaryKeyTypeAttribute() public method

Initializes a new instance of the MessagePackKnownDictionaryKeyTypeAttribute class.
public MessagePackKnownDictionaryKeyTypeAttribute ( string typeCode, Type bindingType ) : System
typeCode string A string type code to be bound.
bindingType System.Type The binding for .
return System