Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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:
Booleantrue if this instance is synchronized; otherwise,
false.
Implements
ICollection..::..IsSynchronized
See Also