[]
Creates an instance of C1CollectionItemConverterAttribute.
protected C1CollectionItemConverterAttribute(Type converterType)
Type | Name | Description |
---|---|---|
Type | converterType | The converter type. |
Creates an instance of C1CollectionItemConverterAttribute.
protected C1CollectionItemConverterAttribute(Type converterType, params object[] converterParameters)
Type | Name | Description |
---|---|---|
Type | converterType | The converter type. |
object[] | converterParameters | The parameters used to create the converter instance. |