PrincipalValueCollection<T>.ICollection.IsSynchronized Vlastnost

Definice

Získá hodnotu označující, zda je synchronizován přístup ke kolekci (bez vláken).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
bool System.Collections.ICollection.IsSynchronized { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.IsSynchronized : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Hodnota vlastnosti

true pokud je přístup k ICollection souboru synchronizovaný (bezpečný z více vláken), v opačném případě false.

Implementuje

Atributy

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v PrincipalValueCollection<T> případě, že je instance přetypovaná na ICollection rozhraní.

Platí pro