using System; using System.Reflection; namespace System.Reflection { public delegate bool MemberFilter( MemberInfo m, object filterCriteria); }