Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
12 references to Remove
System (11)
compmod\system\collections\generic\sorteddictionary.cs (2)
72
_set.
Remove
(keyValuePair);
223
return _set.
Remove
(new KeyValuePair<TKey, TValue>(key, default(TValue)));
compmod\system\collections\generic\sortedset.cs (9)
201
this.
Remove
(item);
1181
this.
Remove
(item);
1223
Remove
(item);
1283
this.
Remove
(item);
1302
this.
Remove
(other[i]);
1654
if (this.
Remove
(matches[i])) {
1808
bool ret = underlying.
Remove
(item);
1826
underlying.
Remove
(toRemove[toRemove.Count - 1]);
1987
this.
Remove
(item);
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Graph.cs (1)
167
rootsPriorityQueue.
Remove
(from);