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

Inheritance: Instruction
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Méthodes protégées

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

Method Details

Convert() protected abstract méthode

protected abstract Convert ( object obj ) : object
obj object
Résultat object

NumericConvertInstruction() protected méthode

protected NumericConvertInstruction ( TypeCode from, TypeCode to, bool isLiftedToNull ) : System.Dynamic.Utils
from TypeCode
to TypeCode
isLiftedToNull bool
Résultat System.Dynamic.Utils

Run() public final méthode

public final Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string