| オーバーロード | 解説 |
|---|---|
| Sort(SortFlags,Int32,Int32) | Sorts this node's child nodes in the specified order. |
| Sort(SortFlags) | Sorts this node's child nodes in the specified order. |
| Sort(IComparer) | Sorts this node's child nodes using a given System.Collections.IComparer object to determine the node order. |