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