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.SmartAssembly.
Summary
Gets and processes property value from settings.
Syntax
public static IEnumerable<string> GetArgumentFromProperty(PropertyInfo property, AssemblyOptionSettings settings, bool preCommand)
Attributes
Type |
Description |
IteratorStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
property |
PropertyInfo |
|
settings |
AssemblyOptionSettings |
The settings. |
preCommand |
bool |
Pre or post command. |
Return Value
Type |
Description |
IEnumerable<string> |
|