Example #1
0
 public List <int> Sort()
 {
     return((_numberList == null)? new List <int>() : _strategy.SortList(_numberList));
 }