Data From Defined Class
If I have a class
- public enum Product : byte
- {
- Hammer = 1,
- Nails = 2,
- Screwdriver = 3
- }
Thank you
- MessageBox.Show(Variables.Product.1)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tanmay HajraPosted May 23, 2017, 12:39 PM
Tanmay HajraPosted May 24, 2017, 12:29 AM
Jay StewartPosted May 23, 2017, 2:21 PM
Jay StewartPosted May 23, 2017, 11:36 AM
Nilesh ShahPosted May 23, 2017, 10:46 AM
byte, sbyte, short, ushort, int, uint, long, or ulong.