BubbleSort() public method

public BubbleSort ( ) : void
return void
示例#1
0
 void Sort()
 {
     list.BubbleSort();
 }