System.Configuration.BaseConfigurationRecord.GetLkgSection C# (CSharp) 메소드

GetLkgSection() 공개 메소드

public GetLkgSection ( string configKey ) : object
configKey string
리턴 object
        public object GetLkgSection(string configKey) {
            return GetSection(configKey, true, true);
        }
BaseConfigurationRecord