Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaofeng Zhou <57745575+v-zazhou@users.noreply.github.com>2020-11-05 23:06:51 +0300
committerGitHub <noreply@github.com>2020-11-05 23:06:51 +0300
commit55530451cea34eae69d7dd1c0315a051d1c33093 (patch)
treeac95a00221e6d2df4a442d72bdfe5635c55a90a1 /mdoc/Test/en.expected
parentb265a46a85788855bd2f02cc9c3f393918c29c10 (diff)
Use final to replace sealed in C++/WinRt class type signature (#519)
https://dev.azure.com/ceapex/Engineering/_workitems/edit/285648
Diffstat (limited to 'mdoc/Test/en.expected')
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
index 09d7a42f..98746f90 100644
--- a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
@@ -6,7 +6,7 @@
<TypeSignature Language="F#" Value="type Extensions = class" />
<TypeSignature Language="C++ CLI" Value="public ref class Extensions abstract sealed" />
<TypeSignature Language="C++ CX" Value="public ref class Extensions abstract sealed" />
- <TypeSignature Language="C++ WINRT" Value="class Extensions abstract sealed" />
+ <TypeSignature Language="C++ WINRT" Value="class Extensions abstract final" />
<AssemblyInfo>
<AssemblyName>DocTest</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>