C# Класс Monobjc.SelectorExtensions

Contains extension methods to ease the selector transformations.

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

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

Метод Описание
ToSelector ( this selector ) : IntPtr

Convert the selector into its pointer representation.

ToSelector ( this selector ) : String

Convert the selector into its string representation.

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

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

Convert the selector into its pointer representation.
public static ToSelector ( this selector ) : IntPtr
selector this The selector.
Результат System.IntPtr

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

Convert the selector into its string representation.
public static ToSelector ( this selector ) : String
selector this The selector.
Результат String