コード例 #1
0
 public void ShiftLeftU4U1(uint a, byte b)
 {
     Assert.Equal(UInt32Tests.ShiftLeftU4U1(a, b), Run <uint>("Mosa.Test.Collection.UInt32Tests.ShiftLeftU4U1", a, b));
 }