This commit is contained in:
deadzilla 2026-05-12 22:48:13 +05:00
parent 5bc7a2f157
commit ace4d93bd8

View File

@ -193,4 +193,7 @@ struct Person
Console.WriteLine($"Name: {name} Age: {age}");
}
}
```
```
###Типы значений и ссылочные типы
###Область видимости переменных (контекст)