2 writes to IsCollection
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1446
IsCollection
= true;
1454
IsCollection
= IsTaggedCollection = false;
10 references to IsCollection
Microsoft.ML.Core (10)
CommandLine\CmdParser.cs (10)
656
else if (!arg.
IsCollection
&&
691
if (!arg.
IsCollection
|| value == null || !arg.ItemValueType.IsSubclassOf(typeof(System.ValueType)) ||
1233
public bool IsCollection { get { return _arg.
IsCollection
; } }
1487
Contracts.Check(!
IsCollection
|| AllowMultiple, "Collection arguments must allow multiple");
1488
Contracts.Check(!Unique ||
IsCollection
, "Unique only applicable to collection arguments");
1511
if (
IsCollection
&& Field.GetValue(destination) == null)
1643
else if (
IsCollection
)
1695
if (
IsCollection
)
1950
if (!
IsCollection
)
2045
if (!
IsCollection
)