C# Class System.Linq.Expressions.Interpreter.ByRefMethodInfoCallInstruction

Inheritance: MethodInfoCallInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
ByRefMethodInfoCallInstruction ( MethodInfo target, int argumentCount, ByRefUpdater byrefArgs ) : System.Collections.Generic

Method Details

Run() public final method

public final Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int