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

ConcurrentDictionary::Remove method

Tar bort element från behållaren.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
ParameterTypeBeskrivning
nyckelconst TKey&Nyckel för att ta bort elementet vid.

ReturnValue

Sant om elementet hittades och togs bort, falskt annars.

Se även