C# Класс Monobjc.ObjectiveCCategoryAttribute

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

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

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

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

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

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

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

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