System.Configuration.NameValueConfigurationCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( string name ) : void
name string
return void
        public void Remove(string name)
        {
            BaseRemove(name);
        }
        public void Clear()

Same methods

NameValueConfigurationCollection::Remove ( NameValueConfigurationElement nameValue ) : void