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

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

비공개 메소드들

메소드 설명
CheckNullableBoolAndAlsoTest ( bool useInterpreter ) : void
CheckNullableBoolAndTest ( bool useInterpreter ) : void
CheckNullableBoolOrElseTest ( bool useInterpreter ) : void
CheckNullableBoolOrTest ( bool useInterpreter ) : void
VerifyNullableBoolAnd ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolAndAlso ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolOr ( bool a, bool b, bool useInterpreter ) : void
VerifyNullableBoolOrElse ( bool a, bool b, bool useInterpreter ) : void