42c429c98f8eb129ed800b2dff57f67c0a592047
[mono.git] / mcs / tools / mdoc / Test / en.expected.importslashdoc / Mono.DocTest / DocValueType.xml
1 <Type Name="DocValueType" FullName="Mono.DocTest.DocValueType">
2   <TypeSignature Language="C#" Value="public struct DocValueType : Mono.DocTest.IProcess" />
3   <TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit DocValueType extends System.ValueType implements class Mono.DocTest.IProcess" />
4   <AssemblyInfo>
5     <AssemblyName>DocTest</AssemblyName>
6     <AssemblyVersion>0.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.ValueType</BaseTypeName>
10   </Base>
11   <Interfaces>
12     <Interface>
13       <InterfaceName>Mono.DocTest.IProcess</InterfaceName>
14     </Interface>
15   </Interfaces>
16   <Docs>
17     <summary>Process interface</summary>
18     <remarks>
19       <c>T:Mono.DocTest.DocValueType</c>.</remarks>
20   </Docs>
21   <Members>
22     <Member MemberName="M">
23       <MemberSignature Language="C#" Value="public void M (int i);" />
24       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void M(int32 i) cil managed" />
25       <MemberType>Method</MemberType>
26       <AssemblyInfo>
27         <AssemblyVersion>0.0.0.0</AssemblyVersion>
28       </AssemblyInfo>
29       <ReturnValue>
30         <ReturnType>System.Void</ReturnType>
31       </ReturnValue>
32       <Parameters>
33         <Parameter Name="i" Type="System.Int32" />
34       </Parameters>
35       <Docs>
36         <param name="i">A <see cref="T:System.Int32" />.</param>
37         <summary>To be added.</summary>
38         <remarks>
39           <see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" />.</remarks>
40         <exception cref="T:System.ApplicationException">To be added; from: <see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" /></exception>
41         <exception cref="T:System.SystemException">To be added; from: <see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" /></exception>
42       </Docs>
43     </Member>
44     <Member MemberName="total">
45       <MemberSignature Language="C#" Value="public int total;" />
46       <MemberSignature Language="ILAsm" Value=".field public int32 total" />
47       <MemberType>Field</MemberType>
48       <AssemblyInfo>
49         <AssemblyVersion>0.0.0.0</AssemblyVersion>
50       </AssemblyInfo>
51       <ReturnValue>
52         <ReturnType>System.Int32</ReturnType>
53       </ReturnValue>
54       <Docs>
55         <summary>To be added.</summary>
56         <remarks>
57           <c>F:Mono.DocTest.DocValueType.total</c>.</remarks>
58       </Docs>
59     </Member>
60   </Members>
61 </Type>