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
writerTextWriter- The TextWriter to write the attribute to.
attributeICustomAttribute- The ICustomAttribute representing the attribute to be written.
qualifierNameQualifier- The level of qualification to apply to the attribute's name.
linkerMemberDocLinker optional- An optional delegate for linking to the documentation of a type or type's member.
