remove_by_kind


Description:

[ 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.

Parameters:

this

an ComponentParameterBag

kind

an ParameterKind to remove

all

true to remove all parameters of the kind, or false to only the first

Returns:

how many parameters had been removed