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

Inheritance: Instruction
Mostra 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_oe static_oe property

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