11b496fe6305ac4c815154ef93d4300665e73255
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / Extensions.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.Extensions</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.Extensions">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.Extensions:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.Extensions:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.Generic.Extensions:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.Extensions">Extensions  Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.Extensions:Summary">extension methods!</p>
210     <div>
211       <h2>Syntax</h2>
212       <div class="Signature" id="T:Mono.DocTest.Generic.Extensions:Signature">public static class  <b>Extensions</b></div>
213     </div>
214     <div class="Remarks" id="T:Mono.DocTest.Generic.Extensions:Docs">
215       <h2 class="Section">Remarks</h2>
216       <div class="SectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Remarks">
217         <tt>T:Mono.DocTest.Generic.Extensions</tt>
218       </div>
219       <h2 class="Section">Requirements</h2>
220       <div class="SectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Version Information">
221         <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
222       <h2 class="Section" id="Members">Members</h2>
223       <div class="SectionBox" id="_Members">
224         <p>
225                                                                 See Also: Inherited members from
226                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
227                                                         </p>
228         <h2 class="Section">Public Methods</h2>
229         <div class="SectionBox" id="Public Methods">
230           <div class="SubsectionBox">
231             <table class="TypeMembers">
232               <tr valign="top">
233                 <td>
234                   <div>static </div>
235                 </td>
236                 <td colspan="2">
237                   <b>
238                     <a href="#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
239                   </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>
240               </tr>
241               <tr valign="top">
242                 <td>
243                   <div>static </div>
244                 </td>
245                 <td colspan="2">
246                   <b>
247                     <a href="#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
248                   </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>
249               </tr>
250               <tr valign="top">
251                 <td>
252                   <div>static </div>
253                 </td>
254                 <td colspan="2">
255                   <b>
256                     <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
257                   </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> 
258                extension method.
259              </blockquote></td>
260               </tr>
261               <tr valign="top">
262                 <td>
263                   <div>static </div>
264                 </td>
265                 <td colspan="2">
266                   <b>
267                     <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
268                   </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.
269              </blockquote></td>
270               </tr>
271               <tr valign="top">
272                 <td>
273                   <div>static </div>
274                 </td>
275                 <td colspan="2">
276                   <b>
277                     <a href="#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
278                   </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>
279               </tr>
280             </table>
281           </div>
282         </div>
283       </div>
284     </div>
285     <div class="Members" id="T:Mono.DocTest.Generic.Extensions:Members">
286       <h2 class="Section" id="MemberDetails">Member Details</h2>
287       <div class="SectionBox" id="_MemberDetails">
288         <h3 id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt; Generic Method</h3>
289         <blockquote id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):member">
290           <div class="msummary">
291             <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</div>
292           <h2>Syntax</h2>
293           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Bar&lt;T&gt;</b> (<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a> self, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
294           <h4 class="Subsection">Type Parameters</h4>
295           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Type Parameters">
296             <dl>
297               <dt>
298                 <i>T</i>
299               </dt>
300               <dd>
301                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
302               </dd>
303             </dl>
304           </blockquote>
305           <h4 class="Subsection">Parameters</h4>
306           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Parameters">
307             <dl>
308               <dt>
309                 <i>self</i>
310               </dt>
311               <dd>
312                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
313               </dd>
314               <dt>
315                 <i>s</i>
316               </dt>
317               <dd>
318                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
319               </dd>
320             </dl>
321           </blockquote>
322           <h2 class="Section">Remarks</h2>
323           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Remarks">
324             <tt>M:Mono.DocTest.Generic.Extensions.Bar``1</tt>
325           </div>
326           <h2 class="Section">Requirements</h2>
327           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Version Information">
328             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
329           <hr size="1" />
330         </blockquote>
331         <h3 id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt; Generic Method</h3>
332         <blockquote id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):member">
333           <div class="msummary">
334             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable`1</a> extension method</div>
335           <h2>Syntax</h2>
336           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>ForEach&lt;T&gt;</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> self, <a href="../System/Action`1.html">Action&lt;T&gt;</a> a)</div>
337           <h4 class="Subsection">Type Parameters</h4>
338           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Type Parameters">
339             <dl>
340               <dt>
341                 <i>T</i>
342               </dt>
343               <dd>
344                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
345               </dd>
346             </dl>
347           </blockquote>
348           <h4 class="Subsection">Parameters</h4>
349           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Parameters">
350             <dl>
351               <dt>
352                 <i>self</i>
353               </dt>
354               <dd>
355                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
356               </dd>
357               <dt>
358                 <i>a</i>
359               </dt>
360               <dd>
361                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
362               </dd>
363             </dl>
364           </blockquote>
365           <h2 class="Section">Remarks</h2>
366           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Remarks">
367             <tt>M:Mono.DocTest.Generic.Extensions.ForEach``1</tt>
368           </div>
369           <h2 class="Section">Requirements</h2>
370           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Version Information">
371             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
372           <hr size="1" />
373         </blockquote>
374         <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble Method</h3>
375         <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member">
376           <div class="msummary">
377             <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a> 
378                extension method.
379              </div>
380           <h2>Syntax</h2>
381           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a> <b>ToDouble</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> list)</div>
382           <h4 class="Subsection">Parameters</h4>
383           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Parameters">
384             <dl>
385               <dt>
386                 <i>list</i>
387               </dt>
388               <dd>
389                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
390               </dd>
391             </dl>
392           </blockquote>
393           <h4 class="Subsection">Returns</h4>
394           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Returns">
395             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
396           </blockquote>
397           <h2 class="Section">Remarks</h2>
398           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Remarks">
399             <tt>M:Mono.DocTest.Generic.Extensions.ToDouble</tt>
400           </div>
401           <h2 class="Section">Requirements</h2>
402           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Version Information">
403             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
404           <hr size="1" />
405         </blockquote>
406         <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt; Generic Method</h3>
407         <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member">
408           <div class="msummary">
409             <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
410              </div>
411           <h2>Syntax</h2>
412           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>ToDouble&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> val)<br /> where T : <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo&lt;T&gt;</a></div>
413           <h4 class="Subsection">Type Parameters</h4>
414           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Type Parameters">
415             <dl>
416               <dt>
417                 <i>T</i>
418               </dt>
419               <dd>
420                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
421               </dd>
422             </dl>
423           </blockquote>
424           <h4 class="Subsection">Parameters</h4>
425           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Parameters">
426             <dl>
427               <dt>
428                 <i>val</i>
429               </dt>
430               <dd>
431                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
432               </dd>
433             </dl>
434           </blockquote>
435           <h4 class="Subsection">Returns</h4>
436           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Returns">
437             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
438           </blockquote>
439           <h2 class="Section">Remarks</h2>
440           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Remarks">
441             <tt>M:Mono.DocTest.Generic.Extensions.ToDouble</tt>
442           </div>
443           <h2 class="Section">Requirements</h2>
444           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Version Information">
445             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
446           <hr size="1" />
447         </blockquote>
448         <h3 id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt; Generic Method</h3>
449         <blockquote id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):member">
450           <div class="msummary">
451             <tt>System.Object</tt> extension method</div>
452           <h2>Syntax</h2>
453           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> <b>ToEnumerable&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> self)</div>
454           <h4 class="Subsection">Type Parameters</h4>
455           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Type Parameters">
456             <dl>
457               <dt>
458                 <i>T</i>
459               </dt>
460               <dd>
461                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
462               </dd>
463             </dl>
464           </blockquote>
465           <h4 class="Subsection">Parameters</h4>
466           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Parameters">
467             <dl>
468               <dt>
469                 <i>self</i>
470               </dt>
471               <dd>
472                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
473               </dd>
474             </dl>
475           </blockquote>
476           <h4 class="Subsection">Returns</h4>
477           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):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.Extensions.ToEnumerable``1(``0):Remarks">
482             <tt>M:Mono.DocTest.Generic.Extensions.ToEnumerable``1</tt>
483           </div>
484           <h2 class="Section">Requirements</h2>
485           <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Version Information">
486             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
487           <hr size="1" />
488         </blockquote>
489       </div>
490     </div>
491     <hr size="1" />
492     <div class="Copyright">
493     </div>
494   </body>
495 </html>