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

Remove() public méthode

public Remove ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
Résultat void
        public void Remove(AuthenticationModuleElement element) 
        {
            if (element == null)
                throw new ArgumentNullException("element");
            BaseRemove(element.Key);
        }

Same methods

AuthenticationModuleElementCollection::Remove ( string name ) : void