Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-01-06 13:48:33 +0300
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-01-06 13:48:33 +0300
commit87576192c0d6baec13f013f192681adca51b5e52 (patch)
treec04e96394ef0715987d8c4e9c28ee4d151b1c21c /mcs/class/System/System.Diagnostics/TraceListenerCollection.cs
parentc861ffea80c4f5b9431c00741360283f88de8851 (diff)
2002-01-06 Ravi Pratap <ravi@ximian.com>
* Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits with the MonoTODO attribute. svn path=/trunk/mcs/; revision=1867
Diffstat (limited to 'mcs/class/System/System.Diagnostics/TraceListenerCollection.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/TraceListenerCollection.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/TraceListenerCollection.cs b/mcs/class/System/System.Diagnostics/TraceListenerCollection.cs
index cd894d66b8a..d81ec132d61 100644
--- a/mcs/class/System/System.Diagnostics/TraceListenerCollection.cs
+++ b/mcs/class/System/System.Diagnostics/TraceListenerCollection.cs
@@ -107,6 +107,7 @@ namespace System.Diagnostics
/// <param name="value">
/// The TraceListenerCollection to copy values from.
/// </param>
+ [MonoTODO]
public void AddRange(TraceListenerCollection value)
{
// TODO: use an iterator to copy the objects.
@@ -177,6 +178,7 @@ namespace System.Diagnostics
/// <return>
/// The index of the listener in the list, if it exists.
/// </return>
+ [MonoTODO]
public int IndexOf(object listener)
{
// TODO: we may have to add in some type-checking here.
@@ -203,6 +205,7 @@ namespace System.Diagnostics
/// <param name="name">
/// Name of listener to remove
/// </param>
+ [MonoTODO]
public void Remove(object name)
{
try {