示例#1
0
 public void ShiftLeftU8U1(ulong a, byte b)
 {
     Assert.Equal(UInt64Tests.ShiftLeftU8U1(a, b), Run <ulong>("Mosa.Test.Collection.UInt64Tests.ShiftLeftU8U1", a, b));
 }