TypeConverter.StandardValuesCollection.ICollection.IsSynchronized Vlastnost

Definice

Popis tohoto člena najdete v tématu IsSynchronized.

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

Hodnota vlastnosti

Hodnota false ve všech případech

Implementuje

Poznámky

Z důvodu TypeConverter.StandardValuesCollection rychlosti není synchronizován. Vzhledem k tomu, že je jen pro čtení, není potřeba ho synchronizovat.

Platí pro

Viz také