[System.Runtime.Serialization] Static writer fix.
[mono.git] / mcs / tools / mdoc / Test / en.expected / Mono.DocTest.Generic / GenericBase`1.xml
1 <Type Name="GenericBase&lt;U&gt;" FullName="Mono.DocTest.Generic.GenericBase&lt;U&gt;">
2   <TypeSignature Language="C#" Value="public class GenericBase&lt;U&gt;" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GenericBase`1&lt;U&gt; extends System.Object" />
4   <AssemblyInfo>
5     <AssemblyName>DocTest</AssemblyName>
6     <AssemblyVersion>0.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <TypeParameters>
9     <TypeParameter Name="U" />
10   </TypeParameters>
11   <Base>
12     <BaseTypeName>System.Object</BaseTypeName>
13   </Base>
14   <Interfaces />
15   <Docs>
16     <typeparam name="U">To be added.</typeparam>
17     <summary>To be added.</summary>
18     <remarks>To be added.</remarks>
19   </Docs>
20   <Members>
21     <Member MemberName=".ctor">
22       <MemberSignature Language="C#" Value="public GenericBase ();" />
23       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
24       <MemberType>Constructor</MemberType>
25       <AssemblyInfo>
26         <AssemblyVersion>0.0.0.0</AssemblyVersion>
27       </AssemblyInfo>
28       <Parameters />
29       <Docs>
30         <summary>To be added.</summary>
31         <remarks>To be added.</remarks>
32       </Docs>
33     </Member>
34     <Member MemberName="BaseMethod&lt;S&gt;">
35       <MemberSignature Language="C#" Value="public U BaseMethod&lt;S&gt; (S genericParameter);" />
36       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !U BaseMethod&lt;S&gt;(!!S genericParameter) cil managed" />
37       <MemberType>Method</MemberType>
38       <AssemblyInfo>
39         <AssemblyVersion>0.0.0.0</AssemblyVersion>
40       </AssemblyInfo>
41       <ReturnValue>
42         <ReturnType>U</ReturnType>
43       </ReturnValue>
44       <TypeParameters>
45         <TypeParameter Name="S">
46           <Attributes>
47             <Attribute>
48               <AttributeName>Mono.DocTest.Doc("S")</AttributeName>
49             </Attribute>
50           </Attributes>
51         </TypeParameter>
52       </TypeParameters>
53       <Parameters>
54         <Parameter Name="genericParameter" Type="S" />
55       </Parameters>
56       <Docs>
57         <typeparam name="S">To be added.</typeparam>
58         <param name="genericParameter">To be added.</param>
59         <summary>To be added.</summary>
60         <returns>To be added.</returns>
61         <remarks>To be added.</remarks>
62       </Docs>
63     </Member>
64     <Member MemberName="ConstField1">
65       <MemberSignature Language="C#" Value="public const int ConstField1;" />
66       <MemberSignature Language="ILAsm" Value=".field public static literal int32 ConstField1" />
67       <MemberType>Field</MemberType>
68       <AssemblyInfo>
69         <AssemblyVersion>0.0.0.0</AssemblyVersion>
70       </AssemblyInfo>
71       <ReturnValue>
72         <ReturnType>System.Int32</ReturnType>
73       </ReturnValue>
74       <Docs>
75         <summary>To be added.</summary>
76         <remarks>To be added.</remarks>
77       </Docs>
78     </Member>
79     <Member MemberName="ItemChanged">
80       <MemberSignature Language="C#" Value="public event Action&lt;Mono.DocTest.Generic.MyList&lt;U&gt;,Mono.DocTest.Generic.MyList&lt;U&gt;.Helper&lt;U,U&gt;&gt; ItemChanged;" />
81       <MemberSignature Language="ILAsm" Value=".event class System.Action`2&lt;class Mono.DocTest.Generic.MyList`1&lt;!U&gt;, class Mono.DocTest.Generic.MyList`1/Helper`2&lt;!U, !U, !U&gt;&gt; ItemChanged" />
82       <MemberType>Event</MemberType>
83       <AssemblyInfo>
84         <AssemblyVersion>0.0.0.0</AssemblyVersion>
85       </AssemblyInfo>
86       <ReturnValue>
87         <ReturnType>System.Action&lt;Mono.DocTest.Generic.MyList&lt;U&gt;,Mono.DocTest.Generic.MyList&lt;U&gt;+Helper&lt;U,U&gt;&gt;</ReturnType>
88       </ReturnValue>
89       <Docs>
90         <summary>To be added.</summary>
91         <remarks>To be added.</remarks>
92         <exception cref="T:System.ArgumentException">To be added; from:
93           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
94           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
95           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
96           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
97           <see cref="M:System.String.Format(System.String,System.Object[])" />,
98           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
99           <see cref="M:System.String.get_Chars(System.Int32)" />,
100           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
101           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
102           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
103           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
104           <see cref="M:System.Text.StringBuilder.FormatError" />,
105           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
106           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
107           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
108         <exception cref="T:System.ArgumentNullException">To be added; from:
109           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
110           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
111           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
112           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
113           <see cref="M:System.String.Format(System.String,System.Object[])" />,
114           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
115           <see cref="M:System.String.get_Chars(System.Int32)" />,
116           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
117           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
118           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
119           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
120           <see cref="M:System.Text.StringBuilder.FormatError" />,
121           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
122           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
123           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
124         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from:
125           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
126           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
127           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
128           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
129           <see cref="M:System.String.Format(System.String,System.Object[])" />,
130           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
131           <see cref="M:System.String.get_Chars(System.Int32)" />,
132           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
133           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
134           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
135           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
136           <see cref="M:System.Text.StringBuilder.FormatError" />,
137           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
138           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
139           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
140         <exception cref="T:System.ArrayTypeMismatchException">To be added; from:
141           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
142           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
143           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
144           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
145           <see cref="M:System.String.Format(System.String,System.Object[])" />,
146           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
147           <see cref="M:System.String.get_Chars(System.Int32)" />,
148           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
149           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
150           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
151           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
152           <see cref="M:System.Text.StringBuilder.FormatError" />,
153           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
154           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
155           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
156         <exception cref="T:System.FormatException">To be added; from:
157           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
158           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
159           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
160           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
161           <see cref="M:System.String.Format(System.String,System.Object[])" />,
162           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
163           <see cref="M:System.String.get_Chars(System.Int32)" />,
164           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
165           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
166           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
167           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
168           <see cref="M:System.Text.StringBuilder.FormatError" />,
169           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
170           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
171           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
172         <exception cref="T:System.IndexOutOfRangeException">To be added; from:
173           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
174           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
175           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
176           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
177           <see cref="M:System.String.Format(System.String,System.Object[])" />,
178           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
179           <see cref="M:System.String.get_Chars(System.Int32)" />,
180           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
181           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
182           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
183           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
184           <see cref="M:System.Text.StringBuilder.FormatError" />,
185           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
186           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
187           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
188         <exception cref="T:System.InvalidOperationException">To be added; from:
189           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
190           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
191           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
192           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
193           <see cref="M:System.String.Format(System.String,System.Object[])" />,
194           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
195           <see cref="M:System.String.get_Chars(System.Int32)" />,
196           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
197           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
198           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
199           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
200           <see cref="M:System.Text.StringBuilder.FormatError" />,
201           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
202           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
203           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
204         <exception cref="T:System.MulticastNotSupportedException">To be added; from:
205           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
206         <exception cref="T:System.OutOfMemoryException">To be added; from:
207           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
208           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
209           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
210           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
211           <see cref="M:System.String.Format(System.String,System.Object[])" />,
212           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
213           <see cref="M:System.String.get_Chars(System.Int32)" />,
214           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
215           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
216           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
217           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
218           <see cref="M:System.Text.StringBuilder.FormatError" />,
219           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
220           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
221           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
222         <exception cref="T:System.RankException">To be added; from:
223           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
224           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
225           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
226           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
227           <see cref="M:System.String.Format(System.String,System.Object[])" />,
228           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
229           <see cref="M:System.String.get_Chars(System.Int32)" />,
230           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
231           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
232           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
233           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
234           <see cref="M:System.Text.StringBuilder.FormatError" />,
235           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
236           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
237           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
238       </Docs>
239     </Member>
240     <Member MemberName="MyEvent">
241       <MemberSignature Language="C#" Value="public event EventHandler&lt;Mono.DocTest.Generic.GenericBase&lt;U&gt;.FooEventArgs&gt; MyEvent;" />
242       <MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1&lt;class Mono.DocTest.Generic.GenericBase`1/FooEventArgs&lt;!U&gt;&gt; MyEvent" />
243       <MemberType>Event</MemberType>
244       <AssemblyInfo>
245         <AssemblyVersion>0.0.0.0</AssemblyVersion>
246       </AssemblyInfo>
247       <ReturnValue>
248         <ReturnType>System.EventHandler&lt;Mono.DocTest.Generic.GenericBase&lt;U&gt;+FooEventArgs&gt;</ReturnType>
249       </ReturnValue>
250       <Docs>
251         <summary>To be added.</summary>
252         <remarks>To be added.</remarks>
253         <exception cref="T:System.ArgumentException">To be added; from:
254           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
255           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
256           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
257           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
258           <see cref="M:System.String.Format(System.String,System.Object[])" />,
259           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
260           <see cref="M:System.String.get_Chars(System.Int32)" />,
261           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
262           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
263           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
264           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
265           <see cref="M:System.Text.StringBuilder.FormatError" />,
266           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
267           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
268           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
269         <exception cref="T:System.ArgumentNullException">To be added; from:
270           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
271           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
272           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
273           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
274           <see cref="M:System.String.Format(System.String,System.Object[])" />,
275           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
276           <see cref="M:System.String.get_Chars(System.Int32)" />,
277           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
278           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
279           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
280           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
281           <see cref="M:System.Text.StringBuilder.FormatError" />,
282           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
283           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
284           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
285         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from:
286           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
287           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
288           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
289           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
290           <see cref="M:System.String.Format(System.String,System.Object[])" />,
291           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
292           <see cref="M:System.String.get_Chars(System.Int32)" />,
293           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
294           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
295           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
296           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
297           <see cref="M:System.Text.StringBuilder.FormatError" />,
298           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
299           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
300           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
301         <exception cref="T:System.ArrayTypeMismatchException">To be added; from:
302           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
303           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
304           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
305           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
306           <see cref="M:System.String.Format(System.String,System.Object[])" />,
307           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
308           <see cref="M:System.String.get_Chars(System.Int32)" />,
309           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
310           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
311           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
312           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
313           <see cref="M:System.Text.StringBuilder.FormatError" />,
314           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
315           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
316           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
317         <exception cref="T:System.FormatException">To be added; from:
318           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
319           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
320           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
321           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
322           <see cref="M:System.String.Format(System.String,System.Object[])" />,
323           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
324           <see cref="M:System.String.get_Chars(System.Int32)" />,
325           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
326           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
327           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
328           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
329           <see cref="M:System.Text.StringBuilder.FormatError" />,
330           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
331           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
332           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
333         <exception cref="T:System.IndexOutOfRangeException">To be added; from:
334           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
335           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
336           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
337           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
338           <see cref="M:System.String.Format(System.String,System.Object[])" />,
339           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
340           <see cref="M:System.String.get_Chars(System.Int32)" />,
341           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
342           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
343           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
344           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
345           <see cref="M:System.Text.StringBuilder.FormatError" />,
346           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
347           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
348           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
349         <exception cref="T:System.InvalidOperationException">To be added; from:
350           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
351           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
352           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
353           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
354           <see cref="M:System.String.Format(System.String,System.Object[])" />,
355           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
356           <see cref="M:System.String.get_Chars(System.Int32)" />,
357           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
358           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
359           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
360           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
361           <see cref="M:System.Text.StringBuilder.FormatError" />,
362           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
363           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
364           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
365         <exception cref="T:System.MulticastNotSupportedException">To be added; from:
366           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
367         <exception cref="T:System.OutOfMemoryException">To be added; from:
368           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
369           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
370           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
371           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
372           <see cref="M:System.String.Format(System.String,System.Object[])" />,
373           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
374           <see cref="M:System.String.get_Chars(System.Int32)" />,
375           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
376           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
377           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
378           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
379           <see cref="M:System.Text.StringBuilder.FormatError" />,
380           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
381           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
382           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
383         <exception cref="T:System.RankException">To be added; from:
384           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
385           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
386           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
387           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
388           <see cref="M:System.String.Format(System.String,System.Object[])" />,
389           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
390           <see cref="M:System.String.get_Chars(System.Int32)" />,
391           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
392           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
393           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
394           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
395           <see cref="M:System.Text.StringBuilder.FormatError" />,
396           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
397           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
398           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
399       </Docs>
400     </Member>
401     <Member MemberName="op_Explicit">
402       <MemberSignature Language="C#" Value="public static U op_Explicit (Mono.DocTest.Generic.GenericBase&lt;U&gt; list);" />
403       <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname !U op_Explicit(class Mono.DocTest.Generic.GenericBase`1&lt;!U&gt; list) cil managed" />
404       <MemberType>Method</MemberType>
405       <AssemblyInfo>
406         <AssemblyVersion>0.0.0.0</AssemblyVersion>
407       </AssemblyInfo>
408       <ReturnValue>
409         <ReturnType>U</ReturnType>
410       </ReturnValue>
411       <Parameters>
412         <Parameter Name="list" Type="Mono.DocTest.Generic.GenericBase&lt;U&gt;" />
413       </Parameters>
414       <Docs>
415         <param name="list">To be added.</param>
416         <summary>To be added.</summary>
417         <returns>To be added.</returns>
418         <remarks>To be added.</remarks>
419       </Docs>
420     </Member>
421     <Member MemberName="StaticField1">
422       <MemberSignature Language="C#" Value="public static readonly Mono.DocTest.Generic.GenericBase&lt;U&gt; StaticField1;" />
423       <MemberSignature Language="ILAsm" Value=".field public static initonly class Mono.DocTest.Generic.GenericBase`1&lt;!U&gt; StaticField1" />
424       <MemberType>Field</MemberType>
425       <AssemblyInfo>
426         <AssemblyVersion>0.0.0.0</AssemblyVersion>
427       </AssemblyInfo>
428       <ReturnValue>
429         <ReturnType>Mono.DocTest.Generic.GenericBase&lt;U&gt;</ReturnType>
430       </ReturnValue>
431       <Docs>
432         <summary>To be added.</summary>
433         <remarks>To be added.</remarks>
434       </Docs>
435     </Member>
436   </Members>
437 </Type>