Pointers in C#

Does someone know where I can find pointer documentation for C#? I have int** and I want to initialize it with 3 int* but not sure how Apparently is different from C
2 Replies
Thinker
Thinker13mo ago
Initialize it with 3 int*?
Jimmacle
Jimmacle13mo ago
Pointers in c# work the same as other languages besides the initial unsafe/pinning restrictions

Did you find this page helpful?