C# Class Sorting.InsertionSortManager

Inheritance: SortManager
Show file Open project: EFanZh/EFanZh

Protected Methods

Method Description
DoSort ( int data ) : void

Method Details

DoSort() protected method

protected DoSort ( int data ) : void
data int
return void