CreateSortKey() private method

Create a sort key that can be compared quickly with other keys.
private CreateSortKey ( string s ) : XmlSortKey
s string
return XmlSortKey
 /// <summary>
 /// Create a new sort key and append it to the current run of sort keys.
 /// </summary>
 public void AddStringSortKey(XmlCollation collation, string value) {
     AppendSortKey(collation.CreateSortKey(value));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new sort key and append it to the current run of sort keys.
 /// </summary>
 public void AddStringSortKey(XmlCollation collation, string value)
 {
     AppendSortKey(collation.CreateSortKey(value));
 }