System::Collections::Generic::IDictionary::get_IsSynchronized method

IDictionary::get_IsSynchronized method

Checks if container is thread-safe.

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

ReturnValue

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

See Also