C# Class XText.XInline

Inheritance: XTextElement
ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

Method Description
BuildElement ( ) : Inline
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
BuildElementInternal ( ) : Inline
Equals ( XInline other ) : bool
XInline ( Func writeIf, Func text ) : System
XInline ( Func text ) : System

Method Details

BuildElement() public method

public BuildElement ( ) : Inline
return System.Windows.Documents.Inline

BuildElementInternal() protected abstract method

protected abstract BuildElementInternal ( ) : Inline
return System.Windows.Documents.Inline

Equals() protected method

protected Equals ( XInline other ) : bool
other XInline
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToPlainString() public method

public ToPlainString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

XInline() protected method

protected XInline ( Func writeIf, Func text ) : System
writeIf Func
text Func
return System

XInline() protected method

protected XInline ( Func text ) : System
text Func
return System

operator() public static method

public static operator ( ) : bool
return bool