ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / IAttributeHelper Interface / GetCollectionItemConverterAttribute Method
The member information.
The collection value.

In This Topic
    GetCollectionItemConverterAttribute Method
    In This Topic
    Gets the attribute for the collection item converter.
    Syntax
    'Declaration
     
    Function GetCollectionItemConverterAttribute( _
       ByVal memberInfo As Object, _
       ByVal collection As Object _
    ) As C1CollectionItemConverterAttribute
    C1CollectionItemConverterAttribute GetCollectionItemConverterAttribute( 
       object memberInfo,
       object collection
    )

    Parameters

    memberInfo
    The member information.
    collection
    The collection value.

    Return Value

    Returns an instance of C1CollectionItemConverterAttribute
    See Also