C# Class iOSHelpers.NSObjectExtensions

ファイルを表示 Open project: Clancey/iOSHelpers

Public Methods

Method Description
AddObserver ( this obj, string key, System.Action action ) : void
RemoveObserver ( this obj, string key ) : void

Method Details

AddObserver() public static method

public static AddObserver ( this obj, string key, System.Action action ) : void
obj this
key string
action System.Action
return void

RemoveObserver() public static method

public static RemoveObserver ( this obj, string key ) : void
obj this
key string
return void