MyMediaLite
CommandLineParameters.GetRemoveBool Method (string, bool)
Syntax
Collapse All
Get the value of a boolean parameter from the collection and remove the corresponding key-value pair
Declaring type:
CommandLineParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public bool GetRemoveBool ( string
key
, bool
dvalue
)
Parameters
key
the name of the parameter
dvalue
the default value of the parameter
Return Value
the value of the parameter if it exists, the default otherwise
Top
Generated by
ImmDoc .NET
.