XamlUsageSyntaxGeneratorFactory 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: 2024.2.18.0
public sealed class Factory : ISyntaxGeneratorFactory
Inheritance
Object    XamlUsageSyntaxGeneratorFactory
Implements
ISyntaxGeneratorFactory

Constructors

XamlUsageSyntaxGeneratorFactoryInitializes a new instance of the XamlUsageSyntaxGeneratorFactory 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
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also