TypeConverter.StandardValuesCollection.ICollection.IsSynchronized Eigenschaft

Definition

Eine Beschreibung dieses Elements finden Sie unter 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

Eigenschaftswert

false in allen Fällen.

Implementiert

Hinweise

Aus Gründen der Geschwindigkeit wird nicht TypeConverter.StandardValuesCollection synchronisiert. Da es schreibgeschützt ist, ist keine Synchronisierung erforderlich.

Gilt für:

Weitere Informationen