Method | Description | |
---|---|---|
ObjectiveCProtocolAttribute ( ) : System |
Initializes a new instance of the ObjectiveCProtocolAttribute class.
|
|
ObjectiveCProtocolAttribute ( String name ) : System |
Initializes a new instance of the ObjectiveCProtocolAttribute class. The name MUST be an ANSI identifier. |
|
ToString ( ) : String |
Returns a
|
public ObjectiveCProtocolAttribute ( ) : System | ||
return | System |
public ObjectiveCProtocolAttribute ( String name ) : System | ||
name | String | The name to use when registering the interface in the Objective-C runtime. |
return | System |