IProgrammingLanguage.WriteAttribute Method

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

Definition

Writes the specified attribute formatted according to the syntax rules of the language to the provided TextWriter.
void WriteAttribute(
	TextWriter writer,
	ICustomAttribute attribute,
	NameQualifier qualifier,
	MemberDocLinker linker = null)

Parameters

writer TextWriter
The TextWriter to write the attribute to.
attribute ICustomAttribute
The ICustomAttribute representing the attribute to be written.
qualifier NameQualifier
The level of qualification to apply to the attribute's name.
linker MemberDocLinker optional
An optional delegate for linking to the documentation of a type or type's member.