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

EvalNode that represents the ?? conditional.
상속: EvalNode
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
EvalNodeNullCoalescing ( EvalNode child ) : System

Instantiate a new instance of the EvalNodeNullCoalescing node.

Evaluate ( object thisObject ) : EvalResult

Evalaute this node and return result.

ToString ( ) : string

Human readable version of the algebraic expression.

메소드 상세

EvalNodeNullCoalescing() 공개 메소드

Instantiate a new instance of the EvalNodeNullCoalescing node.
public EvalNodeNullCoalescing ( EvalNode child ) : System
child EvalNode Specifies the child node.
리턴 System

Evaluate() 공개 메소드

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
리턴 EvalResult

ToString() 공개 메소드

Human readable version of the algebraic expression.
public ToString ( ) : string
리턴 string