1 instantiation of ArgInfo
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1260
return new
ArgInfo
(argumentInfo, args);
3 references to ArgInfo
Microsoft.ML.Core (3)
CommandLine\CmdParser.cs (3)
434
public static
ArgInfo
GetArgInfo(Type type, object defaults)
436
return
ArgInfo
.Arg.GetInfo(type, defaults);
1251
internal static
ArgInfo
GetInfo(Type type, object defaults = null)