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