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

this() public method

public this ( int i ) : System.Diagnostics.TraceListener
i int
return System.Diagnostics.TraceListener
        public System.Diagnostics.TraceListener this[int i] { get { throw null; } set { } }
        public System.Diagnostics.TraceListener this[string name] { get { throw null; } }

Same methods

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