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

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

공개 메소드들

메소드 설명
VerifyInstructions ( this expression, string expected ) : void

비공개 메소드들

메소드 설명
GetInstructions ( this expression ) : string
Normalize ( string s ) : string
VerifyInstructions_Exceptions ( ) : void
VerifyInstructions_Simple ( ) : void

메소드 상세

VerifyInstructions() 공개 정적인 메소드

public static VerifyInstructions ( this expression, string expected ) : void
expression this
expected string
리턴 void