C# 클래스 MvvmCross.Binding.ExtensionMethods.MvxEnumerableExtensions

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
Count ( this enumerable ) : int
ElementAt ( this items, int position ) : System.Object
GetPosition ( this items, object item ) : int

메소드 상세

Count() 공개 정적인 메소드

public static Count ( this enumerable ) : int
enumerable this
리턴 int

ElementAt() 공개 정적인 메소드

public static ElementAt ( this items, int position ) : System.Object
items this
position int
리턴 System.Object

GetPosition() 공개 정적인 메소드

public static GetPosition ( this items, object item ) : int
items this
item object
리턴 int