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

Inheritance: Instruction
Show file Open project: dotnet/corefx

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Protected Methods

Method Description
Convert ( object obj ) : object
NumericConvertInstruction ( TypeCode from, TypeCode to, bool isLiftedToNull ) : System.Dynamic.Utils

Method Details

Convert() protected abstract method

protected abstract Convert ( object obj ) : object
obj object
return object

NumericConvertInstruction() protected method

protected NumericConvertInstruction ( TypeCode from, TypeCode to, bool isLiftedToNull ) : System.Dynamic.Utils
from TypeCode
to TypeCode
isLiftedToNull bool
return System.Dynamic.Utils

Run() public final method

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

ToString() public method

public ToString ( ) : string
return string