EnumGroupAndName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |