1 reference to ValueList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
441public virtual IList GetValueList() => valueList ??= new ValueList(this);