SynchronizedCollection<T>.ICollection.IsSynchronized Property

Definition

Gets a value that indicates whether the collection is 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 IsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

true

Implements

Remarks

This property always returns true because the collection is thread safe.

Applies to