コード例 #1
0
 public override int Compare(ValueProxyFactory other)
 {
     return 0;
 }
コード例 #2
0
 public abstract int Compare(ValueProxyFactory other);        
コード例 #3
0
 public override int Compare(ValueProxyFactory other)
 {
     if (other.IsNumeric)
         return 1;
     return 0;
 }