C# 클래스 Crafted.Config.Attributes.ConfigSection

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

공개 메소드들

메소드 설명
ConfigSection ( ) : System

Initializes a new instance of the ConfigSection class.

ConfigSection ( string section ) : System

Initializes a new instance of the ConfigSection class.

ConfigSection ( string section, string path ) : System

Initializes a new instance of the ConfigSection class.

메소드 상세

ConfigSection() 공개 메소드

Initializes a new instance of the ConfigSection class.
public ConfigSection ( ) : System
리턴 System

ConfigSection() 공개 메소드

Initializes a new instance of the ConfigSection class.
public ConfigSection ( string section ) : System
section string The section.
리턴 System

ConfigSection() 공개 메소드

Initializes a new instance of the ConfigSection class.
public ConfigSection ( string section, string path ) : System
section string The section.
path string The path.
리턴 System