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 string array.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- Arguments
Builder Extension
Syntax
public static IEnumerable<Nullable<BuildahArgument>> GetArgumentFromStringArrayProperty(PropertyInfo property, string[] values)
Attributes
| Type | Description |
|---|---|
| Iterator |
Parameters
| Name | Type | Description |
|---|---|---|
| property | PropertyInfo | The property. |
| values | string[] | the values. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
a nullable list of BuildahArgument. |
