I previously worked with Linked list in C ++, where I referred to a list of links in different modules, using a pointer to the address of its address.
What I use is to create a linked list in order to save the address of the linked list in a long format. In another module, the same application, after entering the address type, I can restore the linked list.
New if the world is C # and cannot find a way to implement it. Please help me
source
share