C# Class MBC.Core.Util.ConfigurationAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: aiclub/Mohawk_Battleship Class Usage Examples

Public Methods

Method Description
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.

Method Details

ConfigurationAttribute() public method

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

ConfigurationAttribute() public method

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