1 write to Type
Microsoft.ML.Core (1)
CommandLine\ArgumentAttribute.cs (1)
36
Type
= type;
2 references to Type
Microsoft.ML.Core (2)
CommandLine\ArgumentAttribute.cs (1)
99
public bool IsRequired => ArgumentType.Required == (
Type
& ArgumentType.Required);
CommandLine\CmdParser.cs (1)
1438
Kind = attr.
Type
;