C# Class Monobjc.ObjectiveCProtocolAttribute

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

Public Methods

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 that represents the current .

Method Details

ObjectiveCProtocolAttribute() public method

Initializes a new instance of the ObjectiveCProtocolAttribute class.
public ObjectiveCProtocolAttribute ( ) : System
return System

ObjectiveCProtocolAttribute() public method

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

ToString() public method

Returns a that represents the current .
public ToString ( ) : String
return String