August 2003
Intermediate to advanced
928 pages
32h 1m
English
TypeFilter
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(Typem, objectfilterCriteria);
Module.FindTypes( ),
System.Type.FindInterfaces( )