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

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

비공개 메소드들

메소드 설명
CheckNullableByteOrTest ( bool useInterpreter ) : void
CheckNullableIntOrTest ( bool useInterpreter ) : void
CheckNullableLongOrTest ( bool useInterpreter ) : void
CheckNullableSByteOrTest ( bool useInterpreter ) : void
CheckNullableShortOrTest ( bool useInterpreter ) : void
CheckNullableUIntOrTest ( bool useInterpreter ) : void
CheckNullableULongOrTest ( bool useInterpreter ) : void
CheckNullableUShortOrTest ( bool useInterpreter ) : void
VerifyNullableByteOr ( byte a, byte b, bool useInterpreter ) : void
VerifyNullableIntOr ( int a, int b, bool useInterpreter ) : void
VerifyNullableLongOr ( long a, long b, bool useInterpreter ) : void
VerifyNullableSByteOr ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyNullableShortOr ( short a, short b, bool useInterpreter ) : void
VerifyNullableUIntOr ( uint a, uint b, bool useInterpreter ) : void
VerifyNullableULongOr ( ulong a, ulong b, bool useInterpreter ) : void
VerifyNullableUShortOr ( ushort a, ushort b, bool useInterpreter ) : void