Merge pull request #2757 from akoeplinger/fix-coreclr-test
[mono.git] / mcs / tools / mdoc / Test / en.expected.since / 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     <AssemblyVersion>2.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <TypeParameters>
10     <TypeParameter Name="U" />
11   </TypeParameters>
12   <Base>
13     <BaseTypeName>System.Object</BaseTypeName>
14   </Base>
15   <Interfaces />
16   <Docs>
17     <typeparam name="U">To be added.</typeparam>
18     <summary>To be added.</summary>
19     <remarks>To be added.</remarks>
20   </Docs>
21   <Members>
22     <Member MemberName=".ctor">
23       <MemberSignature Language="C#" Value="public GenericBase ();" />
24       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
25       <MemberType>Constructor</MemberType>
26       <AssemblyInfo>
27         <AssemblyVersion>0.0.0.0</AssemblyVersion>
28         <AssemblyVersion>2.0.0.0</AssemblyVersion>
29       </AssemblyInfo>
30       <Parameters />
31       <Docs>
32         <summary>To be added.</summary>
33         <remarks>To be added.</remarks>
34       </Docs>
35     </Member>
36     <Member MemberName="AddedInVersion0_1_0_0">
37       <MemberSignature Language="C#" Value="public void AddedInVersion0_1_0_0 ();" />
38       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddedInVersion0_1_0_0() cil managed" />
39       <MemberType>Method</MemberType>
40       <AssemblyInfo>
41         <AssemblyVersion>2.0.0.0</AssemblyVersion>
42       </AssemblyInfo>
43       <ReturnValue>
44         <ReturnType>System.Void</ReturnType>
45       </ReturnValue>
46       <Parameters />
47       <Docs>
48         <summary>To be added.</summary>
49         <remarks>To be added.</remarks>
50         <since version="Version 2.0" />
51       </Docs>
52     </Member>
53     <Member MemberName="BaseMethod&lt;S&gt;">
54       <MemberSignature Language="C#" Value="public U BaseMethod&lt;S&gt; (S genericParameter);" />
55       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !U BaseMethod&lt;S&gt;(!!S genericParameter) cil managed" />
56       <MemberType>Method</MemberType>
57       <AssemblyInfo>
58         <AssemblyVersion>0.0.0.0</AssemblyVersion>
59         <AssemblyVersion>2.0.0.0</AssemblyVersion>
60       </AssemblyInfo>
61       <ReturnValue>
62         <ReturnType>U</ReturnType>
63       </ReturnValue>
64       <TypeParameters>
65         <TypeParameter Name="S">
66           <Attributes>
67             <Attribute>
68               <AttributeName>Mono.DocTest.Doc("S")</AttributeName>
69             </Attribute>
70           </Attributes>
71         </TypeParameter>
72       </TypeParameters>
73       <Parameters>
74         <Parameter Name="genericParameter" Type="S" />
75       </Parameters>
76       <Docs>
77         <typeparam name="S">To be added.</typeparam>
78         <param name="genericParameter">To be added.</param>
79         <summary>To be added.</summary>
80         <returns>To be added.</returns>
81         <remarks>To be added.</remarks>
82       </Docs>
83     </Member>
84     <Member MemberName="ConstField1">
85       <MemberSignature Language="C#" Value="public const int ConstField1;" />
86       <MemberSignature Language="ILAsm" Value=".field public static literal int32 ConstField1" />
87       <MemberType>Field</MemberType>
88       <AssemblyInfo>
89         <AssemblyVersion>0.0.0.0</AssemblyVersion>
90         <AssemblyVersion>2.0.0.0</AssemblyVersion>
91       </AssemblyInfo>
92       <ReturnValue>
93         <ReturnType>System.Int32</ReturnType>
94       </ReturnValue>
95       <Docs>
96         <summary>To be added.</summary>
97         <remarks>To be added.</remarks>
98       </Docs>
99     </Member>
100     <Member MemberName="ItemChanged">
101       <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;" />
102       <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" />
103       <MemberType>Event</MemberType>
104       <AssemblyInfo>
105         <AssemblyVersion>0.0.0.0</AssemblyVersion>
106         <AssemblyVersion>2.0.0.0</AssemblyVersion>
107       </AssemblyInfo>
108       <ReturnValue>
109         <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>
110       </ReturnValue>
111       <Docs>
112         <summary>To be added.</summary>
113         <remarks>To be added.</remarks>
114         <exception cref="T:System.ArgumentException">To be added; from:
115           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
116           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
117           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
118           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
119           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
120           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
121           <see cref="M:System.String.Format(System.String,System.Object[])" />,
122           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
123           <see cref="M:System.String.get_Chars(System.Int32)" />,
124           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
125           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
126           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
127           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
128           <see cref="M:System.Text.StringBuilder.FormatError" />,
129           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
130           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
131           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
132         <exception cref="T:System.ArgumentNullException">To be added; from:
133           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
134           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
135           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
136           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
137           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
138           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
139           <see cref="M:System.String.Format(System.String,System.Object[])" />,
140           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
141           <see cref="M:System.String.get_Chars(System.Int32)" />,
142           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
143           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
144           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
145           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
146           <see cref="M:System.Text.StringBuilder.FormatError" />,
147           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
148           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
149           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
150         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from:
151           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
152           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
153           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
154           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
155           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
156           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
157           <see cref="M:System.String.Format(System.String,System.Object[])" />,
158           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
159           <see cref="M:System.String.get_Chars(System.Int32)" />,
160           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
161           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
162           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
163           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
164           <see cref="M:System.Text.StringBuilder.FormatError" />,
165           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
166           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
167           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
168         <exception cref="T:System.ArrayTypeMismatchException">To be added; from:
169           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
170           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
171           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
172           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
173           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
174           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
175           <see cref="M:System.String.Format(System.String,System.Object[])" />,
176           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
177           <see cref="M:System.String.get_Chars(System.Int32)" />,
178           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
179           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
180           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
181           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
182           <see cref="M:System.Text.StringBuilder.FormatError" />,
183           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
184           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
185           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
186         <exception cref="T:System.FormatException">To be added; from:
187           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
188           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
189           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
190           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
191           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
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.IndexOutOfRangeException">To be added; from:
205           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
206           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
207           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
208           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
209           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
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.InvalidOperationException">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.Combine(System.Delegate,System.Delegate)" />,
227           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
228           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
229           <see cref="M:System.String.Format(System.String,System.Object[])" />,
230           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
231           <see cref="M:System.String.get_Chars(System.Int32)" />,
232           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
233           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
234           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
235           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
236           <see cref="M:System.Text.StringBuilder.FormatError" />,
237           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
238           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
239           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
240         <exception cref="T:System.MulticastNotSupportedException">To be added; from:
241           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
242           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
243           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
244           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
245           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
246           <see cref="M:System.String.Format(System.String,System.Object[])" />,
247           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
248           <see cref="M:System.String.get_Chars(System.Int32)" />,
249           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
250           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
251           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
252           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
253           <see cref="M:System.Text.StringBuilder.FormatError" />,
254           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
255           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
256           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
257         <exception cref="T:System.OutOfMemoryException">To be added; from:
258           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
259           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
260           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
261           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
262           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
263           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
264           <see cref="M:System.String.Format(System.String,System.Object[])" />,
265           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
266           <see cref="M:System.String.get_Chars(System.Int32)" />,
267           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
268           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
269           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
270           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
271           <see cref="M:System.Text.StringBuilder.FormatError" />,
272           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
273           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
274           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
275         <exception cref="T:System.RankException">To be added; from:
276           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
277           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
278           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
279           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
280           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
281           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
282           <see cref="M:System.String.Format(System.String,System.Object[])" />,
283           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
284           <see cref="M:System.String.get_Chars(System.Int32)" />,
285           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
286           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
287           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
288           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
289           <see cref="M:System.Text.StringBuilder.FormatError" />,
290           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
291           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
292           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
293       </Docs>
294     </Member>
295     <Member MemberName="MyEvent">
296       <MemberSignature Language="C#" Value="public event EventHandler&lt;Mono.DocTest.Generic.GenericBase&lt;U&gt;.FooEventArgs&gt; MyEvent;" />
297       <MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1&lt;class Mono.DocTest.Generic.GenericBase`1/FooEventArgs&lt;!U&gt;&gt; MyEvent" />
298       <MemberType>Event</MemberType>
299       <AssemblyInfo>
300         <AssemblyVersion>0.0.0.0</AssemblyVersion>
301         <AssemblyVersion>2.0.0.0</AssemblyVersion>
302       </AssemblyInfo>
303       <ReturnValue>
304         <ReturnType>System.EventHandler&lt;Mono.DocTest.Generic.GenericBase&lt;U&gt;+FooEventArgs&gt;</ReturnType>
305       </ReturnValue>
306       <Docs>
307         <summary>To be added.</summary>
308         <remarks>To be added.</remarks>
309         <exception cref="T:System.ArgumentException">To be added; from:
310           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
311           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
312           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
313           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
314           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
315           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
316           <see cref="M:System.String.Format(System.String,System.Object[])" />,
317           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
318           <see cref="M:System.String.get_Chars(System.Int32)" />,
319           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
320           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
321           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
322           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
323           <see cref="M:System.Text.StringBuilder.FormatError" />,
324           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
325           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
326           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
327         <exception cref="T:System.ArgumentNullException">To be added; from:
328           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
329           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
330           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
331           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
332           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
333           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
334           <see cref="M:System.String.Format(System.String,System.Object[])" />,
335           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
336           <see cref="M:System.String.get_Chars(System.Int32)" />,
337           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
338           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
339           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
340           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
341           <see cref="M:System.Text.StringBuilder.FormatError" />,
342           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
343           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
344           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
345         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from:
346           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
347           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
348           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
349           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
350           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
351           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
352           <see cref="M:System.String.Format(System.String,System.Object[])" />,
353           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
354           <see cref="M:System.String.get_Chars(System.Int32)" />,
355           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
356           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
357           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
358           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
359           <see cref="M:System.Text.StringBuilder.FormatError" />,
360           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
361           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
362           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
363         <exception cref="T:System.ArrayTypeMismatchException">To be added; from:
364           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
365           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
366           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
367           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
368           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
369           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
370           <see cref="M:System.String.Format(System.String,System.Object[])" />,
371           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
372           <see cref="M:System.String.get_Chars(System.Int32)" />,
373           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
374           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
375           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
376           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
377           <see cref="M:System.Text.StringBuilder.FormatError" />,
378           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
379           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
380           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
381         <exception cref="T:System.FormatException">To be added; from:
382           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
383           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
384           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
385           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
386           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
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         <exception cref="T:System.IndexOutOfRangeException">To be added; from:
400           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
401           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
402           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
403           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
404           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
405           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
406           <see cref="M:System.String.Format(System.String,System.Object[])" />,
407           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
408           <see cref="M:System.String.get_Chars(System.Int32)" />,
409           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
410           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
411           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
412           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
413           <see cref="M:System.Text.StringBuilder.FormatError" />,
414           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
415           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
416           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
417         <exception cref="T:System.InvalidOperationException">To be added; from:
418           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
419           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
420           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
421           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
422           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
423           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
424           <see cref="M:System.String.Format(System.String,System.Object[])" />,
425           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
426           <see cref="M:System.String.get_Chars(System.Int32)" />,
427           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
428           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
429           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
430           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
431           <see cref="M:System.Text.StringBuilder.FormatError" />,
432           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
433           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
434           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
435         <exception cref="T:System.MulticastNotSupportedException">To be added; from:
436           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
437           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
438           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
439           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
440           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
441           <see cref="M:System.String.Format(System.String,System.Object[])" />,
442           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
443           <see cref="M:System.String.get_Chars(System.Int32)" />,
444           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
445           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
446           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
447           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
448           <see cref="M:System.Text.StringBuilder.FormatError" />,
449           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
450           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
451           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
452         <exception cref="T:System.OutOfMemoryException">To be added; from:
453           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
454           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
455           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
456           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
457           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
458           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
459           <see cref="M:System.String.Format(System.String,System.Object[])" />,
460           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
461           <see cref="M:System.String.get_Chars(System.Int32)" />,
462           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
463           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
464           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
465           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
466           <see cref="M:System.Text.StringBuilder.FormatError" />,
467           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
468           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
469           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
470         <exception cref="T:System.RankException">To be added; from:
471           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />,
472           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />,
473           <see cref="M:System.Array.CreateArrayTypeMismatchException" />,
474           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />,
475           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />,
476           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />,
477           <see cref="M:System.String.Format(System.String,System.Object[])" />,
478           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
479           <see cref="M:System.String.get_Chars(System.Int32)" />,
480           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />,
481           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />,
482           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />,
483           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />,
484           <see cref="M:System.Text.StringBuilder.FormatError" />,
485           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />,
486           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />,
487           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception>
488       </Docs>
489     </Member>
490     <Member MemberName="op_Explicit">
491       <MemberSignature Language="C#" Value="public static U op_Explicit (Mono.DocTest.Generic.GenericBase&lt;U&gt; list);" />
492       <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname !U op_Explicit(class Mono.DocTest.Generic.GenericBase`1&lt;!U&gt; list) cil managed" />
493       <MemberType>Method</MemberType>
494       <AssemblyInfo>
495         <AssemblyVersion>0.0.0.0</AssemblyVersion>
496         <AssemblyVersion>2.0.0.0</AssemblyVersion>
497       </AssemblyInfo>
498       <ReturnValue>
499         <ReturnType>U</ReturnType>
500       </ReturnValue>
501       <Parameters>
502         <Parameter Name="list" Type="Mono.DocTest.Generic.GenericBase&lt;U&gt;" />
503       </Parameters>
504       <Docs>
505         <param name="list">To be added.</param>
506         <summary>To be added.</summary>
507         <returns>To be added.</returns>
508         <remarks>To be added.</remarks>
509       </Docs>
510     </Member>
511     <Member MemberName="StaticField1">
512       <MemberSignature Language="C#" Value="public static readonly Mono.DocTest.Generic.GenericBase&lt;U&gt; StaticField1;" />
513       <MemberSignature Language="ILAsm" Value=".field public static initonly class Mono.DocTest.Generic.GenericBase`1&lt;!U&gt; StaticField1" />
514       <MemberType>Field</MemberType>
515       <AssemblyInfo>
516         <AssemblyVersion>0.0.0.0</AssemblyVersion>
517         <AssemblyVersion>2.0.0.0</AssemblyVersion>
518       </AssemblyInfo>
519       <ReturnValue>
520         <ReturnType>Mono.DocTest.Generic.GenericBase&lt;U&gt;</ReturnType>
521       </ReturnValue>
522       <Docs>
523         <summary>To be added.</summary>
524         <remarks>To be added.</remarks>
525       </Docs>
526     </Member>
527   </Members>
528 </Type>