Foley .NET Utilities Class Library

Collection2Base.IsSynchronized Property

Gets a boolean value indicating whether access to the collection is synchronized (thread-safe).

[Visual Basic]
Overridable Public ReadOnly Property IsSynchronized As Boolean Implements _
   ICollection.IsSynchronized
[C#]
public bool IsSynchronized {virtual get;}

Property Value

true if access to the collection is synchronized (thread-safe); otherwise, false. The default is false.

Implements

ICollection.IsSynchronized

See Also

Collection2Base Class | Collection2Base Members | Foley.Utilities.Collections Namespace