ArgumentsBuilderExtension.

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

Summary

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

Syntax

public static IEnumerable<string> GetArgumentFromProperty<TSettings>(ICakeEnvironment cakeEnvironment, PropertyInfo property, TSettings settings, bool preCommand) 
    where TSettings : AutoToolSettings, new()

Attributes

Type Description
IteratorStateMachineAttribute

Type Parameters

Name Description
TSettings

Parameters

Name Type Description
cakeEnvironment ICakeEnvironment
property PropertyInfo
settings TSettings The settings.
preCommand bool Pre or post command.

Return Value

Type Description
IEnumerable<string>