Исходный код вики Immutable
Версия 3.3 от Alexandr Fokin на 2022/10/04 15:59
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
3.3 | 1 | {{code language="c#"}} |
2 | System.Collections.Immutable | ||
3 | {{/code}} | ||
4 | |||
5 | ---- | ||
6 | |||
![]() |
2.1 | 7 | All About C# Immutable Classes. (Про иммутабельность в целом, а не про коллекции) |
8 | https://www.c-sharpcorner.com/article/all-about-c-sharp-immutable-classes2/ | ||
9 | |||
10 | Functional C#: Immutability | ||
11 | https://habr.com/ru/post/266873/ | ||
12 | |||
![]() |
3.1 | 13 | Difference between ImmutableArray<T> and ImmutableList<T> |
14 | https://stackoverflow.com/questions/22349861/difference-between-immutablearrayt-and-immutablelistt |