1 implementation of IGenerator
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
431internal sealed class XmlGenerator : IGenerator
2 references to IGenerator
Microsoft.ML.Maml (2)
HelpCommand.cs (2)
58public IComponentFactory<string, IGenerator> Generator; 70private readonly IGenerator _generator;