b8345d02166fae8199680b18a2cd85dcf9b4f4c4
[mono.git] / mcs / tools / mdoc / Test / en.expected-dropns-multi / 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-classic-multitest" 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-unified" 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     <Assembly Name="DocTest-DropNS-unified-multitest" Version="0.0.0.0">
34       <Attributes>
35         <Attribute>
36           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
37         </Attribute>
38         <Attribute>
39           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
40         </Attribute>
41       </Attributes>
42     </Assembly>
43   </Assemblies>
44   <Remarks>To be added.</Remarks>
45   <Copyright>To be added.</Copyright>
46   <Types>
47     <Namespace Name="MyFramework.MyNamespace">
48       <Type Name="MyClass" Kind="Class" />
49       <Type Name="MyClassExtensions" Kind="Class" />
50       <Type Name="OnlyInMulti" Kind="Class" />
51     </Namespace>
52   </Types>
53   <Title>Untitled</Title>
54   <ExtensionMethods>
55     <ExtensionMethod>
56       <Targets>
57         <Target Type="T:MyFramework.MyNamespace.MyClass" />
58       </Targets>
59       <Member MemberName="AnExtension">
60         <MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
61         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
62         <MemberType>ExtensionMethod</MemberType>
63         <ReturnValue>
64           <ReturnType>System.Boolean</ReturnType>
65         </ReturnValue>
66         <Parameters>
67           <Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
68         </Parameters>
69         <Docs>
70           <param name="value">To be added.</param>
71           <summary>To be added.</summary>
72         </Docs>
73         <Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
74       </Member>
75     </ExtensionMethod>
76   </ExtensionMethods>
77 </Overview>