| FactoryCreateManyOrderedT Method |
Creates instances of the specified type depending on the
ComponentAttribute
The returned values are ordered by the defined priority.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static IEnumerable<T> CreateManyOrdered<T>()
where T : class
Public Shared Function CreateManyOrdered(Of T As Class) As IEnumerable(Of T)
public:
generic<typename T>
where T : ref class
static IEnumerable<T>^ CreateManyOrdered()
Type Parameters
- T
- The Type that contract name derives from
Return Value
Type:
IEnumerableTA collection of the newly created objects.
Exceptions See Also