C# Class System.Diagnostics.TraceListenerCollection

Inheritance: IList, ICollection, IEnumerable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
System bool
System int
System void
System void
System void
TraceListenerCollection
this objectSystem.Collections.IList.

Public Methods

Method Description
Add ( System listener ) : int
AddRange ( System value ) : void
Clear ( ) : void
Contains ( System listener ) : bool
CopyTo ( System listeners, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
IndexOf ( System listener ) : int
Insert ( int index, System listener ) : void
Remove ( System listener ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int i ) : System.Diagnostics.TraceListener
this ( string name ) : System.Diagnostics.TraceListener

Private Methods

Method Description
System ( object value ) : bool
System ( object value ) : int
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
TraceListenerCollection ( )
this ( int index ) : objectSystem.Collections.IList.

Method Details

Add() public method

public Add ( System listener ) : int
listener System
return int

AddRange() public method

public AddRange ( System value ) : void
value System
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( System listener ) : bool
listener System
return bool

CopyTo() public method

public CopyTo ( System listeners, int index ) : void
listeners System
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

IndexOf() public method

public IndexOf ( System listener ) : int
listener System
return int

Insert() public method

public Insert ( int index, System listener ) : void
index int
listener System
return void

Remove() public method

public Remove ( System listener ) : void
listener System
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int i ) : System.Diagnostics.TraceListener
i int
return System.Diagnostics.TraceListener

this() public method

public this ( string name ) : System.Diagnostics.TraceListener
name string
return System.Diagnostics.TraceListener