C# 클래스 System.Linq.Expressions.Tests.LiftedBitwiseAndNullableTests

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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