Lecture overview -- Keyboard shortcut: 'u'  Previous page: Pointers and references -- Keyboard shortcut: 'p'  Next page: Operators -- 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 12 : 43

Structs
The concept of structs has been much extended in C#
struct-demo-1.cs
Demonstrations of structs in C#.
output
Output from the struct demo program.
struct-demo.cs
An extended demonstration of structs in C#.