How do I assign a Structure as a reference to another Structure? I am passing a Structure between forms via the constructor and I have a local Structure. If I do a:
m_MyStruct = MyStruct
Does that set the reference or does it just copy Values as structure are value types and not reference types.


Reply With Quote