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
path: root/mdoc/Test
diff options
context:
space:
mode:
authorGRODNO\Anton_Sokolovskii <a.sokolovsky15@gmail.com>2018-04-26 15:45:41 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-04-26 17:34:08 +0300
commitfbfda21905bc1646494e0e0ee396f8a39fb73d99 (patch)
tree25408404326069a59958680e024b58b08a5837d0 /mdoc/Test
parentd4c9a33292d6b8c8e70c7f8fa877cb1ac2f4d3b0 (diff)
mdoc: C# Finalizer Signatures for Generic Types incorrect
Edited signature for destructor in a generic classes Edited integration test Added unit test Closes #184
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/en.expected.members-implementation/TestInterfaceImplementation/Class6`1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected.members-implementation/TestInterfaceImplementation/Class6`1.xml b/mdoc/Test/en.expected.members-implementation/TestInterfaceImplementation/Class6`1.xml
index a77ea452..cabf2386 100644
--- a/mdoc/Test/en.expected.members-implementation/TestInterfaceImplementation/Class6`1.xml
+++ b/mdoc/Test/en.expected.members-implementation/TestInterfaceImplementation/Class6`1.xml
@@ -36,7 +36,7 @@
</Docs>
</Member>
<Member MemberName="Finalize">
- <MemberSignature Language="C#" Value="~Class6`1 ();" />
+ <MemberSignature Language="C#" Value="~Class6 ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Finalize() cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>