System.Diagnostics.TraceListenerCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( string name ) : void
name string
return void
        public void Remove(string name) { }
        public void RemoveAt(int index) { }

Same methods

TraceListenerCollection::Remove ( System listener ) : void