07-07-2009, 08:57 AM
How do I go about making structures in C#? I know in VB you do like
How do I make this in C#?
Code:
Structure MyStruct
Public Blah As Byte
End Structure
Public LOL As MyStruct
How do I make this in C#?