MonobjcMonobjc Documented Class Library
ObjectiveCMessageAttribute Constructor (selector)
NamespacesMonobjcObjectiveCMessageAttributeObjectiveCMessageAttribute(String)
Initializes a new instance of the ObjectiveCMessageAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCMessageAttribute(
	string selector
)
Public Sub New ( _
	selector As String _
)
public:
ObjectiveCMessageAttribute(
	String^ selector
)
Parameters
selector (String)
The selector to use.
Remarks
The name MUST be an ANSI identifier.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)