System.Net.Configuration.BypassElementCollection.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void
        public void Remove(string name) 
        {
            BaseRemove(name);
        }

Same methods

BypassElementCollection::Remove ( BypassElement element ) : void