Struct EnumGenerator<T>.EnumMember
Represents an enumeration member
Inherited Members
Namespace: NMF.CodeGen
Assembly: NMF.CodeGen.dll
Syntax
protected struct EnumGenerator<T>.EnumMember
Properties
| Edit this page View SourceName
The name of the enumeration literal
Declaration
public string Name { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The documentation remarks of the literal
Declaration
public string Remarks { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Summary
The documentation summary of the literal
Declaration
public string Summary { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value of the enumeration literal
Declaration
public int? Value { readonly get; set; }
Property Value
Type | Description |
---|---|
int? |