Name

TypeFilter

Synopsis

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()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.