[]
        
(Showing Draft Content)

C1.DataCollection.ISupportIndexing-1

ISupportIndexing<T> Interface

Specifies a calling contract for collections that support getting the index of an item.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportIndexing<in T>
Type Parameters
Name Description
T

Methods

Name Description
IndexOf(T)

Gets the index of an item in the collection, or -1 if the item is not found.