[mdoc] Fix export-msxdoc regression, updated expected output.
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest / DocValueType.html
1 <html>
2   <head>
3     <title>Mono.DocTest.DocValueType</title>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5     <style>
6       a { text-decoration: none }
7
8       div.SideBar {
9         padding-left: 1em;
10         padding-right: 1em;
11         right: 0;
12         float: right;
13         border: thin solid black;
14         background-color: #f2f2f2;
15       }
16     
17       .CollectionTitle { font-weight: bold }
18       .PageTitle { font-size: 150%; font-weight: bold }
19
20       .Summary { }
21       .Signature { }          
22       .Remarks { }
23       .Members { }
24       .Copyright { }
25       
26       .Section { font-size: 125%; font-weight: bold }
27       p.Summary {
28         margin-left: 1em;
29       }
30       .SectionBox { margin-left: 2em }
31       .NamespaceName { font-size: 105%; font-weight: bold }
32       .NamespaceSumary { }
33       .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
34       .Subsection { font-size: 105%; font-weight: bold }
35       .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
36
37       .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
38       
39       .TypesListing {
40         border-collapse: collapse;
41       }
42
43       td {
44         vertical-align: top;
45       }
46       th {
47         text-align: left;
48       }
49
50       .TypesListing td { 
51         margin: 0px;  
52         padding: .25em;
53         border: solid gray 1px;
54       }
55
56       .TypesListing th { 
57         margin: 0px;  
58         padding: .25em;
59         background-color: #f2f2f2;
60         border: solid gray 1px;
61       }
62
63       div.Footer {
64         border-top: 1px solid gray;
65         margin-top: 1.5em;
66         padding-top: 0.6em;
67         text-align: center;
68         color: gray;
69       }
70
71       span.NotEntered /* Documentation for this section has not yet been entered */ {
72         font-style: italic;
73         color: red;     
74       }
75
76       div.Header {
77         background: #B0C4DE;
78         border: double;
79         border-color: white;
80         border-width: 7px;
81         padding: 0.5em;
82       }
83
84       div.Header * {
85         font-size: smaller;
86       }
87
88       div.Note {
89       }
90
91       i.ParamRef {
92       }
93
94       i.subtitle {
95       }
96
97       ul.TypeMembersIndex {
98         text-align: left;
99         background: #F8F8F8;
100       }
101
102       ul.TypeMembersIndex li {
103         display: inline;
104         margin:  0.5em;
105       }
106
107       table.HeaderTable {
108       }
109
110       table.SignatureTable {
111       }
112
113       table.Documentation, table.Enumeration, table.TypeDocumentation {
114         border-collapse: collapse;
115         width: 100%;
116       }
117
118       table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
119         background: whitesmoke;
120         padding: 0.8em;
121         border: 1px solid gray;
122         text-align: left;
123         vertical-align: bottom;
124       }
125
126       table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
127         padding: 0.5em;
128         border: 1px solid gray;
129         text-align: left;
130         vertical-align: top;
131       }
132
133       table.TypeMembers {
134         border: 1px solid #C0C0C0;
135         width: 100%;
136       }
137
138       table.TypeMembers tr td {
139         background: #F8F8F8;
140         border: white;
141       }
142
143       table.Documentation {
144       }
145
146       table.TypeMembers {
147       }
148
149       div.CodeExample {
150         width: 100%;
151         border: 1px solid #DDDDDD;
152         background-color: #F8F8F8;
153       }
154
155       div.CodeExample p {
156         margin: 0.5em;
157         border-bottom: 1px solid #DDDDDD;
158       }
159
160       div.CodeExample div {
161         margin: 0.5em;
162       }
163
164       h4 {
165         margin-bottom: 0;
166       }
167
168       div.Signature {
169         border: 1px solid #C0C0C0;
170         background: #F2F2F2;
171         padding: 1em;
172       }
173     </style>
174     <script type="text/JavaScript">
175       function toggle_display (block) {
176         var w = document.getElementById (block);
177         var t = document.getElementById (block + ":toggle");
178         if (w.style.display == "none") {
179           w.style.display = "block";
180           t.innerHTML = "⊟";
181         } else {
182           w.style.display = "none";
183           t.innerHTML = "⊞";
184         }
185       }
186     </script>
187   </head>
188   <body>
189     <div class="CollectionTitle">
190       <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
191     <div class="SideBar">
192       <p>
193         <a href="#T:Mono.DocTest.DocValueType">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.DocValueType:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.DocValueType:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.DocValueType:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.DocValueType">DocValueType  Struct</h1>
209     <p class="Summary" id="T:Mono.DocTest.DocValueType:Summary">Process interface</p>
210     <div>
211       <h2>Syntax</h2>
212       <div class="Signature" id="T:Mono.DocTest.DocValueType:Signature">public struct  <b>DocValueType</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
213     </div>
214     <div class="Remarks" id="T:Mono.DocTest.DocValueType:Docs">
215       <h2 class="Section">Remarks</h2>
216       <div class="SectionBox" id="T:Mono.DocTest.DocValueType:Docs:Remarks">
217         <tt>T:Mono.DocTest.DocValueType</tt>.</div>
218       <h2 class="Section">Requirements</h2>
219       <div class="SectionBox" id="T:Mono.DocTest.DocValueType:Docs:Version Information">
220         <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
221       <h2 class="Section" id="Members">Members</h2>
222       <div class="SectionBox" id="_Members">
223         <p>
224                                                                 See Also: Inherited members from
225                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ValueType">ValueType</a>.
226                                                         </p>
227         <h2 class="Section">Public Fields</h2>
228         <div class="SectionBox" id="Public Fields">
229           <div class="SubsectionBox">
230             <table class="TypeMembers">
231               <tr valign="top">
232                 <td>
233                   <div>
234                   </div>
235                 </td>
236                 <td>
237                   <b>
238                     <a href="#F:Mono.DocTest.DocValueType.total">total</a>
239                   </b>
240                 </td>
241                 <td>
242                   <i>
243                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
244                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
245               </tr>
246             </table>
247           </div>
248         </div>
249         <h2 class="Section">Public Methods</h2>
250         <div class="SectionBox" id="Public Methods">
251           <div class="SubsectionBox">
252             <table class="TypeMembers">
253               <tr valign="top">
254                 <td>
255                   <div>
256                   </div>
257                 </td>
258                 <td colspan="2">
259                   <b>
260                     <a href="#M:Mono.DocTest.DocValueType.M(System.Int32)">M</a>
261                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
262               </tr>
263             </table>
264           </div>
265         </div>
266         <h2 class="Section">Extension Methods</h2>
267         <div class="SectionBox" id="Extension Methods">
268           <div class="SubsectionBox">
269             <table class="TypeMembers">
270               <tr valign="top">
271                 <td>
272                   <div>static </div>
273                 </td>
274                 <td colspan="2">
275                   <b>
276                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
277                   </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><tt>System.Object</tt> extension method</blockquote></td>
278               </tr>
279             </table>
280           </div>
281         </div>
282       </div>
283     </div>
284     <div class="Members" id="T:Mono.DocTest.DocValueType:Members">
285       <h2 class="Section" id="MemberDetails">Member Details</h2>
286       <div class="SectionBox" id="_MemberDetails">
287         <h3 id="M:Mono.DocTest.DocValueType.M(System.Int32)">M Method</h3>
288         <blockquote id="M:Mono.DocTest.DocValueType.M(System.Int32):member">
289           <p class="Summary">
290             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
291           </p>
292           <h2>Syntax</h2>
293           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
294           <h4 class="Subsection">Parameters</h4>
295           <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Parameters">
296             <dl>
297               <dt>
298                 <i>i</i>
299               </dt>
300               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
301             </dl>
302           </blockquote>
303           <h4 class="Subsection">Exceptions</h4>
304           <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Exceptions">
305             <table class="TypeDocumentation">
306               <tr>
307                 <th>Type</th>
308                 <th>Reason</th>
309               </tr>
310               <tr valign="top">
311                 <td>
312                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ApplicationException">ApplicationException</a>
313                 </td>
314                 <td>
315                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
316                 </td>
317               </tr>
318               <tr valign="top">
319                 <td>
320                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.SystemException">SystemException</a>
321                 </td>
322                 <td>
323                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
324                 </td>
325               </tr>
326             </table>
327           </blockquote>
328           <h2 class="Section">Remarks</h2>
329           <div class="SectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Remarks">
330             <a href="../Mono.DocTest/DocValueType.html#M:Mono.DocTest.DocValueType.M(System.Int32)">DocValueType.M(int)</a>.</div>
331           <h2 class="Section">Requirements</h2>
332           <div class="SectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Version Information">
333             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
334           <hr size="1" />
335         </blockquote>
336         <h3 id="F:Mono.DocTest.DocValueType.total">total Field</h3>
337         <blockquote id="F:Mono.DocTest.DocValueType.total:member">
338           <p class="Summary">
339             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
340           </p>
341           <h2>Syntax</h2>
342           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>total</b> </div>
343           <h2 class="Section">Remarks</h2>
344           <div class="SectionBox" id="F:Mono.DocTest.DocValueType.total:Remarks">
345             <tt>F:Mono.DocTest.DocValueType.total</tt>.</div>
346           <h2 class="Section">Requirements</h2>
347           <div class="SectionBox" id="F:Mono.DocTest.DocValueType.total:Version Information">
348             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
349           <hr size="1" />
350         </blockquote>
351       </div>
352     </div>
353     <hr size="1" />
354     <div class="Copyright">
355     </div>
356   </body>
357 </html>