When you Clone a SortedList, Do any changes in the Main SortedList reflect the clone? I understand that the shallow clone will still reference the real objects but the cloned list wont be in sync with any changes done to the real list, is this correct?


Reply With Quote