Class ReflectiveEnumerator
Find all subclasses of type and create instance.
Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
public static class ReflectiveEnumerator
Methods
| Improve this Doc View SourceGetEnumerableOfType<T>(Object[])
Declaration
public static IEnumerable<T> GetEnumerableOfType<T>(params object[] constructorArgs)
where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| Object[] | constructorArgs |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |