EnumArgumentAttribute.

EnumArgumentAttribute(object, string) Constructor

Summary

Initializes a new instance of the EnumArgumentAttribute class with one argument for the enum value.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Attributes
Containing Type
EnumArgumentAttribute

Syntax

public EnumArgumentAttribute(object value, string argument1)

Parameters

Name Type Description
value object The enum value.
argument1 string The argument.

Return Value

Type Description
void