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

System() private method

private System ( object value ) : bool
value object
return bool
        bool System.Collections.IList.Contains(object value) { throw null; }
        int System.Collections.IList.IndexOf(object value) { throw null; }

Same methods

TraceListenerCollection::System ( object value ) : int
TraceListenerCollection::System ( System array, int index ) : void
TraceListenerCollection::System ( int index, object value ) : void
TraceListenerCollection::System ( object value ) : void