This is a sniet I use to retrieve the values form an enum, and populating a Collection with the returned values
[b]
Instructions:[/b] Pass the snippet the enum you want the value from and watch it w
This is a sniet I use to retrieve the values form an enum, and populating a Collection with the returned values
[b]
Instructions:[/b] Pass the snippet the enum you want the value from and watch it work.
Make sure you have using System.Collections.ObjectModel; in your class
<">