XmlQuerySequence<T>.SortByKeys(Array) Method

Definition

Sort the items in the cache using the keys contained in the specified array.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void SortByKeys(Array ^ keys);
public void SortByKeys (Array keys);
member this.SortByKeys : Array -> unit
Public Sub SortByKeys (keys As Array)

Parameters

keys
Array

A value of type array.

Applies to