4 references to IsRequired
Microsoft.ML.Core (4)
CommandLine\CmdParser.cs (4)
1459
if (defaults != null && !
IsRequired
)
1657
if (!
IsRequired
|| val != null)
1955
if (def != null ||
IsRequired
)
2054
if (def != null ||
IsRequired
)