[build] Roslyn switch
[mono.git] / mcs / tools / mdoc / Test / en.expected-dropns-delete / index.xml
1 <Overview>
2   <Assemblies>
3     <Assembly Name="DocTest-DropNS-classic-deletetest" 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-deletetest" 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   </Assemblies>
30   <Remarks>To be added.</Remarks>
31   <Copyright>To be added.</Copyright>
32   <Types>
33     <Namespace Name="MyFramework.MyNamespace">
34       <Type Name="MyClass" Kind="Class" />
35       <Type Name="MyClassExtensions" Kind="Class" />
36       <Type Name="nint" Kind="Structure" />
37     </Namespace>
38   </Types>
39   <Title>DocTest-DropNS-classic-deletetest</Title>
40   <ExtensionMethods>
41     <ExtensionMethod>
42       <Targets>
43         <Target Type="T:MyFramework.MyNamespace.MyClass" />
44       </Targets>
45       <Member MemberName="AnExtension">
46         <MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
47         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
48         <MemberType>ExtensionMethod</MemberType>
49         <ReturnValue>
50           <ReturnType>System.Boolean</ReturnType>
51         </ReturnValue>
52         <Parameters>
53           <Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
54         </Parameters>
55         <Docs>
56           <param name="value">To be added.</param>
57           <summary>To be added.</summary>
58         </Docs>
59         <Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
60       </Member>
61     </ExtensionMethod>
62   </ExtensionMethods>
63 </Overview>