C# Class Blog.Mobile.Components.EnumerableExtensions

Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
IndexOf ( this self, object obj ) : int

Returns the index of the specified object in the collection.

Method Details

IndexOf() public static method

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