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 Function TypeFilter(ByVal m As Type, 
        ByVal filterCriteria As Object) As Boolean  

Passed To

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

Get VB.NET Core Classes 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.