コード例 #1
0
 private static Assembly GetAssembly()
 {
     return(ReflectionAssert.AssemblyExists("MGN.ModInv.dll"));
 }
コード例 #2
0
 static Assembly GetAssembly()
 {
     return(ReflectionAssert.AssemblyExists("Day1StandardDeviation.exe"));
 }
コード例 #3
0
 private static Assembly GetAssembly()
 {
     return(ReflectionAssert.AssemblyExists("Day0WeightedMean.exe"));
 }