Update PointConverter.cs
[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.DynamicF">DynamicF</a>
340                   </b>
341                 </td>
342                 <td>
343                   <i>
344                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</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.message">message</a>
355                   </b>
356                 </td>
357                 <td>
358                   <i>
359                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>
360                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
361               </tr>
362               <tr valign="top">
363                 <td>
364                   <div>
365                   </div>
366                 </td>
367                 <td>
368                   <b>
369                     <a href="#F:Mono.DocTest.Widget.pCount">pCount</a>
370                   </b>
371                 </td>
372                 <td>
373                   <i>
374                     <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>
375               </tr>
376               <tr valign="top">
377                 <td>
378                   <div>
379                   </div>
380                 </td>
381                 <td>
382                   <b>
383                     <a href="#F:Mono.DocTest.Widget.ppValues">ppValues</a>
384                   </b>
385                 </td>
386                 <td>
387                   <i>
388                     <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>
389               </tr>
390             </table>
391           </div>
392         </div>
393         <h2 class="Section">Protected Fields</h2>
394         <div class="SectionBox" id="Protected Fields">
395           <div class="SubsectionBox">
396             <table class="TypeMembers">
397               <tr valign="top">
398                 <td>
399                   <div>static </div>
400                 </td>
401                 <td>
402                   <b>
403                     <a href="#F:Mono.DocTest.Widget.defaultColor">defaultColor</a>
404                   </b>
405                 </td>
406                 <td>
407                   <i>
408                     <a href="../Mono.DocTest/Color.html">Color</a>
409                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
410               </tr>
411               <tr valign="top">
412                 <td>
413                   <div>readonly </div>
414                 </td>
415                 <td>
416                   <b>
417                     <a href="#F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage</a>
418                   </b>
419                 </td>
420                 <td>
421                   <i>
422                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
423                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
424               </tr>
425               <tr valign="top">
426                 <td>
427                   <div>const </div>
428                 </td>
429                 <td>
430                   <b>
431                     <a href="#F:Mono.DocTest.Widget.PI">PI</a>
432                   </b>
433                 </td>
434                 <td>
435                   <i>
436                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
437                   </i> (3.14159). <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
438               </tr>
439             </table>
440           </div>
441         </div>
442         <h2 class="Section">Public Properties</h2>
443         <div class="SectionBox" id="Public Properties">
444           <div class="SubsectionBox">
445             <table class="TypeMembers">
446               <tr valign="top">
447                 <td>[read-only]<div></div></td>
448                 <td>
449                   <b>
450                     <a href="#P:Mono.DocTest.Widget.DynamicP">DynamicP</a>
451                   </b>
452                 </td>
453                 <td>
454                   <i>
455                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a>
456                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
457               </tr>
458               <tr valign="top">
459                 <td>
460                   <div>
461                     <i>default property</i>
462                   </div>
463                   <div>
464                   </div>
465                 </td>
466                 <td>
467                   <b>
468                     <a href="#P:Mono.DocTest.Widget.Item(System.Int32)">Item</a>
469                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
470                 <td>
471                   <i>
472                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
473                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
474               </tr>
475               <tr valign="top">
476                 <td>
477                   <div>
478                     <i>default property</i>
479                   </div>
480                   <div>
481                   </div>
482                 </td>
483                 <td>
484                   <b>
485                     <a href="#P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item</a>
486                   </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>
487                 <td>
488                   <i>
489                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
490                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
491               </tr>
492               <tr valign="top">
493                 <td>
494                   <div>
495                   </div>
496                 </td>
497                 <td>
498                   <b>
499                     <a href="#P:Mono.DocTest.Widget.Width">Width</a>
500                   </b>
501                 </td>
502                 <td>
503                   <i>
504                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
505                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
506               </tr>
507             </table>
508           </div>
509         </div>
510         <h2 class="Section">Protected Properties</h2>
511         <div class="SectionBox" id="Protected Properties">
512           <div class="SubsectionBox">
513             <table class="TypeMembers">
514               <tr valign="top">
515                 <td>[read-only]<div></div></td>
516                 <td>
517                   <b>
518                     <a href="#P:Mono.DocTest.Widget.Height">Height</a>
519                   </b>
520                 </td>
521                 <td>
522                   <i>
523                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>
524                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
525               </tr>
526               <tr valign="top">
527                 <td>[write-only]<div></div></td>
528                 <td>
529                   <b>
530                     <a href="#P:Mono.DocTest.Widget.X">X</a>
531                   </b>
532                 </td>
533                 <td>
534                   <i>
535                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>
536                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
537               </tr>
538               <tr valign="top">
539                 <td>
540                   <div>
541                   </div>
542                 </td>
543                 <td>
544                   <b>
545                     <a href="#P:Mono.DocTest.Widget.Y">Y</a>
546                   </b>
547                 </td>
548                 <td>
549                   <i>
550                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
551                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
552               </tr>
553             </table>
554           </div>
555         </div>
556         <h2 class="Section">Public Methods</h2>
557         <div class="SectionBox" id="Public Methods">
558           <div class="SubsectionBox">
559             <table class="TypeMembers">
560               <tr valign="top">
561                 <td>
562                   <div>
563                   </div>
564                 </td>
565                 <td colspan="2">
566                   <b>
567                     <a href="#M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)">Default</a>
568                   </b>(<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.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
569               </tr>
570               <tr valign="top">
571                 <td>
572                   <div>
573                   </div>
574                 </td>
575                 <td colspan="2">
576                   <b>
577                     <a href="#M:Mono.DocTest.Widget.Default(System.String,System.Char)">Default</a>
578                   </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.Char">char</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
579               </tr>
580               <tr valign="top">
581                 <td>
582                   <div>
583                   </div>
584                 </td>
585                 <td colspan="2">
586                   <b>
587                     <a href="#M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object)">Dynamic0</a>
588                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
589               </tr>
590               <tr valign="top">
591                 <td>
592                   <div>
593                   </div>
594                 </td>
595                 <td colspan="2">
596                   <b>
597                     <a href="#M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String})">Dynamic1</a>
598                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
599               </tr>
600               <tr valign="top">
601                 <td>
602                   <div>
603                   </div>
604                 </td>
605                 <td colspan="2">
606                   <b>
607                     <a href="#M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object})">Dynamic2</a>
608                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
609               </tr>
610               <tr valign="top">
611                 <td>
612                   <div>
613                   </div>
614                 </td>
615                 <td colspan="2">
616                   <b>
617                     <a href="#M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}})">Dynamic3</a>
618                   </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
619               </tr>
620               <tr valign="top">
621                 <td>
622                   <div>static </div>
623                 </td>
624                 <td colspan="2">
625                   <b>
626                     <a href="#M:Mono.DocTest.Widget.M0">M0</a>
627                   </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
628               </tr>
629               <tr valign="top">
630                 <td>
631                   <div>
632                   </div>
633                 </td>
634                 <td colspan="2">
635                   <b>
636                     <a href="#M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1</a>
637                   </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>
638               </tr>
639               <tr valign="top">
640                 <td>
641                   <div>
642                   </div>
643                 </td>
644                 <td colspan="2">
645                   <b>
646                     <a href="#M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2</a>
647                   </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>
648               </tr>
649               <tr valign="top">
650                 <td>
651                   <div>
652                   </div>
653                 </td>
654                 <td colspan="2">
655                   <b>
656                     <a href="#M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7</a>
657                   </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>
658               </tr>
659             </table>
660           </div>
661         </div>
662         <h2 class="Section">Protected Methods</h2>
663         <div class="SectionBox" id="Protected Methods">
664           <div class="SubsectionBox">
665             <table class="TypeMembers">
666               <tr valign="top">
667                 <td>
668                   <div>
669                   </div>
670                 </td>
671                 <td colspan="2">
672                   <b>
673                     <a href="#M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3</a>
674                   </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>
675               </tr>
676               <tr valign="top">
677                 <td>
678                   <div>
679                   </div>
680                 </td>
681                 <td colspan="2">
682                   <b>
683                     <a href="#M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4</a>
684                   </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>
685               </tr>
686               <tr valign="top">
687                 <td>
688                   <div>
689                   </div>
690                 </td>
691                 <td colspan="2">
692                   <b>
693                     <a href="#M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5</a>
694                   </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>
695               </tr>
696               <tr valign="top">
697                 <td>
698                   <div>
699                   </div>
700                 </td>
701                 <td colspan="2">
702                   <b>
703                     <a href="#M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6</a>
704                   </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>
705               </tr>
706             </table>
707           </div>
708         </div>
709         <h2 class="Section">Public Events</h2>
710         <div class="SectionBox" id="Public Events">
711           <div class="SubsectionBox">
712             <table class="TypeMembers">
713               <tr valign="top">
714                 <td>
715                   <div>
716                   </div>
717                 </td>
718                 <td>
719                   <b>
720                     <a href="#E:Mono.DocTest.Widget.AnEvent">AnEvent</a>
721                   </b>
722                 </td>
723                 <td>
724                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
725                 </td>
726               </tr>
727               <tr valign="top">
728                 <td>
729                   <div>
730                   </div>
731                 </td>
732                 <td>
733                   <b>
734                     <a href="#E:Mono.DocTest.Widget.DynamicE1">DynamicE1</a>
735                   </b>
736                 </td>
737                 <td>
738                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
739                 </td>
740               </tr>
741               <tr valign="top">
742                 <td>
743                   <div>
744                   </div>
745                 </td>
746                 <td>
747                   <b>
748                     <a href="#E:Mono.DocTest.Widget.DynamicE2">DynamicE2</a>
749                   </b>
750                 </td>
751                 <td>
752                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
753                 </td>
754               </tr>
755             </table>
756           </div>
757         </div>
758         <h2 class="Section">Protected Events</h2>
759         <div class="SectionBox" id="Protected Events">
760           <div class="SubsectionBox">
761             <table class="TypeMembers">
762               <tr valign="top">
763                 <td>
764                   <div>
765                   </div>
766                 </td>
767                 <td>
768                   <b>
769                     <a href="#E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent</a>
770                   </b>
771                 </td>
772                 <td>
773                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
774                 </td>
775               </tr>
776             </table>
777           </div>
778         </div>
779         <h2 class="Section">Public Operators</h2>
780         <div class="SectionBox" id="Public Operators">
781           <div class="SubsectionBox">
782             <table class="TypeMembers">
783               <tr valign="top">
784                 <td>
785                   <div>static </div>
786                 </td>
787                 <td>
788                   <b>
789                     <a href="#M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">Addition</a>
790                   </b>(<a href="../Mono.DocTest/Widget.html">Widget</a>, <a href="../Mono.DocTest/Widget.html">Widget</a>)</td>
791                 <td>
792                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
793                 </td>
794               </tr>
795               <tr valign="top">
796                 <td>
797                   <div>static </div>
798                 </td>
799                 <td>
800                   <b>
801                     <a href="#M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">UnaryPlus</a>
802                   </b>
803                 </td>
804                 <td>
805                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
806                 </td>
807               </tr>
808               <tr valign="top">
809                 <td>
810                   <div>static </div>
811                 </td>
812                 <td>
813                   <b>
814                     <a href="#M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion to System.Int32</a>
815                   </b>(Explicit)</td>
816                 <td>
817                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
818                 </td>
819               </tr>
820               <tr valign="top">
821                 <td>
822                   <div>static </div>
823                 </td>
824                 <td>
825                   <b>
826                     <a href="#M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion to System.Int64</a>
827                   </b>(Implicit)</td>
828                 <td>
829                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
830                 </td>
831               </tr>
832             </table>
833           </div>
834         </div>
835         <h2 class="Section">Extension Methods</h2>
836         <div class="SectionBox" id="Extension Methods">
837           <div class="SubsectionBox">
838             <table class="TypeMembers">
839               <tr valign="top">
840                 <td>
841                   <div>static </div>
842                 </td>
843                 <td colspan="2">
844                   <b>
845                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
846                   </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>
847               </tr>
848             </table>
849           </div>
850         </div>
851       </div>
852     </div>
853     <div class="Members" id="T:Mono.DocTest.Widget:Members">
854       <h2 class="Section" id="MemberDetails">Member Details</h2>
855       <div class="SectionBox" id="_MemberDetails">
856         <h3 id="C:Mono.DocTest.Widget">Widget Constructor</h3>
857         <blockquote id="C:Mono.DocTest.Widget:member">
858           <p class="Summary">
859             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
860           </p>
861           <h2>Syntax</h2>
862           <div class="Signature">public  <b>Widget</b> ()</div>
863           <h2 class="Section">Remarks</h2>
864           <div class="SectionBox" id="C:Mono.DocTest.Widget:Remarks">
865             <p>
866               <tt>C:Mono.DocTest.Widget</tt>.</p>
867             <p>
868               <tt>M:Mono.DocTest.Widget.#ctor</tt>.</p>
869             <p>
870               <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.String)">Widget(string)</a>
871             </p>
872             <p>
873               <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget(Converter&lt;string, string&gt;)</a>
874             </p>
875           </div>
876           <h2 class="Section">Requirements</h2>
877           <div class="SectionBox" id="C:Mono.DocTest.Widget:Version Information">
878             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
879           <hr size="1" />
880         </blockquote>
881         <h3 id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget Constructor</h3>
882         <blockquote id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member">
883           <p class="Summary">
884             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
885           </p>
886           <h2>Syntax</h2>
887           <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>
888           <h4 class="Subsection">Parameters</h4>
889           <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters">
890             <dl>
891               <dt>
892                 <i>c</i>
893               </dt>
894               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>.</dd>
895             </dl>
896           </blockquote>
897           <h2 class="Section">Remarks</h2>
898           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks">
899             <tt>C:Mono.DocTest.Widget(System.Converter{System.String,System.String})</tt>.</div>
900           <h2 class="Section">Requirements</h2>
901           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information">
902             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
903           <hr size="1" />
904         </blockquote>
905         <h3 id="C:Mono.DocTest.Widget(System.String)">Widget Constructor</h3>
906         <blockquote id="C:Mono.DocTest.Widget(System.String):member">
907           <p class="Summary">
908             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
909           </p>
910           <h2>Syntax</h2>
911           <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>
912           <h4 class="Subsection">Parameters</h4>
913           <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Parameters">
914             <dl>
915               <dt>
916                 <i>s</i>
917               </dt>
918               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
919             </dl>
920           </blockquote>
921           <h2 class="Section">Remarks</h2>
922           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):Remarks">
923             <p>
924               <tt>C:Mono.DocTest.Widget(System.String)</tt>.</p>
925             <p>
926               <tt>M:Mono.DocTest.Widget.#ctor(System.String)</tt>.</p>
927           </div>
928           <h2 class="Section">Requirements</h2>
929           <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):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="E:Mono.DocTest.Widget.AnEvent">AnEvent Event</h3>
934         <blockquote id="E:Mono.DocTest.Widget.AnEvent: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("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>
940           <h2 class="Section">Remarks</h2>
941           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Remarks">
942             <tt>E:Mono.DocTest.Widget.AnEvent</tt>.</div>
943           <h2 class="Section">Requirements</h2>
944           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Version Information">
945             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
946           <hr size="1" />
947         </blockquote>
948         <h3 id="E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent Event</h3>
949         <blockquote id="E:Mono.DocTest.Widget.AnotherEvent:member">
950           <p class="Summary">
951             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
952           </p>
953           <h2>Syntax</h2>
954           <div class="Signature">protected event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnotherEvent</b> </div>
955           <h4 class="Subsection">Exceptions</h4>
956           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Exceptions">
957             <table class="TypeDocumentation">
958               <tr>
959                 <th>Type</th>
960                 <th>Reason</th>
961               </tr>
962               <tr valign="top">
963                 <td>
964                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
965                 </td>
966                 <td>
967                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
968                 </td>
969               </tr>
970               <tr valign="top">
971                 <td>
972                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
973                 </td>
974                 <td>
975                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
976                 </td>
977               </tr>
978             </table>
979           </blockquote>
980           <h2 class="Section">Remarks</h2>
981           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Remarks">
982             <tt>E:Mono.DocTest.Widget.AnotherEvent</tt>.</div>
983           <h2 class="Section">Requirements</h2>
984           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Version Information">
985             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
986           <hr size="1" />
987         </blockquote>
988         <h3 id="F:Mono.DocTest.Widget.array1">array1 Field</h3>
989         <blockquote id="F:Mono.DocTest.Widget.array1:member">
990           <p class="Summary">
991             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
992           </p>
993           <h2>Syntax</h2>
994           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[] <b>array1</b> </div>
995           <h2 class="Section">Remarks</h2>
996           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Remarks">
997             <tt>F:Mono.DocTest.Widget.array1</tt>.</div>
998           <h2 class="Section">Requirements</h2>
999           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Version Information">
1000             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1001           <hr size="1" />
1002         </blockquote>
1003         <h3 id="F:Mono.DocTest.Widget.array2">array2 Field</h3>
1004         <blockquote id="F:Mono.DocTest.Widget.array2:member">
1005           <p class="Summary">
1006             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1007           </p>
1008           <h2>Syntax</h2>
1009           <div class="Signature">public <a href="../Mono.DocTest/Widget.html">Widget</a>[,] <b>array2</b> </div>
1010           <h2 class="Section">Remarks</h2>
1011           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Remarks">
1012             <tt>F:Mono.DocTest.Widget.array2</tt>.</div>
1013           <h2 class="Section">Requirements</h2>
1014           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Version Information">
1015             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1016           <hr size="1" />
1017         </blockquote>
1018         <h3 id="F:Mono.DocTest.Widget.classCtorError">classCtorError Field</h3>
1019         <blockquote id="F:Mono.DocTest.Widget.classCtorError:member">
1020           <p class="Summary">
1021             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1022           </p>
1023           <h2>Syntax</h2>
1024           <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>
1025           <h2 class="Section">Remarks</h2>
1026           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Remarks">
1027             <tt>F:Mono.DocTest.Widget.classCtorError</tt>.</div>
1028           <h2 class="Section">Requirements</h2>
1029           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Version Information">
1030             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1031           <hr size="1" />
1032         </blockquote>
1033         <h3 id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)">Default Method</h3>
1034         <blockquote id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):member">
1035           <p class="Summary">
1036             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1037           </p>
1038           <h2>Syntax</h2>
1039           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Default</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> b)</div>
1040           <h4 class="Subsection">Parameters</h4>
1041           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Parameters">
1042             <dl>
1043               <dt>
1044                 <i>a</i>
1045               </dt>
1046               <dd>
1047                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1048               </dd>
1049               <dt>
1050                 <i>b</i>
1051               </dt>
1052               <dd>
1053                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1054               </dd>
1055             </dl>
1056           </blockquote>
1057           <h2 class="Section">Remarks</h2>
1058           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Remarks">
1059             <tt>M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)</tt>
1060           </div>
1061           <h2 class="Section">Requirements</h2>
1062           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Version Information">
1063             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1064           <hr size="1" />
1065         </blockquote>
1066         <h3 id="M:Mono.DocTest.Widget.Default(System.String,System.Char)">Default Method</h3>
1067         <blockquote id="M:Mono.DocTest.Widget.Default(System.String,System.Char):member">
1068           <p class="Summary">
1069             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1070           </p>
1071           <h2>Syntax</h2>
1072           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Default</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> b)</div>
1073           <h4 class="Subsection">Parameters</h4>
1074           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Parameters">
1075             <dl>
1076               <dt>
1077                 <i>a</i>
1078               </dt>
1079               <dd>
1080                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1081               </dd>
1082               <dt>
1083                 <i>b</i>
1084               </dt>
1085               <dd>
1086                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1087               </dd>
1088             </dl>
1089           </blockquote>
1090           <h2 class="Section">Remarks</h2>
1091           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Remarks">
1092             <tt>M:Mono.DocTest.Widget.Default(System.String,System.Char)</tt>
1093           </div>
1094           <h2 class="Section">Requirements</h2>
1095           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Version Information">
1096             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1097           <hr size="1" />
1098         </blockquote>
1099         <h3 id="F:Mono.DocTest.Widget.defaultColor">defaultColor Field</h3>
1100         <blockquote id="F:Mono.DocTest.Widget.defaultColor:member">
1101           <p class="Summary">
1102             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1103           </p>
1104           <h2>Syntax</h2>
1105           <div class="Signature">protected static <a href="../Mono.DocTest/Color.html">Color</a> <b>defaultColor</b> </div>
1106           <h2 class="Section">Remarks</h2>
1107           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Remarks">
1108             <tt>F:Mono.DocTest.Widget.defaultColor</tt>.</div>
1109           <h2 class="Section">Requirements</h2>
1110           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Version Information">
1111             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1112           <hr size="1" />
1113         </blockquote>
1114         <h3 id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object)">Dynamic0 Method</h3>
1115         <blockquote id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):member">
1116           <p class="Summary">
1117             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1118           </p>
1119           <h2>Syntax</h2>
1120           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>Dynamic0</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> b)</div>
1121           <h4 class="Subsection">Parameters</h4>
1122           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Parameters">
1123             <dl>
1124               <dt>
1125                 <i>a</i>
1126               </dt>
1127               <dd>
1128                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1129               </dd>
1130               <dt>
1131                 <i>b</i>
1132               </dt>
1133               <dd>
1134                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1135               </dd>
1136             </dl>
1137           </blockquote>
1138           <h4 class="Subsection">Returns</h4>
1139           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Returns">
1140             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1141           </blockquote>
1142           <h4 class="Subsection">Exceptions</h4>
1143           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Exceptions">
1144             <table class="TypeDocumentation">
1145               <tr>
1146                 <th>Type</th>
1147                 <th>Reason</th>
1148               </tr>
1149               <tr valign="top">
1150                 <td>
1151                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
1152                 </td>
1153                 <td>
1154                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1155                 </td>
1156               </tr>
1157             </table>
1158           </blockquote>
1159           <h2 class="Section">Remarks</h2>
1160           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Remarks">
1161             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1162           </div>
1163           <h2 class="Section">Requirements</h2>
1164           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Version Information">
1165             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1166           <hr size="1" />
1167         </blockquote>
1168         <h3 id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String})">Dynamic1 Method</h3>
1169         <blockquote id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):member">
1170           <p class="Summary">
1171             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1172           </p>
1173           <h2>Syntax</h2>
1174           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a> <b>Dynamic1</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a> value)</div>
1175           <h4 class="Subsection">Parameters</h4>
1176           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Parameters">
1177             <dl>
1178               <dt>
1179                 <i>value</i>
1180               </dt>
1181               <dd>
1182                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1183               </dd>
1184             </dl>
1185           </blockquote>
1186           <h4 class="Subsection">Returns</h4>
1187           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Returns">
1188             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1189           </blockquote>
1190           <h2 class="Section">Remarks</h2>
1191           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Remarks">
1192             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1193           </div>
1194           <h2 class="Section">Requirements</h2>
1195           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Version Information">
1196             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1197           <hr size="1" />
1198         </blockquote>
1199         <h3 id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object})">Dynamic2 Method</h3>
1200         <blockquote id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):member">
1201           <p class="Summary">
1202             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1203           </p>
1204           <h2>Syntax</h2>
1205           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a> <b>Dynamic2</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a> value)</div>
1206           <h4 class="Subsection">Parameters</h4>
1207           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Parameters">
1208             <dl>
1209               <dt>
1210                 <i>value</i>
1211               </dt>
1212               <dd>
1213                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1214               </dd>
1215             </dl>
1216           </blockquote>
1217           <h4 class="Subsection">Returns</h4>
1218           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Returns">
1219             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1220           </blockquote>
1221           <h2 class="Section">Remarks</h2>
1222           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Remarks">
1223             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1224           </div>
1225           <h2 class="Section">Requirements</h2>
1226           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Version Information">
1227             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1228           <hr size="1" />
1229         </blockquote>
1230         <h3 id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}})">Dynamic3 Method</h3>
1231         <blockquote id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):member">
1232           <p class="Summary">
1233             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1234           </p>
1235           <h2>Syntax</h2>
1236           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a> <b>Dynamic3</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a> value)</div>
1237           <h4 class="Subsection">Parameters</h4>
1238           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Parameters">
1239             <dl>
1240               <dt>
1241                 <i>value</i>
1242               </dt>
1243               <dd>
1244                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1245               </dd>
1246             </dl>
1247           </blockquote>
1248           <h4 class="Subsection">Returns</h4>
1249           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Returns">
1250             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1251           </blockquote>
1252           <h2 class="Section">Remarks</h2>
1253           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Remarks">
1254             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1255           </div>
1256           <h2 class="Section">Requirements</h2>
1257           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Version Information">
1258             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1259           <hr size="1" />
1260         </blockquote>
1261         <h3 id="E:Mono.DocTest.Widget.DynamicE1">DynamicE1 Event</h3>
1262         <blockquote id="E:Mono.DocTest.Widget.DynamicE1:member">
1263           <p class="Summary">
1264             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1265           </p>
1266           <h2>Syntax</h2>
1267           <div class="Signature">[System.Obsolete("why not")]<br />public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`1">Func&lt;object&gt;</a> <b>DynamicE1</b> </div>
1268           <h4 class="Subsection">Exceptions</h4>
1269           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Exceptions">
1270             <table class="TypeDocumentation">
1271               <tr>
1272                 <th>Type</th>
1273                 <th>Reason</th>
1274               </tr>
1275               <tr valign="top">
1276                 <td>
1277                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
1278                 </td>
1279                 <td>
1280                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1281                 </td>
1282               </tr>
1283               <tr valign="top">
1284                 <td>
1285                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
1286                 </td>
1287                 <td>
1288                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1289                 </td>
1290               </tr>
1291             </table>
1292           </blockquote>
1293           <h2 class="Section">Remarks</h2>
1294           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Remarks">
1295             <tt>E:Mono.DocTest.Widget.DynamicE1</tt>
1296           </div>
1297           <h2 class="Section">Requirements</h2>
1298           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Version Information">
1299             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1300           <hr size="1" />
1301         </blockquote>
1302         <h3 id="E:Mono.DocTest.Widget.DynamicE2">DynamicE2 Event</h3>
1303         <blockquote id="E:Mono.DocTest.Widget.DynamicE2:member">
1304           <p class="Summary">
1305             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1306           </p>
1307           <h2>Syntax</h2>
1308           <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`1">Func&lt;object&gt;</a> <b>DynamicE2</b> </div>
1309           <h2 class="Section">Remarks</h2>
1310           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Remarks">
1311             <tt>E:Mono.DocTest.Widget.DynamicE2</tt>
1312           </div>
1313           <h2 class="Section">Requirements</h2>
1314           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Version Information">
1315             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1316           <hr size="1" />
1317         </blockquote>
1318         <h3 id="F:Mono.DocTest.Widget.DynamicF">DynamicF Field</h3>
1319         <blockquote id="F:Mono.DocTest.Widget.DynamicF:member">
1320           <p class="Summary">
1321             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1322           </p>
1323           <h2>Syntax</h2>
1324           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a> <b>DynamicF</b> </div>
1325           <h2 class="Section">Remarks</h2>
1326           <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Remarks">
1327             <tt>F:Mono.DocTest.Widget.DynamicF</tt>
1328           </div>
1329           <h2 class="Section">Requirements</h2>
1330           <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Version Information">
1331             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1332           <hr size="1" />
1333         </blockquote>
1334         <h3 id="P:Mono.DocTest.Widget.DynamicP">DynamicP Property</h3>
1335         <blockquote id="P:Mono.DocTest.Widget.DynamicP:member">
1336           <p class="Summary">
1337             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1338           </p>
1339           <h2>Syntax</h2>
1340           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a> <b>DynamicP</b>  { get; }</div>
1341           <h4 class="Subsection">Value</h4>
1342           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.DynamicP:Value">
1343             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1344           </blockquote>
1345           <h2 class="Section">Remarks</h2>
1346           <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Remarks">
1347             <tt>P:Mono.DocTest.Widget.DynamicP</tt>
1348           </div>
1349           <h2 class="Section">Requirements</h2>
1350           <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Version Information">
1351             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1352           <hr size="1" />
1353         </blockquote>
1354         <h3 id="P:Mono.DocTest.Widget.Height">Height Property</h3>
1355         <blockquote id="P:Mono.DocTest.Widget.Height:member">
1356           <p class="Summary">
1357             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1358           </p>
1359           <h2>Syntax</h2>
1360           <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>
1361           <h4 class="Subsection">Value</h4>
1362           <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>
1363           <h2 class="Section">Remarks</h2>
1364           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Remarks">
1365             <tt>P:Mono.DocTest.Widget.Height</tt>.</div>
1366           <h2 class="Section">Requirements</h2>
1367           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Version Information">
1368             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1369           <hr size="1" />
1370         </blockquote>
1371         <h3 id="P:Mono.DocTest.Widget.Item(System.Int32)">Item Property</h3>
1372         <blockquote id="P:Mono.DocTest.Widget.Item(System.Int32):member">
1373           <p class="Summary">
1374             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1375           </p>
1376           <h2>Syntax</h2>
1377           <div class="Signature">
1378             <p>
1379               <i>This is the default property for this class.</i>
1380             </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>
1381           <h4 class="Subsection">Parameters</h4>
1382           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters">
1383             <dl>
1384               <dt>
1385                 <i>i</i>
1386               </dt>
1387               <dd>TODO</dd>
1388             </dl>
1389           </blockquote>
1390           <h4 class="Subsection">Value</h4>
1391           <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>
1392           <h2 class="Section">Remarks</h2>
1393           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks">
1394             <tt>P:Mono.DocTest.Widget.Item(System.Int32)</tt>.</div>
1395           <h2 class="Section">Requirements</h2>
1396           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information">
1397             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1398           <hr size="1" />
1399         </blockquote>
1400         <h3 id="P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item Property</h3>
1401         <blockquote id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member">
1402           <p class="Summary">
1403             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1404           </p>
1405           <h2>Syntax</h2>
1406           <div class="Signature">
1407             <p>
1408               <i>This is the default property for this class.</i>
1409             </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>
1410           <h4 class="Subsection">Parameters</h4>
1411           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters">
1412             <dl>
1413               <dt>
1414                 <i>s</i>
1415               </dt>
1416               <dd>Some <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
1417               <dt>
1418                 <i>i</i>
1419               </dt>
1420               <dd>I love <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>s.</dd>
1421             </dl>
1422           </blockquote>
1423           <h4 class="Subsection">Value</h4>
1424           <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>
1425           <h2 class="Section">Remarks</h2>
1426           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks">
1427             <tt>P:Mono.DocTest.Widget.Item(System.String,System.Int32)</tt>.</div>
1428           <h2 class="Section">Requirements</h2>
1429           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):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="M:Mono.DocTest.Widget.M0">M0 Method</h3>
1434         <blockquote id="M:Mono.DocTest.Widget.M0: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">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M0</b> ()</div>
1440           <h2 class="Section">Remarks</h2>
1441           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0:Remarks">
1442             <tt>M:Mono.DocTest.Widget.M0</tt>.</div>
1443           <h2 class="Section">Requirements</h2>
1444           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0:Version Information">
1445             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1446           <hr size="1" />
1447         </blockquote>
1448         <h3 id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1 Method</h3>
1449         <blockquote id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member">
1450           <p class="Summary">
1451             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1452           </p>
1453           <h2>Syntax</h2>
1454           <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>
1455           <h4 class="Subsection">Parameters</h4>
1456           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters">
1457             <dl>
1458               <dt>
1459                 <i>c</i>
1460               </dt>
1461               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>.</dd>
1462               <dt>
1463                 <i>f</i>
1464               </dt>
1465               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>.</dd>
1466               <dt>
1467                 <i>v</i>
1468               </dt>
1469               <dd>A <a href="../Mono.DocTest/DocValueType.html">Mono.DocTest.DocValueType</a>.</dd>
1470             </dl>
1471           </blockquote>
1472           <h2 class="Section">Remarks</h2>
1473           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks">
1474             <tt>M:Mono.DocTest.Widget.M1(System.Char,System.Signle@,Mono.DocTest.DocValueType@)</tt>.</div>
1475           <h2 class="Section">Requirements</h2>
1476           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information">
1477             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1478           <hr size="1" />
1479         </blockquote>
1480         <h3 id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2 Method</h3>
1481         <blockquote id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member">
1482           <p class="Summary">
1483             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1484           </p>
1485           <h2>Syntax</h2>
1486           <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>
1487           <h4 class="Subsection">Parameters</h4>
1488           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters">
1489             <dl>
1490               <dt>
1491                 <i>x1</i>
1492               </dt>
1493               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> array.</dd>
1494               <dt>
1495                 <i>x2</i>
1496               </dt>
1497               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> array.</dd>
1498               <dt>
1499                 <i>x3</i>
1500               </dt>
1501               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1502             </dl>
1503           </blockquote>
1504           <h2 class="Section">Remarks</h2>
1505           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks">
1506             <tt>M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[0:,0:],System.Int64[][])</tt>.</div>
1507           <h2 class="Section">Requirements</h2>
1508           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information">
1509             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1510           <hr size="1" />
1511         </blockquote>
1512         <h3 id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3 Method</h3>
1513         <blockquote id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member">
1514           <p class="Summary">
1515             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1516           </p>
1517           <h2>Syntax</h2>
1518           <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>
1519           <h4 class="Subsection">Parameters</h4>
1520           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters">
1521             <dl>
1522               <dt>
1523                 <i>x3</i>
1524               </dt>
1525               <dd>Another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1526               <dt>
1527                 <i>x4</i>
1528               </dt>
1529               <dd>A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> array.</dd>
1530             </dl>
1531           </blockquote>
1532           <h2 class="Section">Remarks</h2>
1533           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks">
1534             <tt>M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[0:,0:,0:][])</tt>.</div>
1535           <h2 class="Section">Requirements</h2>
1536           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information">
1537             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1538           <hr size="1" />
1539         </blockquote>
1540         <h3 id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4 Method</h3>
1541         <blockquote id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member">
1542           <p class="Summary">
1543             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1544           </p>
1545           <h2>Syntax</h2>
1546           <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>
1547           <h4 class="Subsection">Parameters</h4>
1548           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters">
1549             <dl>
1550               <dt>
1551                 <i>pc</i>
1552               </dt>
1553               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> pointer.</dd>
1554               <dt>
1555                 <i>ppf</i>
1556               </dt>
1557               <dd>A <a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a> pointer.</dd>
1558             </dl>
1559           </blockquote>
1560           <h2 class="Section">Remarks</h2>
1561           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks">
1562             <tt>M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)</tt>.</div>
1563           <h2 class="Section">Requirements</h2>
1564           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information">
1565             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1566           <hr size="1" />
1567         </blockquote>
1568         <h3 id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5 Method</h3>
1569         <blockquote id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member">
1570           <p class="Summary">
1571             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1572           </p>
1573           <h2>Syntax</h2>
1574           <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>
1575           <h4 class="Subsection">Parameters</h4>
1576           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters">
1577             <dl>
1578               <dt>
1579                 <i>pv</i>
1580               </dt>
1581               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> pointer.</dd>
1582               <dt>
1583                 <i>pd</i>
1584               </dt>
1585               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> array.</dd>
1586             </dl>
1587           </blockquote>
1588           <h2 class="Section">Remarks</h2>
1589           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks">
1590             <tt>M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[0:,0:][])</tt>.</div>
1591           <h2 class="Section">Requirements</h2>
1592           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information">
1593             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1594           <hr size="1" />
1595         </blockquote>
1596         <h3 id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6 Method</h3>
1597         <blockquote id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member">
1598           <p class="Summary">
1599             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1600           </p>
1601           <h2>Syntax</h2>
1602           <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>
1603           <h4 class="Subsection">Parameters</h4>
1604           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters">
1605             <dl>
1606               <dt>
1607                 <i>i</i>
1608               </dt>
1609               <dd>Yet another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
1610               <dt>
1611                 <i>args</i>
1612               </dt>
1613               <dd>An <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> array.</dd>
1614             </dl>
1615           </blockquote>
1616           <h2 class="Section">Remarks</h2>
1617           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks">
1618             <tt>M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])</tt>.</div>
1619           <h2 class="Section">Requirements</h2>
1620           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information">
1621             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1622           <hr size="1" />
1623         </blockquote>
1624         <h3 id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7 Method</h3>
1625         <blockquote id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):member">
1626           <p class="Summary">
1627             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1628           </p>
1629           <h2>Syntax</h2>
1630           <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>
1631           <h4 class="Subsection">Parameters</h4>
1632           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Parameters">
1633             <dl>
1634               <dt>
1635                 <i>a</i>
1636               </dt>
1637               <dd>
1638                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1639               </dd>
1640             </dl>
1641           </blockquote>
1642           <h2 class="Section">Remarks</h2>
1643           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Remarks">
1644             <tt>M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)</tt>.</div>
1645           <h2 class="Section">Requirements</h2>
1646           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Version Information">
1647             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1648           <hr size="1" />
1649         </blockquote>
1650         <h3 id="F:Mono.DocTest.Widget.message">message Field</h3>
1651         <blockquote id="F:Mono.DocTest.Widget.message:member">
1652           <p class="Summary">
1653             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1654           </p>
1655           <h2>Syntax</h2>
1656           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>message</b> </div>
1657           <h2 class="Section">Remarks</h2>
1658           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Remarks">
1659             <tt>F:Mono.DocTest.Widget.message</tt>.</div>
1660           <h2 class="Section">Requirements</h2>
1661           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Version Information">
1662             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1663           <hr size="1" />
1664         </blockquote>
1665         <h3 id="F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage Field</h3>
1666         <blockquote id="F:Mono.DocTest.Widget.monthlyAverage:member">
1667           <p class="Summary">
1668             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1669           </p>
1670           <h2>Syntax</h2>
1671           <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>
1672           <h2 class="Section">Remarks</h2>
1673           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Remarks">
1674             <tt>F:Mono.DocTest.Widget.monthlyAverage</tt>.</div>
1675           <h2 class="Section">Requirements</h2>
1676           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Version Information">
1677             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1678           <hr size="1" />
1679         </blockquote>
1680         <h3 id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">op_Addition Method</h3>
1681         <blockquote id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member">
1682           <p class="Summary">
1683             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1684           </p>
1685           <h2>Syntax</h2>
1686           <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>
1687           <h4 class="Subsection">Parameters</h4>
1688           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters">
1689             <dl>
1690               <dt>
1691                 <i>x1</i>
1692               </dt>
1693               <dd>Yet Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1694               <dt>
1695                 <i>x2</i>
1696               </dt>
1697               <dd>Yay, <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s.</dd>
1698             </dl>
1699           </blockquote>
1700           <h4 class="Subsection">Returns</h4>
1701           <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>
1702           <h2 class="Section">Remarks</h2>
1703           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks">
1704             <tt>M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)</tt>.</div>
1705           <h2 class="Section">Requirements</h2>
1706           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information">
1707             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1708           <hr size="1" />
1709         </blockquote>
1710         <h3 id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion Method</h3>
1711         <blockquote id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member">
1712           <p class="Summary">
1713             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1714           </p>
1715           <h2>Syntax</h2>
1716           <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>
1717           <h4 class="Subsection">Parameters</h4>
1718           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters">
1719             <dl>
1720               <dt>
1721                 <i>x</i>
1722               </dt>
1723               <dd>
1724                 <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s are fun!.</dd>
1725             </dl>
1726           </blockquote>
1727           <h4 class="Subsection">Returns</h4>
1728           <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>
1729           <h2 class="Section">Remarks</h2>
1730           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks">
1731             <tt>M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32</tt>.</div>
1732           <h2 class="Section">Requirements</h2>
1733           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information">
1734             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1735           <hr size="1" />
1736         </blockquote>
1737         <h3 id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion Method</h3>
1738         <blockquote id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member">
1739           <p class="Summary">
1740             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1741           </p>
1742           <h2>Syntax</h2>
1743           <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>
1744           <h4 class="Subsection">Parameters</h4>
1745           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters">
1746             <dl>
1747               <dt>
1748                 <i>x</i>
1749               </dt>
1750               <dd>
1751                 <tt>foo</tt>; <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1752             </dl>
1753           </blockquote>
1754           <h4 class="Subsection">Returns</h4>
1755           <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>
1756           <h2 class="Section">Remarks</h2>
1757           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks">
1758             <tt>M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64</tt>.</div>
1759           <h2 class="Section">Requirements</h2>
1760           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information">
1761             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1762           <hr size="1" />
1763         </blockquote>
1764         <h3 id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">op_UnaryPlus Method</h3>
1765         <blockquote id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member">
1766           <p class="Summary">
1767             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1768           </p>
1769           <h2>Syntax</h2>
1770           <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
1771           <h4 class="Subsection">Parameters</h4>
1772           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters">
1773             <dl>
1774               <dt>
1775                 <i>x</i>
1776               </dt>
1777               <dd>Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1778             </dl>
1779           </blockquote>
1780           <h4 class="Subsection">Returns</h4>
1781           <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>
1782           <h2 class="Section">Remarks</h2>
1783           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks">
1784             <tt>M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)</tt>.</div>
1785           <h2 class="Section">Requirements</h2>
1786           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information">
1787             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1788           <hr size="1" />
1789         </blockquote>
1790         <h3 id="F:Mono.DocTest.Widget.pCount">pCount Field</h3>
1791         <blockquote id="F:Mono.DocTest.Widget.pCount:member">
1792           <p class="Summary">
1793             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1794           </p>
1795           <h2>Syntax</h2>
1796           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>* <b>pCount</b> </div>
1797           <h2 class="Section">Remarks</h2>
1798           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Remarks">
1799             <tt>F:Mono.DocTest.Widget.pCount</tt>.</div>
1800           <h2 class="Section">Requirements</h2>
1801           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Version Information">
1802             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1803           <hr size="1" />
1804         </blockquote>
1805         <h3 id="F:Mono.DocTest.Widget.PI">PI Field</h3>
1806         <blockquote id="F:Mono.DocTest.Widget.PI:member">
1807           <p class="Summary">
1808             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1809           </p>
1810           <p>
1811             <b>Value: </b>3.14159</p>
1812           <h2>Syntax</h2>
1813           <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>
1814           <h2 class="Section">Remarks</h2>
1815           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Remarks">
1816             <tt>F:Mono.DocTest.Widget.PI</tt>.</div>
1817           <h2 class="Section">Requirements</h2>
1818           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Version Information">
1819             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1820           <hr size="1" />
1821         </blockquote>
1822         <h3 id="F:Mono.DocTest.Widget.ppValues">ppValues Field</h3>
1823         <blockquote id="F:Mono.DocTest.Widget.ppValues:member">
1824           <p class="Summary">
1825             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1826           </p>
1827           <h2>Syntax</h2>
1828           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>** <b>ppValues</b> </div>
1829           <h2 class="Section">Remarks</h2>
1830           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Remarks">
1831             <tt>F:Mono.DocTest.Widget.ppValues</tt>.</div>
1832           <h2 class="Section">Requirements</h2>
1833           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Version Information">
1834             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1835           <hr size="1" />
1836         </blockquote>
1837         <h3 id="P:Mono.DocTest.Widget.Width">Width Property</h3>
1838         <blockquote id="P:Mono.DocTest.Widget.Width:member">
1839           <p class="Summary">
1840             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1841           </p>
1842           <h2>Syntax</h2>
1843           <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>
1844           <h4 class="Subsection">Value</h4>
1845           <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>
1846           <h2 class="Section">Remarks</h2>
1847           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Remarks">
1848             <tt>P:Mono.DocTest.Widget.Width</tt>.</div>
1849           <h2 class="Section">Requirements</h2>
1850           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Version Information">
1851             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1852           <hr size="1" />
1853         </blockquote>
1854         <h3 id="P:Mono.DocTest.Widget.X">X Property</h3>
1855         <blockquote id="P:Mono.DocTest.Widget.X:member">
1856           <p class="Summary">
1857             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1858           </p>
1859           <h2>Syntax</h2>
1860           <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>
1861           <h4 class="Subsection">Value</h4>
1862           <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>
1863           <h2 class="Section">Remarks</h2>
1864           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Remarks">
1865             <tt>P:Mono.DocTest.Widget.X</tt>.</div>
1866           <h2 class="Section">Requirements</h2>
1867           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Version Information">
1868             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1869           <hr size="1" />
1870         </blockquote>
1871         <h3 id="P:Mono.DocTest.Widget.Y">Y Property</h3>
1872         <blockquote id="P:Mono.DocTest.Widget.Y:member">
1873           <p class="Summary">
1874             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1875           </p>
1876           <h2>Syntax</h2>
1877           <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>
1878           <h4 class="Subsection">Value</h4>
1879           <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>
1880           <h2 class="Section">Remarks</h2>
1881           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Remarks">
1882             <tt>P:Mono.DocTest.Widget.Y</tt>.</div>
1883           <h2 class="Section">Requirements</h2>
1884           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Version Information">
1885             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1886           <hr size="1" />
1887         </blockquote>
1888       </div>
1889     </div>
1890     <hr size="1" />
1891     <div class="Copyright">
1892     </div>
1893   </body>
1894 </html>