A
aaa
if I wanted to create the following in C#:
Type Blah
dateTime As DateTimeStruct
BlahCode As String
description As String
systemStatus1Str As String
systemStatus2Str As String
End Type
How would I do this? Via a struct?
Type Blah
dateTime As DateTimeStruct
BlahCode As String
description As String
systemStatus1Str As String
systemStatus2Str As String
End Type
How would I do this? Via a struct?