Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool IsSynchronized { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSynchronized As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsSynchronized {
bool get () sealed;
} |
| F# |
|---|
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get |
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollection..::..IsSynchronized
See Also