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.Buildah.
Summary
Get argument from dictionary.
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