8d2d0a252529d21e820382e550e8eb0066783958
[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.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-unified" 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-classic-secondary" 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   </Assemblies>
43   <Remarks>To be added.</Remarks>
44   <Copyright>To be added.</Copyright>
45   <Types>
46     <Namespace Name="MyFramework.MyNamespace">
47       <Type Name="MyClass" Kind="Class" />
48       <Type Name="MyClassExtensions" Kind="Class" />
49     </Namespace>
50     <Namespace Name="MyFramework.MyOtherNamespace">
51       <Type Name="MyOtherClass" Kind="Class" />
52     </Namespace>
53   </Types>
54   <Title>Untitled</Title>
55   <ExtensionMethods>
56     <ExtensionMethod>
57       <Targets>
58         <Target Type="T:MyFramework.MyNamespace.MyClass" />
59       </Targets>
60       <Member MemberName="AnExtension">
61         <MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
62         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
63         <MemberType>ExtensionMethod</MemberType>
64         <ReturnValue>
65           <ReturnType>System.Boolean</ReturnType>
66         </ReturnValue>
67         <Parameters>
68           <Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
69         </Parameters>
70         <Docs>
71           <param name="value">To be added.</param>
72           <summary>To be added.</summary>
73         </Docs>
74         <Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
75       </Member>
76     </ExtensionMethod>
77   </ExtensionMethods>
78 </Overview>