C# Class Genetics.GeneticsExtensions

Mostra file Open project: mattleibow/Genetics

Public Methods

Method 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

Method Description
GeneticsExtensions ( ) : System
GetIEnumerable ( Type type ) : Type
IsIEnumerable ( Type type ) : bool

Method Details

CreateEnumerable() public static method

public static CreateEnumerable ( this collectionType, IEnumerable collection ) : IEnumerable
collectionType this
collection IEnumerable
return IEnumerable

FindViewById() public static method

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

GetEnumerableElementType() public static method

public static GetEnumerableElementType ( this enumerableType ) : Type
enumerableType this
return System.Type

JavaCast() public static method

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