Constructor XAMLRepository
XAMLRepository(ISyntaxParser, ISyntaxTree, bool)
Initializes a new instance of the XAMLRepository
class with specified settings.
public XAMLRepository(ISyntaxParser owner, ISyntaxTree syntaxTree, bool useMaui)
Parameters
owner
ISyntaxParserSpecifies parser that owns this repository.
syntaxTree
ISyntaxTreeSpecifies SyntaxTree property of this new instance.
useMaui
bool