C# Класс Stampsy.Extensions.Foundation.FoundationExtensions

Extensions to MonoTouch.Foundation.
Показать файл Открыть проект

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

Метод Описание
GetClassName ( this o ) : string

Returns Objective C class name for a given object.

ToRow ( this index ) : NSIndexPath

Creates an index path from index.

ToRows ( this index ) : NSIndexPath[]

Creates a single-element index path array from index.

ToRows ( this indices ) : NSIndexPath[]

Creates an index path array from a sequence of indices.

Приватные методы

Метод Описание
object_getClassName ( IntPtr obj ) : IntPtr

Описание методов

GetClassName() публичный статический Метод

Returns Objective C class name for a given object.
public static GetClassName ( this o ) : string
o this
Результат string

ToRow() публичный статический Метод

Creates an index path from index.
public static ToRow ( this index ) : NSIndexPath
index this
Результат NSIndexPath

ToRows() публичный статический Метод

Creates a single-element index path array from index.
public static ToRows ( this index ) : NSIndexPath[]
index this
Результат NSIndexPath[]

ToRows() публичный статический Метод

Creates an index path array from a sequence of indices.
public static ToRows ( this indices ) : NSIndexPath[]
indices this
Результат NSIndexPath[]