コード例 #1
0
ファイル: Box.cs プロジェクト: AndrewTheM/OOP
 public int CompareTo(Box <T> other) => Value.CompareTo(other.Value);