Gets a value indicating whether the collection is read-only.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public virtual bool IsReadOnly{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property IsReadOnly As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get (); } |
Return Value
always false for CacheableHashSet
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace