C# Class System.Linq.Expressions.Tests.LiftedAddNullableTests

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
AddNullableByte ( byte a, byte b ) : byte
AddNullableChar ( char a, char b ) : char
AddNullableDecimal ( decimal a, decimal b ) : decimal
AddNullableDouble ( double a, double b ) : double
AddNullableFloat ( float a, float b ) : float
AddNullableInt ( int a, int b ) : int
AddNullableLong ( long a, long b ) : long
AddNullableSByte ( sbyte a, sbyte b ) : sbyte
AddNullableShort ( short a, short b ) : short
AddNullableUInt ( uint a, uint b ) : uint
AddNullableULong ( ulong a, ulong b ) : ulong
AddNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedAddNullableByteTest ( bool useInterpreter ) : void
CheckLiftedAddNullableCharTest ( bool useInterpreter ) : void
CheckLiftedAddNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedAddNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedAddNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedAddNullableIntTest ( bool useInterpreter ) : void
CheckLiftedAddNullableLongTest ( bool useInterpreter ) : void
CheckLiftedAddNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedAddNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedAddNullableShortTest ( bool useInterpreter ) : void
CheckLiftedAddNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedAddNullableULongTest ( bool useInterpreter ) : void
CheckLiftedAddNullableUShortTest ( bool useInterpreter ) : void
VerifyAddNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyAddNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyAddNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyAddNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyAddNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyAddNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyAddNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyAddNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyAddNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyAddNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyAddNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyAddNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyAddNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

AddNullableByte() public static method

public static AddNullableByte ( byte a, byte b ) : byte
a byte
b byte
return byte

AddNullableChar() public static method

public static AddNullableChar ( char a, char b ) : char
a char
b char
return char

AddNullableDecimal() public static method

public static AddNullableDecimal ( decimal a, decimal b ) : decimal
a decimal
b decimal
return decimal

AddNullableDouble() public static method

public static AddNullableDouble ( double a, double b ) : double
a double
b double
return double

AddNullableFloat() public static method

public static AddNullableFloat ( float a, float b ) : float
a float
b float
return float

AddNullableInt() public static method

public static AddNullableInt ( int a, int b ) : int
a int
b int
return int

AddNullableLong() public static method

public static AddNullableLong ( long a, long b ) : long
a long
b long
return long

AddNullableSByte() public static method

public static AddNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
return sbyte

AddNullableShort() public static method

public static AddNullableShort ( short a, short b ) : short
a short
b short
return short

AddNullableUInt() public static method

public static AddNullableUInt ( uint a, uint b ) : uint
a uint
b uint
return uint

AddNullableULong() public static method

public static AddNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
return ulong

AddNullableUShort() public static method

public static AddNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
return ushort