S
shapper
Hello,
I have created a structure, MyStruct, with 3 properties: Name
(String), Valid (Boolean) and Type (Enumeration Type).
I need to do the following:
1. Create a list of items of type MyStruct using a simple method like:
MyStruct.Add(...)
2. Access each list item using a For Loop.
Could someone, please help me out?
I have been trying collections, arrays, adding methods inside my
structure but I have not been able to make this work.
Thank You Very Much,
Miguel
I have created a structure, MyStruct, with 3 properties: Name
(String), Valid (Boolean) and Type (Enumeration Type).
I need to do the following:
1. Create a list of items of type MyStruct using a simple method like:
MyStruct.Add(...)
2. Access each list item using a For Loop.
Could someone, please help me out?
I have been trying collections, arrays, adding methods inside my
structure but I have not been able to make this work.
Thank You Very Much,
Miguel