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

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

공개 메소드들

메소드 설명
ExclusiveOrNullableByte ( byte a, byte b ) : byte
ExclusiveOrNullableInt ( int a, int b ) : int
ExclusiveOrNullableLong ( long a, long b ) : long
ExclusiveOrNullableSByte ( sbyte a, sbyte b ) : sbyte
ExclusiveOrNullableShort ( short a, short b ) : short
ExclusiveOrNullableUInt ( uint a, uint b ) : uint
ExclusiveOrNullableULong ( ulong a, ulong b ) : ulong
ExclusiveOrNullableUShort ( ushort a, ushort b ) : ushort

비공개 메소드들

메소드 설명
CheckLiftedBitwiseExclusiveOrNullableByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableLongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableShortTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableULongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUShortTest ( bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

메소드 상세

ExclusiveOrNullableByte() 공개 정적인 메소드

public static ExclusiveOrNullableByte ( byte a, byte b ) : byte
a byte
b byte
리턴 byte

ExclusiveOrNullableInt() 공개 정적인 메소드

public static ExclusiveOrNullableInt ( int a, int b ) : int
a int
b int
리턴 int

ExclusiveOrNullableLong() 공개 정적인 메소드

public static ExclusiveOrNullableLong ( long a, long b ) : long
a long
b long
리턴 long

ExclusiveOrNullableSByte() 공개 정적인 메소드

public static ExclusiveOrNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
리턴 sbyte

ExclusiveOrNullableShort() 공개 정적인 메소드

public static ExclusiveOrNullableShort ( short a, short b ) : short
a short
b short
리턴 short

ExclusiveOrNullableUInt() 공개 정적인 메소드

public static ExclusiveOrNullableUInt ( uint a, uint b ) : uint
a uint
b uint
리턴 uint

ExclusiveOrNullableULong() 공개 정적인 메소드

public static ExclusiveOrNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
리턴 ulong

ExclusiveOrNullableUShort() 공개 정적인 메소드

public static ExclusiveOrNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
리턴 ushort