Click or drag to resize

AssemblyCollectionItem Property

Gets or sets the element at the specified index.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public Assembly this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Assembly
The assembly at that index.

Implements

IListTItemInt32
See Also

STK Parallel Computing Server 2.9 API for .NET