Show / Hide Table of Contents

Class ReflectiveEnumerator

Find all subclasses of type and create instance.

Inheritance
Object
ReflectiveEnumerator
Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
public static class ReflectiveEnumerator

Methods

| Improve this Doc View Source

GetEnumerableOfType<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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX