C# Class System.Linq.Expressions.Tests.InterpreterTests

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
VerifyInstructions ( this expression, string expected ) : void

Private Methods

Method Description
GetInstructions ( this expression ) : string
Normalize ( string s ) : string
VerifyInstructions_Exceptions ( ) : void
VerifyInstructions_Simple ( ) : void

Method Details

VerifyInstructions() public static method

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