EnumArgumentAttribute.

EnumArgumentAttribute(object, string, string) Constructor

Summary

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

Syntax

public EnumArgumentAttribute(object value, string argument1, string argument2)

Parameters

Name Type Description
value object The enum value.
argument1 string The first argument.
argument2 string The second argument.

Return Value

Type Description
void