C# Класс Monobjc.ObjectiveCProtocolAttribute

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

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

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

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

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

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

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

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

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

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