C# Class Monobjc.SelectorExtensions

Contains extension methods to ease the selector transformations.

Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
ToSelector ( this selector ) : IntPtr

Convert the selector into its pointer representation.

ToSelector ( this selector ) : String

Convert the selector into its string representation.

Method Details

ToSelector() public static method

Convert the selector into its pointer representation.
public static ToSelector ( this selector ) : IntPtr
selector this The selector.
return System.IntPtr

ToSelector() public static method

Convert the selector into its string representation.
public static ToSelector ( this selector ) : String
selector this The selector.
return String