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