 | ReflectionUtilsFindTypes Method |
[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.FindTypes(System.Func{System.Type,System.Boolean})"]
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntaxpublic static IEnumerable<Type> FindTypes(
Func<Type, bool> condition
)
Public Shared Function FindTypes (
condition As Func(Of Type, Boolean)
) As IEnumerable(Of Type)
public:
static IEnumerable<Type^>^ FindTypes(
Func<Type^, bool>^ condition
)
static member FindTypes :
condition : Func<Type, bool> -> IEnumerable<Type>
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