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

Inheritance: Instruction
Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
Instruction ValueTypeCopyInstruction

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
ValueTypeCopyInstruction ( ) : System.Collections.Generic

Method Details

Run() public method

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

ValueTypeCopyInstruction() public method

public ValueTypeCopyInstruction ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Instruction public_oe static_oe property

public static ValueTypeCopyInstruction,System.Linq.Expressions.Interpreter Instruction
return ValueTypeCopyInstruction