BindingContext.ICollection.IsSynchronized Property

Definition

Gets a value indicating whether the collection is synchronized.

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 if the collection is thread safe; otherwise, false.

Implements

Remarks

This property is derived from ICollection, and is overridden to always return false.

Applies to