Apq.Cfg.ICfgRoot.GetSection(string).md 543 B

Apq.Cfg

Apq.Cfg.ICfgRoot

ICfgRoot.GetSection(string) Method

获取配置节

Apq.Cfg.ICfgSection GetSection(string key);

Parameters

key System.String

节的键名(如 "Database")

Returns

ICfgSection
配置节对象