ManagedSyntaxWriterWriteStartBlock Method
Write a start block
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override void WriteStartBlock(
string codeLanguage,
string styleId
)
Public Overrides Sub WriteStartBlock (
codeLanguage As String,
styleId As String
)
public:
virtual void WriteStartBlock(
String^ codeLanguage,
String^ styleId
) override
abstract WriteStartBlock :
codeLanguage : string *
styleId : string -> unit
override WriteStartBlock :
codeLanguage : string *
styleId : string -> unit
Parameters
- codeLanguage String
- The code language of the block
- styleId String
- The style ID of the block