ArrangedElementCollection.ICollection.IsSynchronized Vlastnost

Definice

Popis tohoto členu najdete ve IsSynchronized vlastnosti .

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

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

Implementuje

Poznámky

Tato metoda je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že ArrangedElementCollection je instance přetypovaná na ICollection rozhraní.

Platí pro