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:
authorMartin Baulig <martin@novell.com>2004-08-12 19:59:14 +0400
committerMartin Baulig <martin@novell.com>2004-08-12 19:59:14 +0400
commit92baec159b4cdd93dd6eeb06aaded6401e6f23b7 (patch)
treea22a6bebdc0d20fb463bccf2af58bd3a5f5f02fa /mcs/errors/gcs0111.cs
parent7d8a5648e89596956d2e9bab126cfa34f0815812 (diff)
Added comment.
svn path=/trunk/mcs/; revision=32272
Diffstat (limited to 'mcs/errors/gcs0111.cs')
-rw-r--r--mcs/errors/gcs0111.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/gcs0111.cs b/mcs/errors/gcs0111.cs
index 0259daec25f..4d69f75877c 100644
--- a/mcs/errors/gcs0111.cs
+++ b/mcs/errors/gcs0111.cs
@@ -1,3 +1,5 @@
+// CS0111: Class `Dictionary`2' already defines a member called `Add' with the same parameter types
+// Line: 14
using System;
using System.Collections.Generic;