NonGenericDictionary.IsSynchronized

NonGenericDictionary.IsSynchronized property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

public bool IsSynchronized { get; }

Return Value

true if access to the ICollection is synchronized (thread safe); otherwise, false.

See Also