ISupportIndexing<T> Interface
In This Topic
Specifies a calling contract for collections that support getting the index of an item.
Syntax
'Declaration
Public Interface ISupportIndexing(Of )
public interface ISupportIndexing<>
Type Parameters
See Also