C# Class ICSharpCode.ILSpy.XmlDoc.XmlDocRenderer

Renders XML documentation into a WPF TextBlock.
Afficher le fichier Open project: aerror2/ILSpy-For-MacOSX Class Usage Examples

Méthodes publiques

Méthode Description
AddXmlDocumentation ( XmlReader xml ) : void
AddXmlDocumentation ( string xmlDocumentation ) : void
AppendText ( string text ) : void

Private Methods

Méthode Description
GetCref ( string cref ) : string

Method Details

AddXmlDocumentation() public méthode

public AddXmlDocumentation ( XmlReader xml ) : void
xml XmlReader
Résultat void

AddXmlDocumentation() public méthode

public AddXmlDocumentation ( string xmlDocumentation ) : void
xmlDocumentation string
Résultat void

AppendText() public méthode

public AppendText ( string text ) : void
text string
Résultat void