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