in_parameter_get_name

Gets the name of the parameter.

version(IN_DYNLIB)
export extern (C) @nogc
const(char)*
in_parameter_get_name

Parameters

obj in_parameter_t*

The parameter object.

Return Value

Type: const(char)*

The name of the parameter.

Meta