ReflectionExtensions.

GetAllTypes(Assembly, Func<TypeInfo, bool>) Method

Assembly
MagicChunks.dll
Namespace
MagicChunks.Helpers
Containing Type
ReflectionExtensions

Syntax

public static IEnumerable<Type> GetAllTypes(this Assembly source, Func<TypeInfo, bool> predicate = null)

Parameters

Name Type Description
source Assembly
predicate Func<TypeInfo, bool>

Return Value

Type Description
IEnumerable<Type>