System.Configuration.ConnectionStringsSection.GetRuntimeObject C# (CSharp) Method

GetRuntimeObject() protected method

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