TypeFilter

TypeFilter serializable

System.Reflection (mscorlib.dll) delegate

This delegate maps to a function that will be applied individually to a list of System.Type objects. A filter runs through the list, and if this delegate returns true , the filtered list includes this object; otherwise it is excluded.

 public delegate bool  TypeFilter  (Type   m   , object   filterCriteria   ); 

Passed To

Module.FindTypes( ) , System.Type.FindInterfaces( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net