예제 #1
0
파일: Box.cs 프로젝트: AndrewTheM/OOP
 public int CompareTo(Box <T> other) => Value.CompareTo(other.Value);