Implements a generic comparing class in which the two objects being compared must derive from IComparable to be of much use.
Inheritance: IComparer
		public void Initialize()
		{
			m_genericComparer = new GenericComparer();
		}
Exemplo n.º 2
0
 public void Initialize()
 {
     m_genericComparer = new GenericComparer();
 }