Array.ICollection.IsSynchronized Vlastnost

Definice

Získá hodnotu, která označuje, zda je přístup k synchronizaci Array (vlákno bezpečné).

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

Hodnota vlastnosti

Boolean

true if access to the Array is synced (thread safe); otherwise, false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v Array případě, že je instance přetypována do ICollection rozhraní.

Platí pro