Example #1
0
        public void NullComparer()
        {
            SwapSorter sorter = this.Sorter;

            sorter.Comparer = null;
        }
Example #2
0
        public void NullSwapper()
        {
            SwapSorter sorter = this.Sorter;

            sorter.Swapper = null;
        }