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/class/corlib/System.Reflection/TypeFilter.cs')
-rw-r--r--mcs/class/corlib/System.Reflection/TypeFilter.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/corlib/System.Reflection/TypeFilter.cs b/mcs/class/corlib/System.Reflection/TypeFilter.cs
deleted file mode 100644
index a7fb8baf957..00000000000
--- a/mcs/class/corlib/System.Reflection/TypeFilter.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-// TypeAttributes.cs
-//
-// Sean MacIsaac (macisaac@ximian.com)
-//
-// (C) 2001 Ximian, Inc. http://www.ximian.com
-
-
-namespace System.Reflection {
-
-
- public delegate bool TypeFilter (Type m, object filterCriteria);
-
-} // System.Reflection