Click or drag to resize

AssemblyCollection.AddRange Method

Adds the elements of the specified collection to the end of the AssemblyCollection.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public void AddRange(
	IEnumerable<Assembly> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Assembly>
The collection whose elements should be added to the end of the AssemblyCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also

STK Parallel Computing Server 2.10 API for .NET