Example #1
0
 public void ShiftLeftU4U4([U4] uint a, [I1UpTo32] byte b)
 {
     Assert.AreEqual(UInt32Tests.ShiftLeftU4U4(a, b), Run <uint>("Mosa.Test.Collection", "UInt32Tests", "ShiftLeftU4U4", a, b));
 }