ImmutableArray<T>.ICollection.IsSynchronized Proprietà

Definizione

Vedere l'interfaccia ICollection. Restituisce sempre true perché le raccolte non modificabili sono 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

Valore della proprietà

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

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableArray<T> a un'interfaccia ICollection.

Si applica a