SyntaxWriterWriteString Method

Write a string value

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public abstract void WriteString(
	string text
)

Parameters

text  String
The string to write

See Also