ArgumentsBuilderExtension.

GetArgumentFromDictionaryProperty(PropertyInfo, Dictionary<string, string>) Method

Summary

Get argument from dictionary.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static IEnumerable<Nullable<BuildahArgument>> GetArgumentFromDictionaryProperty(PropertyInfo property, Dictionary<string, string> values)

Attributes

Type Description
NullableContextAttribute
IteratorStateMachineAttribute

Parameters

Name Type Description
property PropertyInfo The property.
values Dictionary<string, string> the values.

Return Value

Type Description
IEnumerable<Nullable<BuildahArgument>> a nullable list of BuildahArgument.