AssemblyCollectionIsReadOnly Property |
Gets a value indicating whether the ICollectionT 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)
Syntaxpublic bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Return Value
Type:
Boolean if the
ICollectionT is read-only; otherwise,
.
Implements
ICollectionTIsReadOnly
See Also