C# Class Monobjc.ObjectiveCCategoryAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: Monobjc/monobjc

Public Methods

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.

Method Details

ObjectiveCCategoryAttribute() public method

Initializes a new instance of the ObjectiveCCategoryAttribute class.
The name MUST be an ANSI identifier.
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

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String