C# Class CrystalMpq.DataFormats.KeyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
KeyAttribute ( ) : System

Initializes a new instance of the KeyAttribute class.

KeyAttribute ( string name ) : System

Initializes a new instance of the KeyAttribute class.

If you do not wish to specify a name, use the parameterless constructor.

Method Details

KeyAttribute() public méthode

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

KeyAttribute() public méthode

Initializes a new instance of the KeyAttribute class.
If you do not wish to specify a name, use the parameterless constructor.
The key name is null. The key name is empty.
public KeyAttribute ( string name ) : System
name string The key name.
Résultat System