C# Class Monobjc.ObjectiveCClassAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Monobjc/monobjc

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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 .

Method Details

ObjectiveCClassAttribute() public méthode

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
Résultat System

ObjectiveCClassAttribute() public méthode

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.
Résultat System

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : String
Résultat String