Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest / Widget.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Widget</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.Widget">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Widget:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Widget:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.Widget:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Widget">Widget  Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Widget:Summary">
210       <span class="NotEntered">Documentation for this section has not yet been entered.</span>
211     </p>
212     <div id="T:Mono.DocTest.Widget:Signature">
213       <h2>Syntax</h2>
214       <div class="Signature">public class  <b>Widget</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Widget:Docs">
217       <h4 class="Subsection">See Also</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget:Docs:See Also">
219         <div>
220           <a href="../Mono.DocTest/Widget.html#P:Mono.DocTest.Widget.Item(System.Int32)">Widget.Item(int)</a>
221         </div>
222       </blockquote>
223       <h2 class="Section">Remarks</h2>
224       <div class="SectionBox" id="T:Mono.DocTest.Widget:Docs:Remarks">
225         <tt>T:Mono.DocTest.Widget</tt>.</div>
226       <h2 class="Section">Requirements</h2>
227       <div class="SectionBox" id="T:Mono.DocTest.Widget:Docs:Version Information">
228         <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
229       <h2 class="Section" id="Members">Members</h2>
230       <div class="SectionBox" id="_Members">
231         <p>
232                                                                 See Also: Inherited members from
233                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
234                                                         </p>
235         <h2 class="Section">Public Constructors</h2>
236         <div class="SectionBox" id="Public Constructors">
237           <div class="SubsectionBox">
238             <table class="TypeMembers">
239               <tr valign="top">
240                 <td>
241                   <div>
242                   </div>
243                 </td>
244                 <td>
245                   <div>
246                     <b>
247                       <a href="#C:Mono.DocTest.Widget">Widget</a>
248                     </b>()</div>
249                 </td>
250                 <td>
251                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
252                 </td>
253               </tr>
254               <tr valign="top">
255                 <td>
256                   <div>
257                   </div>
258                 </td>
259                 <td>
260                   <div>
261                     <b>
262                       <a href="#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget</a>
263                     </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>)</div>
264                 </td>
265                 <td>
266                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
267                 </td>
268               </tr>
269               <tr valign="top">
270                 <td>
271                   <div>
272                   </div>
273                 </td>
274                 <td>
275                   <div>
276                     <b>
277                       <a href="#C:Mono.DocTest.Widget(System.String)">Widget</a>
278                     </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
279                 </td>
280                 <td>
281                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
282                 </td>
283               </tr>
284             </table>
285           </div>
286         </div>
287         <h2 class="Section">Public Fields</h2>
288         <div class="SectionBox" id="Public Fields">
289           <div class="SubsectionBox">
290             <table class="TypeMembers">
291               <tr valign="top">
292                 <td>
293                   <div>
294                   </div>
295                 </td>
296                 <td>
297                   <b>
298                     <a href="#F:Mono.DocTest.Widget.array1">array1</a>
299                   </b>
300                 </td>
301                 <td>
302                   <i>
303                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
304               </tr>
305               <tr valign="top">
306                 <td>
307                   <div>
308                   </div>
309                 </td>
310                 <td>
311                   <b>
312                     <a href="#F:Mono.DocTest.Widget.array2">array2</a>
313                   </b>
314                 </td>
315                 <td>
316                   <i>
317                     <a href="../Mono.DocTest/Widget.html">Widget</a>[,]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
318               </tr>
319               <tr valign="top">
320                 <td>
321                   <div>static readonly </div>
322                 </td>
323                 <td>
324                   <b>
325                     <a href="#F:Mono.DocTest.Widget.classCtorError">classCtorError</a>
326                   </b>
327                 </td>
328                 <td>
329                   <i>
330                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
331               </tr>
332               <tr valign="top">
333                 <td>
334                   <div>
335                   </div>
336                 </td>
337                 <td>
338                   <b>
339                     <a href="#F:Mono.DocTest.Widget.message">message</a>
340                   </b>
341                 </td>
342                 <td>
343                   <i>
344                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>
345                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
346               </tr>
347               <tr valign="top">
348                 <td>
349                   <div>
350                   </div>
351                 </td>
352                 <td>
353                   <b>
354                     <a href="#F:Mono.DocTest.Widget.pCount">pCount</a>
355                   </b>
356                 </td>
357                 <td>
358                   <i>
359                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>*</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
360               </tr>
361               <tr valign="top">
362                 <td>
363                   <div>
364                   </div>
365                 </td>
366                 <td>
367                   <b>
368                     <a href="#F:Mono.DocTest.Widget.ppValues">ppValues</a>
369                   </b>
370                 </td>
371                 <td>
372                   <i>
373                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>**</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
374               </tr>
375             </table>
376           </div>
377         </div>
378         <h2 class="Section">Protected Fields</h2>
379         <div class="SectionBox" id="Protected Fields">
380           <div class="SubsectionBox">
381             <table class="TypeMembers">
382               <tr valign="top">
383                 <td>
384                   <div>static </div>
385                 </td>
386                 <td>
387                   <b>
388                     <a href="#F:Mono.DocTest.Widget.defaultColor">defaultColor</a>
389                   </b>
390                 </td>
391                 <td>
392                   <i>
393                     <a href="../Mono.DocTest/Color.html">Color</a>
394                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
395               </tr>
396               <tr valign="top">
397                 <td>
398                   <div>readonly </div>
399                 </td>
400                 <td>
401                   <b>
402                     <a href="#F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage</a>
403                   </b>
404                 </td>
405                 <td>
406                   <i>
407                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
408                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
409               </tr>
410               <tr valign="top">
411                 <td>
412                   <div>const </div>
413                 </td>
414                 <td>
415                   <b>
416                     <a href="#F:Mono.DocTest.Widget.PI">PI</a>
417                   </b>
418                 </td>
419                 <td>
420                   <i>
421                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
422                   </i> (3.14159). <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
423               </tr>
424             </table>
425           </div>
426         </div>
427         <h2 class="Section">Public Properties</h2>
428         <div class="SectionBox" id="Public Properties">
429           <div class="SubsectionBox">
430             <table class="TypeMembers">
431               <tr valign="top">
432                 <td>
433                   <div>
434                     <i>default property</i>
435                   </div>
436                   <div>
437                   </div>
438                 </td>
439                 <td>
440                   <b>
441                     <a href="#P:Mono.DocTest.Widget.Item(System.Int32)">Item</a>
442                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
443                 <td>
444                   <i>
445                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
446                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
447               </tr>
448               <tr valign="top">
449                 <td>
450                   <div>
451                     <i>default property</i>
452                   </div>
453                   <div>
454                   </div>
455                 </td>
456                 <td>
457                   <b>
458                     <a href="#P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item</a>
459                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
460                 <td>
461                   <i>
462                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
463                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
464               </tr>
465               <tr valign="top">
466                 <td>
467                   <div>
468                   </div>
469                 </td>
470                 <td>
471                   <b>
472                     <a href="#P:Mono.DocTest.Widget.Width">Width</a>
473                   </b>
474                 </td>
475                 <td>
476                   <i>
477                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
478                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
479               </tr>
480             </table>
481           </div>
482         </div>
483         <h2 class="Section">Protected Properties</h2>
484         <div class="SectionBox" id="Protected Properties">
485           <div class="SubsectionBox">
486             <table class="TypeMembers">
487               <tr valign="top">
488                 <td>[read-only]<div></div></td>
489                 <td>
490                   <b>
491                     <a href="#P:Mono.DocTest.Widget.Height">Height</a>
492                   </b>
493                 </td>
494                 <td>
495                   <i>
496                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>
497                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
498               </tr>
499               <tr valign="top">
500                 <td>[write-only]<div></div></td>
501                 <td>
502                   <b>
503                     <a href="#P:Mono.DocTest.Widget.X">X</a>
504                   </b>
505                 </td>
506                 <td>
507                   <i>
508                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>
509                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
510               </tr>
511               <tr valign="top">
512                 <td>
513                   <div>
514                   </div>
515                 </td>
516                 <td>
517                   <b>
518                     <a href="#P:Mono.DocTest.Widget.Y">Y</a>
519                   </b>
520                 </td>
521                 <td>
522                   <i>
523                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
524                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
525               </tr>
526             </table>
527           </div>
528         </div>
529         <h2 class="Section">Public Methods</h2>
530         <div class="SectionBox" id="Public Methods">
531           <div class="SubsectionBox">
532             <table class="TypeMembers">
533               <tr valign="top">
534                 <td>
535                   <div>static </div>
536                 </td>
537                 <td colspan="2">
538                   <b>
539                     <a href="#M:Mono.DocTest.Widget.M0">M0</a>
540                   </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
541               </tr>
542               <tr valign="top">
543                 <td>
544                   <div>
545                   </div>
546                 </td>
547                 <td colspan="2">
548                   <b>
549                     <a href="#M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1</a>
550                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>, <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>, <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
551               </tr>
552               <tr valign="top">
553                 <td>
554                   <div>
555                   </div>
556                 </td>
557                 <td colspan="2">
558                   <b>
559                     <a href="#M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2</a>
560                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
561               </tr>
562               <tr valign="top">
563                 <td>
564                   <div>
565                   </div>
566                 </td>
567                 <td colspan="2">
568                   <b>
569                     <a href="#M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7</a>
570                   </b>(<a href="../Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
571               </tr>
572             </table>
573           </div>
574         </div>
575         <h2 class="Section">Protected Methods</h2>
576         <div class="SectionBox" id="Protected Methods">
577           <div class="SubsectionBox">
578             <table class="TypeMembers">
579               <tr valign="top">
580                 <td>
581                   <div>
582                   </div>
583                 </td>
584                 <td colspan="2">
585                   <b>
586                     <a href="#M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3</a>
587                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][], <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
588               </tr>
589               <tr valign="top">
590                 <td>
591                   <div>
592                   </div>
593                 </td>
594                 <td colspan="2">
595                   <b>
596                     <a href="#M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4</a>
597                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>*, <a href="../Mono.DocTest/Color.html">Color</a>**)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
598               </tr>
599               <tr valign="top">
600                 <td>
601                   <div>
602                   </div>
603                 </td>
604                 <td colspan="2">
605                   <b>
606                     <a href="#M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5</a>
607                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>*, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
608               </tr>
609               <tr valign="top">
610                 <td>
611                   <div>
612                   </div>
613                 </td>
614                 <td colspan="2">
615                   <b>
616                     <a href="#M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6</a>
617                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
618               </tr>
619             </table>
620           </div>
621         </div>
622         <h2 class="Section">Public Events</h2>
623         <div class="SectionBox" id="Public Events">
624           <div class="SubsectionBox">
625             <table class="TypeMembers">
626               <tr valign="top">
627                 <td>
628                   <div>
629                   </div>
630                 </td>
631                 <td>
632                   <b>
633                     <a href="#E:Mono.DocTest.Widget.AnEvent">AnEvent</a>
634                   </b>
635                 </td>
636                 <td>
637                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
638                 </td>
639               </tr>
640             </table>
641           </div>
642         </div>
643         <h2 class="Section">Protected Events</h2>
644         <div class="SectionBox" id="Protected Events">
645           <div class="SubsectionBox">
646             <table class="TypeMembers">
647               <tr valign="top">
648                 <td>
649                   <div>
650                   </div>
651                 </td>
652                 <td>
653                   <b>
654                     <a href="#E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent</a>
655                   </b>
656                 </td>
657                 <td>
658                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
659                 </td>
660               </tr>
661             </table>
662           </div>
663         </div>
664         <h2 class="Section">Public Operators</h2>
665         <div class="SectionBox" id="Public Operators">
666           <div class="SubsectionBox">
667             <table class="TypeMembers">
668               <tr valign="top">
669                 <td>
670                   <div>static </div>
671                 </td>
672                 <td>
673                   <b>
674                     <a href="#M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">Addition</a>
675                   </b>(<a href="../Mono.DocTest/Widget.html">Widget</a>, <a href="../Mono.DocTest/Widget.html">Widget</a>)</td>
676                 <td>
677                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
678                 </td>
679               </tr>
680               <tr valign="top">
681                 <td>
682                   <div>static </div>
683                 </td>
684                 <td>
685                   <b>
686                     <a href="#M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">UnaryPlus</a>
687                   </b>
688                 </td>
689                 <td>
690                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
691                 </td>
692               </tr>
693               <tr valign="top">
694                 <td>
695                   <div>static </div>
696                 </td>
697                 <td>
698                   <b>
699                     <a href="#M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion to System.Int32</a>
700                   </b>(Explicit)</td>
701                 <td>
702                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
703                 </td>
704               </tr>
705               <tr valign="top">
706                 <td>
707                   <div>static </div>
708                 </td>
709                 <td>
710                   <b>
711                     <a href="#M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion to System.Int64</a>
712                   </b>(Implicit)</td>
713                 <td>
714                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
715                 </td>
716               </tr>
717             </table>
718           </div>
719         </div>
720         <h2 class="Section">Extension Methods</h2>
721         <div class="SectionBox" id="Extension Methods">
722           <div class="SubsectionBox">
723             <table class="TypeMembers">
724               <tr valign="top">
725                 <td>
726                   <div>static </div>
727                 </td>
728                 <td colspan="2">
729                   <b>
730                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
731                   </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>
732               </tr>
733             </table>
734           </div>
735         </div>
736       </div>
737     </div>
738     <div class="Members" id="T:Mono.DocTest.Widget:Members">
739       <h2 class="Section" id="MemberDetails">Member Details</h2>
740       <div class="SectionBox" id="_MemberDetails">
741         <h3 id="C:Mono.DocTest.Widget">Widget Constructor</h3>
742         <blockquote id="C:Mono.DocTest.Widget:member">
743           <p class="Summary">
744             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
745           </p>
746           <h2>Syntax</h2>
747           <div class="Signature">public  <b>Widget</b> ()</div>
748           <h2 class="Section">Remarks</h2>
749           <div class="SectionBox" id="C:Mono.DocTest.Widget:Remarks">
750             <p>
751               <tt>C:Mono.DocTest.Widget</tt>.</p>
752             <p>
753               <tt>M:Mono.DocTest.Widget.#ctor</tt>.</p>
754             <p>
755               <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.String)">Widget(string)</a>
756             </p>
757             <p>
758               <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget(Converter&lt;string, string&gt;)</a>
759             </p>
760           </div>
761           <h2 class="Section">Requirements</h2>
762           <div class="SectionBox" id="C:Mono.DocTest.Widget:Version Information">
763             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
764           <hr size="1" />
765         </blockquote>
766         <h3 id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget Constructor</h3>
767         <blockquote id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member">
768           <p class="Summary">
769             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
770           </p>
771           <h2>Syntax</h2>
772           <div class="Signature">public  <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a> c)</div>
773           <h4 class="Subsection">Parameters</h4>
774           <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters">
775             <dl>
776               <dt>
777                 <i>c</i>
778               </dt>
779               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>.</dd>
780             </dl>
781           </blockquote>
782           <h2 class="Section">Remarks</h2>
783           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks">
784             <tt>C:Mono.DocTest.Widget(System.Converter{System.String,System.String})</tt>.</div>
785           <h2 class="Section">Requirements</h2>
786           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information">
787             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
788           <hr size="1" />
789         </blockquote>
790         <h3 id="C:Mono.DocTest.Widget(System.String)">Widget Constructor</h3>
791         <blockquote id="C:Mono.DocTest.Widget(System.String):member">
792           <p class="Summary">
793             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
794           </p>
795           <h2>Syntax</h2>
796           <div class="Signature">public  <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
797           <h4 class="Subsection">Parameters</h4>
798           <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Parameters">
799             <dl>
800               <dt>
801                 <i>s</i>
802               </dt>
803               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
804             </dl>
805           </blockquote>
806           <h2 class="Section">Remarks</h2>
807           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):Remarks">
808             <p>
809               <tt>C:Mono.DocTest.Widget(System.String)</tt>.</p>
810             <p>
811               <tt>M:Mono.DocTest.Widget.#ctor(System.String)</tt>.</p>
812           </div>
813           <h2 class="Section">Requirements</h2>
814           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):Version Information">
815             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
816           <hr size="1" />
817         </blockquote>
818         <h3 id="E:Mono.DocTest.Widget.AnEvent">AnEvent Event</h3>
819         <blockquote id="E:Mono.DocTest.Widget.AnEvent:member">
820           <p class="Summary">
821             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
822           </p>
823           <h2>Syntax</h2>
824           <div class="Signature">[Mono.DocTest.Doc("Del event")]<br />[add: Mono.DocTest.Doc("Del add accessor")]<br />[remove: Mono.DocTest.Doc("Del remove accessor")]<br />public event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnEvent</b> </div>
825           <h2 class="Section">Remarks</h2>
826           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Remarks">
827             <tt>E:Mono.DocTest.Widget.AnEvent</tt>.</div>
828           <h2 class="Section">Requirements</h2>
829           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Version Information">
830             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
831           <hr size="1" />
832         </blockquote>
833         <h3 id="E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent Event</h3>
834         <blockquote id="E:Mono.DocTest.Widget.AnotherEvent:member">
835           <p class="Summary">
836             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
837           </p>
838           <h2>Syntax</h2>
839           <div class="Signature">protected event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnotherEvent</b> </div>
840           <h4 class="Subsection">Exceptions</h4>
841           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Exceptions">
842             <table class="TypeDocumentation">
843               <tr>
844                 <th>Type</th>
845                 <th>Reason</th>
846               </tr>
847               <tr valign="top">
848                 <td>
849                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
850                 </td>
851                 <td>
852                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
853                 </td>
854               </tr>
855               <tr valign="top">
856                 <td>
857                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
858                 </td>
859                 <td>
860                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
861                 </td>
862               </tr>
863             </table>
864           </blockquote>
865           <h2 class="Section">Remarks</h2>
866           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Remarks">
867             <tt>E:Mono.DocTest.Widget.AnotherEvent</tt>.</div>
868           <h2 class="Section">Requirements</h2>
869           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Version Information">
870             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
871           <hr size="1" />
872         </blockquote>
873         <h3 id="F:Mono.DocTest.Widget.array1">array1 Field</h3>
874         <blockquote id="F:Mono.DocTest.Widget.array1:member">
875           <p class="Summary">
876             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
877           </p>
878           <h2>Syntax</h2>
879           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[] <b>array1</b> </div>
880           <h2 class="Section">Remarks</h2>
881           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Remarks">
882             <tt>F:Mono.DocTest.Widget.array1</tt>.</div>
883           <h2 class="Section">Requirements</h2>
884           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Version Information">
885             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
886           <hr size="1" />
887         </blockquote>
888         <h3 id="F:Mono.DocTest.Widget.array2">array2 Field</h3>
889         <blockquote id="F:Mono.DocTest.Widget.array2:member">
890           <p class="Summary">
891             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
892           </p>
893           <h2>Syntax</h2>
894           <div class="Signature">public <a href="../Mono.DocTest/Widget.html">Widget</a>[,] <b>array2</b> </div>
895           <h2 class="Section">Remarks</h2>
896           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Remarks">
897             <tt>F:Mono.DocTest.Widget.array2</tt>.</div>
898           <h2 class="Section">Requirements</h2>
899           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Version Information">
900             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
901           <hr size="1" />
902         </blockquote>
903         <h3 id="F:Mono.DocTest.Widget.classCtorError">classCtorError Field</h3>
904         <blockquote id="F:Mono.DocTest.Widget.classCtorError:member">
905           <p class="Summary">
906             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
907           </p>
908           <h2>Syntax</h2>
909           <div class="Signature">public static readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>classCtorError</b> </div>
910           <h2 class="Section">Remarks</h2>
911           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Remarks">
912             <tt>F:Mono.DocTest.Widget.classCtorError</tt>.</div>
913           <h2 class="Section">Requirements</h2>
914           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Version Information">
915             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
916           <hr size="1" />
917         </blockquote>
918         <h3 id="F:Mono.DocTest.Widget.defaultColor">defaultColor Field</h3>
919         <blockquote id="F:Mono.DocTest.Widget.defaultColor:member">
920           <p class="Summary">
921             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
922           </p>
923           <h2>Syntax</h2>
924           <div class="Signature">protected static <a href="../Mono.DocTest/Color.html">Color</a> <b>defaultColor</b> </div>
925           <h2 class="Section">Remarks</h2>
926           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Remarks">
927             <tt>F:Mono.DocTest.Widget.defaultColor</tt>.</div>
928           <h2 class="Section">Requirements</h2>
929           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Version Information">
930             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
931           <hr size="1" />
932         </blockquote>
933         <h3 id="P:Mono.DocTest.Widget.Height">Height Property</h3>
934         <blockquote id="P:Mono.DocTest.Widget.Height:member">
935           <p class="Summary">
936             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
937           </p>
938           <h2>Syntax</h2>
939           <div class="Signature">[Mono.DocTest.Doc("Height property")]<br />protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> <b>Height</b>  { get; }</div>
940           <h4 class="Subsection">Value</h4>
941           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Height:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> value...</blockquote>
942           <h2 class="Section">Remarks</h2>
943           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Remarks">
944             <tt>P:Mono.DocTest.Widget.Height</tt>.</div>
945           <h2 class="Section">Requirements</h2>
946           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Version Information">
947             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
948           <hr size="1" />
949         </blockquote>
950         <h3 id="P:Mono.DocTest.Widget.Item(System.Int32)">Item Property</h3>
951         <blockquote id="P:Mono.DocTest.Widget.Item(System.Int32):member">
952           <p class="Summary">
953             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
954           </p>
955           <h2>Syntax</h2>
956           <div class="Signature">
957             <p>
958               <i>This is the default property for this class.</i>
959             </p>[Mono.DocTest.Doc("Item property")]<br />[set: Mono.DocTest.Doc("Item property set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { get; set; }</div>
960           <h4 class="Subsection">Parameters</h4>
961           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters">
962             <dl>
963               <dt>
964                 <i>i</i>
965               </dt>
966               <dd>TODO</dd>
967             </dl>
968           </blockquote>
969           <h4 class="Subsection">Value</h4>
970           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
971           <h2 class="Section">Remarks</h2>
972           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks">
973             <tt>P:Mono.DocTest.Widget.Item(System.Int32)</tt>.</div>
974           <h2 class="Section">Requirements</h2>
975           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information">
976             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
977           <hr size="1" />
978         </blockquote>
979         <h3 id="P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item Property</h3>
980         <blockquote id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member">
981           <p class="Summary">
982             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
983           </p>
984           <h2>Syntax</h2>
985           <div class="Signature">
986             <p>
987               <i>This is the default property for this class.</i>
988             </p>public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { get; set; }</div>
989           <h4 class="Subsection">Parameters</h4>
990           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters">
991             <dl>
992               <dt>
993                 <i>s</i>
994               </dt>
995               <dd>Some <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
996               <dt>
997                 <i>i</i>
998               </dt>
999               <dd>I love <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>s.</dd>
1000             </dl>
1001           </blockquote>
1002           <h4 class="Subsection">Value</h4>
1003           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
1004           <h2 class="Section">Remarks</h2>
1005           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks">
1006             <tt>P:Mono.DocTest.Widget.Item(System.String,System.Int32)</tt>.</div>
1007           <h2 class="Section">Requirements</h2>
1008           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information">
1009             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1010           <hr size="1" />
1011         </blockquote>
1012         <h3 id="M:Mono.DocTest.Widget.M0">M0 Method</h3>
1013         <blockquote id="M:Mono.DocTest.Widget.M0:member">
1014           <p class="Summary">
1015             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1016           </p>
1017           <h2>Syntax</h2>
1018           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M0</b> ()</div>
1019           <h2 class="Section">Remarks</h2>
1020           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0:Remarks">
1021             <tt>M:Mono.DocTest.Widget.M0</tt>.</div>
1022           <h2 class="Section">Requirements</h2>
1023           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0:Version Information">
1024             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1025           <hr size="1" />
1026         </blockquote>
1027         <h3 id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1 Method</h3>
1028         <blockquote id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member">
1029           <p class="Summary">
1030             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1031           </p>
1032           <h2>Syntax</h2>
1033           <div class="Signature">[Mono.DocTest.Doc("normal DocAttribute", Field=true)]<br />[return:Mono.DocTest.Doc("return:DocAttribute", Property=typeof(Mono.DocTest.Widget))]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M1</b> ([Mono.DocTest.Doc("c", FlagsEnum=System.ConsoleModifiers.Alt | System.ConsoleModifiers.Control)] <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> c, [Mono.DocTest.Doc("f", NonFlagsEnum=Mono.DocTest.Color.Red)] <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a> f, [Mono.DocTest.Doc("v")] <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a> v)</div>
1034           <h4 class="Subsection">Parameters</h4>
1035           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters">
1036             <dl>
1037               <dt>
1038                 <i>c</i>
1039               </dt>
1040               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>.</dd>
1041               <dt>
1042                 <i>f</i>
1043               </dt>
1044               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>.</dd>
1045               <dt>
1046                 <i>v</i>
1047               </dt>
1048               <dd>A <a href="../Mono.DocTest/DocValueType.html">Mono.DocTest.DocValueType</a>.</dd>
1049             </dl>
1050           </blockquote>
1051           <h2 class="Section">Remarks</h2>
1052           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks">
1053             <tt>M:Mono.DocTest.Widget.M1(System.Char,System.Signle@,Mono.DocTest.DocValueType@)</tt>.</div>
1054           <h2 class="Section">Requirements</h2>
1055           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information">
1056             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1057           <hr size="1" />
1058         </blockquote>
1059         <h3 id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2 Method</h3>
1060         <blockquote id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member">
1061           <p class="Summary">
1062             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1063           </p>
1064           <h2>Syntax</h2>
1065           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M2</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[] x1, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,] x2, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3)</div>
1066           <h4 class="Subsection">Parameters</h4>
1067           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters">
1068             <dl>
1069               <dt>
1070                 <i>x1</i>
1071               </dt>
1072               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> array.</dd>
1073               <dt>
1074                 <i>x2</i>
1075               </dt>
1076               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> array.</dd>
1077               <dt>
1078                 <i>x3</i>
1079               </dt>
1080               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1081             </dl>
1082           </blockquote>
1083           <h2 class="Section">Remarks</h2>
1084           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks">
1085             <tt>M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[0:,0:],System.Int64[][])</tt>.</div>
1086           <h2 class="Section">Requirements</h2>
1087           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information">
1088             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1089           <hr size="1" />
1090         </blockquote>
1091         <h3 id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3 Method</h3>
1092         <blockquote id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member">
1093           <p class="Summary">
1094             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1095           </p>
1096           <h2>Syntax</h2>
1097           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M3</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3, <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][] x4)</div>
1098           <h4 class="Subsection">Parameters</h4>
1099           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters">
1100             <dl>
1101               <dt>
1102                 <i>x3</i>
1103               </dt>
1104               <dd>Another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1105               <dt>
1106                 <i>x4</i>
1107               </dt>
1108               <dd>A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> array.</dd>
1109             </dl>
1110           </blockquote>
1111           <h2 class="Section">Remarks</h2>
1112           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks">
1113             <tt>M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[0:,0:,0:][])</tt>.</div>
1114           <h2 class="Section">Requirements</h2>
1115           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information">
1116             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1117           <hr size="1" />
1118         </blockquote>
1119         <h3 id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4 Method</h3>
1120         <blockquote id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member">
1121           <p class="Summary">
1122             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1123           </p>
1124           <h2>Syntax</h2>
1125           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M4</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>* pc, <a href="../Mono.DocTest/Color.html">Color</a>** ppf)</div>
1126           <h4 class="Subsection">Parameters</h4>
1127           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters">
1128             <dl>
1129               <dt>
1130                 <i>pc</i>
1131               </dt>
1132               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> pointer.</dd>
1133               <dt>
1134                 <i>ppf</i>
1135               </dt>
1136               <dd>A <a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a> pointer.</dd>
1137             </dl>
1138           </blockquote>
1139           <h2 class="Section">Remarks</h2>
1140           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks">
1141             <tt>M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)</tt>.</div>
1142           <h2 class="Section">Requirements</h2>
1143           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information">
1144             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1145           <hr size="1" />
1146         </blockquote>
1147         <h3 id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5 Method</h3>
1148         <blockquote id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member">
1149           <p class="Summary">
1150             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1151           </p>
1152           <h2>Syntax</h2>
1153           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M5</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>* pv, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][] pd)</div>
1154           <h4 class="Subsection">Parameters</h4>
1155           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters">
1156             <dl>
1157               <dt>
1158                 <i>pv</i>
1159               </dt>
1160               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> pointer.</dd>
1161               <dt>
1162                 <i>pd</i>
1163               </dt>
1164               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> array.</dd>
1165             </dl>
1166           </blockquote>
1167           <h2 class="Section">Remarks</h2>
1168           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks">
1169             <tt>M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[0:,0:][])</tt>.</div>
1170           <h2 class="Section">Requirements</h2>
1171           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information">
1172             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1173           <hr size="1" />
1174         </blockquote>
1175         <h3 id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6 Method</h3>
1176         <blockquote id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member">
1177           <p class="Summary">
1178             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1179           </p>
1180           <h2>Syntax</h2>
1181           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M6</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[] args)</div>
1182           <h4 class="Subsection">Parameters</h4>
1183           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters">
1184             <dl>
1185               <dt>
1186                 <i>i</i>
1187               </dt>
1188               <dd>Yet another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
1189               <dt>
1190                 <i>args</i>
1191               </dt>
1192               <dd>An <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> array.</dd>
1193             </dl>
1194           </blockquote>
1195           <h2 class="Section">Remarks</h2>
1196           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks">
1197             <tt>M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])</tt>.</div>
1198           <h2 class="Section">Requirements</h2>
1199           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information">
1200             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1201           <hr size="1" />
1202         </blockquote>
1203         <h3 id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7 Method</h3>
1204         <blockquote id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):member">
1205           <p class="Summary">
1206             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1207           </p>
1208           <h2>Syntax</h2>
1209           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M7</b> (<a href="../Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a> a)</div>
1210           <h4 class="Subsection">Parameters</h4>
1211           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Parameters">
1212             <dl>
1213               <dt>
1214                 <i>a</i>
1215               </dt>
1216               <dd>
1217                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1218               </dd>
1219             </dl>
1220           </blockquote>
1221           <h2 class="Section">Remarks</h2>
1222           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Remarks">
1223             <tt>M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)</tt>.</div>
1224           <h2 class="Section">Requirements</h2>
1225           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Version Information">
1226             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1227           <hr size="1" />
1228         </blockquote>
1229         <h3 id="F:Mono.DocTest.Widget.message">message Field</h3>
1230         <blockquote id="F:Mono.DocTest.Widget.message:member">
1231           <p class="Summary">
1232             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1233           </p>
1234           <h2>Syntax</h2>
1235           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>message</b> </div>
1236           <h2 class="Section">Remarks</h2>
1237           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Remarks">
1238             <tt>F:Mono.DocTest.Widget.message</tt>.</div>
1239           <h2 class="Section">Requirements</h2>
1240           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Version Information">
1241             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1242           <hr size="1" />
1243         </blockquote>
1244         <h3 id="F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage Field</h3>
1245         <blockquote id="F:Mono.DocTest.Widget.monthlyAverage:member">
1246           <p class="Summary">
1247             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1248           </p>
1249           <h2>Syntax</h2>
1250           <div class="Signature">protected readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>monthlyAverage</b> </div>
1251           <h2 class="Section">Remarks</h2>
1252           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Remarks">
1253             <tt>F:Mono.DocTest.Widget.monthlyAverage</tt>.</div>
1254           <h2 class="Section">Requirements</h2>
1255           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Version Information">
1256             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1257           <hr size="1" />
1258         </blockquote>
1259         <h3 id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">op_Addition Method</h3>
1260         <blockquote id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member">
1261           <p class="Summary">
1262             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1263           </p>
1264           <h2>Syntax</h2>
1265           <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x1, <a href="../Mono.DocTest/Widget.html">Widget</a> x2)</div>
1266           <h4 class="Subsection">Parameters</h4>
1267           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters">
1268             <dl>
1269               <dt>
1270                 <i>x1</i>
1271               </dt>
1272               <dd>Yet Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1273               <dt>
1274                 <i>x2</i>
1275               </dt>
1276               <dd>Yay, <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s.</dd>
1277             </dl>
1278           </blockquote>
1279           <h4 class="Subsection">Returns</h4>
1280           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Returns">A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> instance (2).</blockquote>
1281           <h2 class="Section">Remarks</h2>
1282           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks">
1283             <tt>M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)</tt>.</div>
1284           <h2 class="Section">Requirements</h2>
1285           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information">
1286             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1287           <hr size="1" />
1288         </blockquote>
1289         <h3 id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion Method</h3>
1290         <blockquote id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member">
1291           <p class="Summary">
1292             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1293           </p>
1294           <h2>Syntax</h2>
1295           <div class="Signature">public static explicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
1296           <h4 class="Subsection">Parameters</h4>
1297           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters">
1298             <dl>
1299               <dt>
1300                 <i>x</i>
1301               </dt>
1302               <dd>
1303                 <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s are fun!.</dd>
1304             </dl>
1305           </blockquote>
1306           <h4 class="Subsection">Returns</h4>
1307           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
1308           <h2 class="Section">Remarks</h2>
1309           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks">
1310             <tt>M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32</tt>.</div>
1311           <h2 class="Section">Requirements</h2>
1312           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information">
1313             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1314           <hr size="1" />
1315         </blockquote>
1316         <h3 id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion Method</h3>
1317         <blockquote id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member">
1318           <p class="Summary">
1319             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1320           </p>
1321           <h2>Syntax</h2>
1322           <div class="Signature">public static implicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
1323           <h4 class="Subsection">Parameters</h4>
1324           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters">
1325             <dl>
1326               <dt>
1327                 <i>x</i>
1328               </dt>
1329               <dd>
1330                 <tt>foo</tt>; <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1331             </dl>
1332           </blockquote>
1333           <h4 class="Subsection">Returns</h4>
1334           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> instance.</blockquote>
1335           <h2 class="Section">Remarks</h2>
1336           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks">
1337             <tt>M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64</tt>.</div>
1338           <h2 class="Section">Requirements</h2>
1339           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information">
1340             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1341           <hr size="1" />
1342         </blockquote>
1343         <h3 id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">op_UnaryPlus Method</h3>
1344         <blockquote id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member">
1345           <p class="Summary">
1346             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1347           </p>
1348           <h2>Syntax</h2>
1349           <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
1350           <h4 class="Subsection">Parameters</h4>
1351           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters">
1352             <dl>
1353               <dt>
1354                 <i>x</i>
1355               </dt>
1356               <dd>Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1357             </dl>
1358           </blockquote>
1359           <h4 class="Subsection">Returns</h4>
1360           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Returns">A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> instance.</blockquote>
1361           <h2 class="Section">Remarks</h2>
1362           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks">
1363             <tt>M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)</tt>.</div>
1364           <h2 class="Section">Requirements</h2>
1365           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information">
1366             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1367           <hr size="1" />
1368         </blockquote>
1369         <h3 id="F:Mono.DocTest.Widget.pCount">pCount Field</h3>
1370         <blockquote id="F:Mono.DocTest.Widget.pCount:member">
1371           <p class="Summary">
1372             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1373           </p>
1374           <h2>Syntax</h2>
1375           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>* <b>pCount</b> </div>
1376           <h2 class="Section">Remarks</h2>
1377           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Remarks">
1378             <tt>F:Mono.DocTest.Widget.pCount</tt>.</div>
1379           <h2 class="Section">Requirements</h2>
1380           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Version Information">
1381             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1382           <hr size="1" />
1383         </blockquote>
1384         <h3 id="F:Mono.DocTest.Widget.PI">PI Field</h3>
1385         <blockquote id="F:Mono.DocTest.Widget.PI:member">
1386           <p class="Summary">
1387             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1388           </p>
1389           <p>
1390             <b>Value: </b>3.14159</p>
1391           <h2>Syntax</h2>
1392           <div class="Signature">protected const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>PI</b> </div>
1393           <h2 class="Section">Remarks</h2>
1394           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Remarks">
1395             <tt>F:Mono.DocTest.Widget.PI</tt>.</div>
1396           <h2 class="Section">Requirements</h2>
1397           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Version Information">
1398             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1399           <hr size="1" />
1400         </blockquote>
1401         <h3 id="F:Mono.DocTest.Widget.ppValues">ppValues Field</h3>
1402         <blockquote id="F:Mono.DocTest.Widget.ppValues:member">
1403           <p class="Summary">
1404             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1405           </p>
1406           <h2>Syntax</h2>
1407           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>** <b>ppValues</b> </div>
1408           <h2 class="Section">Remarks</h2>
1409           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Remarks">
1410             <tt>F:Mono.DocTest.Widget.ppValues</tt>.</div>
1411           <h2 class="Section">Requirements</h2>
1412           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Version Information">
1413             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1414           <hr size="1" />
1415         </blockquote>
1416         <h3 id="P:Mono.DocTest.Widget.Width">Width Property</h3>
1417         <blockquote id="P:Mono.DocTest.Widget.Width:member">
1418           <p class="Summary">
1419             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1420           </p>
1421           <h2>Syntax</h2>
1422           <div class="Signature">[Mono.DocTest.Doc("Width property")]<br />[get: Mono.DocTest.Doc("Width get accessor")]<br />[set: Mono.DocTest.Doc("Width set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Width</b>  { get; protected set; }</div>
1423           <h4 class="Subsection">Value</h4>
1424           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Width:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> value...</blockquote>
1425           <h2 class="Section">Remarks</h2>
1426           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Remarks">
1427             <tt>P:Mono.DocTest.Widget.Width</tt>.</div>
1428           <h2 class="Section">Requirements</h2>
1429           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Version Information">
1430             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1431           <hr size="1" />
1432         </blockquote>
1433         <h3 id="P:Mono.DocTest.Widget.X">X Property</h3>
1434         <blockquote id="P:Mono.DocTest.Widget.X:member">
1435           <p class="Summary">
1436             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1437           </p>
1438           <h2>Syntax</h2>
1439           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> <b>X</b>  { set; }</div>
1440           <h4 class="Subsection">Value</h4>
1441           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.X:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> value...</blockquote>
1442           <h2 class="Section">Remarks</h2>
1443           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Remarks">
1444             <tt>P:Mono.DocTest.Widget.X</tt>.</div>
1445           <h2 class="Section">Requirements</h2>
1446           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Version Information">
1447             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1448           <hr size="1" />
1449         </blockquote>
1450         <h3 id="P:Mono.DocTest.Widget.Y">Y Property</h3>
1451         <blockquote id="P:Mono.DocTest.Widget.Y:member">
1452           <p class="Summary">
1453             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1454           </p>
1455           <h2>Syntax</h2>
1456           <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>Y</b>  { get; set; }</div>
1457           <h4 class="Subsection">Value</h4>
1458           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Y:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> value...</blockquote>
1459           <h2 class="Section">Remarks</h2>
1460           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Remarks">
1461             <tt>P:Mono.DocTest.Widget.Y</tt>.</div>
1462           <h2 class="Section">Requirements</h2>
1463           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Version Information">
1464             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1465           <hr size="1" />
1466         </blockquote>
1467       </div>
1468     </div>
1469     <hr size="1" />
1470     <div class="Copyright">
1471     </div>
1472   </body>
1473 </html>