C# Класс Monobjc.ObjectiveCClassAttribute

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

Private Properties

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

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

Метод Описание
ObjectiveCClassAttribute ( ) : System

Initializes a new instance of the ObjectiveCClassAttribute class.

The name that will be used to register the tagged type will be its short name, i.e. "MyType" if the type is "Foo.Bar.MyType".

ObjectiveCClassAttribute ( String name ) : System

Initializes a new instance of the ObjectiveCClassAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

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

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

Initializes a new instance of the ObjectiveCClassAttribute class.

The name that will be used to register the tagged type will be its short name, i.e. "MyType" if the type is "Foo.Bar.MyType".

public ObjectiveCClassAttribute ( ) : System
Результат System

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

Initializes a new instance of the ObjectiveCClassAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCClassAttribute ( String name ) : System
name String The name that will be used to register the tagged type.
Результат System

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

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