Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: Dapfor.Wpf.DataAssembly: 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:
BooleanReturn Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollection..::..IsSynchronizedSee Also