C# 클래스 ICSharpCode.ILSpy.XmlDoc.XmlDocRenderer

Renders XML documentation into a WPF TextBlock.
파일 보기 프로젝트 열기: aerror2/ILSpy-For-MacOSX 1 사용 예제들

공개 메소드들

메소드 설명
AddXmlDocumentation ( XmlReader xml ) : void
AddXmlDocumentation ( string xmlDocumentation ) : void
AppendText ( string text ) : void

비공개 메소드들

메소드 설명
GetCref ( string cref ) : string

메소드 상세

AddXmlDocumentation() 공개 메소드

public AddXmlDocumentation ( XmlReader xml ) : void
xml XmlReader
리턴 void

AddXmlDocumentation() 공개 메소드

public AddXmlDocumentation ( string xmlDocumentation ) : void
xmlDocumentation string
리턴 void

AppendText() 공개 메소드

public AppendText ( string text ) : void
text string
리턴 void