PullParameter(IParameter, IConstructor)
Returns a PullAction that instructs how a given constructor parameter should be pulled from another constructor.
Declaration
PullAction PullParameter(IParameter calledConstructorParameter, IConstructor callingConstructor)Parameters
| Type | Name | Description |
|---|---|---|
| IParameter | calledConstructorParameter | |
| IConstructor | callingConstructor |
Returns
| Type | Description |
|---|---|
| PullAction |