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

System() private method

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

Same methods

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