Исходный код вики Dictionary
Версия 1.6 от Alexandr Fokin на 2023/01/31 19:58
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | Dictionary в .NET |
2 | [[https:~~/~~/bool.dev/blog/detail/dictionary-v-csharp>>https://bool.dev/blog/detail/dictionary-v-csharp]] | ||
![]() |
1.2 | 3 | |
4 | Как устроен Dictionary<TKey, TValue> в C# | ||
5 | [[https:~~/~~/www.dir.by/developer/csharp/dictionary/inside/>>https://www.dir.by/developer/csharp/dictionary/inside/]] | ||
![]() |
1.3 | 6 | |
![]() |
1.6 | 7 | [[https:~~/~~/github.com/microsoft/referencesource/blob/master/mscorlib/system/collections/generic/dictionary.cs>>https://github.com/microsoft/referencesource/blob/master/mscorlib/system/collections/generic/dictionary.cs]] |
8 | |||
![]() |
1.3 | 9 | [[GetHashCode>>Разработка.NET.C#.Object.GetHashCode.WebHome]] |
![]() |
1.4 | 10 | |
11 | ---- | ||
12 | |||
13 | ==== Внутренние ссылки: ==== | ||
14 | |||
15 | ====== Дочерние страницы: ====== | ||
16 | |||
17 | {{children/}} | ||
18 | |||
19 | ====== Обратные ссылки: ====== | ||
20 | |||
21 | {{velocity}} | ||
22 | #set ($links = $doc.getBacklinks()) | ||
23 | #if ($links.size() > 0) | ||
24 | #foreach ($docname in $links) | ||
25 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
26 | * [[$escapetool.xml($rdoc.fullName)]] | ||
27 | #end | ||
28 | #else | ||
29 | No back links for this page! | ||
30 | #end | ||
31 | {{/velocity}} | ||
32 | |||
33 | ---- | ||
34 | |||
35 |