S
Semut
Hello,
When do I need to use the Clone function? I am aware that instances that
inherited Forms.Control will somehow be of reference types instead of value
types. I have tested that ArrayList behave the same as well. Anyway that I
could know when I need Clone when I do not want to modify the original
content that I passed in to my function?
thank you.
When do I need to use the Clone function? I am aware that instances that
inherited Forms.Control will somehow be of reference types instead of value
types. I have tested that ArrayList behave the same as well. Anyway that I
could know when I need Clone when I do not want to modify the original
content that I passed in to my function?
thank you.