ISyntaxGeneratorFactory Interface

This interface defines the factory method for syntax generators

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public interface ISyntaxGeneratorFactory

Remarks

Although not required, syntax generators are non-shared and instances are created as needed.

Properties

ResourceItemFileLocation This read-only property is implemented to return the default and localized resource item file location.

Methods

Create This is implemented to provide a syntax generator factory

See Also