C# Класс Monobjc.ObjectiveCMessageAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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 .

Описание методов

ObjectiveCMessageAttribute() публичный Метод

Initializes a new instance of the ObjectiveCMessageAttribute class.
public ObjectiveCMessageAttribute ( ) : System
Результат System

ObjectiveCMessageAttribute() публичный Метод

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.
Результат System

ToString() публичный Метод

Returns a that represents the current .
public ToString ( ) : String
Результат String