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

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
CanUseAsLambdaParameter ( bool useInterpreter ) : void
CanWriteAndReadBack ( object value, bool useInterpreter ) : void
CannotBePointerType ( ) : void
CannotReduce ( ) : void
CrateVariableForValidTypeWithName ( Type type ) : void
CreateVariableForValidTypeNoName ( Type type ) : void
NameNeedNotBeCSharpValid ( ) : void
NullType ( ) : void
OpenGenericType_ThrowsArgumentException ( Type type ) : void
VariableCannotBeByRef ( Type type ) : void
VariableCannotBeTypeVoid ( ) : void