Lecture overview -- Keyboard shortcut: 'u'  Previous page: Arrays and Strings -- Keyboard shortcut: 'p'  Next page: Structs -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to C# - slide 11 : 43

Pointers and references
References in C# can be understood as a very restricted notion of pointers, as known from C programming
reference-demo.cs
Demonstrations of references in C#.
output
Output from the reference demo program.
There is no particular complexity in normal C# programs due to use of references