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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

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

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

OrNullableInt() public static méthode

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

OrNullableLong() public static méthode

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

OrNullableSByte() public static méthode

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

OrNullableShort() public static méthode

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

OrNullableUInt() public static méthode

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

OrNullableULong() public static méthode

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

OrNullableUShort() public static méthode

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