Mon Feb 11 19:50:27 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / System.Reflection / TypeFilter.cs
1 // TypeAttributes.cs
2 //
3 // Sean MacIsaac (macisaac@ximian.com)
4 //
5 // (C) 2001 Ximian, Inc.  http://www.ximian.com
6
7
8 namespace System.Reflection {
9
10
11         public delegate bool TypeFilter (Type m, object filterCriteria);
12
13 } // System.Reflection