C# Класс MBC.Core.Util.ConfigurationAttribute

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

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

Метод Описание
ConfigurationAttribute ( string key ) : System

Stores the values as a list in the key. Ignores objects with types different from the first.

ConfigurationAttribute ( string key, object value ) : System

Stores a single value as key.

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

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

Stores the values as a list in the key. Ignores objects with types different from the first.
public ConfigurationAttribute ( string key ) : System
key string The key to set.
Результат System

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

Stores a single value as key.
public ConfigurationAttribute ( string key, object value ) : System
key string The string that represents the
value object The value to be stored to the
Результат System