Hi, again!
How can I make a new structure, which contains others structures?
I have two structures, which contains only native types (byte, uint) and I have a need for a new structure, which contains these my own datatypes (structures).
[ StructLayout( LayoutKind.Sequential )]
public struct...