Table of Contents

Class LoadedTypeCollection<T>

Namespace
Microsoft.Xna.Framework.Content.Pipeline
Assembly
MonoGame.Framework.Content.Pipeline.dll

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
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.