System::Collections::Concurrent::ConcurrentDictionary::Remove method

ConcurrentDictionary::Remove method

Verwijdert element uit de container.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
ParameterTypeBeschrijving
sleutelconst TKey&Sleutel om element te verwijderen op.

ReturnValue

True als het element werd gevonden en verwijderd, false anders.

Zie ook