AssemblyCollection.AddRange Method |
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void AddRange(
IEnumerable<Assembly> collection
)
Public Sub AddRange (
collection As IEnumerable(Of Assembly)
)
Parameters
- collection
- Type: System.Collections.Generic.IEnumerable<Assembly>
The collection whose elements should be added to the end of the AssemblyCollection.
ExceptionsException | Condition |
---|
ArgumentNullException | collection is null. |
See Also