示例#1
0
文件: Constant.cs 项目: tipfom/calq
 public int CompareTo(Constant other)
 {
     return(Name.CompareTo(other.Name));
 }