コード例 #1
0
ファイル: Testable.cs プロジェクト: CUSE341/cuse.github.io
 public void InjectArray <T>(T[] types)
 {
     autoMocker.InjectArray(types);
 }