[ Version ( since = "3.34" ) ]
public uint remove_by_kind (ParameterKind kind, bool all)
Removes the first or all (depending on the all
) parameters of the given kind
.
this | |
kind |
an ParameterKind to remove |
all |
true to remove all parameters of the |
how many parameters had been removed |