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

Inheritance: Instruction
Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
Instance ArrayLengthInstruction

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
ArrayLengthInstruction ( )

Method Details

Run() public method

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

Property Details

Instance public_oe static_oe property

public static ArrayLengthInstruction,System.Linq.Expressions.Interpreter Instance
return ArrayLengthInstruction