MonoMac.ObjCRuntime.Selector.Selector C# (CSharp) Method

Selector() public method

public Selector ( IntPtr sel ) : System
sel System.IntPtr
return System
		public Selector (IntPtr sel) {
			if (!sel_isMapped (sel))
				throw new ArgumentException ("sel is not a selector handle.");

			this.handle = sel;
		}

Same methods

Selector::Selector ( string name ) : System
Selector::Selector ( string name, bool alloc ) : System