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