@get


Description:

[ Version ( since = "3.34" ) ]
public unowned Parameter? @get (uint index)

Returns the Parameter at the given index.

If the index is out of bounds (not lower than get_count), then null is returned.

The returned parameter is owned by the this and should not be freed by the caller.

Parameters:

this

an ComponentParameterBag

index

an index of the parameter to get

Returns:

the Parameter at the given index, or null on error