C# Structs
Tags:
C#
, 2003
, Language
, Beginning
Structs are light weight data structures that allow you to group together related data without having to define a class. The benefits of using structs are explained in this video, as well as a lengthy explanation about the effects of structs being passed by value.