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

this() public method

public this ( string name ) : System.Diagnostics.TraceListener
name string
return System.Diagnostics.TraceListener
        public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
        bool System.Collections.ICollection.IsSynchronized { get { throw null; } }

Same methods

TraceListenerCollection::this ( int i ) : System.Diagnostics.TraceListener
TraceListenerCollection::this ( int index ) : objectSystem.Collections.IList.