Is there a way to create a new copy a class? For example, if myClass1 and myClass2 are Classes of the same Type and you set myClass2 = myClass1, then properties in myClass2 will change if properties in myClass1 change. I want it so that myClass2 is a new instance that is identical to myClass1.
Thanks. Lance
