コード例 #1
0
ファイル: Sortable.cs プロジェクト: serota/Coterie
 public static int byName(Sortable x, Sortable y)
 {
     return(x.name.CompareTo(y.name));
 }