TypeConverter.StandardValuesCollection.ICollection.IsSynchronized Proprietà

Definizione

Per una descrizione di questo membro, vedere 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

Valore della proprietà

false in tutti i casi.

Implementazioni

Commenti

Per velocità, l'oggetto TypeConverter.StandardValuesCollection non è sincronizzato. Poiché è di sola lettura, non è necessario sincronizzarlo.

Si applica a

Vedi anche