ManagedSyntaxWriterWriteStartBlock Method

Write a start block

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override void WriteStartBlock(
	string codeLanguage,
	string styleId
)

Parameters

codeLanguage  String
The code language of the block
styleId  String
The style ID of the block

See Also