Click or drag to resize

AssemblyCollectionAddRange 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.9.0.1601 (2.9.0.1601)
Syntax
public void AddRange(
	IEnumerable<Assembly> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableAssembly
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.9 API for .NET