IProgrammingLanguage.WriteDefinition Method

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes the definition of a specified member formatted according to syntax rules of the language to the provided TextWriter.
void WriteDefinition(TextWriter writer, IMember member, MemberDocLinker linker = null)

Parameters

writer TextWriter
The TextWriter to which the member definition is written.
member IMember
The member whose definition is to be written.
linker MemberDocLinker optional
An optional delegate for linking to the documentation of a type or type's member.