Declaring Pointers with the Fixed Keyword
We explain the C-style pointer declaration syntax, the fixed keyword for pinning objects on the heap so the garbage collector cannot relocate them, pointer assignment using the & address-of operator, de-referencing with the * operator, array-index notation, and pointer arithmetic.