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