Searching for: Sets in C#
Arrays
Language: C#

An array is used to assign a series of elements of the same type in consecutive memory locations; to define a list of elements.

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.