Click or drag to resize

aceDictionaryCollectionTIsReadOnly Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool IsReadOnly { get; }
Request Example View Source

Return Value

Type: Boolean
true if the ICollectionT is read-only; otherwise, false.

Implements

IListIsReadOnly
ICollectionTIsReadOnly
See Also