LanguageExtensions.FormatName Method
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Formats the name of the specified member according to syntax rules of the language.
public static string FormatName(this IProgrammingLanguage language, IMember member, NameQualifier qualifier)Parameters
languageIProgrammingLanguage- The IProgrammingLanguage instance.
memberIMember- The member whose name to be formatted.
qualifierNameQualifier- The level of qualification to apply to the member's name.
Returns
- string
- The name of the specified member according to syntax rules of the language.
Exceptions
- ArgumentNullException
- Thrown when
languageormemberisnull.
