Dim ary As Generic.List(Of Integer) ary.Sort() ' 正順(昇順)でソート default ary.Sort(Function(x, y) y.CompareTo(x)) ' 逆順(降順)でソート
コメントを投稿
0 件のコメント:
コメントを投稿