Click or drag to resize

EnumLiteral Class

Represents the literal value of an Enum member
Inheritance Hierarchy
SystemObject
  SystemAttribute
    WorkflowGen.My.EnumsEnumLiteral

Namespace:  WorkflowGen.My.Enums
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class EnumLiteral : Attribute

The EnumLiteral type exposes the following members.

Constructors
  NameDescription
Public methodEnumLiteral
Initializes a new instance of the EnumLiteral class
Top
Properties
  NameDescription
Public propertyText
The literal value of the enum member
Top
See Also