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

Inheritance: GotoExpressionTests
Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
AmbiguousJump ( bool useInterpreter ) : void
ByRefType ( ) : void
CanAssignAnythingToVoid ( object value, bool useInterpreter ) : void
CannotAssignValueTypesToObject ( object value ) : void
ExplicitNullTypeWithValue ( object value ) : void
ExplicitTypeAssigned ( object value, bool useInterpreter ) : void
JumpInWithValue ( bool useInterpreter ) : void
JumpIntoExpression ( bool useInterpreter ) : void
JustReturnValue ( object value, bool useInterpreter ) : void
MultipleDefinitionsInSeparateBlocks ( bool useInterpreter ) : void
NonVoidTargetReturnHasNoValue ( Type type ) : void
NonVoidTargetReturnHasNoValueTypeExplicit ( Type type ) : void
NullValueOnNonVoidReturn ( Type type ) : void
OpenGenericType ( ) : void
PointerType ( ) : void
ReturnExplicitVoidNoValue ( bool useInterpreter ) : void
ReturnJumps ( object value, bool useInterpreter ) : void
ReturnQuotesIfNecessary ( ) : void
ReturnToMiddle ( bool useInterpreter ) : void
ReturnVoidNoValue ( bool useInterpreter ) : void
TypeContainsGenericParameters ( ) : void
UndefinedLabel ( bool useInterpreter ) : void
UnreadableLabel ( ) : void
UpdateDiferentValueIsDifferent ( ) : void
UpdateDifferentTargetIsDifferent ( ) : void
UpdateSameIsSame ( ) : void