N
nomad
Hi,
I have a multi-dimensional array which consists of 29 rows of two
values which make up an enum's values i.e. {10, "Test"}, {20, "Test"}
etc. I then have two other arrays, made up of an enums Enum.GetNames
& Enum.GetValues. I want to be able to create another multi-
dimensional array which is made up of the arrays of Enum.GetValues &
Enum.GetNames, so I can then do a comparison between my multi-
dimensional array and the enums. This is used in a unit test to make
sure no enum values are changed in future.
Appreciate any help on this.
I have a multi-dimensional array which consists of 29 rows of two
values which make up an enum's values i.e. {10, "Test"}, {20, "Test"}
etc. I then have two other arrays, made up of an enums Enum.GetNames
& Enum.GetValues. I want to be able to create another multi-
dimensional array which is made up of the arrays of Enum.GetValues &
Enum.GetNames, so I can then do a comparison between my multi-
dimensional array and the enums. This is used in a unit test to make
sure no enum values are changed in future.
Appreciate any help on this.