// 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