C# Класс CrystalMpq.DataFormats.KeyAttribute

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

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

Метод Описание
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.

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

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

Initializes a new instance of the KeyAttribute class.
public KeyAttribute ( ) : System
Результат System

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

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.
Результат System