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); 223return _set.Remove(new KeyValuePair<TKey, TValue>(key, default(TValue)));
compmod\system\collections\generic\sortedset.cs (9)
201this.Remove(item); 1181this.Remove(item); 1223Remove(item); 1283this.Remove(item); 1302this.Remove(other[i]); 1654if (this.Remove(matches[i])) { 1808bool ret = underlying.Remove(item); 1826underlying.Remove(toRemove[toRemove.Count - 1]); 1987this.Remove(item);
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Graph.cs (1)
167rootsPriorityQueue.Remove(from);