1 instantiation of TreeSubSet
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1703
return new
TreeSubSet
(this, lowerValue, upperValue, true, true);
7 references to TreeSubSet
System (7)
compmod\system\collections\generic\sortedset.cs (7)
119
SortedSet<T> baseTreeSubSet = collection as
TreeSubSet
;
991
TreeSubSet
t = this as
TreeSubSet
;
1133
TreeSubSet
t = this as
TreeSubSet
;
1977
TreeSubSet
ret = (
TreeSubSet
)underlying.GetViewBetween(lowerValue, upperValue);