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

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

Private Properties

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

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

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

Initializes a new instance of the MessagePackKnownCollectionItemTypeAttribute class.

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

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

Initializes a new instance of the MessagePackKnownCollectionItemTypeAttribute class.
public MessagePackKnownCollectionItemTypeAttribute ( string typeCode, Type bindingType ) : System
typeCode string A string type code to be bound.
bindingType System.Type The binding for .
Результат System