C# Класс System.Linq.Expressions.Tests.LiftedBitwiseAndNullableTests

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AndNullableByte() публичный статический Метод

public static AndNullableByte ( byte a, byte b ) : byte
a byte
b byte
Результат byte

AndNullableInt() публичный статический Метод

public static AndNullableInt ( int a, int b ) : int
a int
b int
Результат int

AndNullableLong() публичный статический Метод

public static AndNullableLong ( long a, long b ) : long
a long
b long
Результат long

AndNullableSByte() публичный статический Метод

public static AndNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
Результат sbyte

AndNullableShort() публичный статический Метод

public static AndNullableShort ( short a, short b ) : short
a short
b short
Результат short

AndNullableUInt() публичный статический Метод

public static AndNullableUInt ( uint a, uint b ) : uint
a uint
b uint
Результат uint

AndNullableULong() публичный статический Метод

public static AndNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
Результат ulong

AndNullableUShort() публичный статический Метод

public static AndNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
Результат ushort