- Know what structs are.
- Know how to define a
struct
. - Know how to add members to structs.
- Know the differences between structs and classes.
- ref structs.
- ref returns
- ref locals
- readonly structs
- Struct finalizers.
Span<T>
/Memory<T>
stackalloc
This Concepts Exercise's Concepts are:
structs
: know xx what structs are; know how to define astruct
; know how to add members to structs; know the differences between structs and classes.
inheritance
: know that all types are derived fromobject
.classes
: know how to define and work with classes.numbers
:sets
: know how to define and work with aHashSet
signed-integers
/integral-numbers
: forushort