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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
VerifyInstructions ( this expression, string expected ) : void

Private Methods

Méthode Description
GetInstructions ( this expression ) : string
Normalize ( string s ) : string
VerifyInstructions_Exceptions ( ) : void
VerifyInstructions_Simple ( ) : void

Method Details

VerifyInstructions() public static méthode

public static VerifyInstructions ( this expression, string expected ) : void
expression this
expected string
Résultat void