System::Collections::Concurrent::ConcurrentDictionary::Remove metod

ConcurrentDictionary::Remove method

Tar bort element från behållaren.

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

ReturnValue

Sant om elementet hittades och togs bort, falskt annars.

Se även