[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.-ctor

C1CollectionItemConverterAttribute Constructor

C1CollectionItemConverterAttribute(Type)

Creates an instance of C1CollectionItemConverterAttribute.

Declaration
protected C1CollectionItemConverterAttribute(Type converterType)
Parameters
Type Name Description
Type converterType

The converter type.

C1CollectionItemConverterAttribute(Type, params object[])

Creates an instance of C1CollectionItemConverterAttribute.

Declaration
protected C1CollectionItemConverterAttribute(Type converterType, params object[] converterParameters)
Parameters
Type Name Description
Type converterType

The converter type.

object[] converterParameters

The parameters used to create the converter instance.