ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / CollectionItemTypeAttribute Class
Members

In This Topic
    CollectionItemTypeAttribute Class
    In This Topic
    Defines the attribute which specifies the item type of a collection.
    Object Model
    CollectionItemTypeAttribute Class
    Syntax
    'Declaration
     
    Public NotInheritable Class CollectionItemTypeAttribute 
       Inherits C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute
    public sealed class CollectionItemTypeAttribute : C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Web.Mvc.Serialization.C1ConverterAttribute
             C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute
                C1.JsonNet.CollectionItemTypeAttribute

    See Also