Collection.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso all'oggetto Collection è sincronizzato (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 ICollectionIsSynchronized As Boolean Implements ICollection.IsSynchronized

Valore della proprietà

true se l'accesso all'oggetto Collection viene sincronizzato; in caso contrario, false.

Si applica a