MyMediaLite
CommandLineParameters.GetRemoveInt32List Method (string)
Syntax
Collapse All
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
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
Top
Generated by
ImmDoc .NET
.