How to do a “Pointer to Pointer” in C#?

前端 未结 2 834
说谎
说谎 2021-01-29 01:10

I have a data structure similar to a List, but I could not use any built-in containers (List<> etc.). I\'d like to keep a \"pointer to pointer\" aka \"tail\", which point to

2条回答
提交回复
热议问题