Interface ITypeLocator
Namespace: DotNetNuke.Framework.Reflections
Assembly: DotNetNuke.dll
Syntax
public interface ITypeLocator
Methods
GetAllMatchingTypes(Predicate<Type>)
Declaration
IEnumerable<Type> GetAllMatchingTypes(Predicate<Type> predicate)
Parameters
| Type | Name | Description |
|---|---|---|
| Predicate<Type> | predicate |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> |