コード例 #1
0
ファイル: Chord.cs プロジェクト: mdahlgrengadd/ABCSharp
 public int CompareTo(Element other)
 {
     return(pitch.CompareTo(other.pitch));
 }