Property | Type | Description | |
---|---|---|---|
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
NSTraceListeners | System | ||
this | objectIList.System |
Method | Description | |
---|---|---|
Add ( |
Adds a
|
|
AddRange ( |
Adds the contents of another
|
|
AddRange ( |
Adds an array of
|
|
AddRange ( |
Adds the contents of another
|
|
Clear ( ) : void |
Clears all the listeners from the list.
|
|
Contains ( |
Checks whether the list contains the specified listener. The Contains method can confirm the existence of a |
|
CopyTo ( |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
CopyTo ( |
Copies a section of the current
|
|
GetEnumerator ( ) : IEnumerator |
Gets an enumerator for this list.
|
|
IndexOf ( |
Gets the index of the specified listener.
|
|
Insert ( int index, |
Inserts the listener at the specified index.
|
|
Remove ( |
Removes from the collection the specified
|
|
Remove ( string name ) : void |
Removes from the collection the first
|
|
RemoveAt ( int index ) : void |
Removes from the collection the
|
|
this ( int index ) : |
Gets or sets the Note that the index is zero-based. |
|
this ( string name ) : |
Gets the first Note that the Item property is case-sensitive when searching for names. |
Method | Description | |
---|---|---|
IList ( object val ) : bool |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( object val ) : int |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( int index, object val ) : void |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
IList ( object val ) : void |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
NSTraceListeners ( ) : System | ||
this ( int index ) : objectIList.System |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
public Add ( |
||
listener |
/// A
/// |
|
return | int |
public AddRange ( |
||
listeners |
/// Another
/// |
|
return | void |
public AddRange ( |
||
listeners |
/// An array of
/// |
|
return | void |
public AddRange ( |
||
listeners |
/// Another
/// |
|
return | void |
public Contains ( |
||
listener |
/// A |
|
return | bool |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public CopyTo ( |
||
listeners |
/// An array of type
/// |
|
index | int | /// The starting index number in the current list to copy from. /// |
return | void |
public IndexOf ( |
||
listener |
/// A
/// |
|
return | int |
public Insert ( int index, |
||
index | int |
/// The zero-based index at which the new
/// |
listener |
/// A
/// |
|
return | void |
public Remove ( |
||
listener |
/// A
/// |
|
return | void |
public Remove ( string name ) : void | ||
name | string |
/// The case-sensitive name of the
/// |
return | void |
public RemoveAt ( int index ) : void | ||
index | int |
/// The zero-based index of the
/// |
return | void |
public this ( int index ) : |
||
index | int | |
return |
public this ( string name ) : |
||
name | string | |
return |