|  | WritableCollectionTIndexOf Method | 
            Searches for the specified object and returns the zero-based index of the first occurrence
            within the range of elements in the 
WritableCollectionT that extends from the specified index to the last element.
            
 Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
 Syntax
Syntaxpublic int IndexOf(
	T item
)
Public Function IndexOf ( 
	item As T
) As Integer
public:
virtual int IndexOf(
	T item
) sealed
abstract IndexOf : 
        item : 'T -> int 
override IndexOf : 
        item : 'T -> int Parameters
- item  T
- The object to locate in the WritableCollectionT. The value can be  for reference types.
Return Value
Int32The zero-based index of the first occurrence of 
item within the entire 
WritableCollectionT, if found; otherwise, –1.
Implements
IListTIndexOf(T) See Also
See Also