Click or drag to resize

AssemblyCollection.IsReadOnly Property

Gets a value indicating whether the ICollection<T> is read-only.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public bool IsReadOnly { get; }

Return Value

Type: Boolean
true if the ICollection<T> is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly
See Also

STK Parallel Computing Server 2.10 API for .NET