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