Implemented interface member:
method
Clear
System.Collections.Generic.ICollection<T>.Clear()
1 override of Clear
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
92public override void Clear()
4 references to Clear
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (1)
204_set.Clear();
System\Collections\Generic\SortedSet.cs (3)
1061Clear(); 1077Clear(); 1118Clear();