ArgumentAttribute.

ArgumentAttribute(string, bool) Constructor

Summary

Argument Attribute

Syntax

public ArgumentAttribute(string name, bool hasValue = true)

Parameters

Name Type Description
name string A required argument name.
hasValue bool A optional has value flag.

Return Value

Type Description
void