I am encountering some strange old code:
I thought that the two Types here (OrgType and OrgRType) should be the same, and even if it does compile, I fail to see the use. You are looping over the wrong enum type right?
foreach (OrgType type in Enum.GetValues(typeof(OrgRType))) { // ... }
I thought that the two Types here (OrgType and OrgRType) should be the same, and even if it does compile, I fail to see the use. You are looping over the wrong enum type right?
Last edited: