System.Configuration.AppSettingsSection.GetRuntimeObject C# (CSharp) 메소드

GetRuntimeObject() 보호된 메소드

protected GetRuntimeObject ( ) : object
리턴 object
        protected internal override object GetRuntimeObject() {
            SetReadOnly();
            return this.InternalSettings;            // return the read only object
        }