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