C# 클래스 Blog.Mobile.Components.EnumerableExtensions

파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
IndexOf ( this self, object obj ) : int

Returns the index of the specified object in the collection.

메소드 상세

IndexOf() 공개 정적인 메소드

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.
리턴 int