22 using System.Collections.Generic;
29 namespace Ntp.Analyzer.Config.Syntax
47 CheckAllIsPresent(
new List<Symbol> {
Symbol.KeywordFile});
52 CheckTypeIs<StringSettingNode>(
Symbol.KeywordFile);
override void ValidateTypes()
Override to validates the types in this syntax node.
override void ValidateMandatories()
Override to validates the mandatory types in this syntax node.
FileDestinationSyntaxNode(string name, int line)
override FileCollection InternalCompile()