ISyntax Generator Factory Interface
This interface defines the factory method for syntax generators
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public interface ISyntaxGeneratorFactoryVB
Public Interface ISyntaxGeneratorFactoryC++
public interface class ISyntaxGeneratorFactoryF#
type ISyntaxGeneratorFactory = interface endRemarks
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 |