GroupCollection.ICollection.IsSynchronized Vlastnost

Definice

Získá hodnotu, která označuje, zda je přístup k kolekci synchronizován (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

Hodnota vlastnosti

Boolean

Hodnota false ve všech případech

Implementuje

Poznámky

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

Platí pro