C# 클래스 ComponentFactory.Quicksilver.Binding.EvalResult

Specifies the type of a lexical token.
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver 1 사용 예제들

공개 메소드들

메소드 설명
EvalResult ( ) : System

Initialize a new instance of the EvalResult class.

EvalResult ( TypeCode type, object value ) : System

Initialize a new instance of the EvalResult class.

메소드 상세

EvalResult() 공개 메소드

Initialize a new instance of the EvalResult class.
public EvalResult ( ) : System
리턴 System

EvalResult() 공개 메소드

Initialize a new instance of the EvalResult class.
public EvalResult ( TypeCode type, object value ) : System
type TypeCode Type of the result value.
value object Result value.
리턴 System