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.igloo15.Helper.
Summary
Constructs the argument value
- Assembly
- Cake
.igloo15 .Helper .dll - Namespace
- Cake
.igloo15 .Helper - Containing Type
- ArgumentValue
Syntax
public ArgumentValue(object value, bool isDefault, bool isPrivate = false)
Parameters
| Name | Type | Description |
|---|---|---|
| value | object | The argument value |
| isDefault | bool | Whether the value is default |
| isPrivate | bool | Whether the value is private defaults to false |
Return Value
| Type | Description |
|---|---|
| void |
