C# Class MsgPack.Serialization.MessagePackKnownCollectionItemTypeAttribute

Inheritance: System.Attribute, IPolymorphicKnownTypeAttribute
Mostrar archivo Open project: msgpack/msgpack-cli

Private Properties

Property Type Description

Public Methods

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

Initializes a new instance of the MessagePackKnownCollectionItemTypeAttribute class.

Method Details

MessagePackKnownCollectionItemTypeAttribute() public method

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 .
return System