Скрыть последних авторов
Alexandr Fokin 1.7 1 | |Dictionary в .NET
Alexandr Fokin 1.1 2 [[https:~~/~~/bool.dev/blog/detail/dictionary-v-csharp>>https://bool.dev/blog/detail/dictionary-v-csharp]]
Alexandr Fokin 1.7 3 | |Как устроен Dictionary<TKey, TValue> в C#
Alexandr Fokin 1.2 4 [[https:~~/~~/www.dir.by/developer/csharp/dictionary/inside/>>https://www.dir.by/developer/csharp/dictionary/inside/]]
Alexandr Fokin 1.7 5 | |Source
Alexandr Fokin 1.6 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]]
Alexandr Fokin 1.7 7 | |(((
Alexandr Fokin 1.3 8 [[GetHashCode>>Разработка.NET.C#.Object.GetHashCode.WebHome]]
Alexandr Fokin 1.4 9
Alexandr Fokin 1.7 10 [[Equals>>doc:Разработка.NET.C#.Object.Equals.WebHome]]
11 )))
12
Alexandr Fokin 1.4 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