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