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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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