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
languageIProgrammingLanguage- The IProgrammingLanguage instance.
memberIMember- The member whose signature to be formatted.
qualifierNameQualifier- 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
languageormemberisnull.
