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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static AndNullableByte ( byte a, byte b ) : byte
a byte
b byte
Résultat byte

AndNullableInt() public static méthode

public static AndNullableInt ( int a, int b ) : int
a int
b int
Résultat int

AndNullableLong() public static méthode

public static AndNullableLong ( long a, long b ) : long
a long
b long
Résultat long

AndNullableSByte() public static méthode

public static AndNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
Résultat sbyte

AndNullableShort() public static méthode

public static AndNullableShort ( short a, short b ) : short
a short
b short
Résultat short

AndNullableUInt() public static méthode

public static AndNullableUInt ( uint a, uint b ) : uint
a uint
b uint
Résultat uint

AndNullableULong() public static méthode

public static AndNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
Résultat ulong

AndNullableUShort() public static méthode

public static AndNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
Résultat ushort