ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / CollectionItemTypeAttribute Class / CollectionItemTypeAttribute Constructor / CollectionItemTypeAttribute Constructor(Type)
The converter type.

In This Topic
    CollectionItemTypeAttribute Constructor(Type)
    In This Topic
    Creates an instance of CollectionItemTypeAttribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal itemConverterType As Type _
    )
    public CollectionItemTypeAttribute( 
       Type itemConverterType
    )

    Parameters

    itemConverterType
    The converter type.
    See Also