Searching for: Pointers in C#
Pointers and References
Language: C#

To store an address in memory of a variable. A pointer is a variable itself and has a value whereas a reference only has a variable that it is referencing.

Structures
Language: C#

To define a type/structure to store several data items and variables.