Show / Hide Table of Contents

Struct EnumGenerator<T>.EnumMember

Represents an enumeration member

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NMF.CodeGen
Assembly: NMF.CodeGen.dll
Syntax
protected struct EnumGenerator<T>.EnumMember

Properties

| Edit this page View Source

Name

The name of the enumeration literal

Declaration
public string Name { readonly get; set; }
Property Value
Type Description
string
| Edit this page View Source

Remarks

The documentation remarks of the literal

Declaration
public string Remarks { readonly get; set; }
Property Value
Type Description
string
| Edit this page View Source

Summary

The documentation summary of the literal

Declaration
public string Summary { readonly get; set; }
Property Value
Type Description
string
| Edit this page View Source

Value

The value of the enumeration literal

Declaration
public int? Value { readonly get; set; }
Property Value
Type Description
int?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX