1
edit
Changes
Strategy
,no edit summary
Some times there is a need to use a different sort algorithm there is a overload of sort that takes an IComparer.
<br>
<br><pre>
class CoolComparer : IComparer
==References==
http://msdn2.microsoft.com/en----us/library/system.collections.comparer(VS.80).aspxhttp://www.codeproject.com/cpp/strategy.asphttp://en.wikipedia.org/wiki/Strategy_pattern