[]
Specifies a calling contract for collections that support getting the index of an item.
public interface ISupportIndexing<in T>
Gets the index of an item in the collection, or -1 if the item is not found.
-1