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,
        char sep
) 
Parameters
key
the name of the parameter
sep
the separator character used to split the string representation of the list
Return Value
the values of the parameter if it exists, the default otherwise