Method | Description | |
---|---|---|
IndexOf ( this self, object obj ) : int |
Returns the index of the specified object in the collection.
|
public static IndexOf ( this self, object obj ) : int | ||
self | this | The self. |
obj | object | The object. |
return | int |