C# Class System.Linq.Expressions.Interpreter.GreaterThanInstruction.GreaterThanUInt16

Inheritance: GreaterThanInstruction
Show file Open project: dotnet/corefx

Public Methods

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

Method Details

GreaterThanUInt16() public method

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

Run() public method

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