ImmutableList<T>.ICollection.IsSynchronized Proprietà

Definizione

Questo tipo non è modificabile, quindi è sempre thread-safe. Vedere l'interfaccia ICollection .

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à

Valore booleano che determina se la raccolta è thread-safe.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ImmutableList<T>ICollection .

Si applica a