ASP.NET Core MVC Controls | ComponentOne
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 System.Object, _
       ByVal collection As System.Object _
    ) As C1CollectionItemConverterAttribute
    'Usage
     
    
    Dim instance As IAttributeHelper
    Dim memberInfo As System.Object
    Dim collection As System.Object
    Dim value As C1CollectionItemConverterAttribute
     
    value = instance.GetCollectionItemConverterAttribute(memberInfo, collection)
    C1CollectionItemConverterAttribute GetCollectionItemConverterAttribute( 
       System.object memberInfo,
       System.object collection
    )
    function GetCollectionItemConverterAttribute( 
        memberInfo: System.TObject;
        collection: System.TObject
    ): C1CollectionItemConverterAttribute; 
    function GetCollectionItemConverterAttribute( 
       memberInfo : System.Object,
       collection : System.Object
    ) : C1CollectionItemConverterAttribute;
    C1CollectionItemConverterAttribute* GetCollectionItemConverterAttribute( 
       System.Object* memberInfo,
       System.Object* collection
    ) 
    C1CollectionItemConverterAttribute^ GetCollectionItemConverterAttribute( 
       System.Object^ memberInfo,
       System.Object^ collection
    ) 

    Parameters

    memberInfo
    The member information.
    collection
    The collection value.

    Return Value

    Returns an instance of C1CollectionItemConverterAttribute
    See Also