MonobjcMonobjc Documented Class Library
ObjectiveCProtocolAttribute Constructor (name)
NamespacesMonobjcObjectiveCProtocolAttributeObjectiveCProtocolAttribute(String)
Initializes a new instance of the ObjectiveCProtocolAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCProtocolAttribute(
	string name
)
Public Sub New ( _
	name As String _
)
public:
ObjectiveCProtocolAttribute(
	String^ name
)
Parameters
name (String)
The name to use when registering the interface in the Objective-C runtime.
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)