Method IndexOf
IndexOf<T>(SourceList<T>, T)
Declaration
public static int IndexOf<T>(this SourceList<T> source, T item)
Parameters
Type | Name | Description |
---|---|---|
SourceList<T> | source | |
T | item |
Returns
Type | Description |
---|---|
int |
Type Parameters
Name | Description |
---|---|
T |