2 writes to IsCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1447
IsCollection
= true;
1455
IsCollection
= IsTaggedCollection = false;
10 references to IsCollection
Microsoft.ML.Core (10)
CommandLine\CmdParser.cs (10)
657
else if (!arg.
IsCollection
&&
692
if (!arg.
IsCollection
|| value == null || !arg.ItemValueType.IsSubclassOf(typeof(System.ValueType)) ||
1234
public bool IsCollection { get { return _arg.
IsCollection
; } }
1488
Contracts.Check(!
IsCollection
|| AllowMultiple, "Collection arguments must allow multiple");
1489
Contracts.Check(!Unique ||
IsCollection
, "Unique only applicable to collection arguments");
1512
if (
IsCollection
&& Field.GetValue(destination) == null)
1644
else if (
IsCollection
)
1696
if (
IsCollection
)
1951
if (!
IsCollection
)
2050
if (!
IsCollection
)