C# Class System.Linq.Expressions.Interpreter.LessThanInstruction.LessThanInt64

Inheritance: LessThanInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
LessThanInt64 ( object nullValue ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int

Method Details

LessThanInt64() public method

public LessThanInt64 ( object nullValue ) : System.Diagnostics
nullValue object
return System.Diagnostics

Run() public method

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