Polarith AI
1.8
◆
Copy()
void Copy
(
Structure
other
)
Deep copies the data of another
Structure
instance into this instance.
Parameters
other
Another instance to copy the data into this instance for.
Exceptions
NullReferenceException
If
other
is
null
.