System.Net.Configuration.BypassElementCollection.Remove C# (CSharp) 메소드

Remove() 공개 메소드

public Remove ( BypassElement element ) : void
element BypassElement
리턴 void
        public void Remove(BypassElement element) 
        {
            if (element == null)
                throw new ArgumentNullException("element");
            BaseRemove(element.Key);
        }

Same methods

BypassElementCollection::Remove ( string name ) : void