Returns trueTruetruetrue (True in Visual Basic) if the Set is synchronized across threads. Note that
enumeration is inherently not thread-safe. Use the SyncRoot to lock the
object during enumeration.
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
C# |
---|
public abstract bool IsSynchronized { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property IsSynchronized As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsSynchronized { bool get () abstract; } |