C# Class ICSharpCode.ILSpy.XmlDoc.XmlDocRenderer

Renders XML documentation into a WPF TextBlock.
显示文件 Open project: aerror2/ILSpy-For-MacOSX Class Usage Examples

Public Methods

Method Description
AddXmlDocumentation ( XmlReader xml ) : void
AddXmlDocumentation ( string xmlDocumentation ) : void
AppendText ( string text ) : void

Private Methods

Method Description
GetCref ( string cref ) : string

Method Details

AddXmlDocumentation() public method

public AddXmlDocumentation ( XmlReader xml ) : void
xml XmlReader
return void

AddXmlDocumentation() public method

public AddXmlDocumentation ( string xmlDocumentation ) : void
xmlDocumentation string
return void

AppendText() public method

public AppendText ( string text ) : void
text string
return void