ArgumentAttribute.

ArgumentAttribute(string, bool) Constructor

Assembly
Cake.Sonar.dll
Namespace
Cake.Sonar.Attributes
Containing Type
ArgumentAttribute

Syntax

public ArgumentAttribute(string name, bool isDefault = true)

Parameters

Name Type Description
name string
isDefault bool

Return Value

Type Description
void