Open sandboxFocus

Method GetNewParameter

GetNewParameter(IConstructor)

Gets a ParameterSpecification object specifying how to create a parameter. This method is called if GetExistingParameter(IConstructor) returns null.

Declaration
public virtual ParameterSpecification GetNewParameter(IConstructor constructor)
Parameters
Type Name Description
IConstructor constructor

The constructor in which the parameter must be added.

Returns
Type Description
ParameterSpecification

A ParameterSpecification.

Implements