Edit

Share via


Collection.ICollection.IsSynchronized Property

Definition

Overloads

ICollection.IsSynchronized

Gets a value that indicates whether access to the Collection object is synchronized (thread-safe).

ICollection.IsSynchronized

Source:
Collection.vb
Source:
Collection.vb
Source:
Collection.vb

Gets a value that indicates whether access to the Collection object is synchronized (thread-safe).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property ICollectionIsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

true if access to the Collection object is synchronized; otherwise, false.

Applies to