SynchronizedCollection<T>.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se la raccolta è thread-safe.

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à

true

Implementazioni

Commenti

Questa proprietà restituisce sempre true perché la raccolta è thread-safe.

Si applica a