IProgrammingLanguage.WriteSignature Method

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

Definition

Writes the signature of a member formatted according to the syntax rules of the language to the provided TextWriter.
void WriteSignature(
	TextWriter writer,
	IMember member,
	NameQualifier qualification,
	MemberDocLinker linker = null)

Parameters

writer TextWriter
The TextWriter to which the member's signature is written.
member IMember
The member whose signature is to be written.
qualification NameQualifier
The level of qualification to apply to the member's name.
linker MemberDocLinker optional
An optional delegate for linking to the documentation of a type or type's member.