Click or drag to resize

AssemblyCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public IEnumerator<Assembly> GetEnumerator()

Return Value

Type: IEnumerator<Assembly>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also

STK Parallel Computing Server 2.10 API for .NET