C# 클래스 MBC.Core.Util.ConfigurationAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
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