LanguageExtensions.FormatSignature Method

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

Definition

Formats the signature of the specified member according to syntax rules of the language.
public static string FormatSignature(this IProgrammingLanguage language, IMember member, NameQualifier qualifier)

Parameters

language IProgrammingLanguage
The IProgrammingLanguage instance.
member IMember
The member whose signature to be formatted.
qualifier NameQualifier
The level of qualification to apply to the member's name.

Returns

string
The signature of the specified member according to syntax rules of the language.

Exceptions

ArgumentNullException
Thrown when language or member is null.