LanguageSpecificText Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.HtmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public LanguageSpecificText(
bool applyKeywordStyle,
IEnumerable<(string LanguageId, string Keyword)> text
)
Public Sub New (
applyKeywordStyle As Boolean,
text As IEnumerable(Of (LanguageId As String, Keyword As String))
)
public:
LanguageSpecificText(
bool applyKeywordStyle,
IEnumerable<ValueTuple<String^, String^>>^ text
)
new :
applyKeywordStyle : bool *
text : IEnumerable<ValueTuple<string, string>> -> LanguageSpecificText
Parameters
- applyKeywordStyle Boolean
- True to apply the KeywordStyleName to the rendered
language-specific text, false to not apply it.
- text IEnumerableValueTupleString, String
- An enumerable list of tuples containing the language ID and related text to display