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