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

Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
OrNullableByte ( byte a, byte b ) : byte
OrNullableInt ( int a, int b ) : int
OrNullableLong ( long a, long b ) : long
OrNullableSByte ( sbyte a, sbyte b ) : sbyte
OrNullableShort ( short a, short b ) : short
OrNullableUInt ( uint a, uint b ) : uint
OrNullableULong ( ulong a, ulong b ) : ulong
OrNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedBitwiseOrNullableByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableLongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableShortTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableULongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseOrNullableUShortTest ( bool useInterpreter ) : void
VerifyBitwiseOrNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyBitwiseOrNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyBitwiseOrNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyBitwiseOrNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyBitwiseOrNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyBitwiseOrNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyBitwiseOrNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyBitwiseOrNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyBitwiseOrNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

OrNullableByte() public static method

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

OrNullableInt() public static method

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

OrNullableLong() public static method

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

OrNullableSByte() public static method

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

OrNullableShort() public static method

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

OrNullableUInt() public static method

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

OrNullableULong() public static method

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

OrNullableUShort() public static method

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