'Declaration
Public Overloads Function FindIndices(Of As MetadataItem)( _
ByVal As MetadataQualifiedNamePart _
) As System.Collections.Generic.IList(Of Integer)
'Usage
Dim instance As MetadataList
Dim namePart As MetadataQualifiedNamePart
Dim value As System.Collections.Generic.IList(Of Integer)
value = instance.FindIndices(Of T)(namePart)
public System.Collections.Generic.IList<int> FindIndices<>(
MetadataQualifiedNamePart
)
where T: MetadataItem
public: System.Collections.Generic.IList<int>* FindIndices<>(
MetadataQualifiedNamePart*
)
where T: MetadataItem