1 instantiation of ArgInfo
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1261
return new
ArgInfo
(argumentInfo, args);
4 references to ArgInfo
Microsoft.ML.Core (3)
CommandLine\CmdParser.cs (3)
435
public static
ArgInfo
GetArgInfo(Type type, object defaults)
437
return
ArgInfo
.Arg.GetInfo(type, defaults);
1252
internal static
ArgInfo
GetInfo(Type type, object defaults = null)
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
494
private XElement CreateDefaultValueElement(IChannel ch, string name, CmdParser.
ArgInfo
.Arg a)