Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tools / mdoc / Test / en.expected-dropns-multi-withexisting / index.xml
1 <Overview>
2   <Assemblies>
3     <Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0">
4       <Attributes>
5         <Attribute>
6           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
7         </Attribute>
8         <Attribute>
9           <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
10         </Attribute>
11         <Attribute>
12           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
13         </Attribute>
14       </Attributes>
15     </Assembly>
16     <Assembly Name="DocTest-DropNS-classic-multitest" Version="0.0.0.0">
17       <Attributes>
18         <Attribute>
19           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
20         </Attribute>
21         <Attribute>
22           <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
23         </Attribute>
24         <Attribute>
25           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
26         </Attribute>
27       </Attributes>
28     </Assembly>
29     <Assembly Name="DocTest-DropNS-unified" Version="0.0.0.0">
30       <Attributes>
31         <Attribute>
32           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
33         </Attribute>
34         <Attribute>
35           <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
36         </Attribute>
37         <Attribute>
38           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
39         </Attribute>
40       </Attributes>
41     </Assembly>
42     <Assembly Name="DocTest-DropNS-unified-multitest" Version="0.0.0.0">
43       <Attributes>
44         <Attribute>
45           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
46         </Attribute>
47         <Attribute>
48           <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
49         </Attribute>
50         <Attribute>
51           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
52         </Attribute>
53       </Attributes>
54     </Assembly>
55   </Assemblies>
56   <Remarks>To be added.</Remarks>
57   <Copyright>To be added.</Copyright>
58   <Types>
59     <Namespace Name="MyFramework.MyNamespace">
60       <Type Name="MyClass" Kind="Class" />
61       <Type Name="MyClassExtensions" Kind="Class" />
62       <Type Name="OnlyInMulti" Kind="Class" />
63     </Namespace>
64   </Types>
65   <Title>DocTest-DropNS-classic</Title>
66   <ExtensionMethods>
67     <ExtensionMethod>
68       <Targets>
69         <Target Type="T:MyFramework.MyNamespace.MyClass" />
70       </Targets>
71       <Member MemberName="AnExtension">
72         <MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
73         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
74         <MemberType>ExtensionMethod</MemberType>
75         <ReturnValue>
76           <ReturnType>System.Boolean</ReturnType>
77         </ReturnValue>
78         <Parameters>
79           <Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
80         </Parameters>
81         <Docs>
82           <param name="value">To be added.</param>
83           <summary>To be added.</summary>
84         </Docs>
85         <Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
86       </Member>
87     </ExtensionMethod>
88   </ExtensionMethods>
89 </Overview>