C# Класс Genetics.GeneticsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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