Click or drag to resize

ReflectionUtilsFindTypesWithBaseT Method

Searches all loaded assemblies and returns the types which have the specified attribute.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static IEnumerable<Type> FindTypesWithBase<T>()
where T : class

Type Parameters

T
Type of the attribute to get the types of.

Return Value

Type: IEnumerableType
List of found types.
See Also