Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property IsReadOnly As Boolean _ Implements IDictionary.IsReadOnly |
| C# |
|---|
| public bool IsReadOnly { get; } |
| C++ |
|---|
| public property bool IsReadOnly sealed { bool get(); } |
| J# |
|---|
| /** property */ public bool get_IsReadOnly(); |
| JScript |
|---|
| public function get IsReadOnly() : bool |