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