TopicTransformationCore.LanguageSpecificApiNames Method
Definition
- Assembly
- Sandcastle.Core.dll
This returns an enumerable list of plain text API member names with language-specific text for use in help index entries.
public IEnumerable<string> LanguageSpecificApiNames(XElement typeInfo)
Parameters
typeInfoXElementThe element containing the type information
Returns
- IEnumerable<string>
One or more versions of the API member name. If there is no language-specific text, a single entry is returned. If language-specific text is present, a copy is returned for C# and another for Visual Basic.