summaryM:DotNetNuke.Framework.Reflections.TypeLocator.GetAllMatchingTypes(System.Predicate{System.Type})

Namespace: DotNetNuke.Framework.Reflections
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IEnumerable<Type> GetAllMatchingTypes(
	Predicate<Type> predicate
)
Visual Basic
Public Function GetAllMatchingTypes ( 
	predicate As Predicate(Of Type)
) As IEnumerable(Of Type)

Parameters

predicate
Type: System..::..Predicate<(Of <(<'Type>)>)>
parampredicateM:DotNetNuke.Framework.Reflections.TypeLocator.GetAllMatchingTypes(System.Predicate{System.Type})

Return Value

returnsM:DotNetNuke.Framework.Reflections.TypeLocator.GetAllMatchingTypes(System.Predicate{System.Type})

Implements

ITypeLocator..::..GetAllMatchingTypes(Predicate<(Of <<'(Type>)>>))

See Also