C# 클래스 Genetics.GeneticsExtensions

파일 보기 프로젝트 열기: mattleibow/Genetics

공개 메소드들

메소드 설명
CreateEnumerable ( this collectionType, IEnumerable collection ) : IEnumerable
FindViewById ( object source, int resourceId ) : Android.Views.View
GetEnumerableElementType ( this enumerableType ) : Type
JavaCast ( this instance, Type targetType ) : IJavaObject

비공개 메소드들

메소드 설명
GeneticsExtensions ( ) : System
GetIEnumerable ( Type type ) : Type
IsIEnumerable ( Type type ) : bool

메소드 상세

CreateEnumerable() 공개 정적인 메소드

public static CreateEnumerable ( this collectionType, IEnumerable collection ) : IEnumerable
collectionType this
collection IEnumerable
리턴 IEnumerable

FindViewById() 공개 정적인 메소드

public static FindViewById ( object source, int resourceId ) : Android.Views.View
source object
resourceId int
리턴 Android.Views.View

GetEnumerableElementType() 공개 정적인 메소드

public static GetEnumerableElementType ( this enumerableType ) : Type
enumerableType this
리턴 System.Type

JavaCast() 공개 정적인 메소드

public static JavaCast ( this instance, Type targetType ) : IJavaObject
instance this
targetType System.Type
리턴 IJavaObject