C# Класс MsgPack.Serialization.MessagePackKnownDictionaryKeyTypeAttribute

Наследование: System.Attribute, IPolymorphicKnownTypeAttribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
MessagePackKnownDictionaryKeyTypeAttribute ( string typeCode, Type bindingType ) : System

Initializes a new instance of the MessagePackKnownDictionaryKeyTypeAttribute class.

Описание методов

MessagePackKnownDictionaryKeyTypeAttribute() публичный Метод

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 .
Результат System