C# 클래스 iOSHelpers.NSObjectExtensions

파일 보기 프로젝트 열기: Clancey/iOSHelpers

공개 메소드들

메소드 설명
AddObserver ( this obj, string key, System.Action action ) : void
RemoveObserver ( this obj, string key ) : void

메소드 상세

AddObserver() 공개 정적인 메소드

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

RemoveObserver() 공개 정적인 메소드

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