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

In This Topic
    ItemConverterParameters Property
    In This Topic
    Gets parameter list to use when constructing the JsonConverter described by ItemConverterType. If null, the default constructor is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemConverterParameters As Object()
    public object[] ItemConverterParameters {get;}
    See Also