TypeConverter.StandardValuesCollection.ICollection.IsSynchronized Vlastnost

Definice

Popis tohoto člena naleznete 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

false ve všech případech.

Implementuje

Poznámky

Pro rychlost TypeConverter.StandardValuesCollection není synchronizováno. Vzhledem k tomu, že je jen pro čtení, není nutné ji synchronizovat.

Platí pro

Viz také