From ace4d93bd840dd35b2096cb60431e9cb46ada171 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Tue, 12 May 2026 22:48:13 +0500 Subject: [PATCH] 3.6 --- CSHARP/Lessons.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSHARP/Lessons.md b/CSHARP/Lessons.md index e03491d..cff22a0 100644 --- a/CSHARP/Lessons.md +++ b/CSHARP/Lessons.md @@ -193,4 +193,7 @@ struct Person Console.WriteLine($"Name: {name} Age: {age}"); } } -``` \ No newline at end of file +``` + +###Типы значений и ссылочные типы +###Область видимости переменных (контекст) \ No newline at end of file