C# 클래스 XText.XInline

상속: XTextElement
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
BuildElement ( ) : Inline
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
operator ( ) : bool

보호된 메소드들

메소드 설명
BuildElementInternal ( ) : Inline
Equals ( XInline other ) : bool
XInline ( Func writeIf, Func text ) : System
XInline ( Func text ) : System

메소드 상세

BuildElement() 공개 메소드

public BuildElement ( ) : Inline
리턴 System.Windows.Documents.Inline

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

protected abstract BuildElementInternal ( ) : Inline
리턴 System.Windows.Documents.Inline

Equals() 보호된 메소드

protected Equals ( XInline other ) : bool
other XInline
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToPlainString() 공개 메소드

public ToPlainString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XInline() 보호된 메소드

protected XInline ( Func writeIf, Func text ) : System
writeIf Func
text Func
리턴 System

XInline() 보호된 메소드

protected XInline ( Func text ) : System
text Func
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool