Use __cdecl rather than __stdcall for icalls on Windows 32-bit
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / MyList`2.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.MyList&lt;A,B&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`2">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.MyList`2:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.MyList`2: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`2:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`2">MyList&lt;A,B&gt; Generic Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.MyList`2: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`2:Signature">public class  <b>MyList&lt;A, B&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>,       <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.ICollection`1">ICollection&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a><br /> where A : class, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IList`1">IList&lt;B&gt;</a>, new()<br /> where B : class, <i title="Ako generic param">A</i></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`2:Docs">
217       <h4 class="Subsection">Type Parameters</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters">
219         <dl>
220           <dt>
221             <i>A</i>
222           </dt>
223           <dd>Ako generic param</dd>
224           <dt>
225             <i>B</i>
226           </dt>
227           <dd>Bko generic param</dd>
228         </dl>
229       </blockquote>
230       <h2 class="Section">Remarks</h2>
231       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Remarks">
232         <tt>T:Mono.DocTest.MyList`2</tt>.</div>
233       <h2 class="Section">Requirements</h2>
234       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Version Information">
235         <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
236       <h2 class="Section" id="Members">Members</h2>
237       <div class="SectionBox" id="_Members">
238         <p>
239                                                                 See Also: Inherited members from
240                                                                 <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>.
241                                                         </p>
242         <h2 class="Section">Public Constructors</h2>
243         <div class="SectionBox" id="Public Constructors">
244           <div class="SubsectionBox">
245             <table class="TypeMembers">
246               <tr valign="top">
247                 <td>
248                   <div>
249                   </div>
250                 </td>
251                 <td>
252                   <div>
253                     <b>
254                       <a href="#C:Mono.DocTest.Generic.MyList`2()">MyList</a>
255                     </b>()</div>
256                 </td>
257                 <td>
258                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
259                 </td>
260               </tr>
261             </table>
262           </div>
263         </div>
264         <h2 class="Section">Public Fields</h2>
265         <div class="SectionBox" id="Public Fields">
266           <div class="SubsectionBox">
267             <table class="TypeMembers">
268               <tr valign="top">
269                 <td>
270                   <div>const </div>
271                 </td>
272                 <td>
273                   <b>
274                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
275                   </b>
276                 </td>
277                 <td>
278                   <i>
279                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
280                   </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>
281               </tr>
282             </table>
283           </div>
284         </div>
285         <h2 class="Section">Public Properties</h2>
286         <div class="SectionBox" id="Public Properties">
287           <div class="SubsectionBox">
288             <table class="TypeMembers">
289               <tr valign="top">
290                 <td>[read-only]<div></div></td>
291                 <td>
292                   <b>
293                     <a href="#P:Mono.DocTest.Generic.MyList`2.Count">Count</a>
294                   </b>
295                 </td>
296                 <td>
297                   <i>
298                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
299                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
300               </tr>
301               <tr valign="top">
302                 <td>[read-only]<div></div></td>
303                 <td>
304                   <b>
305                     <a href="#P:Mono.DocTest.Generic.MyList`2.Current">Current</a>
306                   </b>
307                 </td>
308                 <td>
309                   <i>
310                     <i title="Ako generic param">A</i>
311                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
312               </tr>
313             </table>
314           </div>
315         </div>
316         <h2 class="Section">Public Methods</h2>
317         <div class="SectionBox" id="Public Methods">
318           <div class="SubsectionBox">
319             <table class="TypeMembers">
320               <tr valign="top">
321                 <td>
322                   <div>
323                   </div>
324                 </td>
325                 <td colspan="2">
326                   <b>
327                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
328                   </b>(<i title="Insert more text here.">S</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;A, B&gt;</a></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>
329               </tr>
330               <tr valign="top">
331                 <td>
332                   <div>
333                   </div>
334                 </td>
335                 <td colspan="2">
336                   <b>
337                     <a href="#M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">CopyTo</a>
338                   </b>(<i title="Ako generic param">A</i>[], <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>
339               </tr>
340               <tr valign="top">
341                 <td>
342                   <div>
343                   </div>
344                 </td>
345                 <td colspan="2">
346                   <b>
347                     <a href="#M:Mono.DocTest.Generic.MyList`2.Dispose()">Dispose</a>
348                   </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
349               </tr>
350               <tr valign="top">
351                 <td>
352                   <div>
353                   </div>
354                 </td>
355                 <td colspan="2">
356                   <b>
357                     <a href="#M:Mono.DocTest.Generic.MyList`2.Foo()">Foo</a>
358                   </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
359               </tr>
360               <tr valign="top">
361                 <td>
362                   <div>
363                   </div>
364                 </td>
365                 <td colspan="2">
366                   <b>
367                     <a href="#M:Mono.DocTest.Generic.MyList`2.GetEnumerator()">GetEnumerator</a>
368                   </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
369               </tr>
370               <tr valign="top">
371                 <td>
372                   <div>
373                   </div>
374                 </td>
375                 <td colspan="2">
376                   <b>
377                     <a href="#M:Mono.DocTest.Generic.MyList`2.MoveNext()">MoveNext</a>
378                   </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
379               </tr>
380               <tr valign="top">
381                 <td>
382                   <div>
383                   </div>
384                 </td>
385                 <td colspan="2">
386                   <b>
387                     <a href="#M:Mono.DocTest.Generic.MyList`2.Reset()">Reset</a>
388                   </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
389               </tr>
390             </table>
391           </div>
392         </div>
393         <h2 class="Section">Public Events</h2>
394         <div class="SectionBox" id="Public Events">
395           <div class="SubsectionBox">
396             <table class="TypeMembers">
397               <tr valign="top">
398                 <td>
399                   <div>
400                   </div>
401                 </td>
402                 <td>
403                   <b>
404                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
405                   </b>
406                 </td>
407                 <td>
408                   <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>
409               </tr>
410               <tr valign="top">
411                 <td>
412                   <div>
413                   </div>
414                 </td>
415                 <td>
416                   <b>
417                     <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
418                   </b>
419                 </td>
420                 <td>
421                   <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>
422               </tr>
423             </table>
424           </div>
425         </div>
426         <h2 class="Section">Explicitly Implemented Interface Members</h2>
427         <div class="SectionBox" id="Explicitly Implemented Interface Members">
428           <div class="SubsectionBox">
429             <table class="TypeMembers">
430               <tr valign="top">
431                 <td>
432                   <div>
433                   </div>
434                 </td>
435                 <td>
436                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">
437                     <b>ICollection&lt;A&gt;.Add</b>
438                   </a>
439                 </td>
440                 <td>
441                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
442                 </td>
443               </tr>
444               <tr valign="top">
445                 <td>
446                   <div>
447                   </div>
448                 </td>
449                 <td>
450                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()">
451                     <b>ICollection&lt;A&gt;.Clear</b>
452                   </a>
453                 </td>
454                 <td>
455                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
456                 </td>
457               </tr>
458               <tr valign="top">
459                 <td>
460                   <div>
461                   </div>
462                 </td>
463                 <td>
464                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">
465                     <b>ICollection&lt;A&gt;.Contains</b>
466                   </a>
467                 </td>
468                 <td>
469                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
470                 </td>
471               </tr>
472               <tr valign="top">
473                 <td>[read-only]<div></div></td>
474                 <td>
475                   <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">
476                     <b>IEnumerator&lt;A&gt;.Current</b>
477                   </a>
478                 </td>
479                 <td>
480                   <i>
481                     <i title="Ako generic param">A</i>
482                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
483               </tr>
484               <tr valign="top">
485                 <td>[read-only]<div></div></td>
486                 <td>
487                   <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">
488                     <b>IEnumerator.Current</b>
489                   </a>
490                 </td>
491                 <td>
492                   <i>
493                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>
494                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
495               </tr>
496               <tr valign="top">
497                 <td>
498                   <div>
499                   </div>
500                 </td>
501                 <td>
502                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()">
503                     <b>IEnumerable&lt;A&gt;.GetEnumerator</b>
504                   </a>
505                 </td>
506                 <td>
507                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
508                 </td>
509               </tr>
510               <tr valign="top">
511                 <td>
512                   <div>
513                   </div>
514                 </td>
515                 <td>
516                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()">
517                     <b>IEnumerable.GetEnumerator</b>
518                   </a>
519                 </td>
520                 <td>
521                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
522                 </td>
523               </tr>
524               <tr valign="top">
525                 <td>[read-only]<div></div></td>
526                 <td>
527                   <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">
528                     <b>ICollection&lt;A&gt;.IsReadOnly</b>
529                   </a>
530                 </td>
531                 <td>
532                   <i>
533                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
534                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
535               </tr>
536               <tr valign="top">
537                 <td>
538                   <div>
539                   </div>
540                 </td>
541                 <td>
542                   <a href="#M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">
543                     <b>Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt;</b>
544                   </a>
545                 </td>
546                 <td>
547                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
548                 </td>
549               </tr>
550               <tr valign="top">
551                 <td>
552                   <div>
553                   </div>
554                 </td>
555                 <td>
556                   <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">
557                     <b>ICollection&lt;A&gt;.Remove</b>
558                   </a>
559                 </td>
560                 <td>
561                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
562                 </td>
563               </tr>
564             </table>
565           </div>
566         </div>
567         <h2 class="Section">Extension Methods</h2>
568         <div class="SectionBox" id="Extension Methods">
569           <div class="SubsectionBox">
570             <table class="TypeMembers">
571               <tr valign="top">
572                 <td>
573                   <div>static </div>
574                 </td>
575                 <td colspan="2">
576                   <b>
577                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
578                   </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</blockquote></td>
579               </tr>
580               <tr valign="top">
581                 <td>
582                   <div>static </div>
583                 </td>
584                 <td colspan="2">
585                   <b>
586                     <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>
587                   </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>
588               </tr>
589               <tr valign="top">
590                 <td>
591                   <div>static </div>
592                 </td>
593                 <td colspan="2">
594                   <b>
595                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
596                   </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> 
597                extension method.
598              </blockquote></td>
599               </tr>
600               <tr valign="top">
601                 <td>
602                   <div>static </div>
603                 </td>
604                 <td colspan="2">
605                   <b>
606                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
607                   </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.Double">double</a></nobr><blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
608              </blockquote></td>
609               </tr>
610               <tr valign="top">
611                 <td>
612                   <div>static </div>
613                 </td>
614                 <td colspan="2">
615                   <b>
616                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
617                   </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>
618               </tr>
619             </table>
620           </div>
621         </div>
622       </div>
623     </div>
624     <div class="Members" id="T:Mono.DocTest.Generic.MyList`2:Members">
625       <h2 class="Section" id="MemberDetails">Member Details</h2>
626       <div class="SectionBox" id="_MemberDetails">
627         <h3 id="C:Mono.DocTest.Generic.MyList`2()">MyList Constructor</h3>
628         <blockquote id="C:Mono.DocTest.Generic.MyList`2():member">
629           <div class="msummary">
630             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
631           </div>
632           <h2>Syntax</h2>
633           <div class="Signature">public  <b>MyList</b> ()</div>
634           <h2 class="Section">Remarks</h2>
635           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`2():Remarks">
636             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
637           </div>
638           <h2 class="Section">Requirements</h2>
639           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`2():Version Information">
640             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
641           <hr size="1" />
642         </blockquote>
643         <h3 id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">CopyTo Method</h3>
644         <blockquote id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member">
645           <div class="msummary">
646             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
647           </div>
648           <h2>Syntax</h2>
649           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>CopyTo</b> (<i title="Ako generic param">A</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> arrayIndex)</div>
650           <h4 class="Subsection">Parameters</h4>
651           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters">
652             <dl>
653               <dt>
654                 <i>array</i>
655               </dt>
656               <dd>Where to copy elements to</dd>
657               <dt>
658                 <i>arrayIndex</i>
659               </dt>
660               <dd>Where to start copyingto</dd>
661             </dl>
662           </blockquote>
663           <h2 class="Section">Remarks</h2>
664           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks">
665             <tt>M:Mono.DocTest.MyList`2.CopyTo(`0[],System.Int32)</tt>.</div>
666           <h2 class="Section">Requirements</h2>
667           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information">
668             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
669           <hr size="1" />
670         </blockquote>
671         <h3 id="P:Mono.DocTest.Generic.MyList`2.Count">Count Property</h3>
672         <blockquote id="P:Mono.DocTest.Generic.MyList`2.Count:member">
673           <div class="msummary">
674             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
675           </div>
676           <h2>Syntax</h2>
677           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Count</b>  { get; }</div>
678           <h4 class="Subsection">Value</h4>
679           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</blockquote>
680           <h2 class="Section">Remarks</h2>
681           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Remarks">
682             <tt>P:Mono.DocTest.MyList`2.Count</tt>.</div>
683           <h2 class="Section">Requirements</h2>
684           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Version Information">
685             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
686           <hr size="1" />
687         </blockquote>
688         <h3 id="P:Mono.DocTest.Generic.MyList`2.Current">Current Property</h3>
689         <blockquote id="P:Mono.DocTest.Generic.MyList`2.Current:member">
690           <div class="msummary">
691             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
692           </div>
693           <h2>Syntax</h2>
694           <div class="Signature">public <i title="Ako generic param">A</i> <b>Current</b>  { get; }</div>
695           <h4 class="Subsection">Value</h4>
696           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Value">The current value.</blockquote>
697           <h2 class="Section">Remarks</h2>
698           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Remarks">
699             <tt>P:Mono.DocTest.MyList`2.Current</tt>.</div>
700           <h2 class="Section">Requirements</h2>
701           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Version Information">
702             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
703           <hr size="1" />
704         </blockquote>
705         <h3 id="M:Mono.DocTest.Generic.MyList`2.Dispose()">Dispose Method</h3>
706         <blockquote id="M:Mono.DocTest.Generic.MyList`2.Dispose():member">
707           <div class="msummary">
708             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
709           </div>
710           <h2>Syntax</h2>
711           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Dispose</b> ()</div>
712           <h2 class="Section">Remarks</h2>
713           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose():Remarks">
714             <tt>M:Mono.DocTest.MyList`2.Dispose</tt>.</div>
715           <h2 class="Section">Requirements</h2>
716           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose():Version Information">
717             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
718           <hr size="1" />
719         </blockquote>
720         <h3 id="M:Mono.DocTest.Generic.MyList`2.Foo()">Foo Method</h3>
721         <blockquote id="M:Mono.DocTest.Generic.MyList`2.Foo():member">
722           <div class="msummary">
723             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
724           </div>
725           <h2>Syntax</h2>
726           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a> <b>Foo</b> ()</div>
727           <h4 class="Subsection">Returns</h4>
728           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Returns">
729             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
730           </blockquote>
731           <h2 class="Section">Remarks</h2>
732           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Remarks">M:Mono.DocTest.Generic.MyList`2.Foo</div>
733           <h2 class="Section">Requirements</h2>
734           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Version Information">
735             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
736           <hr size="1" />
737         </blockquote>
738         <h3 id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator()">GetEnumerator Method</h3>
739         <blockquote id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():member">
740           <div class="msummary">
741             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
742           </div>
743           <h2>Syntax</h2>
744           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a> <b>GetEnumerator</b> ()</div>
745           <h4 class="Subsection">Returns</h4>
746           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;`0&gt;.Enumerator</a>.</blockquote>
747           <h2 class="Section">Remarks</h2>
748           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Remarks">
749             <tt>M:Mono.DocTest.MyList`2.GetEnumerator</tt>.</div>
750           <h2 class="Section">Requirements</h2>
751           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Version Information">
752             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
753           <hr size="1" />
754         </blockquote>
755         <h3 id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt; Generic Method</h3>
756         <blockquote id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member">
757           <div class="msummary">
758             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
759           </div>
760           <h2>Syntax</h2>
761           <div class="Signature">
762             <i title="Ako generic param">A</i> <b>Mono.DocTest.Generic.IFoo&lt;U&gt;</b> (<i title="Ako generic param">A</i> a, <i title="U generic param on MyList`2">U</i> u)</div>
763           <h4 class="Subsection">Type Parameters</h4>
764           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters">
765             <dl>
766               <dt>
767                 <i>U</i>
768               </dt>
769               <dd>U generic param on MyList`2</dd>
770             </dl>
771           </blockquote>
772           <h4 class="Subsection">Parameters</h4>
773           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters">
774             <dl>
775               <dt>
776                 <i>a</i>
777               </dt>
778               <dd>
779                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
780               </dd>
781               <dt>
782                 <i>u</i>
783               </dt>
784               <dd>
785                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
786               </dd>
787             </dl>
788           </blockquote>
789           <h4 class="Subsection">Returns</h4>
790           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns">
791             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
792           </blockquote>
793           <h2 class="Section">Remarks</h2>
794           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks">
795             <tt>M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo{A}#Method``1(`0,``0)</tt>.</div>
796           <h2 class="Section">Requirements</h2>
797           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information">
798             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
799           <hr size="1" />
800         </blockquote>
801         <h3 id="M:Mono.DocTest.Generic.MyList`2.MoveNext()">MoveNext Method</h3>
802         <blockquote id="M:Mono.DocTest.Generic.MyList`2.MoveNext():member">
803           <div class="msummary">
804             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
805           </div>
806           <h2>Syntax</h2>
807           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>MoveNext</b> ()</div>
808           <h4 class="Subsection">Returns</h4>
809           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Returns">
810             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
811           </blockquote>
812           <h2 class="Section">Remarks</h2>
813           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Remarks">
814             <tt>M:Mono.DocTest.MyList`2.MoveNext</tt>.</div>
815           <h2 class="Section">Requirements</h2>
816           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Version Information">
817             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
818           <hr size="1" />
819         </blockquote>
820         <h3 id="M:Mono.DocTest.Generic.MyList`2.Reset()">Reset Method</h3>
821         <blockquote id="M:Mono.DocTest.Generic.MyList`2.Reset():member">
822           <div class="msummary">
823             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
824           </div>
825           <h2>Syntax</h2>
826           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Reset</b> ()</div>
827           <h2 class="Section">Remarks</h2>
828           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset():Remarks">
829             <tt>M:Mono.DocTest.MyList`2.Reset</tt>.</div>
830           <h2 class="Section">Requirements</h2>
831           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset():Version Information">
832             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
833           <hr size="1" />
834         </blockquote>
835         <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Add Method</h3>
836         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member">
837           <div class="msummary">
838             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
839           </div>
840           <h2>Syntax</h2>
841           <div class="Signature">
842             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Add</b> (<i title="Ako generic param">A</i> item)</div>
843           <h4 class="Subsection">Parameters</h4>
844           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters">
845             <dl>
846               <dt>
847                 <i>item</i>
848               </dt>
849               <dd>The item to add.</dd>
850             </dl>
851           </blockquote>
852           <h2 class="Section">Remarks</h2>
853           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks">
854             <tt>M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)</tt>.</div>
855           <h2 class="Section">Requirements</h2>
856           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information">
857             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
858           <hr size="1" />
859         </blockquote>
860         <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()">System.Collections.Generic.ICollection&lt;A&gt;.Clear Method</h3>
861         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():member">
862           <div class="msummary">
863             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
864           </div>
865           <h2>Syntax</h2>
866           <div class="Signature">
867             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Clear</b> ()</div>
868           <h2 class="Section">Remarks</h2>
869           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Remarks">
870             <tt>M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Clear</tt>.</div>
871           <h2 class="Section">Requirements</h2>
872           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Version Information">
873             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
874           <hr size="1" />
875         </blockquote>
876         <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Contains Method</h3>
877         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member">
878           <div class="msummary">
879             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
880           </div>
881           <h2>Syntax</h2>
882           <div class="Signature">
883             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Contains</b> (<i title="Ako generic param">A</i> item)</div>
884           <h4 class="Subsection">Parameters</h4>
885           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters">
886             <dl>
887               <dt>
888                 <i>item</i>
889               </dt>
890               <dd>The item to check for</dd>
891             </dl>
892           </blockquote>
893           <h4 class="Subsection">Returns</h4>
894           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> instance (<tt>false</tt>).</blockquote>
895           <h2 class="Section">Remarks</h2>
896           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks">
897             <tt>M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}.Contains(`0)</tt>.</div>
898           <h2 class="Section">Requirements</h2>
899           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information">
900             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
901           <hr size="1" />
902         </blockquote>
903         <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly Property</h3>
904         <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member">
905           <div class="msummary">
906             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
907           </div>
908           <h2>Syntax</h2>
909           <div class="Signature">
910             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly</b>  { get; }</div>
911           <h4 class="Subsection">Value</h4>
912           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>.</blockquote>
913           <h2 class="Section">Remarks</h2>
914           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks">
915             <tt>P:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly</tt>.</div>
916           <h2 class="Section">Requirements</h2>
917           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information">
918             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
919           <hr size="1" />
920         </blockquote>
921         <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Remove Method</h3>
922         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member">
923           <div class="msummary">
924             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
925           </div>
926           <h2>Syntax</h2>
927           <div class="Signature">
928             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Remove</b> (<i title="Ako generic param">A</i> item)</div>
929           <h4 class="Subsection">Parameters</h4>
930           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters">
931             <dl>
932               <dt>
933                 <i>item</i>
934               </dt>
935               <dd>the item to remove</dd>
936             </dl>
937           </blockquote>
938           <h4 class="Subsection">Returns</h4>
939           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns">Whether the item was removed.</blockquote>
940           <h2 class="Section">Remarks</h2>
941           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks">
942             <tt>M:Mono.DocTest.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)</tt>.</div>
943           <h2 class="Section">Requirements</h2>
944           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information">
945             <b>Namespace: </b>Mono.DocTest.Generic<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="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()">System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator Method</h3>
949         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():member">
950           <div class="msummary">
951             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
952           </div>
953           <h2>Syntax</h2>
954           <div class="Signature">
955             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a> <b>System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator</b> ()</div>
956           <h4 class="Subsection">Returns</h4>
957           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;`0&gt;</a>.</blockquote>
958           <h2 class="Section">Remarks</h2>
959           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Remarks">
960             <tt>M:Mono.DocTest.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator</tt>.</div>
961           <h2 class="Section">Requirements</h2>
962           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Version Information">
963             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
964           <hr size="1" />
965         </blockquote>
966         <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">System.Collections.Generic.IEnumerator&lt;A&gt;.Current Property</h3>
967         <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member">
968           <div class="msummary">
969             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
970           </div>
971           <h2>Syntax</h2>
972           <div class="Signature">
973             <i title="Ako generic param">A</i> <b>System.Collections.Generic.IEnumerator&lt;A&gt;.Current</b>  { get; }</div>
974           <h4 class="Subsection">Value</h4>
975           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value">The current value.</blockquote>
976           <h2 class="Section">Remarks</h2>
977           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks">
978             <tt>P:Mono.DocTest.MyList`2.Current</tt>.</div>
979           <h2 class="Section">Requirements</h2>
980           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information">
981             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
982           <hr size="1" />
983         </blockquote>
984         <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()">System.Collections.IEnumerable.GetEnumerator Method</h3>
985         <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():member">
986           <div class="msummary">
987             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
988           </div>
989           <h2>Syntax</h2>
990           <div class="Signature">
991             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
992           <h4 class="Subsection">Returns</h4>
993           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Returns">
994             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
995           </blockquote>
996           <h2 class="Section">Remarks</h2>
997           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Remarks">
998             <tt>M:Mono.DocTest.MyList`2.System#Collections#GetEnumerator</tt>.</div>
999           <h2 class="Section">Requirements</h2>
1000           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Version Information">
1001             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1002           <hr size="1" />
1003         </blockquote>
1004         <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">System.Collections.IEnumerator.Current Property</h3>
1005         <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member">
1006           <div class="msummary">
1007             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1008           </div>
1009           <h2>Syntax</h2>
1010           <div class="Signature">
1011             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>System.Collections.IEnumerator.Current</b>  { get; }</div>
1012           <h4 class="Subsection">Value</h4>
1013           <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value">
1014             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1015           </blockquote>
1016           <h2 class="Section">Remarks</h2>
1017           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks">
1018             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
1019           </div>
1020           <h2 class="Section">Requirements</h2>
1021           <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information">
1022             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
1023           <hr size="1" />
1024         </blockquote>
1025       </div>
1026     </div>
1027     <hr size="1" />
1028     <div class="Copyright">
1029     </div>
1030   </body>
1031 </html>