Изменения документа Сценарии

Редактировал(а) Alexandr Fokin 2024/08/17 10:26

<
От версии < 1.11 >
отредактировано Alexandr Fokin
на 2024/01/23 21:28
К версии < 1.12
отредактировано Alexandr Fokin
на 2024/08/17 10:26
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -18,15 +18,8 @@
18 18  )))
19 19  |(% style="width:312px" %)[[JavaScript>>doc:Разработка.Frontend.JavaScript.WebHome]] отключение eslint|(% style="width:1202px" %)Linting JavaScript в Visual Studio
20 20  [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022]]
21 -|(% style="width:312px" %)Не отображать класс в стеке вызовов|(% style="width:1202px" %)(((
22 -How to hide the current method from exception stack trace in .NET?
23 -[[https:~~/~~/stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net>>https://stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net]]
24 -DebuggerHiddenAttribute
25 -[[https:~~/~~/learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&amp;redirectedfrom=MSDN>>https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&amp;redirectedfrom=MSDN]]
26 -\\1) Не отображать при отладке.
27 -)))
28 -|(% style="width:312px" %)Комментарий со ссылкой|(% style="width:1202px" %){{code language="c#"}}/// <see cref="MyClass"/>
29 -/// <see cref="MyGenericClass{T}"/>{{/code}}(((
21 +|(% style="width:312px" %)Комментарий со ссылкой|(% style="width:1202px" %){{code language="c#"}}/// <see cref="MyClass"></see>
22 +/// <see cref="MyGenericClass{T}"></see>{{/code}}(((
30 30  How to reference generic classes and methods in xml documentation
31 31  [[https:~~/~~/stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation>>https://stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation]]
32 32  )))