ArgumentValue.

ArgumentValue(object, bool, bool) Constructor

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