get_IsSynchronized()

IDictionary::get_IsSynchronized() const method

Checks if container is thread-safe.

bool System::Collections::Generic::IDictionary<TKey, TValue>::get_IsSynchronized() const

Return Value

True if container access methods are thread-safe, false otherwise.

See Also