Parameter.from_value_string
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"1.0" ) ]
public Parameter.from_value_string (
ParameterKind kind,
string value)
Creates a new Parameter from just the value, the part after the "="
Parameters:
| kind |
The kind of Parameter to be created
|
| value |
The string from which Parameter to be created
|
Returns:
|
The newly created Parameter
|