NormalizedSnapshotSpanCollection.ICollection.IsSynchronized Property

Definition

Determines whether this collection is synchronized.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
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 synchronized, otherwise false.

Implements

Applies to