Initializes a new instance of the SortedArray class.
Initializes a new instance of the SortedArray class using the default comparer.
public SortedArray();
Initializes a new instance of the SortedArray class using a specified comparer.
public SortedArray(IComparer);
SortedArray Class | PmMda.Net.Dog.Paging Namespace