SiteMapNodeCollection.ICollection.IsSynchronized Proprietà
Definizione
Ottiene un valore Boolean
che indica se l'accesso all'interfaccia ICollection è sincronizzato (thread-safe).Gets a Boolean
value indicating whether access to the ICollection interface is synchronized (thread safe). La classe non può essere ereditata.This class cannot be inherited.
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
se l'accesso a ICollection è sincronizzato (thread-safe); in caso contrario, false
.true
if access to the ICollection is synchronized (thread safe); otherwise, false
.