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

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
AndNullableByte ( byte a, byte b ) : byte
AndNullableInt ( int a, int b ) : int
AndNullableLong ( long a, long b ) : long
AndNullableSByte ( sbyte a, sbyte b ) : sbyte
AndNullableShort ( short a, short b ) : short
AndNullableUInt ( uint a, uint b ) : uint
AndNullableULong ( ulong a, ulong b ) : ulong
AndNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedBitwiseAndNullableByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableLongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableShortTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableULongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseAndNullableUShortTest ( bool useInterpreter ) : void
VerifyBitwiseAndNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyBitwiseAndNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyBitwiseAndNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyBitwiseAndNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyBitwiseAndNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyBitwiseAndNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyBitwiseAndNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyBitwiseAndNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyBitwiseAndNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

AndNullableByte() public static method

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

AndNullableInt() public static method

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

AndNullableLong() public static method

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

AndNullableSByte() public static method

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

AndNullableShort() public static method

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

AndNullableUInt() public static method

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

AndNullableULong() public static method

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

AndNullableUShort() public static method

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