C# 클래스 NStub.Core.Util.Dumper.ExpressionToken

Representation of a Linq-Expression to assist in object dumping
파일 보기 프로젝트 열기: Jedzia/NStub 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
Write ( StringBuilder sb, int indent ) : void

보호된 메소드들

메소드 설명
ExpressionToken ( ) : System

Initializes a new instance of the T:ExpressionToken class.

비공개 메소드들

메소드 설명
Visit ( ConstantExpression exp ) : ExpressionToken
Visit ( Expression expr ) : ExpressionToken

메소드 상세

ExpressionToken() 보호된 메소드

Initializes a new instance of the T:ExpressionToken class.
protected ExpressionToken ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 추상적인 메소드

public abstract Write ( StringBuilder sb, int indent ) : void
sb StringBuilder
indent int
리턴 void