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:
Diffstat (limited to 'mcs/errors/cs3011.cs')
-rw-r--r--mcs/errors/cs3011.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/errors/cs3011.cs b/mcs/errors/cs3011.cs
index 49114c24414..6ae1ed5f8d4 100644
--- a/mcs/errors/cs3011.cs
+++ b/mcs/errors/cs3011.cs
@@ -6,6 +6,9 @@ using System;
public abstract class CLSClass {
[CLSCompliant (false)]
+ internal abstract int Valid ();
+
+ [CLSCompliant (false)]
protected abstract void Error (IComparable arg);
}