Class LoadedTypeCollection<T>
A helper for collecting instances of a particular type by scanning the types in loaded assemblies.
public class LoadedTypeCollection<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- A helper for collecting instances of a particular type by scanning the types in loaded assemblies.
- Inheritance
-
LoadedTypeCollection<T>
- Implements
-
IEnumerable<T>
- Inherited Members
Constructors
LoadedTypeCollection()
public LoadedTypeCollection()
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>
An enumerator that can be used to iterate through the collection.