Reference types and value types in .NET (C#)

preview_player
Показать описание
In this video we'll try to explain reference types and value types as good as we can, starting from some dry (but important) definitions that we'll try to make more vivid using code samples.

Рекомендации по теме
Комментарии
Автор

A quick question - in C# do global struct's get allocated on heap or stack?

CarrigansGuitarClub