Struct ItemSortKey
public readonly record struct ItemSortKey : IEquatable<ItemSortKey>
- Implements
- Inherited Members
Constructors
ItemSortKey(ItemSortGroup, string)
public ItemSortKey(ItemSortGroup Group, string TranslationKey)
Parameters
GroupItemSortGroupTranslationKeystring
Properties
Group
public ItemSortGroup Group { get; init; }
Property Value
TranslationKey
public string TranslationKey { get; init; }