C# Class Monobjc.ObjectiveCMessageAttribute

Inheritance: System.Attribute
Mostra file Open project: Monobjc/monobjc

Private Properties

Property Type Description

Public Methods

Method Description
ObjectiveCMessageAttribute ( ) : System

Initializes a new instance of the ObjectiveCMessageAttribute class.

ObjectiveCMessageAttribute ( String selector ) : System

Initializes a new instance of the ObjectiveCMessageAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

Method Details

ObjectiveCMessageAttribute() public method

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

ObjectiveCMessageAttribute() public method

Initializes a new instance of the ObjectiveCMessageAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCMessageAttribute ( String selector ) : System
selector String The selector to use.
return System

ToString() public method

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