[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[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.FormatException">FormatException</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.IndexOutOfRangeException">IndexOutOfRangeException</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.MulticastNotSupportedException">MulticastNotSupportedException</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.OutOfMemoryException">OutOfMemoryException</a>
1027                 </td>
1028                 <td>
1029                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1030                 </td>
1031               </tr>
1032             </table>
1033           </blockquote>
1034           <h2 class="Section">Remarks</h2>
1035           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Remarks">
1036             <tt>E:Mono.DocTest.Widget.AnotherEvent</tt>.</div>
1037           <h2 class="Section">Requirements</h2>
1038           <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Version Information">
1039             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1040           <hr size="1" />
1041         </blockquote>
1042         <h3 id="F:Mono.DocTest.Widget.array1">array1 Field</h3>
1043         <blockquote id="F:Mono.DocTest.Widget.array1:member">
1044           <div class="msummary">
1045             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1046           </div>
1047           <h2>Syntax</h2>
1048           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[] <b>array1</b> </div>
1049           <h2 class="Section">Remarks</h2>
1050           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Remarks">
1051             <tt>F:Mono.DocTest.Widget.array1</tt>.</div>
1052           <h2 class="Section">Requirements</h2>
1053           <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Version Information">
1054             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1055           <hr size="1" />
1056         </blockquote>
1057         <h3 id="F:Mono.DocTest.Widget.array2">array2 Field</h3>
1058         <blockquote id="F:Mono.DocTest.Widget.array2:member">
1059           <div class="msummary">
1060             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1061           </div>
1062           <h2>Syntax</h2>
1063           <div class="Signature">public <a href="../Mono.DocTest/Widget.html">Widget</a>[,] <b>array2</b> </div>
1064           <h2 class="Section">Remarks</h2>
1065           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Remarks">
1066             <tt>F:Mono.DocTest.Widget.array2</tt>.</div>
1067           <h2 class="Section">Requirements</h2>
1068           <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Version Information">
1069             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1070           <hr size="1" />
1071         </blockquote>
1072         <h3 id="F:Mono.DocTest.Widget.classCtorError">classCtorError Field</h3>
1073         <blockquote id="F:Mono.DocTest.Widget.classCtorError:member">
1074           <div class="msummary">
1075             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1076           </div>
1077           <h2>Syntax</h2>
1078           <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>
1079           <h2 class="Section">Remarks</h2>
1080           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Remarks">
1081             <tt>F:Mono.DocTest.Widget.classCtorError</tt>.</div>
1082           <h2 class="Section">Requirements</h2>
1083           <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Version Information">
1084             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1085           <hr size="1" />
1086         </blockquote>
1087         <h3 id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)">Default Method</h3>
1088         <blockquote id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):member">
1089           <div class="msummary">
1090             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1091           </div>
1092           <h2>Syntax</h2>
1093           <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>
1094           <h4 class="Subsection">Parameters</h4>
1095           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Parameters">
1096             <dl>
1097               <dt>
1098                 <i>a</i>
1099               </dt>
1100               <dd>
1101                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1102               </dd>
1103               <dt>
1104                 <i>b</i>
1105               </dt>
1106               <dd>
1107                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1108               </dd>
1109             </dl>
1110           </blockquote>
1111           <h2 class="Section">Remarks</h2>
1112           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Remarks">
1113             <tt>M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)</tt>
1114           </div>
1115           <h2 class="Section">Requirements</h2>
1116           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Version Information">
1117             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1118           <hr size="1" />
1119         </blockquote>
1120         <h3 id="M:Mono.DocTest.Widget.Default(System.String,System.Char)">Default Method</h3>
1121         <blockquote id="M:Mono.DocTest.Widget.Default(System.String,System.Char):member">
1122           <div class="msummary">
1123             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1124           </div>
1125           <h2>Syntax</h2>
1126           <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>
1127           <h4 class="Subsection">Parameters</h4>
1128           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Parameters">
1129             <dl>
1130               <dt>
1131                 <i>a</i>
1132               </dt>
1133               <dd>
1134                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1135               </dd>
1136               <dt>
1137                 <i>b</i>
1138               </dt>
1139               <dd>
1140                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1141               </dd>
1142             </dl>
1143           </blockquote>
1144           <h2 class="Section">Remarks</h2>
1145           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Remarks">
1146             <tt>M:Mono.DocTest.Widget.Default(System.String,System.Char)</tt>
1147           </div>
1148           <h2 class="Section">Requirements</h2>
1149           <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Version Information">
1150             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1151           <hr size="1" />
1152         </blockquote>
1153         <h3 id="F:Mono.DocTest.Widget.defaultColor">defaultColor Field</h3>
1154         <blockquote id="F:Mono.DocTest.Widget.defaultColor:member">
1155           <div class="msummary">
1156             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1157           </div>
1158           <h2>Syntax</h2>
1159           <div class="Signature">protected static <a href="../Mono.DocTest/Color.html">Color</a> <b>defaultColor</b> </div>
1160           <h2 class="Section">Remarks</h2>
1161           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Remarks">
1162             <tt>F:Mono.DocTest.Widget.defaultColor</tt>.</div>
1163           <h2 class="Section">Requirements</h2>
1164           <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Version Information">
1165             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1166           <hr size="1" />
1167         </blockquote>
1168         <h3 id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object)">Dynamic0 Method</h3>
1169         <blockquote id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):member">
1170           <div class="msummary">
1171             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1172           </div>
1173           <h2>Syntax</h2>
1174           <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>
1175           <h4 class="Subsection">Parameters</h4>
1176           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Parameters">
1177             <dl>
1178               <dt>
1179                 <i>a</i>
1180               </dt>
1181               <dd>
1182                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1183               </dd>
1184               <dt>
1185                 <i>b</i>
1186               </dt>
1187               <dd>
1188                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1189               </dd>
1190             </dl>
1191           </blockquote>
1192           <h4 class="Subsection">Returns</h4>
1193           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Returns">
1194             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1195           </blockquote>
1196           <h4 class="Subsection">Exceptions</h4>
1197           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Exceptions">
1198             <table class="TypeDocumentation">
1199               <tr>
1200                 <th>Type</th>
1201                 <th>Reason</th>
1202               </tr>
1203               <tr valign="top">
1204                 <td>
1205                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
1206                 </td>
1207                 <td>
1208                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1209                 </td>
1210               </tr>
1211             </table>
1212           </blockquote>
1213           <h2 class="Section">Remarks</h2>
1214           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Remarks">
1215             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1216           </div>
1217           <h2 class="Section">Requirements</h2>
1218           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Version Information">
1219             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1220           <hr size="1" />
1221         </blockquote>
1222         <h3 id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String})">Dynamic1 Method</h3>
1223         <blockquote id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):member">
1224           <div class="msummary">
1225             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1226           </div>
1227           <h2>Syntax</h2>
1228           <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>
1229           <h4 class="Subsection">Parameters</h4>
1230           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Parameters">
1231             <dl>
1232               <dt>
1233                 <i>value</i>
1234               </dt>
1235               <dd>
1236                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1237               </dd>
1238             </dl>
1239           </blockquote>
1240           <h4 class="Subsection">Returns</h4>
1241           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Returns">
1242             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1243           </blockquote>
1244           <h2 class="Section">Remarks</h2>
1245           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Remarks">
1246             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1247           </div>
1248           <h2 class="Section">Requirements</h2>
1249           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Version Information">
1250             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1251           <hr size="1" />
1252         </blockquote>
1253         <h3 id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object})">Dynamic2 Method</h3>
1254         <blockquote id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):member">
1255           <div class="msummary">
1256             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1257           </div>
1258           <h2>Syntax</h2>
1259           <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>
1260           <h4 class="Subsection">Parameters</h4>
1261           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Parameters">
1262             <dl>
1263               <dt>
1264                 <i>value</i>
1265               </dt>
1266               <dd>
1267                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1268               </dd>
1269             </dl>
1270           </blockquote>
1271           <h4 class="Subsection">Returns</h4>
1272           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Returns">
1273             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1274           </blockquote>
1275           <h2 class="Section">Remarks</h2>
1276           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Remarks">
1277             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1278           </div>
1279           <h2 class="Section">Requirements</h2>
1280           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Version Information">
1281             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1282           <hr size="1" />
1283         </blockquote>
1284         <h3 id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}})">Dynamic3 Method</h3>
1285         <blockquote id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):member">
1286           <div class="msummary">
1287             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1288           </div>
1289           <h2>Syntax</h2>
1290           <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>
1291           <h4 class="Subsection">Parameters</h4>
1292           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Parameters">
1293             <dl>
1294               <dt>
1295                 <i>value</i>
1296               </dt>
1297               <dd>
1298                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1299               </dd>
1300             </dl>
1301           </blockquote>
1302           <h4 class="Subsection">Returns</h4>
1303           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Returns">
1304             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1305           </blockquote>
1306           <h2 class="Section">Remarks</h2>
1307           <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Remarks">
1308             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1309           </div>
1310           <h2 class="Section">Requirements</h2>
1311           <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">
1312             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1313           <hr size="1" />
1314         </blockquote>
1315         <h3 id="E:Mono.DocTest.Widget.DynamicE1">DynamicE1 Event</h3>
1316         <blockquote id="E:Mono.DocTest.Widget.DynamicE1:member">
1317           <div class="msummary">
1318             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1319           </div>
1320           <h2>Syntax</h2>
1321           <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>
1322           <h4 class="Subsection">Exceptions</h4>
1323           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Exceptions">
1324             <table class="TypeDocumentation">
1325               <tr>
1326                 <th>Type</th>
1327                 <th>Reason</th>
1328               </tr>
1329               <tr valign="top">
1330                 <td>
1331                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
1332                 </td>
1333                 <td>
1334                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1335                 </td>
1336               </tr>
1337               <tr valign="top">
1338                 <td>
1339                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
1340                 </td>
1341                 <td>
1342                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1343                 </td>
1344               </tr>
1345               <tr valign="top">
1346                 <td>
1347                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
1348                 </td>
1349                 <td>
1350                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1351                 </td>
1352               </tr>
1353               <tr valign="top">
1354                 <td>
1355                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</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.IndexOutOfRangeException">IndexOutOfRangeException</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.MulticastNotSupportedException">MulticastNotSupportedException</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.OutOfMemoryException">OutOfMemoryException</a>
1380                 </td>
1381                 <td>
1382                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1383                 </td>
1384               </tr>
1385             </table>
1386           </blockquote>
1387           <h2 class="Section">Remarks</h2>
1388           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Remarks">
1389             <tt>E:Mono.DocTest.Widget.DynamicE1</tt>
1390           </div>
1391           <h2 class="Section">Requirements</h2>
1392           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Version Information">
1393             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1394           <hr size="1" />
1395         </blockquote>
1396         <h3 id="E:Mono.DocTest.Widget.DynamicE2">DynamicE2 Event</h3>
1397         <blockquote id="E:Mono.DocTest.Widget.DynamicE2:member">
1398           <div class="msummary">
1399             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1400           </div>
1401           <h2>Syntax</h2>
1402           <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>
1403           <h2 class="Section">Remarks</h2>
1404           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Remarks">
1405             <tt>E:Mono.DocTest.Widget.DynamicE2</tt>
1406           </div>
1407           <h2 class="Section">Requirements</h2>
1408           <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Version Information">
1409             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1410           <hr size="1" />
1411         </blockquote>
1412         <h3 id="F:Mono.DocTest.Widget.DynamicF">DynamicF Field</h3>
1413         <blockquote id="F:Mono.DocTest.Widget.DynamicF:member">
1414           <div class="msummary">
1415             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1416           </div>
1417           <h2>Syntax</h2>
1418           <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>
1419           <h2 class="Section">Remarks</h2>
1420           <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Remarks">
1421             <tt>F:Mono.DocTest.Widget.DynamicF</tt>
1422           </div>
1423           <h2 class="Section">Requirements</h2>
1424           <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Version Information">
1425             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1426           <hr size="1" />
1427         </blockquote>
1428         <h3 id="P:Mono.DocTest.Widget.DynamicP">DynamicP Property</h3>
1429         <blockquote id="P:Mono.DocTest.Widget.DynamicP:member">
1430           <div class="msummary">
1431             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1432           </div>
1433           <h2>Syntax</h2>
1434           <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>
1435           <h4 class="Subsection">Value</h4>
1436           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.DynamicP:Value">
1437             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1438           </blockquote>
1439           <h2 class="Section">Remarks</h2>
1440           <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Remarks">
1441             <tt>P:Mono.DocTest.Widget.DynamicP</tt>
1442           </div>
1443           <h2 class="Section">Requirements</h2>
1444           <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Version Information">
1445             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1446           <hr size="1" />
1447         </blockquote>
1448         <h3 id="P:Mono.DocTest.Widget.Height">Height Property</h3>
1449         <blockquote id="P:Mono.DocTest.Widget.Height:member">
1450           <div class="msummary">
1451             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1452           </div>
1453           <h2>Syntax</h2>
1454           <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>
1455           <h4 class="Subsection">Value</h4>
1456           <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>
1457           <h2 class="Section">Remarks</h2>
1458           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Remarks">
1459             <tt>P:Mono.DocTest.Widget.Height</tt>.</div>
1460           <h2 class="Section">Requirements</h2>
1461           <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Version Information">
1462             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1463           <hr size="1" />
1464         </blockquote>
1465         <h3 id="P:Mono.DocTest.Widget.Item(System.Int32)">Item Property</h3>
1466         <blockquote id="P:Mono.DocTest.Widget.Item(System.Int32):member">
1467           <div class="msummary">
1468             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1469           </div>
1470           <h2>Syntax</h2>
1471           <div class="Signature">
1472             <p>
1473               <i>This is the default property for this class.</i>
1474             </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>
1475           <h4 class="Subsection">Parameters</h4>
1476           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters">
1477             <dl>
1478               <dt>
1479                 <i>i</i>
1480               </dt>
1481               <dd>TODO</dd>
1482             </dl>
1483           </blockquote>
1484           <h4 class="Subsection">Value</h4>
1485           <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>
1486           <h2 class="Section">Remarks</h2>
1487           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks">
1488             <tt>P:Mono.DocTest.Widget.Item(System.Int32)</tt>.</div>
1489           <h2 class="Section">Requirements</h2>
1490           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information">
1491             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1492           <hr size="1" />
1493         </blockquote>
1494         <h3 id="P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item Property</h3>
1495         <blockquote id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member">
1496           <div class="msummary">
1497             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1498           </div>
1499           <h2>Syntax</h2>
1500           <div class="Signature">
1501             <p>
1502               <i>This is the default property for this class.</i>
1503             </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>
1504           <h4 class="Subsection">Parameters</h4>
1505           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters">
1506             <dl>
1507               <dt>
1508                 <i>s</i>
1509               </dt>
1510               <dd>Some <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
1511               <dt>
1512                 <i>i</i>
1513               </dt>
1514               <dd>I love <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>s.</dd>
1515             </dl>
1516           </blockquote>
1517           <h4 class="Subsection">Value</h4>
1518           <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>
1519           <h2 class="Section">Remarks</h2>
1520           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks">
1521             <tt>P:Mono.DocTest.Widget.Item(System.String,System.Int32)</tt>.</div>
1522           <h2 class="Section">Requirements</h2>
1523           <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information">
1524             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1525           <hr size="1" />
1526         </blockquote>
1527         <h3 id="M:Mono.DocTest.Widget.M0()">M0 Method</h3>
1528         <blockquote id="M:Mono.DocTest.Widget.M0():member">
1529           <div class="msummary">
1530             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1531           </div>
1532           <h2>Syntax</h2>
1533           <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>
1534           <h2 class="Section">Remarks</h2>
1535           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0():Remarks">
1536             <tt>M:Mono.DocTest.Widget.M0</tt>.</div>
1537           <h2 class="Section">Requirements</h2>
1538           <div class="SectionBox" id="M:Mono.DocTest.Widget.M0():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="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1 Method</h3>
1543         <blockquote id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):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">[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>
1549           <h4 class="Subsection">Parameters</h4>
1550           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters">
1551             <dl>
1552               <dt>
1553                 <i>c</i>
1554               </dt>
1555               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>.</dd>
1556               <dt>
1557                 <i>f</i>
1558               </dt>
1559               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>.</dd>
1560               <dt>
1561                 <i>v</i>
1562               </dt>
1563               <dd>A <a href="../Mono.DocTest/DocValueType.html">Mono.DocTest.DocValueType</a>.</dd>
1564             </dl>
1565           </blockquote>
1566           <h2 class="Section">Remarks</h2>
1567           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks">
1568             <tt>M:Mono.DocTest.Widget.M1(System.Char,System.Signle@,Mono.DocTest.DocValueType@)</tt>.</div>
1569           <h2 class="Section">Requirements</h2>
1570           <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information">
1571             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1572           <hr size="1" />
1573         </blockquote>
1574         <h3 id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2 Method</h3>
1575         <blockquote id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member">
1576           <div class="msummary">
1577             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1578           </div>
1579           <h2>Syntax</h2>
1580           <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>
1581           <h4 class="Subsection">Parameters</h4>
1582           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters">
1583             <dl>
1584               <dt>
1585                 <i>x1</i>
1586               </dt>
1587               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> array.</dd>
1588               <dt>
1589                 <i>x2</i>
1590               </dt>
1591               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> array.</dd>
1592               <dt>
1593                 <i>x3</i>
1594               </dt>
1595               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1596             </dl>
1597           </blockquote>
1598           <h2 class="Section">Remarks</h2>
1599           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks">
1600             <tt>M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[0:,0:],System.Int64[][])</tt>.</div>
1601           <h2 class="Section">Requirements</h2>
1602           <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information">
1603             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1604           <hr size="1" />
1605         </blockquote>
1606         <h3 id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3 Method</h3>
1607         <blockquote id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member">
1608           <div class="msummary">
1609             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1610           </div>
1611           <h2>Syntax</h2>
1612           <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>
1613           <h4 class="Subsection">Parameters</h4>
1614           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters">
1615             <dl>
1616               <dt>
1617                 <i>x3</i>
1618               </dt>
1619               <dd>Another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
1620               <dt>
1621                 <i>x4</i>
1622               </dt>
1623               <dd>A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> array.</dd>
1624             </dl>
1625           </blockquote>
1626           <h2 class="Section">Remarks</h2>
1627           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks">
1628             <tt>M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[0:,0:,0:][])</tt>.</div>
1629           <h2 class="Section">Requirements</h2>
1630           <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information">
1631             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1632           <hr size="1" />
1633         </blockquote>
1634         <h3 id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4 Method</h3>
1635         <blockquote id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member">
1636           <div class="msummary">
1637             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1638           </div>
1639           <h2>Syntax</h2>
1640           <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>
1641           <h4 class="Subsection">Parameters</h4>
1642           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters">
1643             <dl>
1644               <dt>
1645                 <i>pc</i>
1646               </dt>
1647               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> pointer.</dd>
1648               <dt>
1649                 <i>ppf</i>
1650               </dt>
1651               <dd>A <a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a> pointer.</dd>
1652             </dl>
1653           </blockquote>
1654           <h2 class="Section">Remarks</h2>
1655           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks">
1656             <tt>M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)</tt>.</div>
1657           <h2 class="Section">Requirements</h2>
1658           <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information">
1659             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1660           <hr size="1" />
1661         </blockquote>
1662         <h3 id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5 Method</h3>
1663         <blockquote id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member">
1664           <div class="msummary">
1665             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1666           </div>
1667           <h2>Syntax</h2>
1668           <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>
1669           <h4 class="Subsection">Parameters</h4>
1670           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters">
1671             <dl>
1672               <dt>
1673                 <i>pv</i>
1674               </dt>
1675               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> pointer.</dd>
1676               <dt>
1677                 <i>pd</i>
1678               </dt>
1679               <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> array.</dd>
1680             </dl>
1681           </blockquote>
1682           <h2 class="Section">Remarks</h2>
1683           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks">
1684             <tt>M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[0:,0:][])</tt>.</div>
1685           <h2 class="Section">Requirements</h2>
1686           <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information">
1687             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1688           <hr size="1" />
1689         </blockquote>
1690         <h3 id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6 Method</h3>
1691         <blockquote id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member">
1692           <div class="msummary">
1693             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1694           </div>
1695           <h2>Syntax</h2>
1696           <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>
1697           <h4 class="Subsection">Parameters</h4>
1698           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters">
1699             <dl>
1700               <dt>
1701                 <i>i</i>
1702               </dt>
1703               <dd>Yet another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
1704               <dt>
1705                 <i>args</i>
1706               </dt>
1707               <dd>An <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> array.</dd>
1708             </dl>
1709           </blockquote>
1710           <h2 class="Section">Remarks</h2>
1711           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks">
1712             <tt>M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])</tt>.</div>
1713           <h2 class="Section">Requirements</h2>
1714           <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information">
1715             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1716           <hr size="1" />
1717         </blockquote>
1718         <h3 id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7 Method</h3>
1719         <blockquote id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):member">
1720           <div class="msummary">
1721             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1722           </div>
1723           <h2>Syntax</h2>
1724           <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>
1725           <h4 class="Subsection">Parameters</h4>
1726           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Parameters">
1727             <dl>
1728               <dt>
1729                 <i>a</i>
1730               </dt>
1731               <dd>
1732                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1733               </dd>
1734             </dl>
1735           </blockquote>
1736           <h2 class="Section">Remarks</h2>
1737           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Remarks">
1738             <tt>M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)</tt>.</div>
1739           <h2 class="Section">Requirements</h2>
1740           <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Version Information">
1741             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1742           <hr size="1" />
1743         </blockquote>
1744         <h3 id="F:Mono.DocTest.Widget.message">message Field</h3>
1745         <blockquote id="F:Mono.DocTest.Widget.message:member">
1746           <div class="msummary">
1747             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1748           </div>
1749           <h2>Syntax</h2>
1750           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>message</b> </div>
1751           <h2 class="Section">Remarks</h2>
1752           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Remarks">
1753             <tt>F:Mono.DocTest.Widget.message</tt>.</div>
1754           <h2 class="Section">Requirements</h2>
1755           <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Version Information">
1756             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1757           <hr size="1" />
1758         </blockquote>
1759         <h3 id="F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage Field</h3>
1760         <blockquote id="F:Mono.DocTest.Widget.monthlyAverage:member">
1761           <div class="msummary">
1762             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1763           </div>
1764           <h2>Syntax</h2>
1765           <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>
1766           <h2 class="Section">Remarks</h2>
1767           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Remarks">
1768             <tt>F:Mono.DocTest.Widget.monthlyAverage</tt>.</div>
1769           <h2 class="Section">Requirements</h2>
1770           <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Version Information">
1771             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1772           <hr size="1" />
1773         </blockquote>
1774         <h3 id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">op_Addition Method</h3>
1775         <blockquote id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member">
1776           <div class="msummary">
1777             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1778           </div>
1779           <h2>Syntax</h2>
1780           <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>
1781           <h4 class="Subsection">Parameters</h4>
1782           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters">
1783             <dl>
1784               <dt>
1785                 <i>x1</i>
1786               </dt>
1787               <dd>Yet Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1788               <dt>
1789                 <i>x2</i>
1790               </dt>
1791               <dd>Yay, <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s.</dd>
1792             </dl>
1793           </blockquote>
1794           <h4 class="Subsection">Returns</h4>
1795           <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>
1796           <h2 class="Section">Remarks</h2>
1797           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks">
1798             <tt>M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)</tt>.</div>
1799           <h2 class="Section">Requirements</h2>
1800           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information">
1801             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1802           <hr size="1" />
1803         </blockquote>
1804         <h3 id="F:Mono.DocTest.Widget.op_Division">op_Division Field</h3>
1805         <blockquote id="F:Mono.DocTest.Widget.op_Division:member">
1806           <div class="msummary">
1807             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1808           </div>
1809           <h2>Syntax</h2>
1810           <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator/ </div>
1811           <h4 class="Subsection">Returns</h4>
1812           <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.op_Division:Returns">A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> instance.</blockquote>
1813           <h2 class="Section">Remarks</h2>
1814           <div class="SectionBox" id="F:Mono.DocTest.Widget.op_Division:Remarks">
1815             <tt>M:Mono.DocTest.Widget.op_Division</tt>.</div>
1816           <h2 class="Section">Requirements</h2>
1817           <div class="SectionBox" id="F:Mono.DocTest.Widget.op_Division:Version Information">
1818             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1819           <hr size="1" />
1820         </blockquote>
1821         <h3 id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion Method</h3>
1822         <blockquote id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member">
1823           <div class="msummary">
1824             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1825           </div>
1826           <h2>Syntax</h2>
1827           <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>
1828           <h4 class="Subsection">Parameters</h4>
1829           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters">
1830             <dl>
1831               <dt>
1832                 <i>x</i>
1833               </dt>
1834               <dd>
1835                 <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s are fun!.</dd>
1836             </dl>
1837           </blockquote>
1838           <h4 class="Subsection">Returns</h4>
1839           <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>
1840           <h2 class="Section">Remarks</h2>
1841           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks">
1842             <tt>M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32</tt>.</div>
1843           <h2 class="Section">Requirements</h2>
1844           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information">
1845             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1846           <hr size="1" />
1847         </blockquote>
1848         <h3 id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion Method</h3>
1849         <blockquote id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member">
1850           <div class="msummary">
1851             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1852           </div>
1853           <h2>Syntax</h2>
1854           <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>
1855           <h4 class="Subsection">Parameters</h4>
1856           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters">
1857             <dl>
1858               <dt>
1859                 <i>x</i>
1860               </dt>
1861               <dd>
1862                 <tt>foo</tt>; <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1863             </dl>
1864           </blockquote>
1865           <h4 class="Subsection">Returns</h4>
1866           <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>
1867           <h2 class="Section">Remarks</h2>
1868           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks">
1869             <tt>M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64</tt>.</div>
1870           <h2 class="Section">Requirements</h2>
1871           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information">
1872             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1873           <hr size="1" />
1874         </blockquote>
1875         <h3 id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">op_UnaryPlus Method</h3>
1876         <blockquote id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member">
1877           <div class="msummary">
1878             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1879           </div>
1880           <h2>Syntax</h2>
1881           <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
1882           <h4 class="Subsection">Parameters</h4>
1883           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters">
1884             <dl>
1885               <dt>
1886                 <i>x</i>
1887               </dt>
1888               <dd>Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
1889             </dl>
1890           </blockquote>
1891           <h4 class="Subsection">Returns</h4>
1892           <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>
1893           <h2 class="Section">Remarks</h2>
1894           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks">
1895             <tt>M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)</tt>.</div>
1896           <h2 class="Section">Requirements</h2>
1897           <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information">
1898             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1899           <hr size="1" />
1900         </blockquote>
1901         <h3 id="F:Mono.DocTest.Widget.pCount">pCount Field</h3>
1902         <blockquote id="F:Mono.DocTest.Widget.pCount:member">
1903           <div class="msummary">
1904             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1905           </div>
1906           <h2>Syntax</h2>
1907           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>* <b>pCount</b> </div>
1908           <h2 class="Section">Remarks</h2>
1909           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Remarks">
1910             <tt>F:Mono.DocTest.Widget.pCount</tt>.</div>
1911           <h2 class="Section">Requirements</h2>
1912           <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Version Information">
1913             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1914           <hr size="1" />
1915         </blockquote>
1916         <h3 id="F:Mono.DocTest.Widget.PI">PI Field</h3>
1917         <blockquote id="F:Mono.DocTest.Widget.PI:member">
1918           <div class="msummary">
1919             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1920           </div>
1921           <p>
1922             <b>Value: </b>3.14159</p>
1923           <h2>Syntax</h2>
1924           <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>
1925           <h2 class="Section">Remarks</h2>
1926           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Remarks">
1927             <tt>F:Mono.DocTest.Widget.PI</tt>.</div>
1928           <h2 class="Section">Requirements</h2>
1929           <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Version Information">
1930             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1931           <hr size="1" />
1932         </blockquote>
1933         <h3 id="F:Mono.DocTest.Widget.ppValues">ppValues Field</h3>
1934         <blockquote id="F:Mono.DocTest.Widget.ppValues:member">
1935           <div class="msummary">
1936             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1937           </div>
1938           <h2>Syntax</h2>
1939           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>** <b>ppValues</b> </div>
1940           <h2 class="Section">Remarks</h2>
1941           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Remarks">
1942             <tt>F:Mono.DocTest.Widget.ppValues</tt>.</div>
1943           <h2 class="Section">Requirements</h2>
1944           <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Version Information">
1945             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1946           <hr size="1" />
1947         </blockquote>
1948         <h3 id="P:Mono.DocTest.Widget.Width">Width Property</h3>
1949         <blockquote id="P:Mono.DocTest.Widget.Width:member">
1950           <div class="msummary">
1951             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1952           </div>
1953           <h2>Syntax</h2>
1954           <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>
1955           <h4 class="Subsection">Value</h4>
1956           <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>
1957           <h2 class="Section">Remarks</h2>
1958           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Remarks">
1959             <tt>P:Mono.DocTest.Widget.Width</tt>.</div>
1960           <h2 class="Section">Requirements</h2>
1961           <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Version Information">
1962             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1963           <hr size="1" />
1964         </blockquote>
1965         <h3 id="P:Mono.DocTest.Widget.X">X Property</h3>
1966         <blockquote id="P:Mono.DocTest.Widget.X:member">
1967           <div class="msummary">
1968             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1969           </div>
1970           <h2>Syntax</h2>
1971           <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>
1972           <h4 class="Subsection">Value</h4>
1973           <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>
1974           <h2 class="Section">Remarks</h2>
1975           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Remarks">
1976             <tt>P:Mono.DocTest.Widget.X</tt>.</div>
1977           <h2 class="Section">Requirements</h2>
1978           <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Version Information">
1979             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1980           <hr size="1" />
1981         </blockquote>
1982         <h3 id="P:Mono.DocTest.Widget.Y">Y Property</h3>
1983         <blockquote id="P:Mono.DocTest.Widget.Y:member">
1984           <div class="msummary">
1985             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1986           </div>
1987           <h2>Syntax</h2>
1988           <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>
1989           <h4 class="Subsection">Value</h4>
1990           <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>
1991           <h2 class="Section">Remarks</h2>
1992           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Remarks">
1993             <tt>P:Mono.DocTest.Widget.Y</tt>.</div>
1994           <h2 class="Section">Requirements</h2>
1995           <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Version Information">
1996             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1997           <hr size="1" />
1998         </blockquote>
1999       </div>
2000     </div>
2001     <hr size="1" />
2002     <div class="Copyright">
2003     </div>
2004   </body>
2005 </html>