C# Class Genetics.GeneticsExtensions

Afficher le fichier Open project: mattleibow/Genetics

Méthodes publiques

Méthode Description
CreateEnumerable ( this collectionType, IEnumerable collection ) : IEnumerable
FindViewById ( object source, int resourceId ) : Android.Views.View
GetEnumerableElementType ( this enumerableType ) : Type
JavaCast ( this instance, Type targetType ) : IJavaObject

Private Methods

Méthode Description
GeneticsExtensions ( ) : System
GetIEnumerable ( Type type ) : Type
IsIEnumerable ( Type type ) : bool

Method Details

CreateEnumerable() public static méthode

public static CreateEnumerable ( this collectionType, IEnumerable collection ) : IEnumerable
collectionType this
collection IEnumerable
Résultat IEnumerable

FindViewById() public static méthode

public static FindViewById ( object source, int resourceId ) : Android.Views.View
source object
resourceId int
Résultat Android.Views.View

GetEnumerableElementType() public static méthode

public static GetEnumerableElementType ( this enumerableType ) : Type
enumerableType this
Résultat System.Type

JavaCast() public static méthode

public static JavaCast ( this instance, Type targetType ) : IJavaObject
instance this
targetType System.Type
Résultat IJavaObject