[]
Initializes a new instance of the CollectionItemTypeAttribute class.
public CollectionItemTypeAttribute(Type collectionItemType, Type itemConverterType = null, params object[] itemConverterParameters)
Type | Name | Description |
---|---|---|
Type | collectionItemType | The item type |
Type | itemConverterType | The converter type of item |
object[] | itemConverterParameters | The parameter list to use when constructing the item converter |
Creates an instance of CollectionItemTypeAttribute.
public CollectionItemTypeAttribute(Type itemConverterType, params object[] itemConverterParameters)
Type | Name | Description |
---|---|---|
Type | itemConverterType | The converter type. |
object[] | itemConverterParameters | The parameters used to create the converter. |
Creates an instance of CollectionItemTypeAttribute.
public CollectionItemTypeAttribute(Type itemConverterType)
Type | Name | Description |
---|---|---|
Type | itemConverterType | The converter type. |