EnumGroupAndName Struct

Definition

An abstraction used when grouping enum values for EnumGroupedDisplayNamesAndValues.

public value class EnumGroupAndName
public struct EnumGroupAndName
public readonly struct EnumGroupAndName
type EnumGroupAndName = struct
Public Structure EnumGroupAndName
Inheritance
EnumGroupAndName

Constructors

EnumGroupAndName(String, Func<String>)

Initializes a new instance of the EnumGroupAndName structure.

EnumGroupAndName(String, String)

Initializes a new instance of the EnumGroupAndName structure. This constructor should not be used in any site where localization is important.

Properties

Group

Gets the Group name.

Name

Gets the name.

Applies to