C# Класс Mono.CSharp.Documentation

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
StoredDocuments XmlDocument>.Dictionary
XmlCommentOutput System.Xml.XmlWriter
XmlDocumentation System.Xml.XmlDocument

Открытые методы

Метод Описание
Documentation ( string xml_output_filename ) : System
GenerateDocComment ( Report r ) : void
OutputDocComment ( string asmfilename, Report Report ) : bool

Описание методов

Documentation() публичный Метод

public Documentation ( string xml_output_filename ) : System
xml_output_filename string
Результат System

GenerateDocComment() публичный Метод

public GenerateDocComment ( Report r ) : void
r Report
Результат void

OutputDocComment() публичный Метод

public OutputDocComment ( string asmfilename, Report Report ) : bool
asmfilename string
Report Report
Результат bool

Описание свойств

StoredDocuments публичное свойство

public Dictionary StoredDocuments
Результат XmlDocument>.Dictionary

XmlCommentOutput публичное свойство

public XmlWriter,System.Xml XmlCommentOutput
Результат System.Xml.XmlWriter

XmlDocumentation публичное свойство

public XmlDocument,System.Xml XmlDocumentation
Результат System.Xml.XmlDocument