730b8239d42dda16c2b32b74845884dd0aaa0374
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / MyList`1+Helper`2.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U,V&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.Helper`2">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`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`1.Helper`2:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1.Helper`2">MyList&lt;T&gt;.Helper&lt;U,V&gt; Generic Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.MyList`1.Helper`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`1.Helper`2:Signature">public class  <b>MyList&lt;T, U, V&gt;</b></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs">
217       <h4 class="Subsection">Type Parameters</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Type Parameters">
219         <dl>
220           <dt>
221             <i>U</i>
222           </dt>
223           <dd>Seriously!</dd>
224           <dt>
225             <i>V</i>
226           </dt>
227           <dd>Too <tt>many</tt> docs!</dd>
228         </dl>
229       </blockquote>
230       <h2 class="Section">Remarks</h2>
231       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Remarks">
232         <tt>T:Mono.DocTest.MyList`1.Helper`2</tt>.</div>
233       <h2 class="Section">Requirements</h2>
234       <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`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="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</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`1.Helper`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 Methods</h2>
265         <div class="SectionBox" id="Public Methods">
266           <div class="SubsectionBox">
267             <table class="TypeMembers">
268               <tr valign="top">
269                 <td>
270                   <div>
271                   </div>
272                 </td>
273                 <td colspan="2">
274                   <b>
275                     <a href="#M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">UseT</a>
276                   </b>(<i title="">T</i>, <i title="Seriously!">U</i>, <i title="Too many docs!">V</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
277               </tr>
278             </table>
279           </div>
280         </div>
281         <h2 class="Section">Extension Methods</h2>
282         <div class="SectionBox" id="Extension Methods">
283           <div class="SubsectionBox">
284             <table class="TypeMembers">
285               <tr valign="top">
286                 <td>
287                   <div>static </div>
288                 </td>
289                 <td colspan="2">
290                   <b>
291                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
292                   </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>
293               </tr>
294             </table>
295           </div>
296         </div>
297       </div>
298     </div>
299     <div class="Members" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Members">
300       <h2 class="Section" id="MemberDetails">Member Details</h2>
301       <div class="SectionBox" id="_MemberDetails">
302         <h3 id="C:Mono.DocTest.Generic.MyList`1.Helper`2()">MyList Constructor</h3>
303         <blockquote id="C:Mono.DocTest.Generic.MyList`1.Helper`2():member">
304           <div class="msummary">
305             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
306           </div>
307           <h2>Syntax</h2>
308           <div class="Signature">public  <b>MyList</b> ()</div>
309           <h2 class="Section">Remarks</h2>
310           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2():Remarks">
311             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
312           </div>
313           <h2 class="Section">Requirements</h2>
314           <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2():Version Information">
315             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
316           <hr size="1" />
317         </blockquote>
318         <h3 id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">UseT Method</h3>
319         <blockquote id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):member">
320           <div class="msummary">
321             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
322           </div>
323           <h2>Syntax</h2>
324           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>UseT</b> (<i title="">T</i> a, <i title="Seriously!">U</i> b, <i title="Too many docs!">V</i> c)</div>
325           <h4 class="Subsection">Parameters</h4>
326           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Parameters">
327             <dl>
328               <dt>
329                 <i>a</i>
330               </dt>
331               <dd>Ako</dd>
332               <dt>
333                 <i>b</i>
334               </dt>
335               <dd>bko</dd>
336               <dt>
337                 <i>c</i>
338               </dt>
339               <dd>cko</dd>
340             </dl>
341           </blockquote>
342           <h2 class="Section">Remarks</h2>
343           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Remarks">
344             <tt>M:Mono.DocTest.MyList`1.Helper`2.UseT(`0,`1,`2)</tt>.</div>
345           <h2 class="Section">Requirements</h2>
346           <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Version Information">
347             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
348           <hr size="1" />
349         </blockquote>
350       </div>
351     </div>
352     <hr size="1" />
353     <div class="Copyright">
354     </div>
355   </body>
356 </html>