[ Version ( since = "1.12" ) ]
public void remove_param (string param_name)
Removes and frees parameter param_name
from the attribute this.
Parameter names are guaranteed to be unique, so this is guaranteed to have no parameters named
param_name
after this function returns.
this | |
param_name |
a parameter name |