This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Kubectl.
Summary
Gets and processes property value from settings.
Syntax
public static IEnumerable<string> GetArgumentFromProperty<TSettings>(PropertyInfo property, TSettings settings, bool preCommand)
where TSettings : AutoToolSettings, new()
Attributes
| Type |
Description |
| IteratorStateMachineAttribute |
|
Type Parameters
| Name |
Description |
| TSettings |
|
Parameters
| Name |
Type |
Description |
| property |
PropertyInfo |
|
| settings |
TSettings |
The settings. |
| preCommand |
bool |
Pre or post command. |
Return Value
| Type |
Description |
| IEnumerable<string> |
|