Struct EnumGenerator<T>.EnumMember
Represents an enumeration member
protected struct EnumGenerator<T>.EnumMember
- Inherited Members
Properties
Name
The name of the enumeration literal
public string Name { readonly get; set; }
Property Value
Remarks
The documentation remarks of the literal
public string Remarks { readonly get; set; }
Property Value
Summary
The documentation summary of the literal
public string Summary { readonly get; set; }
Property Value
Value
The value of the enumeration literal
public int? Value { readonly get; set; }
Property Value
- int?