C# Class XText.XInline

Inheritance: XTextElement
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
BuildElementInternal ( ) : Inline
Equals ( XInline other ) : bool
XInline ( Func writeIf, Func text ) : System
XInline ( Func text ) : System

Method Details

BuildElement() public méthode

public BuildElement ( ) : Inline
Résultat System.Windows.Documents.Inline

BuildElementInternal() protected abstract méthode

protected abstract BuildElementInternal ( ) : Inline
Résultat System.Windows.Documents.Inline

Equals() protected méthode

protected Equals ( XInline other ) : bool
other XInline
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToPlainString() public méthode

public ToPlainString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

XInline() protected méthode

protected XInline ( Func writeIf, Func text ) : System
writeIf Func
text Func
Résultat System

XInline() protected méthode

protected XInline ( Func text ) : System
text Func
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool