'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