ISyntaxGeneratorFactory Interface
Definition
- Assembly
- Sandcastle.Core.dll
This interface defines the factory method for syntax generators
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 |