FactoryCreateManyOrderedT Method |
Namespace: Cauldron.Activator
public static IEnumerable<T> CreateManyOrdered<T>() where T : class
| Exception | Condition |
|---|---|
| KeyNotFoundException | The contract described by T was not found |
| Exception | Unknown FactoryCreationPolicy |
| NotSupportedException | An Object with Singleton with an implemented IDisposable must also implement the IDisposableObject interface. |