So I can't wrap my head around this, I tried different typecasting and trying to instantiate the LookupEntry to a LookupMask but no avail.
I need to get the MaskType from the LookupMask, that is connected to LookupEntry
So the problem is I can't convert / typecast it with the built-in conversion (there are no otherway to convert it as far as I know and on documentation online)
You can see when I do debug in Visual Studio, the LookupMask/Mask is connected to LookupEntry.
Any suggestion how I can access the LookupMask?
Edit:
I tried doing a foreach for mask, big problem. The count of mask is not equal to the count of entries. So if you have 6 entries, you can have 1 mask and all entries have the same mask. At the same time if you have 6 entries and 2 mask, 1 mask account for 5 entries and the other 1 is the other mask but you don't know which is which.