Table of Contents

Struct EnumGenerator<T>.EnumMember

Namespace
NMF.CodeGen
Assembly
NMF.CodeGen.dll

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

string

Remarks

The documentation remarks of the literal

public string Remarks { readonly get; set; }

Property Value

string

Summary

The documentation summary of the literal

public string Summary { readonly get; set; }

Property Value

string

Value

The value of the enumeration literal

public int? Value { readonly get; set; }

Property Value

int?