System.Configuration.Provider.ProviderCollection.SetReadOnly C# (CSharp) Method

SetReadOnly() public method

public SetReadOnly ( ) : void
return void
        public void SetReadOnly()
        {
            if (_ReadOnly)
                return;
            _ReadOnly = true;
        }