How do you define a structure. I am using this code
but it is underlining PhoneList and when I put the pointer over it, it reads.
Anyone know why I am getting this?
VB.NET:
Structure PhoneList
End Structure
Structure 'PhoneList' must contain at least one instance member variable or Event Declaration
Anyone know why I am getting this?