a6515dded5b27c0e5c36c0cbd6a49b25ada0191e
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest.Generic / IFoo`1.html
1 <html>
2   <head>
3     <title>Mono.DocTest.Generic.IFoo&lt;T&gt;</title>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5     <style>
6       a { text-decoration: none }
7
8       div.SideBar {
9         padding-left: 1em;
10         padding-right: 1em;
11         right: 0;
12         float: right;
13         border: thin solid black;
14         background-color: #f2f2f2;
15       }
16     
17       .CollectionTitle { font-weight: bold }
18       .PageTitle { font-size: 150%; font-weight: bold }
19
20       .Summary { }
21       .Signature { }          
22       .Remarks { }
23       .Members { }
24       .Copyright { }
25       
26       .Section { font-size: 125%; font-weight: bold }
27       p.Summary {
28         margin-left: 1em;
29       }
30       .SectionBox { margin-left: 2em }
31       .NamespaceName { font-size: 105%; font-weight: bold }
32       .NamespaceSumary { }
33       .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
34       .Subsection { font-size: 105%; font-weight: bold }
35       .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
36
37       .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
38       
39       .TypesListing {
40         border-collapse: collapse;
41       }
42
43       td {
44         vertical-align: top;
45       }
46       th {
47         text-align: left;
48       }
49
50       .TypesListing td { 
51         margin: 0px;  
52         padding: .25em;
53         border: solid gray 1px;
54       }
55
56       .TypesListing th { 
57         margin: 0px;  
58         padding: .25em;
59         background-color: #f2f2f2;
60         border: solid gray 1px;
61       }
62
63       div.Footer {
64         border-top: 1px solid gray;
65         margin-top: 1.5em;
66         padding-top: 0.6em;
67         text-align: center;
68         color: gray;
69       }
70
71       span.NotEntered /* Documentation for this section has not yet been entered */ {
72         font-style: italic;
73         color: red;     
74       }
75
76       div.Header {
77         background: #B0C4DE;
78         border: double;
79         border-color: white;
80         border-width: 7px;
81         padding: 0.5em;
82       }
83
84       div.Header * {
85         font-size: smaller;
86       }
87
88       div.Note {
89       }
90
91       i.ParamRef {
92       }
93
94       i.subtitle {
95       }
96
97       ul.TypeMembersIndex {
98         text-align: left;
99         background: #F8F8F8;
100       }
101
102       ul.TypeMembersIndex li {
103         display: inline;
104         margin:  0.5em;
105       }
106
107       table.HeaderTable {
108       }
109
110       table.SignatureTable {
111       }
112
113       table.Documentation, table.Enumeration, table.TypeDocumentation {
114         border-collapse: collapse;
115         width: 100%;
116       }
117
118       table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
119         background: whitesmoke;
120         padding: 0.8em;
121         border: 1px solid gray;
122         text-align: left;
123         vertical-align: bottom;
124       }
125
126       table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
127         padding: 0.5em;
128         border: 1px solid gray;
129         text-align: left;
130         vertical-align: top;
131       }
132
133       table.TypeMembers {
134         border: 1px solid #C0C0C0;
135         width: 100%;
136       }
137
138       table.TypeMembers tr td {
139         background: #F8F8F8;
140         border: white;
141       }
142
143       table.Documentation {
144       }
145
146       table.TypeMembers {
147       }
148
149       div.CodeExample {
150         width: 100%;
151         border: 1px solid #DDDDDD;
152         background-color: #F8F8F8;
153       }
154
155       div.CodeExample p {
156         margin: 0.5em;
157         border-bottom: 1px solid #DDDDDD;
158       }
159
160       div.CodeExample div {
161         margin: 0.5em;
162       }
163
164       h4 {
165         margin-bottom: 0;
166       }
167
168       div.Signature {
169         border: 1px solid #C0C0C0;
170         background: #F2F2F2;
171         padding: 1em;
172       }
173     </style>
174     <script type="text/JavaScript">
175       function toggle_display (block) {
176         var w = document.getElementById (block);
177         var t = document.getElementById (block + ":toggle");
178         if (w.style.display == "none") {
179           w.style.display = "block";
180           t.innerHTML = "⊟";
181         } else {
182           w.style.display = "none";
183           t.innerHTML = "⊞";
184         }
185       }
186     </script>
187   </head>
188   <body>
189     <div class="CollectionTitle">
190       <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
191     <div class="SideBar">
192       <p>
193         <a href="#T:Mono.DocTest.Generic.IFoo`1">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.Generic.IFoo`1:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.Generic.IFoo`1:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.Generic.IFoo`1:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.Generic.IFoo`1">IFoo&lt;T&gt; Generic Interface</h1>
209     <p class="Summary" id="T:Mono.DocTest.Generic.IFoo`1:Summary">
210       <span class="NotEntered">Documentation for this section has not yet been entered.</span>
211     </p>
212     <div>
213       <h2>Syntax</h2>
214       <div class="Signature" id="T:Mono.DocTest.Generic.IFoo`1:Signature">public interface  <b>IFoo&lt;T&gt;</b></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.Generic.IFoo`1:Docs">
217       <h4 class="Subsection">Type Parameters</h4>
218       <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Type Parameters">
219         <dl>
220           <dt>
221             <i>T</i>
222           </dt>
223           <dd>T generic param</dd>
224         </dl>
225       </blockquote>
226       <h2 class="Section">Remarks</h2>
227       <div class="SectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Remarks">
228         <tt>T:Mono.DocTest.IFoo`1</tt>.</div>
229       <h2 class="Section">Requirements</h2>
230       <div class="SectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Version Information">
231         <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
232       <h2 class="Section" id="Members">Members</h2>
233       <div class="SectionBox" id="_Members">
234         <h2 class="Section">Public Methods</h2>
235         <div class="SectionBox" id="Public Methods">
236           <div class="SubsectionBox">
237             <table class="TypeMembers">
238               <tr valign="top">
239                 <td>
240                   <div>
241                   </div>
242                 </td>
243                 <td colspan="2">
244                   <b>
245                     <a href="#M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
246                   </b>(<i title="T generic param">T</i>, <i title="U generic param">U</i>)<nobr> : <i title="T generic param">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
247               </tr>
248             </table>
249           </div>
250         </div>
251         <h2 class="Section">Extension Methods</h2>
252         <div class="SectionBox" id="Extension Methods">
253           <div class="SubsectionBox">
254             <table class="TypeMembers">
255               <tr valign="top">
256                 <td>
257                   <div>static </div>
258                 </td>
259                 <td colspan="2">
260                   <b>
261                     <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>
262                   </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>
263               </tr>
264               <tr valign="top">
265                 <td>
266                   <div>static </div>
267                 </td>
268                 <td colspan="2">
269                   <b>
270                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
271                   </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.Double">double</a></nobr><blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
272              </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="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
281                   </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>
282               </tr>
283             </table>
284           </div>
285         </div>
286       </div>
287     </div>
288     <div class="Members" id="T:Mono.DocTest.Generic.IFoo`1:Members">
289       <h2 class="Section" id="MemberDetails">Member Details</h2>
290       <div class="SectionBox" id="_MemberDetails">
291         <h3 id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">Method&lt;U&gt; Generic Method</h3>
292         <blockquote id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):member">
293           <div class="msummary">
294             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
295           </div>
296           <h2>Syntax</h2>
297           <div class="Signature">public <i title="T generic param">T</i> <b>Method&lt;U&gt;</b> (<i title="T generic param">T</i> t, <i title="U generic param">U</i> u)</div>
298           <h4 class="Subsection">Type Parameters</h4>
299           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Type Parameters">
300             <dl>
301               <dt>
302                 <i>U</i>
303               </dt>
304               <dd>U generic param</dd>
305             </dl>
306           </blockquote>
307           <h4 class="Subsection">Parameters</h4>
308           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Parameters">
309             <dl>
310               <dt>
311                 <i>t</i>
312               </dt>
313               <dd>
314                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
315               </dd>
316               <dt>
317                 <i>u</i>
318               </dt>
319               <dd>
320                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
321               </dd>
322             </dl>
323           </blockquote>
324           <h4 class="Subsection">Returns</h4>
325           <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Returns">
326             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
327           </blockquote>
328           <h2 class="Section">Remarks</h2>
329           <div class="SectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Remarks">
330             <tt>T:Mono.DocTest.IFoo`1.Method``1(`0,``0)</tt>.</div>
331           <h2 class="Section">Requirements</h2>
332           <div class="SectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Version Information">
333             <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
334           <hr size="1" />
335         </blockquote>
336       </div>
337     </div>
338     <hr size="1" />
339     <div class="Copyright">
340     </div>
341   </body>
342 </html>