ArgumentsBuilderExtension.

GetArgumentFromProperty<TSettings>(PropertyInfo, TSettings, bool) Method

Summary

Gets and processes property value from settings.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
ArgumentsBuilderExtension

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>