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

this() private method

private this ( int index ) : objectSystem.Collections.IList.
index int
return objectSystem.Collections.IList.
        object System.Collections.IList.this[int index] { get { throw null; } set { } }
        public int Add(System.Diagnostics.TraceListener listener) { throw null; }

Same methods

TraceListenerCollection::this ( int i ) : System.Diagnostics.TraceListener
TraceListenerCollection::this ( string name ) : System.Diagnostics.TraceListener