G
Guest
I'm just learning C# so please excuse me if this is a dumb question.
In Delphi, you can declare, read, and write files of type TMyRecord,
where TMyRecord is a record structure that you have declared. I can't
find anything similar in C#. Can C# only read/write files that are
primitive types? If so, how do you save or read complex records
(structs) to/from files?
In Delphi, you can declare, read, and write files of type TMyRecord,
where TMyRecord is a record structure that you have declared. I can't
find anything similar in C#. Can C# only read/write files that are
primitive types? If so, how do you save or read complex records
(structs) to/from files?