예제 #1
0
 public void ShiftLeftU8U8([U8] ulong a, [I1UpTo32] byte b)
 {
     Assert.AreEqual(UInt64Tests.ShiftLeftU8U8(a, b), Run <ulong>("Mosa.Test.Collection", "UInt64Tests", "ShiftLeftU8U8", a, b));
 }