C# 클래스 System.Linq.Expressions.Interpreter.NumericConvertInstruction

상속: Instruction
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Convert ( object obj ) : object
NumericConvertInstruction ( TypeCode from, TypeCode to, bool isLiftedToNull ) : System.Dynamic.Utils

메소드 상세

Convert() 보호된 추상적인 메소드

protected abstract Convert ( object obj ) : object
obj object
리턴 object

NumericConvertInstruction() 보호된 메소드

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

Run() 공개 최종 메소드

public final Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string