Exemplo n.º 1
0
 public static int CompareValue2(TestClass obj1, TestClass obj2)
 {
     return(obj1.Value2.CompareTo(obj2.Value2));
 }
Exemplo n.º 2
0
 public TestClass(TestClass obj) : this(obj.Value1, obj.Value2)
 {
 }