| FactoryCreateManyT Method (Object) |
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static IEnumerable<T> CreateMany<T>(
params Object[] parameters
)
where T : class
Parameters
- parameters
- Type: SystemObject
An array of arguments that match in number, order, and type the parameters of the
constructor to invoke. If args is an empty array or null, the constructor that takes no
parameters (the default constructor) is invoked.
Type Parameters
- T
- The Type that contract name derives from
Return Value
Type:
IEnumerableTA collection of the newly created objects.
Exceptions See Also