NSObject.DoesNotRecognizeSelector(Selector) Method

Definition

Indicates that this object does not recognize the specified selector.

[Foundation.Export("doesNotRecognizeSelector:")]
public virtual void DoesNotRecognizeSelector (ObjCRuntime.Selector sel);
abstract member DoesNotRecognizeSelector : ObjCRuntime.Selector -> unit
override this.DoesNotRecognizeSelector : ObjCRuntime.Selector -> unit

Parameters

sel
Selector
Attributes

Applies to