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
writerTextWriter- The TextWriter to which the member's signature is written.
memberIMember- The member whose signature is to be written.
qualificationNameQualifier- The level of qualification to apply to the member's name.
linkerMemberDocLinker optional- An optional delegate for linking to the documentation of a type or type's member.
