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

Inheritance: Instruction
Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Instance Instruction

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
NullCheckInstruction ( )

Method Details

Run() public method

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

Property Details

Instance public static property

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