IsSynchronized

NonGenericDictionary.IsSynchronized property

Obtient une valeur indiquant si l’accès au ICollection est synchronisé (thread safe).

public bool IsSynchronized { get; }

Return_Value

true si l’accès auICollection est synchronisé (thread safe); sinon, faux.

Voir également