0
C# pointers
c# can have pointers. But i don't understand why thay need. Can anybody show me some template , which really need to use pointers?!
1 Antwort
0
In C# all non value types are pointers. Explicitly it can be used in unsafe code. Why? If you have to ask it, don't use it.