Visual Basic Declaration Syntax GeneratorFactory Class
This is used to create a new instance of the syntax generator
Definition
Namespace: Sandcastle.Tools.SyntaxGenerators
Assembly: Sandcastle.Tools.SyntaxGenerators (in Sandcastle.Tools.SyntaxGenerators.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.SyntaxGenerators (in Sandcastle.Tools.SyntaxGenerators.dll) Version: 2026.1.20.0
C#
public sealed class Factory : ISyntaxGeneratorFactoryVB
Public NotInheritable Class Factory
Implements ISyntaxGeneratorFactoryC++
public ref class Factory sealed : ISyntaxGeneratorFactoryF#
[<SealedAttribute>]
type Factory =
class
interface ISyntaxGeneratorFactory
end- Inheritance
- Object VisualBasicDeclarationSyntaxGeneratorFactory
- Implements
- ISyntaxGeneratorFactory
Constructors
| VisualBasicDeclarationSyntaxGeneratorFactory | Initializes a new instance of the VisualBasicDeclarationSyntaxGeneratorFactory class |
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 |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |