示例#1
0
文件: Box.cs 项目: AndrewTheM/OOP
 public int CompareTo(Box <T> other) => Value.CompareTo(other.Value);