summaryM:DotNetNuke.Framework.Reflections.ITypeLocator.GetAllMatchingTypes(System.Predicate{System.Type})
Namespace: DotNetNuke.Framework.ReflectionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
IEnumerable<Type> GetAllMatchingTypes( Predicate<Type> predicate ) |
Visual Basic |
---|
Function GetAllMatchingTypes ( predicate As Predicate(Of Type) ) As IEnumerable(Of Type) |
Parameters
- predicate
- Type: System..::..Predicate<(Of <(<'Type>)>)>
parampredicateM:DotNetNuke.Framework.Reflections.ITypeLocator.GetAllMatchingTypes(System.Predicate{System.Type})