[build] Roslyn switch
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / MyList`1.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.MyList&lt;T&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.MyList`1">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.MyList`1:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.MyList`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.MyList`1:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1">MyList&lt;T&gt; Generic Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.MyList`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.MyList`1:Signature">public class  <b>MyList&lt;[Mono.DocTest.Doc("Type Parameter!")] T&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Int32[]&gt;</a></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1:Docs">
217       <h4 class="Subsection">Type Parameters</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Type Parameters">
219         <dl>
220           <dt>
221             <i>T</i>
222           </dt>
223           <dd>I'm Dying Here!</dd>
224         </dl>
225       </blockquote>
226       <h2 class="Section">Remarks</h2>
227       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Remarks">
228         <tt>T:Mono.DocTest.Generic.MyList`1</tt>.</div>
229       <h2 class="Section">Requirements</h2>
230       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`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="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</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.MyList`1()">MyList</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="../Mono.DocTest.Generic/GenericBase`1.html#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> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
277               </tr>
278             </table>
279           </div>
280         </div>
281         <h2 class="Section">Public Methods</h2>
282         <div class="SectionBox" id="Public Methods">
283           <div class="SubsectionBox">
284             <table class="TypeMembers">
285               <tr valign="top">
286                 <td>
287                   <div>
288                   </div>
289                 </td>
290                 <td colspan="2">
291                   <b>
292                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
293                   </b>(<i title="Insert more text here.">S</i>)<nobr> : <i title="I'm Dying Here!">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</blockquote></td>
294               </tr>
295               <tr valign="top">
296                 <td>
297                   <div>
298                   </div>
299                 </td>
300                 <td colspan="2">
301                   <b>
302                     <a href="#M:Mono.DocTest.Generic.MyList`1.GetEnumerator()">GetEnumerator</a>
303                   </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
304               </tr>
305               <tr valign="top">
306                 <td>
307                   <div>
308                   </div>
309                 </td>
310                 <td colspan="2">
311                   <b>
312                     <a href="#M:Mono.DocTest.Generic.MyList`1.GetHelper``2()">GetHelper&lt;U,V&gt;</a>
313                   </b>()<nobr> : <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
314               </tr>
315               <tr valign="top">
316                 <td>
317                   <div>
318                   </div>
319                 </td>
320                 <td colspan="2">
321                   <b>
322                     <a href="#M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
323                   </b>(<i title="I'm Dying Here!">T</i>, <i title="Method generic parameter">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
324               </tr>
325               <tr valign="top">
326                 <td>
327                   <div>
328                   </div>
329                 </td>
330                 <td colspan="2">
331                   <b>
332                     <a href="#M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">RefMethod&lt;U&gt;</a>
333                   </b>(<i>ref</i> <i title="I'm Dying Here!">T</i>, <i>ref</i> <i title="To be added.">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
334               </tr>
335               <tr valign="top">
336                 <td>
337                   <div>
338                   </div>
339                 </td>
340                 <td colspan="2">
341                   <b>
342                     <a href="#M:Mono.DocTest.Generic.MyList`1.Test(`0)">Test</a>
343                   </b>(<i title="I'm Dying Here!">T</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
344               </tr>
345               <tr valign="top">
346                 <td>
347                   <div>
348                   </div>
349                 </td>
350                 <td colspan="2">
351                   <b>
352                     <a href="#M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">UseHelper&lt;U,V&gt;</a>
353                   </b>(<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
354               </tr>
355             </table>
356           </div>
357         </div>
358         <h2 class="Section">Public Events</h2>
359         <div class="SectionBox" id="Public Events">
360           <div class="SubsectionBox">
361             <table class="TypeMembers">
362               <tr valign="top">
363                 <td>
364                   <div>
365                   </div>
366                 </td>
367                 <td>
368                   <b>
369                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
370                   </b>
371                 </td>
372                 <td>
373                   <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
374               </tr>
375               <tr valign="top">
376                 <td>
377                   <div>
378                   </div>
379                 </td>
380                 <td>
381                   <b>
382                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
383                   </b>
384                 </td>
385                 <td>
386                   <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
387               </tr>
388             </table>
389           </div>
390         </div>
391         <h2 class="Section">Explicitly Implemented Interface Members</h2>
392         <div class="SectionBox" id="Explicitly Implemented Interface Members">
393           <div class="SubsectionBox">
394             <table class="TypeMembers">
395               <tr valign="top">
396                 <td>
397                   <div>
398                   </div>
399                 </td>
400                 <td>
401                   <a href="#M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator()">
402                     <b>IEnumerable.GetEnumerator</b>
403                   </a>
404                 </td>
405                 <td>
406                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
407                 </td>
408               </tr>
409             </table>
410           </div>
411         </div>
412         <h2 class="Section">Extension Methods</h2>
413         <div class="SectionBox" id="Extension Methods">
414           <div class="SubsectionBox">
415             <table class="TypeMembers">
416               <tr valign="top">
417                 <td>
418                   <div>static </div>
419                 </td>
420                 <td colspan="2">
421                   <b>
422                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
423                   </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable`1</a> extension method</blockquote></td>
424               </tr>
425               <tr valign="top">
426                 <td>
427                   <div>static </div>
428                 </td>
429                 <td colspan="2">
430                   <b>
431                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
432                   </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a> 
433               extension method.
434             </blockquote></td>
435               </tr>
436               <tr valign="top">
437                 <td>
438                   <div>static </div>
439                 </td>
440                 <td colspan="2">
441                   <b>
442                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
443                   </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<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>
444               </tr>
445             </table>
446           </div>
447         </div>
448       </div>
449     </div>
450     <div class="Members" id="T:Mono.DocTest.Generic.MyList`1:Members">
451       <h2 class="Section" id="MemberDetails">Member Details</h2>
452       <div class="SectionBox" id="_MemberDetails">
453         <h3 id="C:Mono.DocTest.Generic.MyList`1()">MyList Constructor</h3>
454         <blockquote id="C:Mono.DocTest.Generic.MyList`1():member">
455           <div class="msummary">
456             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
457           </div>
458           <h2>Syntax</h2>
459           <div class="Signature">public  <b>MyList</b> ()</div>
460           <h2 class="Section">Remarks</h2>
461           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1():Remarks">
462             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
463           </div>
464           <h2 class="Section">Requirements</h2>
465           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1():Version Information">
466             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
467           <hr size="1" />
468         </blockquote>
469         <h3 id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator()">GetEnumerator Method</h3>
470         <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():member">
471           <div class="msummary">
472             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
473           </div>
474           <h2>Syntax</h2>
475           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a> <b>GetEnumerator</b> ()</div>
476           <h4 class="Subsection">Returns</h4>
477           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Returns">
478             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
479           </blockquote>
480           <h2 class="Section">Remarks</h2>
481           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Remarks">
482             <tt>M:Mono.DocTest.MyList`1.GetEnumerator</tt>.</div>
483           <h2 class="Section">Requirements</h2>
484           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Version Information">
485             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
486           <hr size="1" />
487         </blockquote>
488         <h3 id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2()">GetHelper&lt;U,V&gt; Generic Method</h3>
489         <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():member">
490           <div class="msummary">
491             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
492           </div>
493           <h2>Syntax</h2>
494           <div class="Signature">public <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> <b>GetHelper&lt;U, V&gt;</b> ()</div>
495           <h4 class="Subsection">Type Parameters</h4>
496           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Type Parameters">
497             <dl>
498               <dt>
499                 <i>U</i>
500               </dt>
501               <dd>
502                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
503               </dd>
504               <dt>
505                 <i>V</i>
506               </dt>
507               <dd>
508                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
509               </dd>
510             </dl>
511           </blockquote>
512           <h4 class="Subsection">Returns</h4>
513           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Returns">
514             <tt>null</tt>.</blockquote>
515           <h2 class="Section">Remarks</h2>
516           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Remarks">
517             <tt>M:Mono.DocTest.Generic.MyList`1.GetHelper``2</tt>.</div>
518           <h2 class="Section">Requirements</h2>
519           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Version Information">
520             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
521           <hr size="1" />
522         </blockquote>
523         <h3 id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">Method&lt;U&gt; Generic Method</h3>
524         <blockquote id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):member">
525           <div class="msummary">
526             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
527           </div>
528           <h2>Syntax</h2>
529           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Method&lt;U&gt;</b> (<i title="I'm Dying Here!">T</i> t, <i title="Method generic parameter">U</i> u)</div>
530           <h4 class="Subsection">Type Parameters</h4>
531           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Type Parameters">
532             <dl>
533               <dt>
534                 <i>U</i>
535               </dt>
536               <dd>Method generic parameter</dd>
537             </dl>
538           </blockquote>
539           <h4 class="Subsection">Parameters</h4>
540           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Parameters">
541             <dl>
542               <dt>
543                 <i>t</i>
544               </dt>
545               <dd>Class generic type</dd>
546               <dt>
547                 <i>u</i>
548               </dt>
549               <dd>Method generic type</dd>
550             </dl>
551           </blockquote>
552           <h2 class="Section">Remarks</h2>
553           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Remarks">
554             <tt>M:Mono.DocTest.MyList`1.Method``1(`0,``0)</tt>.</div>
555           <h2 class="Section">Requirements</h2>
556           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Version Information">
557             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
558           <hr size="1" />
559         </blockquote>
560         <h3 id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">RefMethod&lt;U&gt; Generic Method</h3>
561         <blockquote id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):member">
562           <div class="msummary">
563             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
564           </div>
565           <h2>Syntax</h2>
566           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>RefMethod&lt;U&gt;</b> (<i>ref</i> <i title="I'm Dying Here!">T</i> t, <i>ref</i> <i title="To be added.">U</i> u)</div>
567           <h4 class="Subsection">Type Parameters</h4>
568           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Type Parameters">
569             <dl>
570               <dt>
571                 <i>U</i>
572               </dt>
573               <dd>
574                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
575               </dd>
576             </dl>
577           </blockquote>
578           <h4 class="Subsection">Parameters</h4>
579           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Parameters">
580             <dl>
581               <dt>
582                 <i>t</i>
583               </dt>
584               <dd>
585                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
586               </dd>
587               <dt>
588                 <i>u</i>
589               </dt>
590               <dd>
591                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
592               </dd>
593             </dl>
594           </blockquote>
595           <h2 class="Section">Remarks</h2>
596           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Remarks">
597             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
598           </div>
599           <h2 class="Section">Requirements</h2>
600           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Version Information">
601             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
602           <hr size="1" />
603         </blockquote>
604         <h3 id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator()">System.Collections.IEnumerable.GetEnumerator Method</h3>
605         <blockquote id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():member">
606           <div class="msummary">
607             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
608           </div>
609           <h2>Syntax</h2>
610           <div class="Signature">
611             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
612           <h4 class="Subsection">Returns</h4>
613           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Returns">
614             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
615           </blockquote>
616           <h2 class="Section">Remarks</h2>
617           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Remarks">
618             <tt>M:Mono.DocTest.MyList`1.System#Collections#GetEnumerator</tt>.</div>
619           <h2 class="Section">Requirements</h2>
620           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Version Information">
621             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
622           <hr size="1" />
623         </blockquote>
624         <h3 id="M:Mono.DocTest.Generic.MyList`1.Test(`0)">Test Method</h3>
625         <blockquote id="M:Mono.DocTest.Generic.MyList`1.Test(`0):member">
626           <div class="msummary">
627             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
628           </div>
629           <h2>Syntax</h2>
630           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Test</b> (<i title="I'm Dying Here!">T</i> t)</div>
631           <h4 class="Subsection">Parameters</h4>
632           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Parameters">
633             <dl>
634               <dt>
635                 <i>t</i>
636               </dt>
637               <dd>tko</dd>
638             </dl>
639           </blockquote>
640           <h2 class="Section">Remarks</h2>
641           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Remarks">
642             <tt>M:Mono.DocTest.MyList`1.Test(`0)</tt>.</div>
643           <h2 class="Section">Requirements</h2>
644           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Version Information">
645             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
646           <hr size="1" />
647         </blockquote>
648         <h3 id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">UseHelper&lt;U,V&gt; Generic Method</h3>
649         <blockquote id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):member">
650           <div class="msummary">
651             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
652           </div>
653           <h2>Syntax</h2>
654           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>UseHelper&lt;U, V&gt;</b> (<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> helper)</div>
655           <h4 class="Subsection">Type Parameters</h4>
656           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Type Parameters">
657             <dl>
658               <dt>
659                 <i>U</i>
660               </dt>
661               <dd>Argh!</dd>
662               <dt>
663                 <i>V</i>
664               </dt>
665               <dd>Foo Argh!</dd>
666             </dl>
667           </blockquote>
668           <h4 class="Subsection">Parameters</h4>
669           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Parameters">
670             <dl>
671               <dt>
672                 <i>helper</i>
673               </dt>
674               <dd>A <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">Mono.DocTest.Generic.MyList`1.Helper`2</a>.</dd>
675             </dl>
676           </blockquote>
677           <h2 class="Section">Remarks</h2>
678           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Remarks">
679             <tt>M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2})</tt>.</div>
680           <h2 class="Section">Requirements</h2>
681           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Version Information">
682             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
683           <hr size="1" />
684         </blockquote>
685       </div>
686     </div>
687     <hr size="1" />
688     <div class="Copyright">
689     </div>
690   </body>
691 </html>