Indicates that the given instance is read-only
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# |
|---|
public override sealed bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public Overrides NotOverridable ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get () override sealed; } |