C# Class CrystalMpq.DataFormats.KeyAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: sgraf812/crystalmpq

Public Methods

Method 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 method

Initializes a new instance of the KeyAttribute class.
public KeyAttribute ( ) : System
return System

KeyAttribute() public method

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.
return System