System::Collections::Generic::IDictionary::get_IsSynchronized metodo

IDictionary::get_IsSynchronized method

Verifica se il contenitore è thread-safe.

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

ReturnValue

Vero se i metodi di accesso al contenitore sono thread-safe, falso altrimenti.

Vedi anche