System.Configuration.SectionRecord.SectionRecord C# (CSharp) Method

SectionRecord() private method

private SectionRecord ( string configKey ) : System.Configuration.Internal
configKey string
return System.Configuration.Internal
        internal SectionRecord(string configKey) {
            _configKey = configKey;
            _result = s_unevaluated;
            _resultRuntimeObject = s_unevaluated;
        }