binaryadd.generated.vb

来自「大名鼎鼎的mono是.NET平台的跨平台(支持linux」· VB 代码 · 共 871 行 · 第 1/2 页

VB
871
字号
    '<Test()> Sub Add_Int32_UInt16()    '    Dim t1 As Int32 = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int32_UInt32()    '    Dim t1 As Int32 = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int32_UInt64()    '    Dim t1 As Int32 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_Int64()    '    Dim t1 As Int64 = Nothing, t2 As Int64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_Object()    '    Dim t1 As Int64 = Nothing, t2 As Object = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_Int16()    '    Dim t1 As Int64 = Nothing, t2 As Int16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_Single()    '    Dim t1 As Int64 = Nothing, t2 As Single = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_String()    '    Dim t1 As Int64 = Nothing, t2 As String = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_SByte()    '    Dim t1 As Int64 = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_UInt16()    '    Dim t1 As Int64 = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_UInt32()    '    Dim t1 As Int64 = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int64_UInt64()    '    Dim t1 As Int64 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_Object()    '    Dim t1 As Object = Nothing, t2 As Object = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_Int16()    '    Dim t1 As Object = Nothing, t2 As Int16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_Single()    '    Dim t1 As Object = Nothing, t2 As Single = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_String()    '    Dim t1 As Object = Nothing, t2 As String = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_SByte()    '    Dim t1 As Object = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_UInt16()    '    Dim t1 As Object = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_UInt32()    '    Dim t1 As Object = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Object_UInt64()    '    Dim t1 As Object = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_Int16()    '    Dim t1 As Int16 = Nothing, t2 As Int16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_Single()    '    Dim t1 As Int16 = Nothing, t2 As Single = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_String()    '    Dim t1 As Int16 = Nothing, t2 As String = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_SByte()    '    Dim t1 As Int16 = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_UInt16()    '    Dim t1 As Int16 = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_UInt32()    '    Dim t1 As Int16 = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Int16_UInt64()    '    Dim t1 As Int16 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_Single()    '    Dim t1 As Single = Nothing, t2 As Single = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_String()    '    Dim t1 As Single = Nothing, t2 As String = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_SByte()    '    Dim t1 As Single = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_UInt16()    '    Dim t1 As Single = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_UInt32()    '    Dim t1 As Single = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_Single_UInt64()    '    Dim t1 As Single = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_String_String()    '    Dim t1 As String = Nothing, t2 As String = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_String_SByte()    '    Dim t1 As String = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_String_UInt16()    '    Dim t1 As String = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_String_UInt32()    '    Dim t1 As String = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_String_UInt64()    '    Dim t1 As String = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_SByte_SByte()    '    Dim t1 As SByte = Nothing, t2 As SByte = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_SByte_UInt16()    '    Dim t1 As SByte = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_SByte_UInt32()    '    Dim t1 As SByte = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_SByte_UInt64()    '    Dim t1 As SByte = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt16_UInt16()    '    Dim t1 As UInt16 = Nothing, t2 As UInt16 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt16_UInt32()    '    Dim t1 As UInt16 = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt16_UInt64()    '    Dim t1 As UInt16 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt32_UInt32()    '    Dim t1 As UInt32 = Nothing, t2 As UInt32 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt32_UInt64()    '    Dim t1 As UInt32 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End Sub    '<Test()> Sub Add_UInt64_UInt64()    '    Dim t1 As UInt64 = Nothing, t2 As UInt64 = Nothing    '    Dim t As Object    '    Stop    '    t = t1 + t2    '    Stop    '    '       Assert.AreEqual(t, t1 + t2, "should be equal")    'End SubEnd Class

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?