Lecture overview -- Keyboard shortcut: 'u'  Previous page: Passing structs as value parameters -- Keyboard shortcut: 'p'  Next page: Output Parameters -- 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    Data Access, Properties, and Methods - slide 24 : 29

Reference Parameters
Reference parameters can be used for both input to and output from methods
ex.cs
The class A with a Swap method.
output
Output of class A with Swap.