You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			512 lines
		
	
	
		
			37 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			512 lines
		
	
	
		
			37 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <Type Name="GenericBase<U>" FullName="Mono.DocTest.Generic.GenericBase<U>"> | ||
|  |   <TypeSignature Language="C#" Value="public class GenericBase<U>" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GenericBase`1<U> extends System.Object" /> | ||
|  |   <AssemblyInfo> | ||
|  |     <AssemblyName>DocTest</AssemblyName> | ||
|  |     <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |   </AssemblyInfo> | ||
|  |   <TypeParameters> | ||
|  |     <TypeParameter Name="U" /> | ||
|  |   </TypeParameters> | ||
|  |   <Base> | ||
|  |     <BaseTypeName>System.Object</BaseTypeName> | ||
|  |   </Base> | ||
|  |   <Interfaces /> | ||
|  |   <Docs> | ||
|  |     <typeparam name="U">Insert <c>text</c> here.</typeparam> | ||
|  |     <summary>To be added.</summary> | ||
|  |     <remarks> | ||
|  |       <c>T:Mono.DocTest.Generic.GenericBase`1</c>.</remarks> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public GenericBase ();" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> | ||
|  |       <MemberType>Constructor</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <Parameters /> | ||
|  |       <Docs> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="BaseMethod<S>"> | ||
|  |       <MemberSignature Language="C#" Value="public U BaseMethod<S> (S genericParameter);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance !U BaseMethod<S>(!!S genericParameter) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>U</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <TypeParameters> | ||
|  |         <TypeParameter Name="S"> | ||
|  |           <Attributes> | ||
|  |             <Attribute> | ||
|  |               <AttributeName>Mono.DocTest.Doc("S")</AttributeName> | ||
|  |             </Attribute> | ||
|  |           </Attributes> | ||
|  |         </TypeParameter> | ||
|  |       </TypeParameters> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="genericParameter" Type="S" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <typeparam name="S">Insert more <c>text</c> here.</typeparam> | ||
|  |         <param name="genericParameter">Something</param> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <returns>The default value.</returns> | ||
|  |         <remarks> | ||
|  |           <c>M:Mono.DocTest.GenericBase`1.BaseMethod``1(``0)</c>.</remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="ConstField1"> | ||
|  |       <MemberSignature Language="C#" Value="public const int ConstField1;" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".field public static literal int32 ConstField1" /> | ||
|  |       <MemberType>Field</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Int32</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <remarks> | ||
|  |           <c>F:Mono.DocTest.GenericBase`1.ConstField1</c> | ||
|  |         </remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="ItemChanged"> | ||
|  |       <MemberSignature Language="C#" Value="public event Action<Mono.DocTest.Generic.MyList<U>,Mono.DocTest.Generic.MyList<U>.Helper<U,U>> ItemChanged;" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".event class System.Action`2<class Mono.DocTest.Generic.MyList`1<!U>, class Mono.DocTest.Generic.MyList`1/Helper`2<!U, !U, !U>> ItemChanged" /> | ||
|  |       <MemberType>Event</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Action<Mono.DocTest.Generic.MyList<U>,Mono.DocTest.Generic.MyList<U>+Helper<U,U>></ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <remarks>E:Mono.DocTest.Generic.GenericBase`1.ItemChanged</remarks> | ||
|  |         <exception cref="T:System.ArgumentException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArgumentNullException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArrayTypeMismatchException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.FormatException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.IndexOutOfRangeException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.InvalidOperationException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.MulticastNotSupportedException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.OutOfMemoryException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.RankException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="MyEvent"> | ||
|  |       <MemberSignature Language="C#" Value="public event EventHandler<Mono.DocTest.Generic.GenericBase<U>.FooEventArgs> MyEvent;" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1<class Mono.DocTest.Generic.GenericBase`1/FooEventArgs<!U>> MyEvent" /> | ||
|  |       <MemberType>Event</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.EventHandler<Mono.DocTest.Generic.GenericBase<U>+FooEventArgs></ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <remarks>E:Mono.DocTest.Generic.GenericBase`1.MyEvent</remarks> | ||
|  |         <exception cref="T:System.ArgumentException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArgumentNullException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArgumentOutOfRangeException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.ArrayTypeMismatchException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.FormatException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.IndexOutOfRangeException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.InvalidOperationException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.MulticastNotSupportedException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.OutOfMemoryException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |         <exception cref="T:System.RankException">To be added; from: | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Array,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Array.CreateArrayTypeMismatchException" />, | ||
|  |           <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, | ||
|  |           <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" />, | ||
|  |           <see cref="M:System.String.Format(System.String,System.Object[])" />, | ||
|  |           <see cref="M:System.String.FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.String.get_Chars(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.Append(System.Char,System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ExpandByABlock(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.FormatError" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.set_Length(System.Int32)" />, | ||
|  |           <see cref="M:System.Text.StringBuilder.ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)" />, | ||
|  |           <see cref="M:System.Type.GetGenericParameterConstraints" /></exception> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="op_Explicit"> | ||
|  |       <MemberSignature Language="C#" Value="public static U op_Explicit (Mono.DocTest.Generic.GenericBase<U> list);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname !U op_Explicit(class Mono.DocTest.Generic.GenericBase`1<!U> list) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>U</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="list" Type="Mono.DocTest.Generic.GenericBase<U>" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="list">Insert description here</param> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <returns>The default value for <typeparamref name="U" />.</returns> | ||
|  |         <remarks> | ||
|  |           <c>M:Mono.DocTest.GenericBase`1.op_Explicit(Mono.DocTest.GenericBase{`0})~`0</c> | ||
|  |         </remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="StaticField1"> | ||
|  |       <MemberSignature Language="C#" Value="public static readonly Mono.DocTest.Generic.GenericBase<U> StaticField1;" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".field public static initonly class Mono.DocTest.Generic.GenericBase`1<!U> StaticField1" /> | ||
|  |       <MemberType>Field</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>0.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>Mono.DocTest.Generic.GenericBase<U></ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <remarks> | ||
|  |           <c>F:Mono.DocTest.GenericBase`1.StaticField1</c> | ||
|  |         </remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |