MemberDocLinker Delegate
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a delegate for linking to the documentation of a type or type's member.
public delegate void MemberDocLinker(TextWriter textWriter, IMember member, string memberName)Parameters
textWriterTextWriter- The TextWriter to which the link is written.
memberIMember- The member to link to.
memberNamestring- The member's name to display in the link.

By using this delegate, developers can ensure that links to documentation are consistently formatted and integrated within the generated output.