NSNotificationCenter.RemoveObservers(IEnumerable<NSObject>) Method

Definition

Removes multiple observers in one call.

public void RemoveObservers (System.Collections.Generic.IEnumerable<Foundation.NSObject> keys);
member this.RemoveObservers : seq<Foundation.NSObject> -> unit

Parameters

Remarks

This removes all of the observers in the IEnumerable<NSObject> parameter.

Applies to