コード例 #1
0
ファイル: Constant.cs プロジェクト: tipfom/calq
 public int CompareTo(Constant other)
 {
     return(Name.CompareTo(other.Name));
 }