C# Class Monobjc.ObjectiveCIVarAttribute

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

Méthodes publiques

Méthode Description
ObjectiveCIVarAttribute ( ) : System

Initializes a new instance of the ObjectiveCIVarAttribute class.

ObjectiveCIVarAttribute ( String name ) : System

Initializes a new instance of the ObjectiveCIVarAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

Method Details

ObjectiveCIVarAttribute() public méthode

Initializes a new instance of the ObjectiveCIVarAttribute class.
public ObjectiveCIVarAttribute ( ) : System
Résultat System

ObjectiveCIVarAttribute() public méthode

Initializes a new instance of the ObjectiveCIVarAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCIVarAttribute ( String name ) : System
name String The name.
Résultat System

ToString() public méthode

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