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

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
CheckNewWithTwoParametersCustom2Test ( bool useInterpreter ) : void
CheckNewWithTwoParametersStructWithStringAndValueTest ( bool useInterpreter ) : void
CheckNewWithTwoParametersStructWithValueTest ( bool useInterpreter ) : void
VerifyNewWithTwoParametersCustom2 ( int a, string b, bool useInterpreter ) : void
VerifyNewWithTwoParametersStructWithStringAndValue ( string a, S b, bool useInterpreter ) : void
VerifyNewWithTwoParametersStructWithValue ( int a, double b, bool useInterpreter ) : void