FashionEntry.DyeAreas property
The EFashionColorAreaType each entry of Dyes belongs to, in the same order (parallel array; DyeAreas[i] is the area of Dyes[i]). Absolute area codes 1..16 — Base1..4 (1-4), Socks1..4 (5-8), BaseEx1..4 (9-12), UnderWear1..4 (13-16). Empty (never null) when the source did not carry area keys — consumers then treat Dyes positionally. Init-only so it is optional at construction, keeping the primary constructor binary-compatible.
public int[] DyeAreas { get; set; }See Also
Section titled “See Also”- struct FashionEntry
- namespace Stellar.Abstractions.Domain