Get the values of an integer list parameter from the collection and remove the corresponding key-value pair
Declaring type: CommandLineParameters
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public IList<int> GetRemoveInt32List (
        string key
) 
Parameters
key
the name of the parameter
Return Value
the values of the parameter if it exists, an empty list otherwise