Method | Description | |
---|---|---|
ObjectiveCCategoryAttribute ( String name ) : System |
Initializes a new instance of the ObjectiveCCategoryAttribute class. The name MUST be an ANSI identifier. |
|
ToString ( ) : String |
Returns a String that represents this instance.
|
public ObjectiveCCategoryAttribute ( String name ) : System | ||
name | String | The name of the class to use when appending the category in the Objective-C runtime. |
return | System |