コード例 #1
0
ファイル: Z.cs プロジェクト: luferIPCA/2020-20201-LP2
 public static int DoSomething(IX a)
 {
     return(a.Prod(2, 3));
 }