Click or drag to resize
ReflectionUtilsFindTypes Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.FindTypes(System.Func{System.Type,System.Boolean})"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static IEnumerable<Type> FindTypes(
	Func<Type, bool> condition
)

Parameters

condition
Type: SystemFuncType, Boolean

[Missing <param name="condition"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.FindTypes(System.Func{System.Type,System.Boolean})"]

Return Value

Type: IEnumerableType

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.FindTypes(System.Func{System.Type,System.Boolean})"]

See Also