Base:
method
InOrderTreeWalk
System.Collections.Generic.SortedSet<T>.InOrderTreeWalk(System.Collections.Generic.TreeWalkPredicate<T>)
1 reference to InOrderTreeWalk
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
325InOrderTreeWalk(n => { count++; return true; });