Implemented overloaded versions of Parse and TryParse functions for BigInteger.
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / GenericBase`1.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;</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.Generic Namespace</a></div>
191     <div class="SideBar">
192       <p>
193         <a href="#T:Mono.DocTest.Generic.GenericBase`1">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.GenericBase`1:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.GenericBase`1:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.Generic.GenericBase`1:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1">GenericBase&lt;U&gt; Generic Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1: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.Generic.GenericBase`1:Signature">public class  <b>GenericBase&lt;U&gt;</b></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1:Docs">
217       <h4 class="Subsection">Type Parameters</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Type Parameters">
219         <dl>
220           <dt>
221             <i>U</i>
222           </dt>
223           <dd>Insert <tt>text</tt> here.</dd>
224         </dl>
225       </blockquote>
226       <h2 class="Section">Remarks</h2>
227       <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Remarks">
228         <tt>T:Mono.DocTest.Generic.GenericBase`1</tt>.</div>
229       <h2 class="Section">Requirements</h2>
230       <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Version Information">
231         <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
232       <h2 class="Section" id="Members">Members</h2>
233       <div class="SectionBox" id="_Members">
234         <p>
235                                                                 See Also: Inherited members from
236                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
237                                                         </p>
238         <h2 class="Section">Public Constructors</h2>
239         <div class="SectionBox" id="Public Constructors">
240           <div class="SubsectionBox">
241             <table class="TypeMembers">
242               <tr valign="top">
243                 <td>
244                   <div>
245                   </div>
246                 </td>
247                 <td>
248                   <div>
249                     <b>
250                       <a href="#C:Mono.DocTest.Generic.GenericBase`1()">GenericBase</a>
251                     </b>()</div>
252                 </td>
253                 <td>
254                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
255                 </td>
256               </tr>
257             </table>
258           </div>
259         </div>
260         <h2 class="Section">Public Fields</h2>
261         <div class="SectionBox" id="Public Fields">
262           <div class="SubsectionBox">
263             <table class="TypeMembers">
264               <tr valign="top">
265                 <td>
266                   <div>const </div>
267                 </td>
268                 <td>
269                   <b>
270                     <a href="#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
271                   </b>
272                 </td>
273                 <td>
274                   <i>
275                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
276                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
277               </tr>
278               <tr valign="top">
279                 <td>
280                   <div>static readonly </div>
281                 </td>
282                 <td>
283                   <b>
284                     <a href="#F:Mono.DocTest.Generic.GenericBase`1.StaticField1">StaticField1</a>
285                   </b>
286                 </td>
287                 <td>
288                   <i>
289                     <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>
290                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
291               </tr>
292             </table>
293           </div>
294         </div>
295         <h2 class="Section">Public Methods</h2>
296         <div class="SectionBox" id="Public Methods">
297           <div class="SubsectionBox">
298             <table class="TypeMembers">
299               <tr valign="top">
300                 <td>
301                   <div>
302                   </div>
303                 </td>
304                 <td colspan="2">
305                   <b>
306                     <a href="#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
307                   </b>(<i title="Insert more text here.">S</i>)<nobr> : <i title="Insert text here.">U</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
308               </tr>
309             </table>
310           </div>
311         </div>
312         <h2 class="Section">Public Events</h2>
313         <div class="SectionBox" id="Public Events">
314           <div class="SubsectionBox">
315             <table class="TypeMembers">
316               <tr valign="top">
317                 <td>
318                   <div>
319                   </div>
320                 </td>
321                 <td>
322                   <b>
323                     <a href="#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
324                   </b>
325                 </td>
326                 <td>
327                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
328                 </td>
329               </tr>
330               <tr valign="top">
331                 <td>
332                   <div>
333                   </div>
334                 </td>
335                 <td>
336                   <b>
337                     <a href="#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
338                   </b>
339                 </td>
340                 <td>
341                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
342                 </td>
343               </tr>
344             </table>
345           </div>
346         </div>
347         <h2 class="Section">Public Operators</h2>
348         <div class="SectionBox" id="Public Operators">
349           <div class="SubsectionBox">
350             <table class="TypeMembers">
351               <tr valign="top">
352                 <td>
353                   <div>static </div>
354                 </td>
355                 <td>
356                   <b>
357                     <a href="#M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">Conversion to U</a>
358                   </b>(Explicit)</td>
359                 <td>
360                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
361                 </td>
362               </tr>
363             </table>
364           </div>
365         </div>
366         <h2 class="Section">Extension Methods</h2>
367         <div class="SectionBox" id="Extension Methods">
368           <div class="SubsectionBox">
369             <table class="TypeMembers">
370               <tr valign="top">
371                 <td>
372                   <div>static </div>
373                 </td>
374                 <td colspan="2">
375                   <b>
376                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
377                   </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>
378               </tr>
379             </table>
380           </div>
381         </div>
382       </div>
383     </div>
384     <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1:Members">
385       <h2 class="Section" id="MemberDetails">Member Details</h2>
386       <div class="SectionBox" id="_MemberDetails">
387         <h3 id="C:Mono.DocTest.Generic.GenericBase`1()">GenericBase Constructor</h3>
388         <blockquote id="C:Mono.DocTest.Generic.GenericBase`1():member">
389           <p class="Summary">
390             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
391           </p>
392           <h2>Syntax</h2>
393           <div class="Signature">public  <b>GenericBase</b> ()</div>
394           <h2 class="Section">Remarks</h2>
395           <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1():Remarks">
396             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
397           </div>
398           <h2 class="Section">Requirements</h2>
399           <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1():Version Information">
400             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
401           <hr size="1" />
402         </blockquote>
403         <h3 id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt; Generic Method</h3>
404         <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):member">
405           <p class="Summary">
406             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
407           </p>
408           <h2>Syntax</h2>
409           <div class="Signature">public <i title="Insert text here.">U</i> <b>BaseMethod&lt;[Mono.DocTest.Doc("S")] S&gt;</b> (<i title="Insert more text here.">S</i> genericParameter)</div>
410           <h4 class="Subsection">Type Parameters</h4>
411           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Type Parameters">
412             <dl>
413               <dt>
414                 <i>S</i>
415               </dt>
416               <dd>Insert more <tt>text</tt> here.</dd>
417             </dl>
418           </blockquote>
419           <h4 class="Subsection">Parameters</h4>
420           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Parameters">
421             <dl>
422               <dt>
423                 <i>genericParameter</i>
424               </dt>
425               <dd>Something</dd>
426             </dl>
427           </blockquote>
428           <h4 class="Subsection">Returns</h4>
429           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Returns">The default value.</blockquote>
430           <h2 class="Section">Remarks</h2>
431           <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Remarks">
432             <tt>M:Mono.DocTest.GenericBase`1.BaseMethod``1(``0)</tt>.</div>
433           <h2 class="Section">Requirements</h2>
434           <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Version Information">
435             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
436           <hr size="1" />
437         </blockquote>
438         <h3 id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1 Field</h3>
439         <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:member">
440           <p class="Summary">
441             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
442           </p>
443           <h2>Syntax</h2>
444           <div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>ConstField1</b> </div>
445           <h2 class="Section">Remarks</h2>
446           <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Remarks">
447             <tt>F:Mono.DocTest.GenericBase`1.ConstField1</tt>
448           </div>
449           <h2 class="Section">Requirements</h2>
450           <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Version Information">
451             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
452           <hr size="1" />
453         </blockquote>
454         <h3 id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged Event</h3>
455         <blockquote id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:member">
456           <p class="Summary">
457             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
458           </p>
459           <h2>Syntax</h2>
460           <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Action`2">Action&lt;MyList&lt;U&gt;, MyList&lt;U&gt;.Helper&lt;U, U&gt;&gt;</a> <b>ItemChanged</b> </div>
461           <h4 class="Subsection">Exceptions</h4>
462           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Exceptions">
463             <table class="TypeDocumentation">
464               <tr>
465                 <th>Type</th>
466                 <th>Reason</th>
467               </tr>
468               <tr valign="top">
469                 <td>
470                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
471                 </td>
472                 <td>
473                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
474                 </td>
475               </tr>
476               <tr valign="top">
477                 <td>
478                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
479                 </td>
480                 <td>
481                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
482                 </td>
483               </tr>
484               <tr valign="top">
485                 <td>
486                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
487                 </td>
488                 <td>
489                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
490                 </td>
491               </tr>
492               <tr valign="top">
493                 <td>
494                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
495                 </td>
496                 <td>
497                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
498                 </td>
499               </tr>
500               <tr valign="top">
501                 <td>
502                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
503                 </td>
504                 <td>
505                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
506                 </td>
507               </tr>
508               <tr valign="top">
509                 <td>
510                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
511                 </td>
512                 <td>
513                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
514                 </td>
515               </tr>
516             </table>
517           </blockquote>
518           <h2 class="Section">Remarks</h2>
519           <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Remarks">E:Mono.DocTest.Generic.GenericBase`1.ItemChanged</div>
520           <h2 class="Section">Requirements</h2>
521           <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Version Information">
522             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
523           <hr size="1" />
524         </blockquote>
525         <h3 id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent Event</h3>
526         <blockquote id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:member">
527           <p class="Summary">
528             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
529           </p>
530           <h2>Syntax</h2>
531           <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1">EventHandler&lt;GenericBase&lt;U&gt;.FooEventArgs&gt;</a> <b>MyEvent</b> </div>
532           <h4 class="Subsection">Exceptions</h4>
533           <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Exceptions">
534             <table class="TypeDocumentation">
535               <tr>
536                 <th>Type</th>
537                 <th>Reason</th>
538               </tr>
539               <tr valign="top">
540                 <td>
541                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
542                 </td>
543                 <td>
544                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
545                 </td>
546               </tr>
547               <tr valign="top">
548                 <td>
549                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
550                 </td>
551                 <td>
552                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
553                 </td>
554               </tr>
555               <tr valign="top">
556                 <td>
557                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
558                 </td>
559                 <td>
560                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
561                 </td>
562               </tr>
563               <tr valign="top">
564                 <td>
565                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
566                 </td>
567                 <td>
568                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
569                 </td>
570               </tr>
571               <tr valign="top">
572                 <td>
573                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
574                 </td>
575                 <td>
576                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
577                 </td>
578               </tr>
579               <tr valign="top">
580                 <td>
581                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
582                 </td>
583                 <td>
584                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
585                 </td>
586               </tr>
587             </table>
588           </blockquote>
589           <h2 class="Section">Remarks</h2>
590           <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Remarks">E:Mono.DocTest.Generic.GenericBase`1.MyEvent</div>
591           <h2 class="Section">Requirements</h2>
592           <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Version Information">
593             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
594           <hr size="1" />
595         </blockquote>
596         <h3 id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">Conversion Method</h3>
597         <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:member">
598           <p class="Summary">
599             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
600           </p>
601           <h2>Syntax</h2>
602           <div class="Signature">public static explicit operator <i title="Insert text here.">U</i> (<a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> list)</div>
603           <h4 class="Subsection">Parameters</h4>
604           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Parameters">
605             <dl>
606               <dt>
607                 <i>list</i>
608               </dt>
609               <dd>Insert description here</dd>
610             </dl>
611           </blockquote>
612           <h4 class="Subsection">Returns</h4>
613           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Returns">The default value for <i>U</i>.</blockquote>
614           <h2 class="Section">Remarks</h2>
615           <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Remarks">
616             <tt>M:Mono.DocTest.GenericBase`1.op_Explicit(Mono.DocTest.GenericBase{`0})~`0</tt>
617           </div>
618           <h2 class="Section">Requirements</h2>
619           <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Version Information">
620             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
621           <hr size="1" />
622         </blockquote>
623         <h3 id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1">StaticField1 Field</h3>
624         <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:member">
625           <p class="Summary">
626             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
627           </p>
628           <h2>Syntax</h2>
629           <div class="Signature">public static readonly <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> <b>StaticField1</b> </div>
630           <h2 class="Section">Remarks</h2>
631           <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Remarks">
632             <tt>F:Mono.DocTest.GenericBase`1.StaticField1</tt>
633           </div>
634           <h2 class="Section">Requirements</h2>
635           <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Version Information">
636             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
637           <hr size="1" />
638         </blockquote>
639       </div>
640     </div>
641     <hr size="1" />
642     <div class="Copyright">
643     </div>
644   </body>
645 </html>