Merge pull request #3066 from alexanderkyte/pedump_sgen
[mono.git] / mcs / tools / mdoc / Test / en.expected-dropns-classic-withsecondary / 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.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
10         </Attribute>
11       </Attributes>
12     </Assembly>
13     <Assembly Name="DocTest-DropNS-unified" Version="0.0.0.0">
14       <Attributes>
15         <Attribute>
16           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
17         </Attribute>
18         <Attribute>
19           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
20         </Attribute>
21       </Attributes>
22     </Assembly>
23     <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0">
24       <Attributes>
25         <Attribute>
26           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
27         </Attribute>
28         <Attribute>
29           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
30         </Attribute>
31       </Attributes>
32     </Assembly>
33   </Assemblies>
34   <Remarks>To be added.</Remarks>
35   <Copyright>To be added.</Copyright>
36   <Types>
37     <Namespace Name="MyFramework.MyNamespace">
38       <Type Name="MyClass" Kind="Class" />
39       <Type Name="MyClassExtensions" Kind="Class" />
40     </Namespace>
41     <Namespace Name="MyFramework.MyOtherNamespace">
42       <Type Name="MyOtherClass" Kind="Class" />
43     </Namespace>
44   </Types>
45   <Title>Untitled</Title>
46   <ExtensionMethods>
47     <ExtensionMethod>
48       <Targets>
49         <Target Type="T:MyFramework.MyNamespace.MyClass" />
50       </Targets>
51       <Member MemberName="AnExtension">
52         <MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
53         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
54         <MemberType>ExtensionMethod</MemberType>
55         <ReturnValue>
56           <ReturnType>System.Boolean</ReturnType>
57         </ReturnValue>
58         <Parameters>
59           <Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
60         </Parameters>
61         <Docs>
62           <param name="value">To be added.</param>
63           <summary>To be added.</summary>
64         </Docs>
65         <Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
66       </Member>
67     </ExtensionMethod>
68   </ExtensionMethods>
69 </Overview>