Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Runtime.xml
index a0fd983..cb887f2 100755 (executable)
     <member name="T:Microsoft.Win32.SafeHandles.SafeFileHandle">
       <summary>Represents a wrapper class for a file handle.</summary>
     </member>
-    <member name="M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor">
-      <summary>Creates a <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> around a file handle.</summary>
-    </member>
     <member name="M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> class.</summary>
       <param name="preexistingHandle">An <see cref="T:System.IntPtr" /> object that represents the pre-existing handle to use.</param>
       <param name="ownsHandle">
         <see langword="true" /> to reliably release the handle during the finalization phase; <see langword="false" /> to prevent reliable release (not recommended).</param>
     </member>
-    <member name="P:Microsoft.Win32.SafeHandles.SafeFileHandle.IsAsync">
-      <summary>Gets a value that determines if the handle is asynchronous or not.</summary>
-      <returns>
-        <see langword="true" /> if the handle is asynchronous; <see langword="false" /> otherwise.</returns>
-    </member>
     <member name="P:Microsoft.Win32.SafeHandles.SafeFileHandle.IsInvalid">
       <summary>Gets a value that indicates whether the handle is invalid.</summary>
       <returns>
@@ -77,9 +69,6 @@
     <member name="T:Microsoft.Win32.SafeHandles.SafeWaitHandle">
       <summary>Represents a wrapper class for a wait handle.</summary>
     </member>
-    <member name="M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor">
-      <summary>Creates a <see cref="T:Microsoft.Win32.SafeHandles.SafeWaitHandle" />.</summary>
-    </member>
     <member name="M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeWaitHandle" /> class.</summary>
       <param name="existingHandle">An <see cref="T:System.IntPtr" /> object that represents the pre-existing handle to use.</param>
     <member name="M:System.Activator.CreateInstance(System.String,System.String)">
       <summary>Creates an instance of the type whose name is specified, using the named assembly and parameterless constructor.</summary>
       <param name="assemblyName">The name of the assembly where the type named <paramref name="typeName" /> is sought. If <paramref name="assemblyName" /> is <see langword="null" />, the executing assembly is searched.</param>
-      <param name="typeName">The fully qualified name of the type to create an instance of.</param>
+      <param name="typeName">The fully qualified name of the preferred type.</param>
+      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
       <exception cref="T:System.Runtime.InteropServices.InvalidComObjectException">The COM type was not obtained through <see cref="Overload:System.Type.GetTypeFromProgID" /> or <see cref="Overload:System.Type.GetTypeFromCLSID" />.</exception>
       <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.  
-  
- -or-  
-  
- The assembly name or code base is invalid.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
+        <paramref name="assemblyName" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
+      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.
+-or-
+The assembly name or code base is invalid.</exception>
     </member>
     <member name="M:System.Activator.CreateInstance(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
       <summary>Creates an instance of the type whose name is specified, using the named assembly and the constructor that best matches the specified parameters.</summary>
       <param name="assemblyName">The name of the assembly where the type named <paramref name="typeName" /> is sought. If <paramref name="assemblyName" /> is <see langword="null" />, the executing assembly is searched.</param>
-      <param name="typeName">The fully qualified name of the type to create an instance of.</param>
+      <param name="typeName">The fully qualified name of the preferred type.</param>
       <param name="ignoreCase">
         <see langword="true" /> to specify that the search for <paramref name="typeName" /> is not case-sensitive; <see langword="false" /> to specify that the search is case-sensitive.</param>
       <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
       <param name="binder">An object that uses <paramref name="bindingAttr" /> and <paramref name="args" /> to seek and identify the <paramref name="typeName" /> constructor. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
       <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="typeName" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor, which was invoked through reflection, threw an exception.</exception>
       <exception cref="T:System.Runtime.InteropServices.InvalidComObjectException">The COM type was not obtained through <see cref="Overload:System.Type.GetTypeFromProgID" /> or <see cref="Overload:System.Type.GetTypeFromCLSID" />.</exception>
-      <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.  
-  
- -or-  
-  
- The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
+      <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+<paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.
+-or-
+The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.  
-  
- -or-  
-  
- The assembly name or code base is invalid.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
+        <paramref name="assemblyName" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
+      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.
+-or-
+The assembly name or code base is invalid.</exception>
     </member>
     <member name="M:System.Activator.CreateInstance(System.String,System.String,System.Object[])">
       <summary>Creates an instance of the type whose name is specified, using the named assembly and parameterless constructor.</summary>
       <param name="assemblyName">The name of the assembly where the type named <paramref name="typeName" /> is sought. If <paramref name="assemblyName" /> is <see langword="null" />, the executing assembly is searched.</param>
-      <param name="typeName">The fully qualified name of the type to create an instance of.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="typeName">The fully qualified name of the preferred type.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <exception cref="T:System.Runtime.InteropServices.InvalidComObjectException">The COM type was not obtained through <see cref="Overload:System.Type.GetTypeFromProgID" /> or <see cref="Overload:System.Type.GetTypeFromCLSID" />.</exception>
-      <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.  
-  
- -or-  
-  
- <paramref name="activationAttributes" /> is not a <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" />  
-  
- array.</exception>
+      <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+<paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.
+-or-
+<paramref name="activationAttributes" /> is not a <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" />
+array.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.  
-  
- -or-  
-  
- The assembly name or code base is invalid.</exception>
+        <paramref name="assemblyName" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
+      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.
+-or-
+The assembly name or code base is invalid.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred when attempting remote activation in a target specified in <paramref name="activationAttributes" />.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type)">
       <summary>Creates an instance of the specified type using that type's parameterless constructor.</summary>
       <param name="type">The type of object to create.</param>
+      <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <exception cref="T:System.Runtime.InteropServices.InvalidComObjectException">The COM type was not obtained through <see cref="Overload:System.Type.GetTypeFromProgID" /> or <see cref="Overload:System.Type.GetTypeFromCLSID" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.
+      <exception cref="T:System.MissingMethodException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.</exception>
+            
+  
+ No matching public constructor was found.</exception>
       <exception cref="T:System.Runtime.InteropServices.COMException">
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type,System.Boolean)">
       <summary>Creates an instance of the specified type using that type's parameterless constructor.</summary>
       <param name="type">The type of object to create.</param>
       <param name="nonPublic">
         <see langword="true" /> if a public or nonpublic parameterless constructor can match; <see langword="false" /> if only a public parameterless constructor can match.</param>
+      <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
@@ -617,82 +578,69 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type,System.Object[])">
       <summary>Creates an instance of the specified type using the constructor that best matches the specified parameters.</summary>
       <param name="type">The type of object to create.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
+      <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.  
-  
- -or-  
-  
- The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.
+-or-
+The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <exception cref="T:System.Runtime.InteropServices.InvalidComObjectException">The COM type was not obtained through <see cref="Overload:System.Type.GetTypeFromProgID" /> or <see cref="Overload:System.Type.GetTypeFromCLSID" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.
+      <exception cref="T:System.MissingMethodException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.</exception>
+            
+  
+ No matching public constructor was found.</exception>
       <exception cref="T:System.Runtime.InteropServices.COMException">
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])">
       <summary>Creates an instance of the specified type using the constructor that best matches the specified parameters.</summary>
       <param name="type">The type of object to create.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.  
-  
- -or-  
-  
- The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+<paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.
+-or-
+The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
@@ -702,7 +650,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
       <summary>Creates an instance of the specified type using the constructor that best matches the specified parameters.</summary>
@@ -711,28 +658,21 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="binder">An object that uses <paramref name="bindingAttr" /> and <paramref name="args" /> to seek and identify the <paramref name="type" /> constructor. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
       <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="type" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.  
-  
- -or-  
-  
- The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.
+-or-
+The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
@@ -742,7 +682,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
       <summary>Creates an instance of the specified type using the constructor that best matches the specified parameters.</summary>
@@ -751,35 +690,25 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="binder">An object that uses <paramref name="bindingAttr" /> and <paramref name="args" /> to seek and identify the <paramref name="type" /> constructor. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
       <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="type" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A reference to the newly created object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
+        <paramref name="type" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="type" /> is an open generic type (that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />).</exception>
       <exception cref="T:System.NotSupportedException">
-        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.  
-  
- -or-  
-  
- Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.  
-  
- -or-  
-  
- <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.  
-  
- -or-  
-  
- The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.  
-  
- -or-  
-  
- The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
+        <paramref name="type" /> cannot be a <see cref="T:System.Reflection.Emit.TypeBuilder" />.
+-or-
+Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, <see cref="T:System.Void" />, and <see cref="T:System.RuntimeArgumentHandle" /> types, or arrays of those types, is not supported.
+-or-
+<paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.
+-or-
+The assembly that contains <paramref name="type" /> is a dynamic assembly that was created with <see cref="F:System.Reflection.Emit.AssemblyBuilderAccess.Save" />.
+-or-
+The constructor that best matches <paramref name="args" /> has <see langword="varargs" /> arguments.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor being called throws an exception.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
@@ -789,20 +718,23 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="type" /> is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered.</exception>
       <exception cref="T:System.TypeLoadException">
         <paramref name="type" /> is not a valid type.</exception>
-      <returns>A reference to the newly created object.</returns>
     </member>
     <member name="M:System.Activator.CreateInstance``1">
       <summary>Creates an instance of the type designated by the specified generic type parameter, using the parameterless constructor.</summary>
       <typeparam name="T">The type to create.</typeparam>
-      <exception cref="T:System.MissingMethodException">Cannot create an instance of an abstract class, or the type that is specified for <typeparamref name="T" /> does not have a parameterless constructor.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.</exception>
       <returns>A reference to the newly created object.</returns>
+      <exception cref="T:System.MissingMethodException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.  
+  
+
+            
+  
+ Cannot create an instance of an abstract class, or the type that is specified for <typeparamref name="T" /> does not have a parameterless constructor.</exception>
     </member>
     <member name="M:System.Activator.CreateInstanceFrom(System.String,System.String)">
       <summary>Creates an instance of the type whose name is specified, using the named assembly file and parameterless constructor.</summary>
       <param name="assemblyFile">The name of a file that contains an assembly where the type named <paramref name="typeName" /> is sought.</param>
-      <param name="typeName">The name of the type to create an instance of.</param>
+      <param name="typeName">The name of the preferred type.</param>
+      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
@@ -815,26 +747,23 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.Reflection.TargetInvocationException">The constructor, which was invoked through reflection, threw an exception.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does have the required <see cref="T:System.Security.Permissions.FileIOPermission" />.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
+        <paramref name="assemblyFile" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
     </member>
     <member name="M:System.Activator.CreateInstanceFrom(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
       <summary>Creates an instance of the type whose name is specified, using the named assembly file and the constructor that best matches the specified parameters.</summary>
       <param name="assemblyFile">The name of a file that contains an assembly where the type named <paramref name="typeName" /> is sought.</param>
-      <param name="typeName">The name of the type to create an instance of.</param>
+      <param name="typeName">The name of the preferred type.</param>
       <param name="ignoreCase">
         <see langword="true" /> to specify that the search for <paramref name="typeName" /> is not case-sensitive; <see langword="false" /> to specify that the search is case-sensitive.</param>
       <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
       <param name="binder">An object that uses <paramref name="bindingAttr" /> and <paramref name="args" /> to seek and identify the <paramref name="typeName" /> constructor. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="args">An array of arguments that match in number, order, and type the parameters of the constructor to invoke. If <paramref name="args" /> is an empty array or <see langword="null" />, the constructor that takes no parameters (the parameterless constructor) is invoked.</param>
       <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="typeName" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
@@ -849,20 +778,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.NotSupportedException">
         <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
+        <paramref name="assemblyFile" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
     </member>
     <member name="M:System.Activator.CreateInstanceFrom(System.String,System.String,System.Object[])">
       <summary>Creates an instance of the type whose name is specified, using the named assembly file and parameterless constructor.</summary>
       <param name="assemblyFile">The name of a file that contains an assembly where the type named <paramref name="typeName" /> is sought.</param>
-      <param name="typeName">The name of the type to create an instance of.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <param name="typeName">The name of the preferred type.</param>
+      <param name="activationAttributes">An array of one or more attributes that can participate in activation. This is typically an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.
+This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
     <returns>A handle that must be unwrapped to access the newly created instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
@@ -877,12 +803,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="activationAttributes" /> is not an empty array, and the type being created does not derive from <see cref="T:System.MarshalByRefObject" />.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does have the required <see cref="T:System.Security.Permissions.FileIOPermission" />.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
-      <returns>A handle that must be unwrapped to access the newly created instance.</returns>
+        <paramref name="assemblyFile" /> is not a valid assembly.
+-or-
+The common language runtime (CLR) version 2.0 or later is currently loaded, and <paramref name="assemblyName" /> was compiled for a version of the CLR that is later than the currently loaded version. Note that the .NET Framework versions 2.0, 3.0, and 3.5 all use CLR version 2.0.</exception>
     </member>
     <member name="T:System.AggregateException">
       <summary>Represents one or more errors that occur during application execution.</summary>
@@ -953,10 +876,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">The <paramref name="predicate" /> argument is null.</exception>
       <exception cref="T:System.AggregateException">An exception contained by this <see cref="T:System.AggregateException" /> was not handled.</exception>
     </member>
-    <member name="M:System.AggregateException.ToString">
-      <summary>Creates and returns a string representation of the current <see cref="T:System.AggregateException" />.</summary>
-      <returns>A string representation of the current exception.</returns>
-    </member>
     <member name="P:System.AggregateException.InnerExceptions">
       <summary>Gets a read-only collection of the <see cref="T:System.Exception" /> instances that caused the current exception.</summary>
       <returns>A read-only collection of the <see cref="T:System.Exception" /> instances that caused the current exception.</returns>
@@ -965,9 +884,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets a message that describes the exception.</summary>
       <returns>The message that describes the exception.</returns>
     </member>
+    <member name="M:System.AggregateException.ToString">
+      <summary>Creates and returns a string representation of the current <see cref="T:System.AggregateException" />.</summary>
+      <returns>A string representation of the current exception.</returns>
+    </member>
     <member name="T:System.AppContext">
       <summary>Provides members for setting and retrieving data about an application's context.</summary>
     </member>
+    <member name="P:System.AppContext.BaseDirectory">
+      <summary>Gets the pathname of the base directory that the assembly resolver uses to probe for assemblies.</summary>
+      <returns>the pathname of the base directory that the assembly resolver uses to probe for assemblies.</returns>
+    </member>
     <member name="M:System.AppContext.GetData(System.String)">
       <summary>Returns the value of the named data element assigned to the current application domain.</summary>
       <param name="name">The name of the data element.</param>
@@ -982,1007 +909,172 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentException">
         <paramref name="switchName" /> is <see cref="F:System.String.Empty" />.</exception>
     </member>
+    <member name="P:System.AppContext.TargetFrameworkName">
+      <summary>Gets the name of the framework version targeted by the current application.</summary>
+      <returns>The name of the framework version targeted by the current application.</returns>
+    </member>
     <member name="M:System.AppContext.TryGetSwitch(System.String,System.Boolean@)">
       <summary>Tries to get the value of a switch.</summary>
       <param name="switchName">The name of the switch.</param>
       <param name="isEnabled">When this method returns, contains the value of <paramref name="switchName" /> if <paramref name="switchName" /> was found, or <see langword="false" /> if <paramref name="switchName" /> was not found. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="switchName" /> was set and the <paramref name="isEnabled" /> argument contains the value of the switch; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="switchName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="switchName" /> is <see cref="F:System.String.Empty" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="switchName" /> was set and the <paramref name="isEnabled" /> argument contains the value of the switch; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.AppContext.BaseDirectory">
-      <summary>Gets the file path of the base directory that the assembly resolver uses to probe for assemblies.</summary>
-      <returns>The file path of the base directory that the assembly resolver uses to probe for assemblies.</returns>
+    <member name="T:System.ApplicationException">
+      <summary>Serves as the base class for application-defined exceptions.</summary>
     </member>
-    <member name="P:System.AppContext.TargetFrameworkName">
-      <summary>Gets the name of the framework version targeted by the current application.</summary>
-      <returns>The name of the framework version targeted by the current application.</returns>
+    <member name="M:System.ApplicationException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class.</summary>
     </member>
-    <member name="T:System.AppDomain">
-      <summary>Represents an application domain, which is an isolated environment where applications execute. This class cannot be inherited.</summary>
+    <member name="M:System.ApplicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="E:System.AppDomain.AssemblyLoad">
-      <summary>Occurs when an assembly is loaded.</summary>
+    <member name="M:System.ApplicationException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with a specified error message.</summary>
+      <param name="message">A message that describes the error.</param>
     </member>
-    <member name="E:System.AppDomain.AssemblyResolve">
-      <summary>Occurs when the resolution of an assembly fails.</summary>
+    <member name="M:System.ApplicationException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="E:System.AppDomain.DomainUnload">
-      <summary>Occurs when an <see cref="T:System.AppDomain" /> is about to be unloaded.</summary>
+    <member name="T:System.ArgIterator">
+      <summary>Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.</summary>
     </member>
-    <member name="E:System.AppDomain.FirstChanceException">
-      <summary>Occurs when an exception is thrown in managed code, before the runtime searches the call stack for an exception handler in the application domain.</summary>
+    <member name="M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgIterator" /> structure using the specified argument list.</summary>
+      <param name="arglist">An argument list consisting of mandatory and optional arguments.</param>
     </member>
-    <member name="E:System.AppDomain.ProcessExit">
-      <summary>Occurs when the default application domain's parent process exits.</summary>
+    <member name="M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle,System.Void*)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgIterator" /> structure using the specified argument list and a pointer to an item in the list.</summary>
+      <param name="arglist">An argument list consisting of mandatory and optional arguments.</param>
+      <param name="ptr">A pointer to the argument in <paramref name="arglist" /> to access first, or the first mandatory argument in <paramref name="arglist" /> if <paramref name="ptr" /> is <see langword="null" />.</param>
     </member>
-    <member name="E:System.AppDomain.ReflectionOnlyAssemblyResolve">
-      <summary>Occurs when the resolution of an assembly fails in the reflection-only context.</summary>
+    <member name="M:System.ArgIterator.End">
+      <summary>Concludes processing of the variable-length argument list represented by this instance.</summary>
     </member>
-    <member name="E:System.AppDomain.ResourceResolve">
-      <summary>Occurs when the resolution of a resource fails because the resource is not a valid linked or embedded resource in the assembly.</summary>
+    <member name="M:System.ArgIterator.Equals(System.Object)">
+      <summary>This method is not supported, and always throws <see cref="T:System.NotSupportedException" />.</summary>
+      <param name="o">An object to be compared to this instance.</param>
+      <returns>This comparison is not supported. No value is returned.</returns>
+      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
     </member>
-    <member name="E:System.AppDomain.TypeResolve">
-      <summary>Occurs when the resolution of a type fails.</summary>
+    <member name="M:System.ArgIterator.GetHashCode">
+      <summary>Returns the hash code of this object.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="E:System.AppDomain.UnhandledException">
-      <summary>Occurs when an exception is not caught.</summary>
+    <member name="M:System.ArgIterator.GetNextArg">
+      <summary>Returns the next argument in a variable-length argument list.</summary>
+      <returns>The next argument as a <see cref="T:System.TypedReference" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to read beyond the end of the list.</exception>
     </member>
-    <member name="M:System.AppDomain.AppendPrivatePath(System.String)">
-      <summary>Appends the specified directory name to the private path list.</summary>
-      <param name="path">The name of the directory to be appended to the private path.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
+    <member name="M:System.ArgIterator.GetNextArg(System.RuntimeTypeHandle)">
+      <summary>Returns the next argument in a variable-length argument list that has a specified type.</summary>
+      <param name="rth">A runtime type handle that identifies the type of the argument to retrieve.</param>
+      <returns>The next argument as a <see cref="T:System.TypedReference" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to read beyond the end of the list.</exception>
+      <exception cref="T:System.ArgumentNullException">The pointer to the remaining arguments is zero.</exception>
     </member>
-    <member name="M:System.AppDomain.ApplyPolicy(System.String)">
-      <summary>Returns the assembly display name after policy has been applied.</summary>
-      <param name="assemblyName">The assembly display name, in the form provided by the <see cref="P:System.Reflection.Assembly.FullName" /> property.</param>
-      <returns>A string containing the assembly display name after policy has been applied.</returns>
+    <member name="M:System.ArgIterator.GetNextArgType">
+      <summary>Returns the type of the next argument.</summary>
+      <returns>The type of the next argument.</returns>
     </member>
-    <member name="M:System.AppDomain.ClearPrivatePath">
-      <summary>Resets the path that specifies the location of private assemblies to the empty string ("").</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
+    <member name="M:System.ArgIterator.GetRemainingCount">
+      <summary>Returns the number of arguments remaining in the argument list.</summary>
+      <returns>The number of remaining arguments.</returns>
     </member>
-    <member name="M:System.AppDomain.ClearShadowCopyPath">
-      <summary>Resets the list of directories containing shadow copied assemblies to the empty string ("").</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
+    <member name="T:System.ArgumentException">
+      <summary>The exception that is thrown when one of the arguments provided to a method is not valid.</summary>
     </member>
-    <member name="M:System.AppDomain.CreateDomain(System.String)">
-      <summary>Creates a new application domain with the specified name.</summary>
-      <param name="friendlyName">The friendly name of the domain.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="friendlyName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The newly created application domain.</returns>
+    <member name="M:System.ArgumentException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class.</summary>
     </member>
-    <member name="M:System.AppDomain.CreateInstance(System.String,System.String)">
-      <summary>Creates a new instance of the specified type defined in the specified assembly.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance specified by <paramref name="typeName" />. The return value needs to be unwrapped to access the real object.</returns>
-    </member>
-    <member name="M:System.AppDomain.CreateInstance(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly. Parameters specify a binder, binding flags, constructor arguments, culture-specific information used to interpret arguments, and optional activation attributes.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="ignoreCase">A Boolean value specifying whether to perform a case-sensitive search or not.</param>
-      <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
-      <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects using reflection. If <paramref name="binder" /> is null, the default binder is used.</param>
-      <param name="args">The arguments to pass to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to invoke. If the parameterless constructor is preferred, <paramref name="args" /> must be an empty array or null.</param>
-      <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="typeName" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyName" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance specified by <paramref name="typeName" />. The return value needs to be unwrapped to access the real object.</returns>
+    <member name="M:System.ArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.AppDomain.CreateInstance(System.String,System.String,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly. A parameter specifies an array of activation attributes.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects.Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance specified by <paramref name="typeName" />. The return value needs to be unwrapped to access the real object.</returns>
+    <member name="M:System.ArgumentException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String)">
-      <summary>Creates a new instance of the specified type. Parameters specify the assembly where the type is defined, and the name of the type.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>An instance of the object specified by <paramref name="typeName" />.</returns>
+    <member name="M:System.ArgumentException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly, specifying whether the case of the type name is ignored; the binding attributes and the binder that are used to select the type to be created; the arguments of the constructor; the culture; and the activation attributes.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="ignoreCase">A Boolean value specifying whether to perform a case-sensitive search or not.</param>
-      <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
-      <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects using reflection. If <paramref name="binder" /> is null, the default binder is used.</param>
-      <param name="args">The arguments to pass to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to invoke. If the parameterless constructor is preferred, <paramref name="args" /> must be an empty array or null.</param>
-      <param name="culture">A culture-specific object used to govern the coercion of types. If <paramref name="culture" /> is <see langword="null" />, the <see langword="CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object. that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyName" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>An instance of the object specified by <paramref name="typeName" />.</returns>
+    <member name="M:System.ArgumentException.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="paramName">The name of the parameter that caused the current exception.</param>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String,System.Object[])">
-      <summary>Creates a new instance of the specified type. Parameters specify the assembly where the type is defined, the name of the type, and an array of activation attributes.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects.Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>An instance of the object specified by <paramref name="typeName" />.</returns>
+    <member name="M:System.ArgumentException.#ctor(System.String,System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="paramName">The name of the parameter that caused the current exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFrom(System.String,System.String)">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file.</summary>
-      <param name="assemblyFile">The name, including the path, of a file that contains an assembly that defines the requested type. The assembly is loaded using the <see cref="M:System.Reflection.Assembly.LoadFrom(System.String)" /> method.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyFile" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.MissingMethodException">No parameterless public constructor was found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance, or <see langword="null" /> if <paramref name="typeName" /> is not found. The return value needs to be unwrapped to access the real object.</returns>
+    <member name="M:System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the parameter name and additional exception information.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> object is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFrom(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file.</summary>
-      <param name="assemblyFile">The name, including the path, of a file that contains an assembly that defines the requested type. The assembly is loaded using the <see cref="M:System.Reflection.Assembly.LoadFrom(System.String)" /> method.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="ignoreCase">A Boolean value specifying whether to perform a case-sensitive search or not.</param>
-      <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
-      <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects through reflection. If <paramref name="binder" /> is null, the default binder is used.</param>
-      <param name="args">The arguments to pass to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to invoke. If the parameterless constructor is preferred, <paramref name="args" /> must be an empty array or null.</param>
-      <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="typeName" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
+    <member name="P:System.ArgumentException.Message">
+      <summary>Gets the error message and the parameter name, or only the error message if no parameter name is set.</summary>
+      <returns>A text string describing the details of the exception. The value of this property takes one of two forms:
+  Condition  
   
- This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.  
+  Value  
   
- -or-  
+  The <paramref name="paramName" /> is a null reference (<see langword="Nothing" /> in Visual Basic) or of zero length.  
   
- <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyFile" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
+  The <paramref name="message" /> string passed to the constructor.  
   
- -or-  
+  The <paramref name="paramName" /> is not null reference (<see langword="Nothing" /> in Visual Basic) and it has a length greater than zero.  
   
- <paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance, or <see langword="null" /> if <paramref name="typeName" /> is not found. The return value needs to be unwrapped to access the real object.</returns>
+  The <paramref name="message" /> string appended with the name of the invalid parameter.</returns>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFrom(System.String,System.String,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file.</summary>
-      <param name="assemblyFile">The name, including the path, of a file that contains an assembly that defines the requested type. The assembly is loaded using the <see cref="M:System.Reflection.Assembly.LoadFrom(System.String)" /> method.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects.Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyFile" />.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
-      <returns>An object that is a wrapper for the new instance, or <see langword="null" /> if <paramref name="typeName" /> is not found. The return value needs to be unwrapped to access the real object.</returns>
+    <member name="P:System.ArgumentException.ParamName">
+      <summary>Gets the name of the parameter that causes this exception.</summary>
+      <returns>The parameter name.</returns>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String)">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file.</summary>
-      <param name="assemblyFile" />
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.MissingMethodException">No parameterless public constructor was found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The requested object, or <see langword="null" /> if <paramref name="typeName" /> is not found.</returns>
+    <member name="T:System.ArgumentNullException">
+      <summary>The exception that is thrown when a null reference (<see langword="Nothing" /> in Visual Basic) is passed to a method that does not accept it as a valid argument.</summary>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file, specifying whether the case of the type name is ignored; the binding attributes and the binder that are used to select the type to be created; the arguments of the constructor; the culture; and the activation attributes.</summary>
-      <param name="assemblyFile">The file name and path of the assembly that defines the requested type.</param>
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the <see cref="P:System.Type.FullName" /> property.</param>
-      <param name="ignoreCase">A Boolean value specifying whether to perform a case-sensitive search or not.</param>
-      <param name="bindingAttr">A combination of zero or more bit flags that affect the search for the <paramref name="typeName" /> constructor. If <paramref name="bindingAttr" /> is zero, a case-sensitive search for public constructors is conducted.</param>
-      <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects through reflection. If <paramref name="binder" /> is null, the default binder is used.</param>
-      <param name="args">The arguments to pass to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to invoke. If the parameterless constructor is preferred, <paramref name="args" /> must be an empty array or null.</param>
-      <param name="culture">Culture-specific information that governs the coercion of <paramref name="args" /> to the formal types declared for the <paramref name="typeName" /> constructor. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyName" /> was compiled with a later version of the common language runtime that the version that is currently loaded.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The requested object, or <see langword="null" /> if <paramref name="typeName" /> is not found.</returns>
+    <member name="M:System.ArgumentNullException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class.</summary>
     </member>
-    <member name="M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String,System.Object[])">
-      <summary>Creates a new instance of the specified type defined in the specified assembly file.</summary>
-      <param name="assemblyFile" />
-      <param name="typeName">The fully qualified name of the requested type, including the namespace but not the assembly (see the <see cref="P:System.Type.FullName" /> property).</param>
-      <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  
-  
- This parameter is related to client-activated objects.Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyName" /> was not found.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
-      <exception cref="T:System.MissingMethodException">No parameterless public constructor was found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The requested object, or <see langword="null" /> if <paramref name="typeName" /> is not found.</returns>
+    <member name="M:System.ArgumentNullException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">An object that describes the source or destination of the serialized data.</param>
     </member>
-    <member name="M:System.AppDomain.ExecuteAssembly(System.String)">
-      <summary>Executes the assembly contained in the specified file.</summary>
-      <param name="assemblyFile">The name of the file that contains the assembly to execute.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value returned by the entry point of the assembly.</returns>
+    <member name="M:System.ArgumentNullException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with the name of the parameter that causes this exception.</summary>
+      <param name="paramName">The name of the parameter that caused the exception.</param>
     </member>
-    <member name="M:System.AppDomain.ExecuteAssembly(System.String,System.String[])">
-      <summary>Executes the assembly contained in the specified file, using the specified arguments.</summary>
-      <param name="assemblyFile">The name of the file that contains the assembly to execute.</param>
-      <param name="args">The arguments to the entry point of the assembly.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value that is returned by the entry point of the assembly.</returns>
+    <member name="M:System.ArgumentNullException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with a specified error message and the exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for this exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception, or a null reference (<see langword="Nothing" /> in Visual Basic) if no inner exception is specified.</param>
     </member>
-    <member name="M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm)">
-      <summary>Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm.</summary>
-      <param name="assemblyFile">The name of the file that contains the assembly to execute.</param>
-      <param name="args">The arguments to the entry point of the assembly.</param>
-      <param name="hashValue">Represents the value of the computed hash code.</param>
-      <param name="hashAlgorithm">Represents the hash algorithm used by the assembly manifest.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value that is returned by the entry point of the assembly.</returns>
+    <member name="M:System.ArgumentNullException.#ctor(System.String,System.String)">
+      <summary>Initializes an instance of the <see cref="T:System.ArgumentNullException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
+      <param name="paramName">The name of the parameter that caused the exception.</param>
+      <param name="message">A message that describes the error.</param>
     </member>
-    <member name="M:System.AppDomain.ExecuteAssemblyByName(System.Reflection.AssemblyName,System.String[])">
-      <summary>Executes the assembly given an <see cref="T:System.Reflection.AssemblyName" />, using the specified arguments.</summary>
-      <param name="assemblyName">An <see cref="T:System.Reflection.AssemblyName" /> object representing the name of the assembly.</param>
-      <param name="args">Command-line arguments to pass when starting the process.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The assembly specified by <paramref name="assemblyName" /> is not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly specified by <paramref name="assemblyName" /> was found, but could not be loaded.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly specified by <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyName" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value that is returned by the entry point of the assembly.</returns>
+    <member name="T:System.ArgumentOutOfRangeException">
+      <summary>The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.</summary>
     </member>
-    <member name="M:System.AppDomain.ExecuteAssemblyByName(System.String)">
-      <summary>Executes an assembly given its display name.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The assembly specified by <paramref name="assemblyName" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly specified by <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyName" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly specified by <paramref name="assemblyName" /> was found, but could not be loaded.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value returned by the entry point of the assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.ExecuteAssemblyByName(System.String,System.String[])">
-      <summary>Executes the assembly given its display name, using the specified arguments.</summary>
-      <param name="assemblyName">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <param name="args">Command-line arguments to pass when starting the process.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The assembly specified by <paramref name="assemblyName" /> is not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly specified by <paramref name="assemblyName" /> was found, but could not be loaded.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly specified by <paramref name="assemblyName" /> is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="assemblyName" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.MissingMethodException">The specified assembly has no entry point.</exception>
-      <returns>The value that is returned by the entry point of the assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.GetAssemblies">
-      <summary>Gets the assemblies that have been loaded into the execution context of this application domain.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>An array of assemblies in this application domain.</returns>
-    </member>
-    <member name="M:System.AppDomain.GetCurrentThreadId">
-      <summary>Gets the current thread identifier.</summary>
-      <returns>A 32-bit signed integer that is the identifier of the current thread.</returns>
-    </member>
-    <member name="M:System.AppDomain.GetData(System.String)">
-      <summary>Gets the value stored in the current application domain for the specified name.</summary>
-      <param name="name">The name of a predefined application domain property, or the name of an application domain property you have defined.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The value of the <paramref name="name" /> property, or <see langword="null" /> if the property does not exist.</returns>
-    </member>
-    <member name="M:System.AppDomain.IsCompatibilitySwitchSet(System.String)">
-      <summary>Gets a nullable Boolean value that indicates whether any compatibility switches are set, and if so, whether the specified compatibility switch is set.</summary>
-      <param name="value">The compatibility switch to test.</param>
-      <returns>A null reference (<see langword="Nothing" /> in Visual Basic) if no compatibility switches are set; otherwise, a Boolean value that indicates whether the compatibility switch that is specified by <paramref name="value" /> is set.</returns>
-    </member>
-    <member name="M:System.AppDomain.IsDefaultAppDomain">
-      <summary>Returns a value that indicates whether the application domain is the default application domain for the process.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.AppDomain" /> object represents the default application domain for the process; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.AppDomain.IsFinalizingForUnload">
-      <summary>Indicates whether this application domain is unloading, and the objects it contains are being finalized by the common language runtime.</summary>
-      <returns>
-        <see langword="true" /> if this application domain is unloading and the common language runtime has started invoking finalizers; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.AppDomain.Load(System.Byte[])">
-      <summary>Loads the <see cref="T:System.Reflection.Assembly" /> with a common object file format (COFF) based image containing an emitted <see cref="T:System.Reflection.Assembly" />.</summary>
-      <param name="rawAssembly">An array of type <see langword="byte" /> that is a COFF-based image containing an emitted assembly.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="rawAssembly" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="rawAssembly" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The loaded assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.Load(System.Byte[],System.Byte[])">
-      <summary>Loads the <see cref="T:System.Reflection.Assembly" /> with a common object file format (COFF) based image containing an emitted <see cref="T:System.Reflection.Assembly" />. The raw bytes representing the symbols for the <see cref="T:System.Reflection.Assembly" /> are also loaded.</summary>
-      <param name="rawAssembly">An array of type <see langword="byte" /> that is a COFF-based image containing an emitted assembly.</param>
-      <param name="rawSymbolStore">An array of type <see langword="byte" /> containing the raw bytes representing the symbols for the assembly.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="rawAssembly" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="rawAssembly" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The loaded assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.Load(System.Reflection.AssemblyName)">
-      <summary>Loads an <see cref="T:System.Reflection.Assembly" /> given its <see cref="T:System.Reflection.AssemblyName" />.</summary>
-      <param name="assemblyRef">An object that describes the assembly to load.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyRef" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyRef" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyRef" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyRef" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The loaded assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.Load(System.String)">
-      <summary>Loads an <see cref="T:System.Reflection.Assembly" /> given its display name.</summary>
-      <param name="assemblyString">The display name of the assembly. See <see cref="P:System.Reflection.Assembly.FullName" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyString" /> is <see langword="null" /></exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyString" /> is not found.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyString" /> is not a valid assembly.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyString" /> was compiled with a later version.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
-      <returns>The loaded assembly.</returns>
-    </member>
-    <member name="M:System.AppDomain.ReflectionOnlyGetAssemblies">
-      <summary>Returns the assemblies that have been loaded into the reflection-only context of the application domain.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">An operation is attempted on an unloaded application domain.</exception>
-      <returns>An array of <see cref="T:System.Reflection.Assembly" /> objects that represent the assemblies loaded into the reflection-only context of the application domain.</returns>
-    </member>
-    <member name="M:System.AppDomain.SetCachePath(System.String)">
-      <summary>Establishes the specified directory path as the location where assemblies are shadow copied.</summary>
-      <param name="path">The fully qualified path to the shadow copy location.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetData(System.String,System.Object)">
-      <summary>Assigns the specified value to the specified application domain property.</summary>
-      <param name="name">The name of a user-defined application domain property to create or change.</param>
-      <param name="data">The value of the property.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetDynamicBase(System.String)">
-      <summary>Establishes the specified directory path as the base directory for subdirectories where dynamically generated files are stored and accessed.</summary>
-      <param name="path">The fully qualified path that is the base directory for subdirectories where dynamic assemblies are stored.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetPrincipalPolicy(System.Security.Principal.PrincipalPolicy)">
-      <summary>Specifies how principal and identity objects should be attached to a thread if the thread attempts to bind to a principal while executing in this application domain.</summary>
-      <param name="policy">One of the <see cref="T:System.Security.Principal.PrincipalPolicy" /> values that specifies the type of the principal object to attach to threads.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetShadowCopyFiles">
-      <summary>Turns on shadow copying.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetShadowCopyPath(System.String)">
-      <summary>Establishes the specified directory path as the location of assemblies to be shadow copied.</summary>
-      <param name="path">A list of directory names, where each name is separated by a semicolon.</param>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.SetThreadPrincipal(System.Security.Principal.IPrincipal)">
-      <summary>Sets the default principal object to be attached to threads if they attempt to bind to a principal while executing in this application domain.</summary>
-      <param name="principal">The principal object to attach to threads.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="principal" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Security.Policy.PolicyException">The thread principal has already been set.</exception>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-    </member>
-    <member name="M:System.AppDomain.ToString">
-      <summary>Obtains a string representation that includes the friendly name of the application domain and any context policies.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The application domain represented by the current <see cref="T:System.AppDomain" /> has been unloaded.</exception>
-      <returns>A string formed by concatenating the literal string "Name:", the friendly name of the application domain, and either string representations of the context policies or the string "There are no context policies."</returns>
-    </member>
-    <member name="M:System.AppDomain.Unload(System.AppDomain)">
-      <summary>Unloads the specified application domain.</summary>
-      <param name="domain">An application domain to unload.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="domain" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.CannotUnloadAppDomainException">
-.NET Core and .NET 5+ only: In all cases.
-
--or-
-
-<paramref name="domain" /> could not be unloaded.</exception>
-      <exception cref="T:System.Exception">An error occurred during the unload process.</exception>
-    </member>
-    <member name="P:System.AppDomain.BaseDirectory">
-      <summary>Gets the base directory that the assembly resolver uses to probe for assemblies.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The base directory that the assembly resolver uses to probe for assemblies.</returns>
-    </member>
-    <member name="P:System.AppDomain.CurrentDomain">
-      <summary>Gets the current application domain for the current <see cref="T:System.Threading.Thread" />.</summary>
-      <returns>The current application domain.</returns>
-    </member>
-    <member name="P:System.AppDomain.DynamicDirectory">
-      <summary>Gets the directory that the assembly resolver uses to probe for dynamically created assemblies.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The directory that the assembly resolver uses to probe for dynamically created assemblies.</returns>
-    </member>
-    <member name="P:System.AppDomain.FriendlyName">
-      <summary>Gets the friendly name of this application domain.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The friendly name of this application domain.</returns>
-    </member>
-    <member name="P:System.AppDomain.Id">
-      <summary>Gets an integer that uniquely identifies the application domain within the process.</summary>
-      <returns>An integer that identifies the application domain.</returns>
-    </member>
-    <member name="P:System.AppDomain.IsFullyTrusted">
-      <summary>Gets a value that indicates whether assemblies that are loaded into the current application domain execute with full trust.</summary>
-      <returns>
-        <see langword="true" /> if assemblies that are loaded into the current application domain execute with full trust; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.AppDomain.IsHomogenous">
-      <summary>Gets a value that indicates whether the current application domain has a set of permissions that is granted to all assemblies that are loaded into the application domain.</summary>
-      <returns>
-        <see langword="true" /> if the current application domain has a homogenous set of permissions; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.AppDomain.MonitoringIsEnabled">
-      <summary>Gets or sets a value that indicates whether CPU and memory monitoring of application domains is enabled for the current process. Once monitoring is enabled for a process, it cannot be disabled.</summary>
-      <exception cref="T:System.ArgumentException">The current process attempted to assign the value <see langword="false" /> to this property.</exception>
-      <returns>
-        <see langword="true" /> if monitoring is enabled; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.AppDomain.MonitoringSurvivedMemorySize">
-      <summary>Gets the number of bytes that survived the last collection and that are known to be referenced by the current application domain.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see langword="static" /> (<see langword="Shared" /> in Visual Basic) <see cref="P:System.AppDomain.MonitoringIsEnabled" /> property is set to <see langword="false" />.</exception>
-      <returns>The number of surviving bytes.</returns>
-    </member>
-    <member name="P:System.AppDomain.MonitoringSurvivedProcessMemorySize">
-      <summary>Gets the total bytes that survived from the last collection for all application domains in the process.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see langword="static" /> (<see langword="Shared" /> in Visual Basic) <see cref="P:System.AppDomain.MonitoringIsEnabled" /> property is set to <see langword="false" />.</exception>
-      <returns>The total number of surviving bytes for the process.</returns>
-    </member>
-    <member name="P:System.AppDomain.MonitoringTotalAllocatedMemorySize">
-      <summary>Gets the total size, in bytes, of all memory allocations that have been made by the application domain since it was created, without subtracting memory that has been collected.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see langword="static" /> (<see langword="Shared" /> in Visual Basic) <see cref="P:System.AppDomain.MonitoringIsEnabled" /> property is set to <see langword="false" />.</exception>
-      <returns>The total size of all memory allocations.</returns>
-    </member>
-    <member name="P:System.AppDomain.MonitoringTotalProcessorTime">
-      <summary>Gets the total processor time that has been used by all threads while executing in the current application domain, since the process started.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see langword="static" /> (<see langword="Shared" /> in Visual Basic) <see cref="P:System.AppDomain.MonitoringIsEnabled" /> property is set to <see langword="false" />.</exception>
-      <returns>Total processor time for the current application domain.</returns>
-    </member>
-    <member name="P:System.AppDomain.PermissionSet">
-      <summary>Gets the permission set of a sandboxed application domain.</summary>
-      <returns>The permission set of the sandboxed application domain.</returns>
-    </member>
-    <member name="P:System.AppDomain.RelativeSearchPath">
-      <summary>Gets the path under the base directory where the assembly resolver should probe for private assemblies.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The path under the base directory where the assembly resolver should probe for private assemblies.</returns>
-    </member>
-    <member name="P:System.AppDomain.SetupInformation">
-      <summary>Gets the application domain configuration information for this instance.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>The application domain initialization information.</returns>
-    </member>
-    <member name="P:System.AppDomain.ShadowCopyFiles">
-      <summary>Gets an indication whether the application domain is configured to shadow copy files.</summary>
-      <exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
-      <returns>
-        <see langword="true" /> if the application domain is configured to shadow copy files; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.AppDomainSetup">
-      <summary>Represents assembly binding information that can be added to an instance of <see cref="T:System.AppDomain" />.</summary>
-    </member>
-    <member name="P:System.AppDomainSetup.ApplicationBase">
-      <summary>Gets or sets the name of the directory containing the application.</summary>
-      <returns>The name of the application base directory.</returns>
-    </member>
-    <member name="P:System.AppDomainSetup.TargetFrameworkName">
-      <summary>Gets or sets a string that specifies the target version and profile of the .NET Framework for the application domain, in a format that can be parsed by the <see cref="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String)" /> constructor.</summary>
-      <returns>The target version and profile of the .NET Framework.</returns>
-    </member>
-    <member name="T:System.AppDomainUnloadedException">
-      <summary>The exception that is thrown when an attempt is made to access an unloaded application domain.</summary>
-    </member>
-    <member name="M:System.AppDomainUnloadedException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.AppDomainUnloadedException" /> class.</summary>
-    </member>
-    <member name="M:System.AppDomainUnloadedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.AppDomainUnloadedException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.AppDomainUnloadedException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.AppDomainUnloadedException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
-    </member>
-    <member name="M:System.AppDomainUnloadedException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.AppDomainUnloadedException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The message that describes the error.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.ApplicationException">
-      <summary>Serves as the base class for application-defined exceptions.</summary>
-    </member>
-    <member name="M:System.ApplicationException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class.</summary>
-    </member>
-    <member name="M:System.ApplicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.ApplicationException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with a specified error message.</summary>
-      <param name="message">A message that describes the error.</param>
-    </member>
-    <member name="M:System.ApplicationException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ApplicationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.ApplicationId">
-      <summary>Contains information used to uniquely identify a manifest-based application. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.ApplicationId.#ctor(System.Byte[],System.String,System.Version,System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ApplicationId" /> class.</summary>
-      <param name="publicKeyToken">The array of bytes representing the raw public key data.</param>
-      <param name="name">The name of the application.</param>
-      <param name="version">A <see cref="T:System.Version" /> object that specifies the version of the application.</param>
-      <param name="processorArchitecture">The processor architecture of the application.</param>
-      <param name="culture">The culture of the application.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="version" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="publicKeyToken" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="name" /> is an empty string.</exception>
-    </member>
-    <member name="M:System.ApplicationId.Copy">
-      <summary>Creates and returns an identical copy of the current application identity.</summary>
-      <returns>An <see cref="T:System.ApplicationId" /> object that represents an exact copy of the original.</returns>
-    </member>
-    <member name="M:System.ApplicationId.Equals(System.Object)">
-      <summary>Determines whether the specified <see cref="T:System.ApplicationId" /> object is equivalent to the current <see cref="T:System.ApplicationId" />.</summary>
-      <param name="o">The <see cref="T:System.ApplicationId" /> object to compare to the current <see cref="T:System.ApplicationId" />.</param>
-      <returns>
-        <see langword="true" /> if the specified <see cref="T:System.ApplicationId" /> object is equivalent to the current <see cref="T:System.ApplicationId" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.ApplicationId.GetHashCode">
-      <summary>Gets the hash code for the current application identity.</summary>
-      <returns>The hash code for the current application identity.</returns>
-    </member>
-    <member name="M:System.ApplicationId.ToString">
-      <summary>Creates and returns a string representation of the application identity.</summary>
-      <returns>A string representation of the application identity.</returns>
-    </member>
-    <member name="P:System.ApplicationId.Culture">
-      <summary>Gets a string representing the culture information for the application.</summary>
-      <returns>The culture information for the application.</returns>
-    </member>
-    <member name="P:System.ApplicationId.Name">
-      <summary>Gets the name of the application.</summary>
-      <returns>The name of the application.</returns>
-    </member>
-    <member name="P:System.ApplicationId.ProcessorArchitecture">
-      <summary>Gets the target processor architecture for the application.</summary>
-      <returns>The processor architecture of the application.</returns>
-    </member>
-    <member name="P:System.ApplicationId.PublicKeyToken">
-      <summary>Gets the public key token for the application.</summary>
-      <returns>A byte array containing the public key token for the application.</returns>
-    </member>
-    <member name="P:System.ApplicationId.Version">
-      <summary>Gets the version of the application.</summary>
-      <returns>A <see cref="T:System.Version" /> that specifies the version of the application.</returns>
-    </member>
-    <member name="T:System.ArgIterator">
-      <summary>Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.</summary>
-    </member>
-    <member name="M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgIterator" /> structure using the specified argument list.</summary>
-      <param name="arglist">An argument list consisting of mandatory and optional arguments.</param>
-    </member>
-    <member name="M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle,System.Void*)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgIterator" /> structure using the specified argument list and a pointer to an item in the list.</summary>
-      <param name="arglist">An argument list consisting of mandatory and optional arguments.</param>
-      <param name="ptr">A pointer to the argument in <paramref name="arglist" /> to access first, or the first mandatory argument in <paramref name="arglist" /> if <paramref name="ptr" /> is <see langword="null" />.</param>
-    </member>
-    <member name="M:System.ArgIterator.End">
-      <summary>Concludes processing of the variable-length argument list represented by this instance.</summary>
-    </member>
-    <member name="M:System.ArgIterator.Equals(System.Object)">
-      <summary>This method is not supported, and always throws <see cref="T:System.NotSupportedException" />.</summary>
-      <param name="o">An object to be compared to this instance.</param>
-      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
-      <returns>This comparison is not supported. No value is returned.</returns>
-    </member>
-    <member name="M:System.ArgIterator.GetHashCode">
-      <summary>Returns the hash code of this object.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.ArgIterator.GetNextArg">
-      <summary>Returns the next argument in a variable-length argument list.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to read beyond the end of the list.</exception>
-      <returns>The next argument as a <see cref="T:System.TypedReference" /> object.</returns>
-    </member>
-    <member name="M:System.ArgIterator.GetNextArg(System.RuntimeTypeHandle)">
-      <summary>Returns the next argument in a variable-length argument list that has a specified type.</summary>
-      <param name="rth">A runtime type handle that identifies the type of the argument to retrieve.</param>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to read beyond the end of the list.</exception>
-      <exception cref="T:System.ArgumentNullException">The pointer to the remaining arguments is zero.</exception>
-      <returns>The next argument as a <see cref="T:System.TypedReference" /> object.</returns>
-    </member>
-    <member name="M:System.ArgIterator.GetNextArgType">
-      <summary>Returns the type of the next argument.</summary>
-      <returns>The type of the next argument.</returns>
-    </member>
-    <member name="M:System.ArgIterator.GetRemainingCount">
-      <summary>Returns the number of arguments remaining in the argument list.</summary>
-      <returns>The number of remaining arguments.</returns>
-    </member>
-    <member name="T:System.ArgumentException">
-      <summary>The exception that is thrown when one of the arguments provided to a method is not valid.</summary>
-    </member>
-    <member name="M:System.ArgumentException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class.</summary>
-    </member>
-    <member name="M:System.ArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.ArgumentException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-    </member>
-    <member name="M:System.ArgumentException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.ArgumentException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="paramName">The name of the parameter that caused the current exception.</param>
-    </member>
-    <member name="M:System.ArgumentException.#ctor(System.String,System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentException" /> class with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="paramName">The name of the parameter that caused the current exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the parameter name and additional exception information.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> object is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
-    </member>
-    <member name="P:System.ArgumentException.Message">
-      <summary>Gets the error message and the parameter name, or only the error message if no parameter name is set.</summary>
-      <returns>A text string describing the details of the exception. The value of this property takes one of two forms:  
-  
- <list type="table"><listheader><term> Condition</term><description> Value</description></listheader><item><term> The <paramref name="paramName" /> is a null reference (<see langword="Nothing" /> in Visual Basic) or of zero length.</term><description> The <paramref name="message" /> string passed to the constructor.</description></item><item><term> The <paramref name="paramName" /> is not null reference (<see langword="Nothing" /> in Visual Basic) and it has a length greater than zero.</term><description> The <paramref name="message" /> string appended with the name of the invalid parameter.</description></item></list></returns>
-    </member>
-    <member name="P:System.ArgumentException.ParamName">
-      <summary>Gets the name of the parameter that causes this exception.</summary>
-      <returns>The parameter name.</returns>
-    </member>
-    <member name="T:System.ArgumentNullException">
-      <summary>The exception that is thrown when a null reference (<see langword="Nothing" /> in Visual Basic) is passed to a method that does not accept it as a valid argument.</summary>
-    </member>
-    <member name="M:System.ArgumentNullException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class.</summary>
-    </member>
-    <member name="M:System.ArgumentNullException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">An object that describes the source or destination of the serialized data.</param>
-    </member>
-    <member name="M:System.ArgumentNullException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with the name of the parameter that causes this exception.</summary>
-      <param name="paramName">The name of the parameter that caused the exception.</param>
-    </member>
-    <member name="M:System.ArgumentNullException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentNullException" /> class with a specified error message and the exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for this exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception, or a null reference (<see langword="Nothing" /> in Visual Basic) if no inner exception is specified.</param>
-    </member>
-    <member name="M:System.ArgumentNullException.#ctor(System.String,System.String)">
-      <summary>Initializes an instance of the <see cref="T:System.ArgumentNullException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
-      <param name="paramName">The name of the parameter that caused the exception.</param>
-      <param name="message">A message that describes the error.</param>
-    </member>
-    <member name="M:System.ArgumentNullException.ThrowIfNull(System.Object,System.String)">
-      <summary>Throws an <see cref="T:System.ArgumentNullException" /> if <paramref name="argument" /> is <see langword="null" />.</summary>
-      <param name="argument">The reference type argument to validate as non-null.</param>
-      <param name="paramName">The name of the parameter with which <paramref name="argument" /> corresponds.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="argument" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="T:System.ArgumentOutOfRangeException">
-      <summary>The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.</summary>
-    </member>
-    <member name="M:System.ArgumentOutOfRangeException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ArgumentOutOfRangeException" /> class.</summary>
+    <member name="M:System.ArgumentOutOfRangeException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.ArgumentOutOfRangeException" /> class.</summary>
     </member>
     <member name="M:System.ArgumentOutOfRangeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Initializes a new instance of the <see cref="T:System.ArgumentOutOfRangeException" /> class with serialized data.</summary>
@@ -2009,21 +1101,30 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="paramName">The name of the parameter that caused the exception.</param>
       <param name="message">The message that describes the error.</param>
     </member>
+    <member name="P:System.ArgumentOutOfRangeException.ActualValue">
+      <summary>Gets the argument value that causes this exception.</summary>
+      <returns>An <see langword="Object" /> that contains the value of the parameter that caused the current <see cref="T:System.Exception" />.</returns>
+    </member>
     <member name="M:System.ArgumentOutOfRangeException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the invalid argument value and additional exception information.</summary>
       <param name="info">The object that holds the serialized object data.</param>
       <param name="context">An object that describes the source or destination of the serialized data.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> object is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.ArgumentOutOfRangeException.ActualValue">
-      <summary>Gets the argument value that causes this exception.</summary>
-      <returns>The value of the parameter that caused the current <see cref="T:System.Exception" />.</returns>
-    </member>
     <member name="P:System.ArgumentOutOfRangeException.Message">
       <summary>Gets the error message and the string representation of the invalid argument value, or only the error message if the argument value is null.</summary>
       <returns>The text message for this exception. The value of this property takes one of two forms, as follows.
-
- <list type="table"><listheader><term> Condition</term><description> Value</description></listheader><item><term> The <paramref name="actualValue" /> is <see langword="null" />.</term><description> The <paramref name="message" /> string passed to the constructor.</description></item><item><term> The <paramref name="actualValue" /> is not <see langword="null" />.</term><description> The <paramref name="message" /> string appended with the string representation of the invalid argument value.</description></item></list></returns>
+  Condition  
+  
+  Value  
+  
+  The <paramref name="actualValue" /> is <see langword="null" />.  
+  
+  The <paramref name="message" /> string passed to the constructor.  
+  
+  The <paramref name="actualValue" /> is not <see langword="null" />.  
+  
+  The <paramref name="message" /> string appended with the string representation of the invalid argument value.</returns>
     </member>
     <member name="T:System.ArithmeticException">
       <summary>The exception that is thrown for errors in an arithmetic, casting, or conversion operation.</summary>
@@ -2052,9 +1153,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns a read-only wrapper for the specified array.</summary>
       <param name="array">The one-dimensional, zero-based array to wrap in a read-only <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wrapper.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>A read-only <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wrapper for the specified array.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
-      <returns>A read-only <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wrapper for the specified array.</returns>
     </member>
     <member name="M:System.Array.BinarySearch(System.Array,System.Int32,System.Int32,System.Object)">
       <summary>Searches a range of elements in a one-dimensional sorted array for a value, using the <see cref="T:System.IComparable" /> interface implemented by each element of the array and by the specified value.</summary>
@@ -2062,25 +1163,21 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="index">The starting index of the range to search.</param>
       <param name="length">The length of the range to search.</param>
       <param name="value">The object to search for.</param>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
+-or-
+<paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="value" /> does not implement the <see cref="T:System.IComparable" /> interface, and the search encounters an element that does not implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer)">
       <summary>Searches a range of elements in a one-dimensional sorted array for a value, using the specified <see cref="T:System.Collections.IComparer" /> interface.</summary>
@@ -2089,34 +1186,29 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">The length of the range to search.</param>
       <param name="value">The object to search for.</param>
       <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- <paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
+-or-
+<paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, <paramref name="value" /> does not implement the <see cref="T:System.IComparable" /> interface, and the search encounters an element that does not implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch(System.Array,System.Object)">
       <summary>Searches an entire one-dimensional sorted array for a specific element, using the <see cref="T:System.IComparable" /> interface implemented by each element of the array and by the specified object.</summary>
       <param name="array">The sorted one-dimensional <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to search for.</param>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
@@ -2125,17 +1217,15 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="value" /> does not implement the <see cref="T:System.IComparable" /> interface, and the search encounters an element that does not implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch(System.Array,System.Object,System.Collections.IComparer)">
       <summary>Searches an entire one-dimensional sorted array for a value using the specified <see cref="T:System.Collections.IComparer" /> interface.</summary>
       <param name="array">The sorted one-dimensional <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to search for.</param>
       <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
@@ -2144,36 +1234,33 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, <paramref name="value" /> does not implement the <see cref="T:System.IComparable" /> interface, and the search encounters an element that does not implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch``1(``0[],``0)">
       <summary>Searches an entire one-dimensional sorted array for a specific element, using the <see cref="T:System.IComparable`1" /> generic interface implemented by each element of the <see cref="T:System.Array" /> and by the specified object.</summary>
       <param name="array">The sorted one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch``1(``0[],``0,System.Collections.Generic.IComparer{``0})">
       <summary>Searches an entire one-dimensional sorted array for a value using the specified <see cref="T:System.Collections.Generic.IComparer`1" /> generic interface.</summary>
       <param name="array">The sorted one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to search for.</param>
       <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable`1" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable`1" /> implementation of each element.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch``1(``0[],System.Int32,System.Int32,``0)">
       <summary>Searches a range of elements in a one-dimensional sorted array for a value, using the <see cref="T:System.IComparable`1" /> generic interface implemented by each element of the <see cref="T:System.Array" /> and by the specified value.</summary>
@@ -2182,23 +1269,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">The length of the range to search.</param>
       <param name="value">The object to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
+-or-
+<paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
     </member>
     <member name="M:System.Array.BinarySearch``1(``0[],System.Int32,System.Int32,``0,System.Collections.Generic.IComparer{``0})">
       <summary>Searches a range of elements in a one-dimensional sorted array for a value, using the specified <see cref="T:System.Collections.Generic.IComparer`1" /> generic interface.</summary>
@@ -2207,34 +1290,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">The length of the range to search.</param>
       <param name="value">The object to search for.</param>
       <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable`1" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable`1" /> implementation of each element.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- <paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
+-or-
+<paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
-      <returns>The index of the specified <paramref name="value" /> in the specified <paramref name="array" />, if <paramref name="value" /> is found; otherwise, a negative number. If <paramref name="value" /> is not found and <paramref name="value" /> is less than one or more elements in <paramref name="array" />, the negative number returned is the bitwise complement of the index of the first element that is larger than <paramref name="value" />. If <paramref name="value" /> is not found and <paramref name="value" /> is greater than all elements in <paramref name="array" />, the negative number returned is the bitwise complement of (the index of the last element plus 1). If this method is called with a non-sorted <paramref name="array" />, the return value can be incorrect and a negative number could be returned, even if <paramref name="value" /> is present in <paramref name="array" />.</returns>
-    </member>
-    <member name="M:System.Array.Clear(System.Array)">
-      <summary>Clears the contents of an array.</summary>
-      <param name="array">The array to clear.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.Clear(System.Array,System.Int32,System.Int32)">
       <summary>Sets a range of elements in an array to the default value of each element type.</summary>
@@ -2245,14 +1316,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.
-
- -or-
-
- The sum of <paramref name="index" /> and <paramref name="length" /> is greater than the size of <paramref name="array" />.</exception>
+-or-
+<paramref name="length" /> is less than zero.
+-or-
+The sum of <paramref name="index" /> and <paramref name="length" /> is greater than the size of <paramref name="array" />.</exception>
     </member>
     <member name="M:System.Array.Clone">
       <summary>Creates a shallow copy of the <see cref="T:System.Array" />.</summary>
@@ -2267,30 +1334,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">A 32-bit integer that represents the number of elements to copy.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceArray" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="destinationArray" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="destinationArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="sourceArray" /> and <paramref name="destinationArray" /> have different ranks.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">The <paramref name="sourceArray" /> type is neither the same as nor derived from the <paramref name="destinationArray" /> type.</exception>
       <exception cref="T:System.InvalidCastException">At least one element in <paramref name="sourceArray" /> cannot be cast to the type of <paramref name="destinationArray" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="sourceIndex" /> is less than the lower bound of the first dimension of <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="destinationIndex" /> is less than the lower bound of the first dimension of <paramref name="destinationArray" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="destinationIndex" /> is less than the lower bound of the first dimension of <paramref name="destinationArray" />.
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="length" /> is greater than the number of elements from <paramref name="sourceIndex" /> to the end of <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
+-or-
+<paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
     </member>
     <member name="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})">
       <summary>Converts an array of one type to an array of another type.</summary>
@@ -2298,13 +1357,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="converter">A <see cref="T:System.Converter`2" /> that converts each element from one type to another type.</param>
       <typeparam name="TInput">The type of the elements of the source array.</typeparam>
       <typeparam name="TOutput">The type of the elements of the target array.</typeparam>
+      <returns>An array of the target type containing the converted elements from the source array.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="converter" /> is <see langword="null" />.</exception>
-      <returns>An array of the target type containing the converted elements from the source array.</returns>
+-or-
+<paramref name="converter" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.Copy(System.Array,System.Array,System.Int32)">
       <summary>Copies a range of elements from an <see cref="T:System.Array" /> starting at the first element and pastes them into another <see cref="T:System.Array" /> starting at the first element. The length is specified as a 32-bit integer.</summary>
@@ -2313,10 +1370,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">A 32-bit integer that represents the number of elements to copy.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceArray" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="destinationArray" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="destinationArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="sourceArray" /> and <paramref name="destinationArray" /> have different ranks.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
@@ -2326,10 +1381,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="length" /> is greater than the number of elements in <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="length" /> is greater than the number of elements in <paramref name="destinationArray" />.</exception>
+-or-
+<paramref name="length" /> is greater than the number of elements in <paramref name="destinationArray" />.</exception>
     </member>
     <member name="M:System.Array.Copy(System.Array,System.Array,System.Int64)">
       <summary>Copies a range of elements from an <see cref="T:System.Array" /> starting at the first element and pastes them into another <see cref="T:System.Array" /> starting at the first element. The length is specified as a 64-bit integer.</summary>
@@ -2338,10 +1391,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">A 64-bit integer that represents the number of elements to copy. The integer must be between zero and <see cref="F:System.Int32.MaxValue" />, inclusive.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceArray" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="destinationArray" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="destinationArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="sourceArray" /> and <paramref name="destinationArray" /> have different ranks.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
@@ -2351,10 +1402,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="length" /> is less than 0 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="length" /> is greater than the number of elements in <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="length" /> is greater than the number of elements in <paramref name="destinationArray" />.</exception>
+-or-
+<paramref name="length" /> is greater than the number of elements in <paramref name="destinationArray" />.</exception>
     </member>
     <member name="M:System.Array.Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)">
       <summary>Copies a range of elements from an <see cref="T:System.Array" /> starting at the specified source index and pastes them to another <see cref="T:System.Array" /> starting at the specified destination index. The length and the indexes are specified as 32-bit integers.</summary>
@@ -2365,10 +1414,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">A 32-bit integer that represents the number of elements to copy.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceArray" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="destinationArray" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="destinationArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="sourceArray" /> and <paramref name="destinationArray" /> have different ranks.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
@@ -2376,20 +1423,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.InvalidCastException">At least one element in <paramref name="sourceArray" /> cannot be cast to the type of <paramref name="destinationArray" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="sourceIndex" /> is less than the lower bound of the first dimension of <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="destinationIndex" /> is less than the lower bound of the first dimension of <paramref name="destinationArray" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="destinationIndex" /> is less than the lower bound of the first dimension of <paramref name="destinationArray" />.
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="length" /> is greater than the number of elements from <paramref name="sourceIndex" /> to the end of <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
+-or-
+<paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
     </member>
     <member name="M:System.Array.Copy(System.Array,System.Int64,System.Array,System.Int64,System.Int64)">
       <summary>Copies a range of elements from an <see cref="T:System.Array" /> starting at the specified source index and pastes them to another <see cref="T:System.Array" /> starting at the specified destination index. The length and the indexes are specified as 64-bit integers.</summary>
@@ -2400,10 +1441,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length">A 64-bit integer that represents the number of elements to copy. The integer must be between zero and <see cref="F:System.Int32.MaxValue" />, inclusive.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceArray" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="destinationArray" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="destinationArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="sourceArray" /> and <paramref name="destinationArray" /> have different ranks.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
@@ -2411,20 +1450,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.InvalidCastException">At least one element in <paramref name="sourceArray" /> cannot be cast to the type of <paramref name="destinationArray" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="sourceIndex" /> is outside the range of valid indexes for the <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="destinationIndex" /> is outside the range of valid indexes for the <paramref name="destinationArray" />.
-
- -or-
-
- <paramref name="length" /> is less than 0 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+-or-
+<paramref name="destinationIndex" /> is outside the range of valid indexes for the <paramref name="destinationArray" />.
+-or-
+<paramref name="length" /> is less than 0 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="length" /> is greater than the number of elements from <paramref name="sourceIndex" /> to the end of <paramref name="sourceArray" />.
-
- -or-
-
- <paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
+-or-
+<paramref name="length" /> is greater than the number of elements from <paramref name="destinationIndex" /> to the end of <paramref name="destinationArray" />.</exception>
     </member>
     <member name="M:System.Array.CopyTo(System.Array,System.Int32)">
       <summary>Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer.</summary>
@@ -2436,10 +1469,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="array" /> is multidimensional.
-
- -or-
-
- The number of elements in the source array is greater than the available number of elements from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
+-or-
+The number of elements in the source array is greater than the available number of elements from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">The type of the source <see cref="T:System.Array" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">The source array is multidimensional.</exception>
       <exception cref="T:System.InvalidCastException">At least one element in the source <see cref="T:System.Array" /> cannot be cast to the type of destination <paramref name="array" />.</exception>
@@ -2454,10 +1485,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="index" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="array" /> is multidimensional.
-
- -or-
-
- The number of elements in the source array is greater than the available number of elements from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
+-or-
+The number of elements in the source array is greater than the available number of elements from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">The type of the source <see cref="T:System.Array" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">The source <see cref="T:System.Array" /> is multidimensional.</exception>
       <exception cref="T:System.InvalidCastException">At least one element in the source <see cref="T:System.Array" /> cannot be cast to the type of destination <paramref name="array" />.</exception>
@@ -2466,42 +1495,36 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Creates a one-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and length, with zero-based indexing.</summary>
       <param name="elementType">The <see cref="T:System.Type" /> of the <see cref="T:System.Array" /> to create.</param>
       <param name="length">The size of the <see cref="T:System.Array" /> to create.</param>
+      <returns>A new one-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length, using zero-based indexing.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length" /> is less than zero.</exception>
-      <returns>A new one-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length, using zero-based indexing.</returns>
     </member>
     <member name="M:System.Array.CreateInstance(System.Type,System.Int32,System.Int32)">
       <summary>Creates a two-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and dimension lengths, with zero-based indexing.</summary>
       <param name="elementType">The <see cref="T:System.Type" /> of the <see cref="T:System.Array" /> to create.</param>
       <param name="length1">The size of the first dimension of the <see cref="T:System.Array" /> to create.</param>
       <param name="length2">The size of the second dimension of the <see cref="T:System.Array" /> to create.</param>
+      <returns>A new two-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length1" /> is less than zero.
-
- -or-
-
- <paramref name="length2" /> is less than zero.</exception>
-      <returns>A new two-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
+-or-
+<paramref name="length2" /> is less than zero.</exception>
     </member>
     <member name="M:System.Array.CreateInstance(System.Type,System.Int32,System.Int32,System.Int32)">
       <summary>Creates a three-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and dimension lengths, with zero-based indexing.</summary>
@@ -2509,115 +1532,85 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="length1">The size of the first dimension of the <see cref="T:System.Array" /> to create.</param>
       <param name="length2">The size of the second dimension of the <see cref="T:System.Array" /> to create.</param>
       <param name="length3">The size of the third dimension of the <see cref="T:System.Array" /> to create.</param>
+      <returns>A new three-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length1" /> is less than zero.
-
- -or-
-
- <paramref name="length2" /> is less than zero.
-
- -or-
-
- <paramref name="length3" /> is less than zero.</exception>
-      <returns>A new three-dimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
+-or-
+<paramref name="length2" /> is less than zero.
+-or-
+<paramref name="length3" /> is less than zero.</exception>
     </member>
     <member name="M:System.Array.CreateInstance(System.Type,System.Int32[])">
       <summary>Creates a multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and dimension lengths, with zero-based indexing. The dimension lengths are specified in an array of 32-bit integers.</summary>
       <param name="elementType">The <see cref="T:System.Type" /> of the <see cref="T:System.Array" /> to create.</param>
       <param name="lengths">An array of 32-bit integers that represent the size of each dimension of the <see cref="T:System.Array" /> to create.</param>
+      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="lengths" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="lengths" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.
-
- -or-
-
- The <paramref name="lengths" /> array contains less than one element.</exception>
+-or-
+The <paramref name="lengths" /> array contains less than one element.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Any value in <paramref name="lengths" /> is less than zero.</exception>
-      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
     </member>
     <member name="M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[])">
       <summary>Creates a multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and dimension lengths, with the specified lower bounds.</summary>
       <param name="elementType">The <see cref="T:System.Type" /> of the <see cref="T:System.Array" /> to create.</param>
       <param name="lengths">A one-dimensional array that contains the size of each dimension of the <see cref="T:System.Array" /> to create.</param>
       <param name="lowerBounds">A one-dimensional array that contains the lower bound (starting index) of each dimension of the <see cref="T:System.Array" /> to create.</param>
+      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length and lower bound for each dimension.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="lengths" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="lowerBounds" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="lengths" /> is <see langword="null" />.
+-or-
+<paramref name="lowerBounds" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.
-
- -or-
-
- The <paramref name="lengths" /> array contains less than one element.
-
- -or-
-
- The <paramref name="lengths" /> and <paramref name="lowerBounds" /> arrays do not contain the same number of elements.</exception>
+-or-
+The <paramref name="lengths" /> array contains less than one element.
+-or-
+The <paramref name="lengths" /> and <paramref name="lowerBounds" /> arrays do not contain the same number of elements.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Any value in <paramref name="lengths" /> is less than zero.
-
- -or-
-
- Any value in <paramref name="lowerBounds" /> is very large, such that the sum of a dimension's lower bound and length is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length and lower bound for each dimension.</returns>
+-or-
+Any value in <paramref name="lowerBounds" /> is very large, such that the sum of a dimension's lower bound and length is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
     <member name="M:System.Array.CreateInstance(System.Type,System.Int64[])">
       <summary>Creates a multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> and dimension lengths, with zero-based indexing. The dimension lengths are specified in an array of 64-bit integers.</summary>
       <param name="elementType">The <see cref="T:System.Type" /> of the <see cref="T:System.Array" /> to create.</param>
       <param name="lengths">An array of 64-bit integers that represent the size of each dimension of the <see cref="T:System.Array" /> to create. Each integer in the array must be between zero and <see cref="F:System.Int32.MaxValue" />, inclusive.</param>
+      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="elementType" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="lengths" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="lengths" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="elementType" /> is not a valid <see cref="T:System.Type" />.
-
- -or-
-
- The <paramref name="lengths" /> array contains less than one element.</exception>
+-or-
+The <paramref name="lengths" /> array contains less than one element.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="elementType" /> is not supported. For example, <see cref="T:System.Void" /> is not supported.
-
- -or-
-
- <paramref name="elementType" /> is an open generic type.</exception>
+-or-
+<paramref name="elementType" /> is an open generic type.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Any value in <paramref name="lengths" /> is less than zero or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A new multidimensional <see cref="T:System.Array" /> of the specified <see cref="T:System.Type" /> with the specified length for each dimension, using zero-based indexing.</returns>
     </member>
     <member name="M:System.Array.Empty``1">
       <summary>Returns an empty array.</summary>
@@ -2629,14 +1622,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the elements to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="array" /> contains one or more elements that match the conditions defined by the specified predicate; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="array" /> is <see langword="null" />.
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.Fill``1(``0[],``0)">
       <summary>Assigns the given <paramref name="value" /> of type <typeparamref name="T" /> to each element of the specified <paramref name="array" />.</summary>
@@ -2646,7 +1637,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Array.Fill``1(``0[],``0,System.Int32,System.Int32)">
       <summary>Assigns the given <paramref name="value" /> of type <typeparamref name="T" /> to the elements of the specified <paramref name="array" /> which are
-          within the range of <paramref name="startIndex" /> (inclusive) and the next <paramref name="count" /> number of indices.</summary>
+within the range of <paramref name="startIndex" /> (inclusive) and the next <paramref name="count" /> number of indices.</summary>
       <param name="array">The <see cref="T:System.Array" /> to be filled.</param>
       <param name="value">The new value for the elements in the specified range.</param>
       <param name="startIndex">A 32-bit integer that represents the index in the <see cref="T:System.Array" /> at which filling begins.</param>
@@ -2658,26 +1649,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="array">The one-dimensional, zero-based array to search.</param>
       <param name="match">The predicate that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
-      <returns>The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.FindAll``1(``0[],System.Predicate{``0})">
       <summary>Retrieves all the elements that match the conditions defined by the specified predicate.</summary>
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the elements to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>An <see cref="T:System.Array" /> containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Array" /> containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty <see cref="T:System.Array" />.</returns>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.FindIndex``1(``0[],System.Int32,System.Int32,System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the <see cref="T:System.Array" /> that starts at the specified index and contains the specified number of elements.</summary>
@@ -2686,23 +1673,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="count">The number of elements in the section to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
-      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
     </member>
     <member name="M:System.Array.FindIndex``1(``0[],System.Int32,System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the <see cref="T:System.Array" /> that extends from the specified index to the last element.</summary>
@@ -2710,41 +1691,35 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="startIndex">The zero-based starting index of the search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
-      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.FindIndex``1(``0[],System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the first occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.FindLast``1(``0[],System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The last element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
-      <returns>The last element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.FindLastIndex``1(``0[],System.Int32,System.Int32,System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the <see cref="T:System.Array" /> that contains the specified number of elements and ends at the specified index.</summary>
@@ -2753,23 +1728,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="count">The number of elements in the section to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
-      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
     </member>
     <member name="M:System.Array.FindLastIndex``1(``0[],System.Int32,System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the <see cref="T:System.Array" /> that extends from the first element to the specified index.</summary>
@@ -2777,28 +1746,24 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="startIndex">The zero-based starting index of the backward search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
-      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.FindLastIndex``1(``0[],System.Predicate{``0})">
       <summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the last occurrence of an element that matches the conditions defined by <paramref name="match" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.ForEach``1(``0[],System.Action{``0})">
       <summary>Performs the specified action on each element of the specified array.</summary>
@@ -2807,10 +1772,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T">The type of the elements of the array.</typeparam>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="action" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="action" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Array.GetEnumerator">
       <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Array" />.</summary>
@@ -2819,139 +1782,131 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Array.GetLength(System.Int32)">
       <summary>Gets a 32-bit integer that represents the number of elements in the specified dimension of the <see cref="T:System.Array" />.</summary>
       <param name="dimension">A zero-based dimension of the <see cref="T:System.Array" /> whose length needs to be determined.</param>
+      <returns>A 32-bit integer that represents the number of elements in the specified dimension.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="dimension" /> is less than zero.
-
- -or-
-
- <paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
-      <returns>A 32-bit integer that represents the number of elements in the specified dimension.</returns>
+-or-
+<paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
     </member>
     <member name="M:System.Array.GetLongLength(System.Int32)">
       <summary>Gets a 64-bit integer that represents the number of elements in the specified dimension of the <see cref="T:System.Array" />.</summary>
       <param name="dimension">A zero-based dimension of the <see cref="T:System.Array" /> whose length needs to be determined.</param>
+      <returns>A 64-bit integer that represents the number of elements in the specified dimension.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="dimension" /> is less than zero.
-
- -or-
-
- <paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
-      <returns>A 64-bit integer that represents the number of elements in the specified dimension.</returns>
+-or-
+<paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
     </member>
     <member name="M:System.Array.GetLowerBound(System.Int32)">
       <summary>Gets the index of the first element of the specified dimension in the array.</summary>
       <param name="dimension">A zero-based dimension of the array whose starting index needs to be determined.</param>
+      <returns>The index of the first element of the specified dimension in the array.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="dimension" /> is less than zero.
-
- -or-
-
- <paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
-      <returns>The index of the first element of the specified dimension in the array.</returns>
+-or-
+<paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
     </member>
     <member name="M:System.Array.GetUpperBound(System.Int32)">
       <summary>Gets the index of the last element of the specified dimension in the array.</summary>
       <param name="dimension">A zero-based dimension of the array whose upper bound needs to be determined.</param>
+      <returns>The index of the last element of the specified dimension in the array, or -1 if the specified dimension is empty.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="dimension" /> is less than zero.
-
- -or-
-
- <paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
-      <returns>The index of the last element of the specified dimension in the array, or -1 if the specified dimension is empty.</returns>
+-or-
+<paramref name="dimension" /> is equal to or greater than <see cref="P:System.Array.Rank" />.</exception>
     </member>
     <member name="M:System.Array.GetValue(System.Int32)">
       <summary>Gets the value at the specified position in the one-dimensional <see cref="T:System.Array" />. The index is specified as a 32-bit integer.</summary>
       <param name="index">A 32-bit integer that represents the position of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the one-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly one dimension.</exception>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is outside the range of valid indexes for the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the one-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int32,System.Int32)">
       <summary>Gets the value at the specified position in the two-dimensional <see cref="T:System.Array" />. The indexes are specified as 32-bit integers.</summary>
       <param name="index1">A 32-bit integer that represents the first-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index2">A 32-bit integer that represents the second-dimension index of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the two-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly two dimensions.</exception>
       <exception cref="T:System.IndexOutOfRangeException">Either <paramref name="index1" /> or <paramref name="index2" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the two-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int32,System.Int32,System.Int32)">
       <summary>Gets the value at the specified position in the three-dimensional <see cref="T:System.Array" />. The indexes are specified as 32-bit integers.</summary>
       <param name="index1">A 32-bit integer that represents the first-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index2">A 32-bit integer that represents the second-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index3">A 32-bit integer that represents the third-dimension index of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the three-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly three dimensions.</exception>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index1" /> or <paramref name="index2" /> or <paramref name="index3" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the three-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int32[])">
       <summary>Gets the value at the specified position in the multidimensional <see cref="T:System.Array" />. The indexes are specified as an array of 32-bit integers.</summary>
       <param name="indices">A one-dimensional array of 32-bit integers that represent the indexes specifying the position of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the multidimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="indices" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The number of dimensions in the current <see cref="T:System.Array" /> is not equal to the number of elements in <paramref name="indices" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">Any element in <paramref name="indices" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the multidimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int64)">
       <summary>Gets the value at the specified position in the one-dimensional <see cref="T:System.Array" />. The index is specified as a 64-bit integer.</summary>
       <param name="index">A 64-bit integer that represents the position of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the one-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly one dimension.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is outside the range of valid indexes for the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the one-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int64,System.Int64)">
       <summary>Gets the value at the specified position in the two-dimensional <see cref="T:System.Array" />. The indexes are specified as 64-bit integers.</summary>
       <param name="index1">A 64-bit integer that represents the first-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index2">A 64-bit integer that represents the second-dimension index of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the two-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly two dimensions.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Either <paramref name="index1" /> or <paramref name="index2" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the two-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int64,System.Int64,System.Int64)">
       <summary>Gets the value at the specified position in the three-dimensional <see cref="T:System.Array" />. The indexes are specified as 64-bit integers.</summary>
       <param name="index1">A 64-bit integer that represents the first-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index2">A 64-bit integer that represents the second-dimension index of the <see cref="T:System.Array" /> element to get.</param>
       <param name="index3">A 64-bit integer that represents the third-dimension index of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the three-dimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly three dimensions.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index1" /> or <paramref name="index2" /> or <paramref name="index3" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the three-dimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.GetValue(System.Int64[])">
       <summary>Gets the value at the specified position in the multidimensional <see cref="T:System.Array" />. The indexes are specified as an array of 64-bit integers.</summary>
       <param name="indices">A one-dimensional array of 64-bit integers that represent the indexes specifying the position of the <see cref="T:System.Array" /> element to get.</param>
+      <returns>The value at the specified position in the multidimensional <see cref="T:System.Array" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="indices" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The number of dimensions in the current <see cref="T:System.Array" /> is not equal to the number of elements in <paramref name="indices" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Any element in <paramref name="indices" /> is outside the range of valid indexes for the corresponding dimension of the current <see cref="T:System.Array" />.</exception>
-      <returns>The value at the specified position in the multidimensional <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.IndexOf(System.Array,System.Object)">
       <summary>Searches for the specified object and returns the index of its first occurrence in a one-dimensional array.</summary>
       <param name="array">The one-dimensional array to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
+      <returns>The index of the first occurrence of <paramref name="value" /> in <paramref name="array" />, if found; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the first occurrence of <paramref name="value" /> in <paramref name="array" />, if found; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.IndexOf(System.Array,System.Object,System.Int32)">
       <summary>Searches for the specified object in a range of elements of a one-dimensional array, and returns the index of its first occurrence. The range extends from a specified index to the end of the array.</summary>
       <param name="array">The one-dimensional array to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The starting index of the search. 0 (zero) is valid in an empty array.</param>
+      <returns>The index of the first occurrence of <paramref name="value" />, if it's found, within the range of elements in <paramref name="array" /> that extends from <paramref name="startIndex" /> to the last element; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the first occurrence of <paramref name="value" />, if it's found, within the range of elements in <paramref name="array" /> that extends from <paramref name="startIndex" /> to the last element; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.IndexOf(System.Array,System.Object,System.Int32,System.Int32)">
       <summary>Searches for the specified object in a range of elements of a one-dimensional array, and returns the index of ifs first occurrence. The range extends from a specified index for a specified number of elements.</summary>
@@ -2959,30 +1914,26 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The starting index of the search. 0 (zero) is valid in an empty array.</param>
       <param name="count">The number of elements to search.</param>
+      <returns>The index of the first occurrence of <paramref name="value" />, if it's found in the <paramref name="array" /> from index <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> - 1; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the first occurrence of <paramref name="value" />, if it's found in the <paramref name="array" /> from index <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> - 1; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.IndexOf``1(``0[],``0)">
       <summary>Searches for the specified object and returns the index of its first occurrence in a one-dimensional array.</summary>
       <param name="array">The one-dimensional, zero-based array to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" /> in the entire <paramref name="array" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> in the entire <paramref name="array" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.IndexOf``1(``0[],``0,System.Int32)">
       <summary>Searches for the specified object in a range of elements of a one dimensional array, and returns the index of its first occurrence. The range extends from a specified index to the end of the array.</summary>
@@ -2990,11 +1941,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The zero-based starting index of the search. 0 (zero) is valid in an empty array.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from <paramref name="startIndex" /> to the last element, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from <paramref name="startIndex" /> to the last element, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.IndexOf``1(``0[],``0,System.Int32,System.Int32)">
       <summary>Searches for the specified object in a range of elements of a one-dimensional array, and returns the index of its first occurrence. The range extends from a specified index for a specified number of elements.</summary>
@@ -3003,45 +1954,53 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="startIndex">The zero-based starting index of the search. 0 (zero) is valid in an empty array.</param>
       <param name="count">The number of elements in the section to search.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified in <paramref name="count" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified in <paramref name="count" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
     </member>
     <member name="M:System.Array.Initialize">
       <summary>Initializes every element of the value-type <see cref="T:System.Array" /> by calling the parameterless constructor of the value type.</summary>
     </member>
+    <member name="P:System.Array.IsFixedSize">
+      <summary>Gets a value indicating whether the <see cref="T:System.Array" /> has a fixed size.</summary>
+      <returns>This property is always <see langword="true" /> for all arrays.</returns>
+    </member>
+    <member name="P:System.Array.IsReadOnly">
+      <summary>Gets a value indicating whether the <see cref="T:System.Array" /> is read-only.</summary>
+      <returns>This property is always <see langword="false" /> for all arrays.</returns>
+    </member>
+    <member name="P:System.Array.IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Array" /> is synchronized (thread safe).</summary>
+      <returns>This property is always <see langword="false" /> for all arrays.</returns>
+    </member>
     <member name="M:System.Array.LastIndexOf(System.Array,System.Object)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the entire one-dimensional <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
+      <returns>The index of the last occurrence of <paramref name="value" /> within the entire <paramref name="array" />, if found; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the last occurrence of <paramref name="value" /> within the entire <paramref name="array" />, if found; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.LastIndexOf(System.Array,System.Object,System.Int32)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the range of elements in the one-dimensional <see cref="T:System.Array" /> that extends from the first element to the specified index.</summary>
       <param name="array">The one-dimensional <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The starting index of the backward search.</param>
+      <returns>The index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from the first element to <paramref name="startIndex" />, if found; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from the first element to <paramref name="startIndex" />, if found; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.LastIndexOf(System.Array,System.Object,System.Int32,System.Int32)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the range of elements in the one-dimensional <see cref="T:System.Array" /> that contains the specified number of elements and ends at the specified index.</summary>
@@ -3049,30 +2008,26 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The starting index of the backward search.</param>
       <param name="count">The number of elements in the section to search.</param>
+      <returns>The index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that contains the number of elements specified in <paramref name="count" /> and ends at <paramref name="startIndex" />, if found; otherwise, the lower bound of the array minus 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
-      <returns>The index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that contains the number of elements specified in <paramref name="count" /> and ends at <paramref name="startIndex" />, if found; otherwise, the lower bound of the array minus 1.</returns>
     </member>
     <member name="M:System.Array.LastIndexOf``1(``0[],``0)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the entire <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the entire <paramref name="array" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the entire <paramref name="array" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.LastIndexOf``1(``0[],``0,System.Int32)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the range of elements in the <see cref="T:System.Array" /> that extends from the first element to the specified index.</summary>
@@ -3080,11 +2035,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="value">The object to locate in <paramref name="array" />.</param>
       <param name="startIndex">The zero-based starting index of the backward search.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from the first element to <paramref name="startIndex" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that extends from the first element to <paramref name="startIndex" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Array.LastIndexOf``1(``0[],``0,System.Int32,System.Int32)">
       <summary>Searches for the specified object and returns the index of the last occurrence within the range of elements in the <see cref="T:System.Array" /> that contains the specified number of elements and ends at the specified index.</summary>
@@ -3093,19 +2048,28 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="startIndex">The zero-based starting index of the backward search.</param>
       <param name="count">The number of elements in the section to search.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that contains the number of elements specified in <paramref name="count" /> and ends at <paramref name="startIndex" />, if found; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in <paramref name="array" /> that contains the number of elements specified in <paramref name="count" /> and ends at <paramref name="startIndex" />, if found; otherwise, -1.</returns>
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="array" />.</exception>
+    </member>
+    <member name="P:System.Array.Length">
+      <summary>Gets the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</summary>
+      <returns>The total number of elements in all the dimensions of the <see cref="T:System.Array" />; zero if there are no elements in the array.</returns>
+      <exception cref="T:System.OverflowException">The array is multidimensional and contains more than <see cref="F:System.Int32.MaxValue" /> elements.</exception>
+    </member>
+    <member name="P:System.Array.LongLength">
+      <summary>Gets a 64-bit integer that represents the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</summary>
+      <returns>A 64-bit integer that represents the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</returns>
+    </member>
+    <member name="P:System.Array.Rank">
+      <summary>Gets the rank (number of dimensions) of the <see cref="T:System.Array" />. For example, a one-dimensional array returns 1, a two-dimensional array returns 2, and so on.</summary>
+      <returns>The rank (number of dimensions) of the <see cref="T:System.Array" />.</returns>
     </member>
     <member name="M:System.Array.Resize``1(``0[]@,System.Int32)">
       <summary>Changes the number of elements of a one-dimensional array to the specified new size.</summary>
@@ -3124,7 +2088,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is multidimensional.</exception>
     </member>
     <member name="M:System.Array.Reverse(System.Array,System.Int32,System.Int32)">
-      <summary>Reverses the sequence of a subset of the elements in the one-dimensional <see cref="T:System.Array" />.</summary>
+      <summary>Reverses the sequence of the elements in a range of elements in the one-dimensional <see cref="T:System.Array" />.</summary>
       <param name="array">The one-dimensional <see cref="T:System.Array" /> to reverse.</param>
       <param name="index">The starting index of the section to reverse.</param>
       <param name="length">The number of elements in the section to reverse.</param>
@@ -3134,40 +2098,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.</exception>
     </member>
     <member name="M:System.Array.Reverse``1(``0[])">
-      <summary>Reverses the sequence of the elements in the one-dimensional generic array.</summary>
-      <param name="array">The one-dimensional array of elements to reverse.</param>
-      <typeparam name="T">The type of the elements in <paramref name="array" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.RankException">
-        <paramref name="array" /> is multidimensional.</exception>
+      <param name="array" />
+      <typeparam name="T" />
     </member>
     <member name="M:System.Array.Reverse``1(``0[],System.Int32,System.Int32)">
-      <summary>Reverses the sequence of a subset of the elements in the one-dimensional generic array.</summary>
-      <param name="array">The one-dimensional array of elements to reverse.</param>
-      <param name="index">The starting index of the section to reverse.</param>
-      <param name="length">The number of elements in the section to reverse.</param>
-      <typeparam name="T">The type of the elements in <paramref name="array" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.RankException">
-        <paramref name="array" /> is multidimensional.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.</exception>
+      <param name="array" />
+      <param name="index" />
+      <param name="length" />
+      <typeparam name="T" />
     </member>
     <member name="M:System.Array.SetValue(System.Object,System.Int32)">
       <summary>Sets a value to the element at the specified position in the one-dimensional <see cref="T:System.Array" />. The index is specified as a 32-bit integer.</summary>
@@ -3268,17 +2212,13 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Sorts a pair of one-dimensional <see cref="T:System.Array" /> objects (one contains the keys and the other contains the corresponding items) based on the keys in the first <see cref="T:System.Array" /> using the <see cref="T:System.IComparable" /> implementation of each key.</summary>
       <param name="keys">The one-dimensional <see cref="T:System.Array" /> that contains the keys to sort.</param>
       <param name="items">The one-dimensional <see cref="T:System.Array" /> that contains the items that correspond to each of the keys in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
+-or-
+<see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">The <paramref name="keys" /><see cref="T:System.Array" /> is multidimensional.
-
- -or-
-
- The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
+-or-
+The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
@@ -3287,28 +2227,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Sorts a pair of one-dimensional <see cref="T:System.Array" /> objects (one contains the keys and the other contains the corresponding items) based on the keys in the first <see cref="T:System.Array" /> using the specified <see cref="T:System.Collections.IComparer" />.</summary>
       <param name="keys">The one-dimensional <see cref="T:System.Array" /> that contains the keys to sort.</param>
       <param name="items">The one-dimensional <see cref="T:System.Array" /> that contains the items that correspond to each of the keys in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
+-or-
+<see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
       <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">The <paramref name="keys" /><see cref="T:System.Array" /> is multidimensional.
-
- -or-
-
- The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
+-or-
+The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
     </member>
@@ -3316,83 +2248,57 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Sorts a range of elements in a pair of one-dimensional <see cref="T:System.Array" /> objects (one contains the keys and the other contains the corresponding items) based on the keys in the first <see cref="T:System.Array" /> using the <see cref="T:System.IComparable" /> implementation of each key.</summary>
       <param name="keys">The one-dimensional <see cref="T:System.Array" /> that contains the keys to sort.</param>
       <param name="items">The one-dimensional <see cref="T:System.Array" /> that contains the items that correspond to each of the keys in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
+-or-
+<see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
       <param name="index">The starting index of the range to sort.</param>
       <param name="length">The number of elements in the range to sort.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">The <paramref name="keys" /><see cref="T:System.Array" /> is multidimensional.
-
- -or-
-
- The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
+-or-
+The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="keys" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.</exception>
+-or-
+<paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
+-or-
+<paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
     </member>
     <member name="M:System.Array.Sort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer)">
       <summary>Sorts a range of elements in a pair of one-dimensional <see cref="T:System.Array" /> objects (one contains the keys and the other contains the corresponding items) based on the keys in the first <see cref="T:System.Array" /> using the specified <see cref="T:System.Collections.IComparer" />.</summary>
       <param name="keys">The one-dimensional <see cref="T:System.Array" /> that contains the keys to sort.</param>
       <param name="items">The one-dimensional <see cref="T:System.Array" /> that contains the items that correspond to each of the keys in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
+-or-
+<see langword="null" /> to sort only the <paramref name="keys" /><see cref="T:System.Array" />.</param>
       <param name="index">The starting index of the range to sort.</param>
       <param name="length">The number of elements in the range to sort.</param>
       <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">The <paramref name="keys" /><see cref="T:System.Array" /> is multidimensional.
-
- -or-
-
- The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
+-or-
+The <paramref name="items" /><see cref="T:System.Array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="keys" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the lower bound of <paramref name="keys" /> does not match the lower bound of <paramref name="items" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+<paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
+-or-
+<paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
+-or-
+<paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
     </member>
@@ -3400,10 +2306,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Sorts the elements in a one-dimensional <see cref="T:System.Array" /> using the specified <see cref="T:System.Collections.IComparer" />.</summary>
       <param name="array">The one-dimensional array to sort.</param>
       <param name="comparer">The implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
@@ -3423,10 +2327,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in <paramref name="array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
@@ -3437,26 +2339,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="index">The starting index of the range to sort.</param>
       <param name="length">The number of elements in the range to sort.</param>
       <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.
-
- -or-
-
- <see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
+-or-
+<see langword="null" /> to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.RankException">
         <paramref name="array" /> is multidimensional.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in <paramref name="array" /> do not implement the <see cref="T:System.IComparable" /> interface.</exception>
     </member>
@@ -3470,7 +2366,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Array.Sort``1(``0[],System.Collections.Generic.IComparer{``0})">
       <summary>Sorts the elements in an <see cref="T:System.Array" /> using the specified <see cref="T:System.Collections.Generic.IComparer`1" /> generic interface.</summary>
-      <param name="array">The one-dimensional, zero-base <see cref="T:System.Array" /> to sort.</param>
+      <param name="array">The one-dimensional, zero-base <see cref="T:System.Array" /> to sort</param>
       <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1" /> generic interface implementation to use when comparing elements, or <see langword="null" /> to use the <see cref="T:System.IComparable`1" /> generic interface implementation of each element.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
       <exception cref="T:System.ArgumentNullException">
@@ -3481,20 +2377,18 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Array.Sort``1(``0[],System.Comparison{``0})">
       <summary>Sorts the elements in an <see cref="T:System.Array" /> using the specified <see cref="T:System.Comparison`1" />.</summary>
-      <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to sort.</param>
+      <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to sort</param>
       <param name="comparison">The <see cref="T:System.Comparison`1" /> to use when comparing elements.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="comparison" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="comparison" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The implementation of <paramref name="comparison" /> caused an error during the sort. For example, <paramref name="comparison" /> might not return 0 when comparing an item with itself.</exception>
     </member>
     <member name="M:System.Array.Sort``1(``0[],System.Int32,System.Int32)">
       <summary>Sorts the elements in a range of elements in an <see cref="T:System.Array" /> using the <see cref="T:System.IComparable`1" /> generic interface implementation of each element of the <see cref="T:System.Array" />.</summary>
-      <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to sort.</param>
+      <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to sort</param>
       <param name="index">The starting index of the range to sort.</param>
       <param name="length">The number of elements in the range to sort.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
@@ -3502,10 +2396,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in <paramref name="array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
@@ -3521,16 +2413,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="array" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in <paramref name="array" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in <paramref name="array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
     </member>
@@ -3544,10 +2432,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the lower bound of <paramref name="keys" /> does not match the lower bound of <paramref name="items" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.</exception>
+-or-
+<paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
     </member>
     <member name="M:System.Array.Sort``2(``0[],``1[],System.Collections.Generic.IComparer{``0})">
@@ -3561,14 +2447,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the lower bound of <paramref name="keys" /> does not match the lower bound of <paramref name="items" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+<paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
     </member>
@@ -3584,24 +2466,16 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="keys" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the lower bound of <paramref name="keys" /> does not match the lower bound of <paramref name="items" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.</exception>
+-or-
+<paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
+-or-
+<paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
+-or-
+<paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.</exception>
       <exception cref="T:System.InvalidOperationException">One or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
     </member>
     <member name="M:System.Array.Sort``2(``0[],``1[],System.Int32,System.Int32,System.Collections.Generic.IComparer{``0})">
@@ -3617,36 +2491,34 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="keys" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than the lower bound of <paramref name="keys" />.
-
- -or-
-
- <paramref name="length" /> is less than zero.</exception>
+-or-
+<paramref name="length" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="items" /> is not <see langword="null" />, and the lower bound of <paramref name="keys" /> does not match the lower bound of <paramref name="items" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
-
- -or-
-
- <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
-
- -or-
-
- <paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.
-
- -or-
-
- The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
+-or-
+<paramref name="items" /> is not <see langword="null" />, and the length of <paramref name="keys" /> is greater than the length of <paramref name="items" />.
+-or-
+<paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="keys" /><see cref="T:System.Array" />.
+-or-
+<paramref name="items" /> is not <see langword="null" />, and <paramref name="index" /> and <paramref name="length" /> do not specify a valid range in the <paramref name="items" /><see cref="T:System.Array" />.
+-or-
+The implementation of <paramref name="comparer" /> caused an error during the sort. For example, <paramref name="comparer" /> might not return 0 when comparing an item with itself.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="comparer" /> is <see langword="null" />, and one or more elements in the <paramref name="keys" /><see cref="T:System.Array" /> do not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
     </member>
+    <member name="P:System.Array.SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Array" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Array" />.</returns>
+    </member>
+    <member name="P:System.Array.System#Collections#ICollection#Count">
+      <summary>Gets the number of elements contained in the <see cref="T:System.Array" />.</summary>
+      <returns>The number of elements contained in the collection.</returns>
+    </member>
     <member name="M:System.Array.System#Collections#IList#Add(System.Object)">
       <summary>Calling this method always throws a <see cref="T:System.NotSupportedException" /> exception.</summary>
       <param name="value">The object to be added to the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
       <returns>Adding a value to an array is not supported. No value is returned.</returns>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Array.System#Collections#IList#Clear">
       <summary>Removes all items from the <see cref="T:System.Collections.IList" />.</summary>
@@ -3670,39 +2542,56 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
-
- -or-
-
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
       <exception cref="T:System.NullReferenceException">
         <paramref name="value" /> is null reference in the <see cref="T:System.Collections.IList" />.</exception>
     </member>
+    <member name="P:System.Array.System#Collections#IList#Item(System.Int32)">
+      <summary>Gets or sets the element at the specified index.</summary>
+      <param name="index">The index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ICollection.Count" />.</exception>
+      <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly one dimension.</exception>
+    </member>
     <member name="M:System.Array.System#Collections#IList#Remove(System.Object)">
       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
-
- -or-
-
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Array.System#Collections#IList#RemoveAt(System.Int32)">
       <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary>
       <param name="index">The index of the element to remove.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">index is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
-
- -or-
-
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Array.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Determines whether the current collection object precedes, occurs in the same position as, or follows another object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that compares the current object and <paramref name="other" />.</param>
       <returns>An integer that indicates the relationship of the current collection object to other, as shown in the following table.
-
- <list type="table"><listheader><term> Return value</term><description> Description</description></listheader><item><term> -1</term><description> The current instance precedes <paramref name="other" />.</description></item><item><term> 0</term><description> The current instance and <paramref name="other" /> are equal.</description></item><item><term> 1</term><description> The current instance follows <paramref name="other" />.</description></item></list></returns>
+  Return value  
+  
+  Description  
+  
+  -1  
+  
+  The current instance precedes <paramref name="other" />.  
+  
+  0  
+  
+  The current instance and <paramref name="other" /> are equal.  
+  
+  1  
+  
+  The current instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.Array.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Determines whether an object is equal to the current instance.</summary>
@@ -3721,63 +2610,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to check against the conditions.</param>
       <param name="match">The predicate that defines the conditions to check against the elements.</param>
       <typeparam name="T">The type of the elements of the array.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="match" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if every element in <paramref name="array" /> matches the conditions defined by the specified predicate; otherwise, <see langword="false" />. If there are no elements in the array, the return value is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Array.IsFixedSize">
-      <summary>Gets a value indicating whether the <see cref="T:System.Array" /> has a fixed size.</summary>
-      <returns>This property is always <see langword="true" /> for all arrays.</returns>
-    </member>
-    <member name="P:System.Array.IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Array" /> is read-only.</summary>
-      <returns>This property is always <see langword="false" /> for all arrays.</returns>
-    </member>
-    <member name="P:System.Array.IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Array" /> is synchronized (thread safe).</summary>
-      <returns>This property is always <see langword="false" /> for all arrays.</returns>
-    </member>
-    <member name="P:System.Array.Length">
-      <summary>Gets the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</summary>
-      <exception cref="T:System.OverflowException">The array is multidimensional and contains more than <see cref="F:System.Int32.MaxValue" /> elements.</exception>
-      <returns>The total number of elements in all the dimensions of the <see cref="T:System.Array" />; zero if there are no elements in the array.</returns>
-    </member>
-    <member name="P:System.Array.LongLength">
-      <summary>Gets a 64-bit integer that represents the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</summary>
-      <returns>A 64-bit integer that represents the total number of elements in all the dimensions of the <see cref="T:System.Array" />.</returns>
-    </member>
-    <member name="P:System.Array.MaxLength">
-      <summary>Gets the maximum number of elements that may be contained in an array.</summary>
-      <returns>The maximum count of elements allowed in any array.</returns>
-    </member>
-    <member name="P:System.Array.Rank">
-      <summary>Gets the rank (number of dimensions) of the <see cref="T:System.Array" />. For example, a one-dimensional array returns 1, a two-dimensional array returns 2, and so on.</summary>
-      <returns>The rank (number of dimensions) of the <see cref="T:System.Array" />.</returns>
-    </member>
-    <member name="P:System.Array.SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Array" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Array" />.</returns>
-    </member>
-    <member name="P:System.Array.System#Collections#ICollection#Count">
-      <summary>Gets the number of elements contained in the <see cref="T:System.Array" />.</summary>
-      <returns>The number of elements contained in the collection.</returns>
-    </member>
-    <member name="P:System.Array.System#Collections#IList#Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The index of the element to get or set.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ICollection.Count" />.</exception>
-      <exception cref="T:System.ArgumentException">The current <see cref="T:System.Array" /> does not have exactly one dimension.</exception>
-      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="array" /> is <see langword="null" />.
+-or-
+<paramref name="match" /> is <see langword="null" />.</exception>
     </member>
     <member name="T:System.ArraySegment`1">
       <summary>Delimits a section of a one-dimensional array.</summary>
@@ -3801,27 +2639,33 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentException">
         <paramref name="offset" /> and <paramref name="count" /> do not specify a valid range in <paramref name="array" />.</exception>
     </member>
+    <member name="P:System.ArraySegment`1.Array">
+      <summary>Gets the original array containing the range of elements that the array segment delimits.</summary>
+      <returns>The original array that was passed to the constructor, and that contains the range delimited by the <see cref="T:System.ArraySegment`1" />.</returns>
+    </member>
     <member name="M:System.ArraySegment`1.CopyTo(`0[])">
-      <summary>Copies the contents of this instance into the specified destination array of the same type <typeparamref name="T" />.</summary>
-      <param name="destination">The array of type <paramref name="T" /> into which the contents of this instance will be copied.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception>
+      <param name="destination" />
     </member>
     <member name="M:System.ArraySegment`1.CopyTo(`0[],System.Int32)">
-      <summary>Copies the contents of this instance into the specified destination array of the same type <typeparamref name="T" />, starting at the specified destination index.</summary>
-      <param name="destination">The array of type <paramref name="T" /> into which the contents of this instance will be copied.</param>
-      <param name="destinationIndex">The index in <paramref name="destination" /> at which storing begins.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception>
+      <param name="destination" />
+      <param name="destinationIndex" />
     </member>
     <member name="M:System.ArraySegment`1.CopyTo(System.ArraySegment{`0})">
-      <summary>Copies the contents of this instance into the specified destination array segment of the same type <typeparamref name="T" />.</summary>
-      <param name="destination">The array segment into which the contents of this instance will be copied.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.
-
- -or-
-
-The underlying array of <paramref name="destination" /> is <paramref name="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The length of the underlying array of this instance is larger than the length of the underlying array of <paramref name="destination" />.</exception>
+      <param name="destination" />
+    </member>
+    <member name="P:System.ArraySegment`1.Count">
+      <summary>Gets the number of elements in the range delimited by the array segment.</summary>
+      <returns>The number of elements in the range delimited by the <see cref="T:System.ArraySegment`1" />.</returns>
     </member>
+    <member name="P:System.ArraySegment`1.Empty" />
+    <member name="T:System.ArraySegment`1.Enumerator">
+      <typeparam name="T" />
+    </member>
+    <member name="P:System.ArraySegment`1.Enumerator.Current" />
+    <member name="M:System.ArraySegment`1.Enumerator.Dispose" />
+    <member name="M:System.ArraySegment`1.Enumerator.MoveNext" />
+    <member name="P:System.ArraySegment`1.Enumerator.System#Collections#IEnumerator#Current" />
+    <member name="M:System.ArraySegment`1.Enumerator.System#Collections#IEnumerator#Reset" />
     <member name="M:System.ArraySegment`1.Equals(System.ArraySegment{`0})">
       <summary>Determines whether the specified <see cref="T:System.ArraySegment`1" /> structure is equal to the current instance.</summary>
       <param name="obj">The structure to compare with the current instance.</param>
@@ -3836,13 +2680,24 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     </member>
     <member name="M:System.ArraySegment`1.GetEnumerator">
       <summary>Returns an enumerator that can be used to iterate through the array segment.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
       <returns>An enumerator that can be used to iterate through the array segment.</returns>
+      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
     </member>
     <member name="M:System.ArraySegment`1.GetHashCode">
       <summary>Returns the hash code for the current instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.ArraySegment`1.Item(System.Int32)">
+      <summary>Gets or sets the element at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is not a valid index in the <see cref="T:System.ArraySegment`1" />.</exception>
+    </member>
+    <member name="P:System.ArraySegment`1.Offset">
+      <summary>Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array.</summary>
+      <returns>The position of the first element in the range delimited by the <see cref="T:System.ArraySegment`1" />, relative to the start of the original array.</returns>
+    </member>
     <member name="M:System.ArraySegment`1.op_Equality(System.ArraySegment{`0},System.ArraySegment{`0})">
       <summary>Indicates whether two <see cref="T:System.ArraySegment`1" /> structures are equal.</summary>
       <param name="a">The  structure on the left side of the equality operator.</param>
@@ -3851,9 +2706,7 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <see langword="true" /> if <paramref name="a" /> is equal to <paramref name="b" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.ArraySegment`1.op_Implicit(T[])~System.ArraySegment{`0}">
-      <summary>Defines an implicit conversion of an array of type <typeparamref name="T" /> to an array segment of type <typeparamref name="T" />.</summary>
-      <param name="array">The array to convert.</param>
-      <returns>An array segment representation of the array.</returns>
+      <param name="array" />
     </member>
     <member name="M:System.ArraySegment`1.op_Inequality(System.ArraySegment{`0},System.ArraySegment{`0})">
       <summary>Indicates whether two <see cref="T:System.ArraySegment`1" /> structures are unequal.</summary>
@@ -3863,25 +2716,11 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <see langword="true" /> if <paramref name="a" /> is not equal to <paramref name="b" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.ArraySegment`1.Slice(System.Int32)">
-      <summary>Forms a slice out of the current array segment starting at the specified index.</summary>
-      <param name="index">The index at which to begin the slice.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is greater than the length of the underlying array of this instance.</exception>
-      <returns>An array segment that consists of all elements of the current array segment from <paramref name="index" /> to the end of the array segment.</returns>
+      <param name="index" />
     </member>
     <member name="M:System.ArraySegment`1.Slice(System.Int32,System.Int32)">
-      <summary>Forms a slice of the specified length out of the current array segment starting at the specified index.</summary>
-      <param name="index">The index at which to begin the slice.</param>
-      <param name="count">The desired length of the slice.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is greater than the length of the underlying array of this instance.
-
- -or-
-
-<paramref name="count" /> is greater than the length of the underlying array of this instance - <paramref name="index" />.</exception>
-      <returns>An array segment of <paramref name="count" /> elements starting at <paramref name="index" />.</returns>
+      <param name="index" />
+      <param name="count" />
     </member>
     <member name="M:System.ArraySegment`1.System#Collections#Generic#ICollection{T}#Add(`0)">
       <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
@@ -3895,26 +2734,31 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.ArraySegment`1.System#Collections#Generic#ICollection{T}#Contains(`0)">
       <summary>Determines whether the array segment contains a specific value.</summary>
       <param name="item">The object to locate in the array segment.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="item" /> is found in the array segment; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.ArraySegment`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
+      <summary>Gets a value that indicates whether the array segment  is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the array segment is read-only; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.ArraySegment`1.System#Collections#Generic#ICollection{T}#Remove(`0)">
       <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
       <param name="item">The object to remove from the array segment.</param>
-      <exception cref="T:System.NotSupportedException">In all cases.</exception>
       <returns>Always throws an exception.</returns>
+      <exception cref="T:System.NotSupportedException">In all cases.</exception>
     </member>
     <member name="M:System.ArraySegment`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
       <summary>Returns an enumerator that iterates through the array segment.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
       <returns>An enumerator that can be used to iterate through the array segment.</returns>
+      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
     </member>
     <member name="M:System.ArraySegment`1.System#Collections#Generic#IList{T}#IndexOf(`0)">
       <summary>Determines the index of a specific item in the array segment.</summary>
       <param name="item">The object to locate in the array segment.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
       <returns>The index of <paramref name="item" /> if found in the list; otherwise, -1.</returns>
+      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
     </member>
     <member name="M:System.ArraySegment`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0)">
       <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
@@ -3922,90 +2766,38 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="item">The object to insert into the array segment.</param>
       <exception cref="T:System.NotSupportedException">In all cases.</exception>
     </member>
-    <member name="M:System.ArraySegment`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32)">
-      <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
-      <param name="index">The zero-based index of the item to remove.</param>
-      <exception cref="T:System.NotSupportedException">In all cases.</exception>
-    </member>
-    <member name="M:System.ArraySegment`1.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator that iterates through an array segment.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
-      <returns>An enumerator that can be used to iterate through the array segment.</returns>
-    </member>
-    <member name="M:System.ArraySegment`1.ToArray">
-      <summary>Copies the contents of this array segment into a new array.</summary>
-      <exception cref="T:System.InvalidOperationException">
-        <c>default(ArraySegment&lt;T&gt;)</c> cannot be converted to an array.</exception>
-      <returns>An array containing the data in the current array segment.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.Array">
-      <summary>Gets the original array containing the range of elements that the array segment delimits.</summary>
-      <returns>The original array that was passed to the constructor, and that contains the range delimited by the <see cref="T:System.ArraySegment`1" />.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.Count">
-      <summary>Gets the number of elements in the range delimited by the array segment.</summary>
-      <returns>The number of elements in the range delimited by the <see cref="T:System.ArraySegment`1" />.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.Empty">
-      <summary>Represents the empty array segment. This field is read-only.</summary>
-      <returns>An array segment of type <typeparamref name="T" /> containing zero elements.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get or set.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is not a valid index in the <see cref="T:System.ArraySegment`1" />.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.Offset">
-      <summary>Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array.</summary>
-      <returns>The position of the first element in the range delimited by the <see cref="T:System.ArraySegment`1" />, relative to the start of the original array.</returns>
-    </member>
-    <member name="P:System.ArraySegment`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
-      <summary>Gets a value that indicates whether the array segment  is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the array segment is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.ArraySegment`1.System#Collections#Generic#IList{T}#Item(System.Int32)">
       <summary>Gets or sets the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.ArraySegment`1" />.</exception>
       <exception cref="T:System.NotSupportedException">The property is set and the array segment is read-only.</exception>
-      <returns>The element at the specified index.</returns>
+    </member>
+    <member name="M:System.ArraySegment`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32)">
+      <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
+      <param name="index">The zero-based index of the item to remove.</param>
+      <exception cref="T:System.NotSupportedException">In all cases.</exception>
     </member>
     <member name="P:System.ArraySegment`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32)">
       <summary>Gets the element at the specified index of the array segment.</summary>
       <param name="index">The zero-based index of the element to get.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.ArraySegment`1" />.</exception>
       <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The property is set.</exception>
-      <returns>The element at the specified index.</returns>
     </member>
-    <member name="T:System.ArraySegment`1.Enumerator">
-      <summary>Provides an enumerator for the elements of an <see cref="T:System.ArraySegment`1" />.</summary>
-      <typeparam name="T" />
-    </member>
-    <member name="M:System.ArraySegment`1.Enumerator.Dispose">
-      <summary>Releases all resources used by this enumerator instance.</summary>
-    </member>
-    <member name="M:System.ArraySegment`1.Enumerator.MoveNext">
-      <summary>Advances the enumerator to the next element of the <see cref="T:System.ArraySegment`1" />.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the array segment.</returns>
-    </member>
-    <member name="M:System.ArraySegment`1.Enumerator.System#Collections#IEnumerator#Reset">
-      <summary>Sets the enumerator to its initial position, which is before the first element in the array segment.</summary>
-    </member>
-    <member name="P:System.ArraySegment`1.Enumerator.Current">
-      <summary>Gets a reference to the item at the current position of the enumerator.</summary>
-      <returns>The element of the <see cref="T:System.ArraySegment`1" /> at the current position of the enumerator.</returns>
+    <member name="M:System.ArraySegment`1.System#Collections#IEnumerable#GetEnumerator">
+      <summary>Returns an enumerator that iterates through an array segment.</summary>
+      <returns>An enumerator that can be used to iterate through the array segment.</returns>
+      <exception cref="T:System.InvalidOperationException">The underlying array is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.ArraySegment`1.Enumerator.System#Collections#IEnumerator#Current">
-      <summary>Gets the element at the current position of the enumerator.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the array segment or after the last element.</exception>
-      <returns>The element in the array segment at the current position of the enumerator.</returns>
+    <member name="M:System.ArraySegment`1.ToArray">
+      <summary>Copies the contents of this array segment into a new array.</summary>
+      <returns>An array containing the data in the current array segment.</returns>
+      <exception cref="T:System.InvalidOperationException">
+        <c>default(ArraySegment&lt;T&gt;)</c> cannot be converted to an array.</exception>
     </member>
     <member name="T:System.ArrayTypeMismatchException">
       <summary>The exception that is thrown when an attempt is made to store an element of the wrong type within an array.</summary>
@@ -4027,22 +2819,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="message">The error message that explains the reason for the exception.</param>
       <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="T:System.AssemblyLoadEventArgs">
-      <summary>Provides data for the <see cref="E:System.AppDomain.AssemblyLoad" /> event.</summary>
-    </member>
-    <member name="M:System.AssemblyLoadEventArgs.#ctor(System.Reflection.Assembly)">
-      <summary>Initializes a new instance of the <see cref="T:System.AssemblyLoadEventArgs" /> class using the specified <see cref="T:System.Reflection.Assembly" />.</summary>
-      <param name="loadedAssembly">An instance that represents the currently loaded assembly.</param>
-    </member>
-    <member name="P:System.AssemblyLoadEventArgs.LoadedAssembly">
-      <summary>Gets an <see cref="T:System.Reflection.Assembly" /> that represents the currently loaded assembly.</summary>
-      <returns>An instance of <see cref="T:System.Reflection.Assembly" /> that represents the currently loaded assembly.</returns>
-    </member>
-    <member name="T:System.AssemblyLoadEventHandler">
-      <summary>Represents the method that handles the <see cref="E:System.AppDomain.AssemblyLoad" /> event of an <see cref="T:System.AppDomain" />.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="args">An <see cref="T:System.AssemblyLoadEventArgs" /> that contains the event data.</param>
-    </member>
     <member name="T:System.AsyncCallback">
       <summary>References a method to be called when a corresponding asynchronous operation completes.</summary>
       <param name="ar">The result of the asynchronous operation.</param>
@@ -4063,29 +2839,30 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type)">
       <summary>Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -4094,13 +2871,13 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -4109,117 +2886,117 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type)">
       <summary>Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type)">
       <summary>Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A reference to the single custom attribute of type <paramref name="attributeType" /> that is applied to <paramref name="element" />, or <see langword="null" /> if there is no such attribute.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly)">
       <summary>Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type)">
       <summary>Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)">
       <summary>Retrieves an array of the custom attributes applied to a member of a type. A parameter specifies the member.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)">
       <summary>Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
-      <param name="attributeType" />
+      <param name="type">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="type" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -4227,13 +3004,13 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="type" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, or property member of a class.</param>
-      <param name="attributeType" />
+      <param name="type">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="type" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -4241,84 +3018,83 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="type" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Module)">
       <summary>Retrieves an array of the custom attributes applied to a module. A parameter specifies the module.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type)">
       <summary>Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)">
       <summary>Retrieves an array of the custom attributes applied to a method parameter. A parameter specifies the method parameter.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and whether to search ancestors of the method parameter.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="P:System.Reflection.ParameterInfo.Member" /> property of <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type)">
       <summary>Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An <see cref="T:System.Attribute" /> array that contains the custom attributes of type <paramref name="attributeType" /> applied to <paramref name="element" />, or an empty array if no such custom attributes exist.</returns>
     </member>
     <member name="M:System.Attribute.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -4333,99 +3109,99 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean)">
       <summary>Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Assembly" /> class that describes a reusable collection of modules.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type)">
       <summary>Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, type, or property member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.MemberInfo" /> class that describes a constructor, event, field, method, type, or property member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.Module,System.Type)">
       <summary>Determines whether any custom attributes of a specified type are applied to a module. Parameters specify the module, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean)">
       <summary>Determines whether any custom attributes are applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.Module" /> class that describes a portable executable file.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">This parameter is ignored, and does not affect the operation of this method.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type)">
       <summary>Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.</summary>
       <param name="element">An object derived from the <see cref="T:System.Reflection.ParameterInfo" /> class that describes a parameter of a member of a class.</param>
       <param name="attributeType">The type, or a base type, of the custom attribute to search for.</param>
       <param name="inherit">If <see langword="true" />, specifies to also search the ancestors of <paramref name="element" /> for custom attributes.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.ExecutionEngineException">
         <paramref name="element" /> is not a method, constructor, or type.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute of type <paramref name="attributeType" /> is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Attribute.Match(System.Object)">
       <summary>When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.</summary>
@@ -4540,16 +3316,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="fileName">The full name of the file with the invalid image.</param>
       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.BadImageFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name, assembly cache log, and additional exception information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-    </member>
-    <member name="M:System.BadImageFormatException.ToString">
-      <summary>Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</summary>
-      <returns>A string containing the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</returns>
-    </member>
     <member name="P:System.BadImageFormatException.FileName">
       <summary>Gets the name of the file that causes this exception.</summary>
       <returns>The name of the file with the invalid image, or a null reference if no file name was passed to the constructor for the current instance.</returns>
@@ -4558,475 +3324,68 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Gets the log file that describes why an assembly load failed.</summary>
       <returns>A <see langword="String" /> containing errors reported by the assembly cache.</returns>
     </member>
+    <member name="M:System.BadImageFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name, assembly cache log, and additional exception information.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    </member>
     <member name="P:System.BadImageFormatException.Message">
       <summary>Gets the error message and the name of the file that caused this exception.</summary>
       <returns>A string containing the error message and the name of the file that caused this exception.</returns>
     </member>
-    <member name="T:System.Base64FormattingOptions">
-      <summary>Specifies whether relevant <see cref="Overload:System.Convert.ToBase64CharArray" /> and <see cref="Overload:System.Convert.ToBase64String" /> methods insert line breaks in their output.</summary>
-    </member>
-    <member name="F:System.Base64FormattingOptions.InsertLineBreaks">
-      <summary>Inserts line breaks after every 76 characters in the string representation.</summary>
-    </member>
-    <member name="F:System.Base64FormattingOptions.None">
-      <summary>Does not insert line breaks after every 76 characters in the string representation.</summary>
-    </member>
-    <member name="T:System.BitConverter">
-      <summary>Converts base data types to an array of bytes, and an array of bytes to base data types.</summary>
-    </member>
-    <member name="F:System.BitConverter.IsLittleEndian">
-      <summary>Indicates the byte order ("endianness") in which data is stored in this computer architecture.</summary>
-    </member>
-    <member name="M:System.BitConverter.DoubleToInt64Bits(System.Double)">
-      <summary>Converts the specified double-precision floating point number to a 64-bit signed integer.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A 64-bit signed integer whose value is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.DoubleToUInt64Bits(System.Double)">
-      <summary>Converts the specified double-precision floating point number to a 64-bit unsigned integer.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A 64-bit unsigned integer whose bits are identical to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Boolean)">
-      <summary>Returns the specified Boolean value as a byte array.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A byte array with length 1.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Char)">
-      <summary>Returns the specified Unicode character value as an array of bytes.</summary>
-      <param name="value">The character to convert.</param>
-      <returns>An array of bytes with length 2.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Double)">
-      <summary>Returns the specified double-precision floating-point value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 8.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Half)">
-      <summary>Returns the specified half-precision floating-point value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 2.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Int16)">
-      <summary>Returns the specified 16-bit signed integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 2.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Int32)">
-      <summary>Returns the specified 32-bit signed integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 4.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Int64)">
-      <summary>Returns the specified 64-bit signed integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 8.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.Single)">
-      <summary>Returns the specified single-precision floating point value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 4.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.UInt16)">
-      <summary>Returns the specified 16-bit unsigned integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 2.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.UInt32)">
-      <summary>Returns the specified 32-bit unsigned integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 4.</returns>
-    </member>
-    <member name="M:System.BitConverter.GetBytes(System.UInt64)">
-      <summary>Returns the specified 64-bit unsigned integer value as an array of bytes.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>An array of bytes with length 8.</returns>
-    </member>
-    <member name="M:System.BitConverter.HalfToInt16Bits(System.Half)">
-      <summary>Converts a half-precision floating-point value into a 16-bit integer.</summary>
-      <param name="value">The half-precision floating-point value to convert.</param>
-      <returns>An integer representing the converted half-precision floating-point value.</returns>
-    </member>
-    <member name="M:System.BitConverter.HalfToUInt16Bits(System.Half)">
-      <summary>Converts the specified half-precision floating point number to a 16-bit unsigned integer.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A 16-bit unsigned integer whose bits are identical to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.Int16BitsToHalf(System.Int16)">
-      <summary>Reinterprets the specified 16-bit signed integer value as a half-precision floating-point value.</summary>
-      <param name="value">The 16-bit signed integer value to convert.</param>
-      <returns>A half-precision floating-point value that represents the converted integer.</returns>
-    </member>
-    <member name="M:System.BitConverter.Int32BitsToSingle(System.Int32)">
-      <summary>Reinterprets the specified 32-bit integer as a single-precision floating-point value.</summary>
-      <param name="value">The integer to convert.</param>
-      <returns>A single-precision floating-point value that represents the converted integer.</returns>
-    </member>
-    <member name="M:System.BitConverter.Int64BitsToDouble(System.Int64)">
-      <summary>Reinterprets the specified 64-bit signed integer to a double-precision floating point number.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A double-precision floating point number whose value is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.SingleToInt32Bits(System.Single)">
-      <summary>Converts a single-precision floating-point value into an integer.</summary>
-      <param name="value">The single-precision floating-point value to convert.</param>
-      <returns>An integer representing the converted single-precision floating-point value.</returns>
-    </member>
-    <member name="M:System.BitConverter.SingleToUInt32Bits(System.Single)">
-      <summary>Converts the specified single-precision floating point number to a 32-bit unsigned integer.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A 32-bit unsigned integer whose bits are identical to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToBoolean(System.Byte[],System.Int32)">
-      <summary>Returns a Boolean value converted from the byte at a specified position in a byte array.</summary>
-      <param name="value">A byte array.</param>
-      <param name="startIndex">The index of the byte within <paramref name="value" /> to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>
-        <see langword="true" /> if the byte at <paramref name="startIndex" /> in <paramref name="value" /> is nonzero; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToBoolean(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span to a Boolean value.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 1.</exception>
-      <returns>A Boolean representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToChar(System.Byte[],System.Int32)">
-      <summary>Returns a Unicode character converted from two bytes at a specified position in a byte array.</summary>
-      <param name="value">An array that includes the two bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> equals the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>The character formed by two bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToChar(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a character.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Char" />.</exception>
-      <returns>A character representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToDouble(System.Byte[],System.Int32)">
-      <summary>Returns a double-precision floating point number converted from eight bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the eight bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 7, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A double-precision floating point number formed by eight bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToDouble(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a double-precision floating-point value.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Double" /> value.</exception>
-      <returns>A double-precision floating-point value that represents the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToHalf(System.Byte[],System.Int32)">
-      <summary>Returns a laft-precision floating point number converted from two bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the two bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> equals the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A half-precision floating point number formed by two bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToHalf(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a half-precision floating-point value.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 2.</exception>
-      <returns>A half-precision floating-point value that represents the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt16(System.Byte[],System.Int32)">
-      <summary>Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the two bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> equals the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 16-bit signed integer formed by two bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt16(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a 16-bit signed integer.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 2.</exception>
-      <returns>A 16-bit signed integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt32(System.Byte[],System.Int32)">
-      <summary>Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the four bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 3, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 32-bit signed integer formed by four bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt32(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a 32-bit signed integer.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 4.</exception>
-      <returns>A 32-bit signed integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt64(System.Byte[],System.Int32)">
-      <summary>Returns a 64-bit signed integer converted from eight bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the eight bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 7, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 64-bit signed integer formed by eight bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToInt64(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a 64-bit signed integer.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 8.</exception>
-      <returns>A 64-bit signed integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToSingle(System.Byte[],System.Int32)">
-      <summary>Returns a single-precision floating point number converted from four bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 3, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A single-precision floating point number formed by four bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToSingle(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a single-precision floating-point value.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than the length of a <see cref="T:System.Single" /> value.</exception>
-      <returns>A single-precision floating-point value representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToString(System.Byte[])">
-      <summary>Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation.</summary>
-      <param name="value">An array of bytes.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>A string of hexadecimal pairs separated by hyphens, where each pair represents the corresponding element in <paramref name="value" />; for example, "7F-2C-4A-00".</returns>
-    </member>
-    <member name="M:System.BitConverter.ToString(System.Byte[],System.Int32)">
-      <summary>Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation.</summary>
-      <param name="value">An array of bytes.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A string of hexadecimal pairs separated by hyphens, where each pair represents the corresponding element in a subarray of <paramref name="value" />; for example, "7F-2C-4A-00".</returns>
-    </member>
-    <member name="M:System.BitConverter.ToString(System.Byte[],System.Int32,System.Int32)">
-      <summary>Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation.</summary>
-      <param name="value">An array of bytes that includes the bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <param name="length">The number of array elements in <paramref name="value" /> to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="startIndex" /> is greater than zero and is greater than or equal to the length of <paramref name="value" />.</exception>
-      <exception cref="T:System.ArgumentException">The combination of <paramref name="startIndex" /> and <paramref name="length" /> does not specify a position within <paramref name="value" />; that is, the <paramref name="startIndex" /> parameter is greater than the length of <paramref name="value" /> minus the <paramref name="length" /> parameter.</exception>
-      <returns>A string of hexadecimal pairs separated by hyphens, where each pair represents the corresponding element in a subarray of <paramref name="value" />; for example, "7F-2C-4A-00".</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt16(System.Byte[],System.Int32)">
-      <summary>Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.</summary>
-      <param name="value">The array of bytes that includes the two bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> equals the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 16-bit unsigned integer formed by two bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt16(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte-span into a 16-bit unsigned integer.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 2.</exception>
-      <returns>An 16-bit unsigned integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt32(System.Byte[],System.Int32)">
-      <summary>Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 3, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 32-bit unsigned integer formed by four bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt32(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a read-only byte span into a 32-bit unsigned integer.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 4.</exception>
-      <returns>A 32-bit unsigned integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt64(System.Byte[],System.Int32)">
-      <summary>Returns a 64-bit unsigned integer converted from eight bytes at a specified position in a byte array.</summary>
-      <param name="value">An array of bytes that includes the eight bytes to convert.</param>
-      <param name="startIndex">The starting position within <paramref name="value" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="value" /> minus 7, and is less than or equal to the length of <paramref name="value" /> minus 1.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is less than zero or greater than the length of <paramref name="value" /> minus 1.</exception>
-      <returns>A 64-bit unsigned integer formed by the eight bytes beginning at <paramref name="startIndex" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.ToUInt64(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts bytes into an unsigned long.</summary>
-      <param name="value">A read-only span containing the bytes to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is less than 8.</exception>
-      <returns>A 64-bit unsigned integer representing the converted bytes.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Boolean)">
-      <summary>Converts a Boolean into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted Boolean.</param>
-      <param name="value">The Boolean to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Char)">
-      <summary>Converts a character into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted character.</param>
-      <param name="value">The character to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Double)">
-      <summary>Converts a double-precision floating-point value into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted double-precision floating-point value.</param>
-      <param name="value">The double-precision floating-point value to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Half)">
-      <summary>Converts a half-precision floating-point value into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted half-precision floating-point value.</param>
-      <param name="value">The half-precision floating-point value to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Int16)">
-      <summary>Converts a 16-bit signed integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted 16-bit signed integer.</param>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Int32)">
-      <summary>Converts a 32-bit signed integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted 32-bit signed integer.</param>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Int64)">
-      <summary>Converts a 64-bit signed integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted 64-bit signed integer.</param>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.Single)">
-      <summary>Converts a single-precision floating-point value into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted single-precision floating-point value.</param>
-      <param name="value">The single-precision floating-point value to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.UInt16)">
-      <summary>Converts an unsigned 16-bit integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted unsigned 16-bit integer.</param>
-      <param name="value">The unsigned 16-bit integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.UInt32)">
-      <summary>Converts a 32-bit unsigned integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted unsigned 32-bit integer.</param>
-      <param name="value">The unsigned 32-bit integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.TryWriteBytes(System.Span{System.Byte},System.UInt64)">
-      <summary>Converts an unsigned 64-bit integer into a span of bytes.</summary>
-      <param name="destination">When this method returns, the bytes representing the converted unsigned 64-bit integer.</param>
-      <param name="value">The unsigned 64-bit integer to convert.</param>
-      <returns>
-        <see langword="true" /> if the conversion was successful; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.BitConverter.UInt16BitsToHalf(System.UInt16)">
-      <summary>Converts the specified 16-bit unsigned integer to a half-precision floating point number.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A half-precision floating point number whose bits are identical to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.UInt32BitsToSingle(System.UInt32)">
-      <summary>Converts the specified 32-bit unsigned integer to a single-precision floating point number.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A single-precision floating point number whose bits are identical to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.BitConverter.UInt64BitsToDouble(System.UInt64)">
-      <summary>Converts the specified 64-bit unsigned integer to a double-precision floating point number.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>A double-precision floating point number whose bits are identical to <paramref name="value" />.</returns>
+    <member name="M:System.BadImageFormatException.ToString">
+      <summary>Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</summary>
+      <returns>A string containing the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</returns>
     </member>
     <member name="T:System.Boolean">
       <summary>Represents a Boolean (<see langword="true" /> or <see langword="false" />) value.</summary>
     </member>
-    <member name="F:System.Boolean.FalseString">
-      <summary>Represents the Boolean value <see langword="false" /> as a string. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Boolean.TrueString">
-      <summary>Represents the Boolean value <see langword="true" /> as a string. This field is read-only.</summary>
-    </member>
     <member name="M:System.Boolean.CompareTo(System.Boolean)">
       <summary>Compares this instance to a specified <see cref="T:System.Boolean" /> object and returns an integer that indicates their relationship to one another.</summary>
       <param name="value">A <see cref="T:System.Boolean" /> object to compare to this instance.</param>
       <returns>A signed integer that indicates the relative values of this instance and <paramref name="value" />.
-
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is <see langword="false" /> and <paramref name="value" /> is <see langword="true" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="value" /> are equal (either both are <see langword="true" /> or both are <see langword="false" />).</description></item><item><term> Greater than zero</term><description> This instance is <see langword="true" /> and <paramref name="value" /> is <see langword="false" />.</description></item></list></returns>
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is <see langword="false" /> and <paramref name="value" /> is <see langword="true" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="value" /> are equal (either both are <see langword="true" /> or both are <see langword="false" />).  
+  
+  Greater than zero  
+  
+  This instance is <see langword="true" /> and <paramref name="value" /> is <see langword="false" />.</returns>
     </member>
     <member name="M:System.Boolean.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an integer that indicates their relationship to one another.</summary>
       <param name="obj">An object to compare to this instance, or <see langword="null" />.</param>
+      <returns>A signed integer that indicates the relative order of this instance and <paramref name="obj" />.
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is <see langword="false" /> and <paramref name="obj" /> is <see langword="true" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> are equal (either both are <see langword="true" /> or both are <see langword="false" />).  
+  
+  Greater than zero  
+  
+  This instance is <see langword="true" /> and <paramref name="obj" /> is <see langword="false" />.  
+  
+ -or-  
+  
+ <paramref name="obj" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Boolean" />.</exception>
-      <returns>A signed integer that indicates the relative order of this instance and <paramref name="obj" />.
-
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is <see langword="false" /> and <paramref name="obj" /> is <see langword="true" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> are equal (either both are <see langword="true" /> or both are <see langword="false" />).</description></item><item><term> Greater than zero</term><description> This instance is <see langword="true" /> and <paramref name="obj" /> is <see langword="false" />.
-
- -or-
-
- <paramref name="obj" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.Boolean.Equals(System.Boolean)">
       <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Boolean" /> object.</summary>
@@ -5040,6 +3399,9 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <returns>
         <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Boolean" /> and has the same value as this instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Boolean.FalseString">
+      <summary>Represents the Boolean value <see langword="false" /> as a string. This field is read-only.</summary>
+    </member>
     <member name="M:System.Boolean.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
       <returns>A hash code for the current <see cref="T:System.Boolean" />.</returns>
@@ -5049,20 +3411,17 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <returns>The enumerated constant <see cref="F:System.TypeCode.Boolean" />.</returns>
     </member>
     <member name="M:System.Boolean.Parse(System.ReadOnlySpan{System.Char})">
-      <summary>Converts the specified span representation of a logical value to its <see cref="T:System.Boolean" /> equivalent.</summary>
-      <param name="value">A span containing the characters representing the value to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.TrueString" />; <see langword="false" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.FalseString" />.</returns>
+      <param name="value" />
     </member>
     <member name="M:System.Boolean.Parse(System.String)">
       <summary>Converts the specified string representation of a logical value to its <see cref="T:System.Boolean" /> equivalent.</summary>
       <param name="value">A string containing the value to convert.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.TrueString" />; <see langword="false" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.FalseString" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="value" /> is not equivalent to <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.TrueString" />; <see langword="false" /> if <paramref name="value" /> is equivalent to <see cref="F:System.Boolean.FalseString" />.</returns>
     </member>
     <member name="M:System.Boolean.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -5078,14 +3437,14 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Boolean.System#IConvertible#ToChar(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">You attempt to convert a <see cref="T:System.Boolean" /> value to a <see cref="T:System.Char" /> value. This conversion is not supported.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">You attempt to convert a <see cref="T:System.Boolean" /> value to a <see cref="T:System.Char" /> value. This conversion is not supported.</exception>
     </member>
     <member name="M:System.Boolean.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">You attempt to convert a <see cref="T:System.Boolean" /> value to a <see cref="T:System.DateTime" /> value. This conversion is not supported.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">You attempt to convert a <see cref="T:System.Boolean" /> value to a <see cref="T:System.DateTime" /> value. This conversion is not supported.</exception>
     </member>
     <member name="M:System.Boolean.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -5126,10 +3485,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
       <param name="type">The desired type.</param>
       <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value.</param>
+      <returns>An object of the specified type, with a value that is equivalent to the value of this <see langword="Boolean" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The requested type conversion is not supported.</exception>
-      <returns>An object of the specified type, with a value that is equivalent to the value of this <see langword="Boolean" /> object.</returns>
     </member>
     <member name="M:System.Boolean.System#IConvertible#ToUInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
@@ -5156,22 +3515,19 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <returns>
         <see cref="F:System.Boolean.TrueString" /> if the value of this instance is <see langword="true" />, or <see cref="F:System.Boolean.FalseString" /> if the value of this instance is <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Boolean.TrueString">
+      <summary>Represents the Boolean value <see langword="true" /> as a string. This field is read-only.</summary>
+    </member>
     <member name="M:System.Boolean.TryFormat(System.Span{System.Char},System.Int32@)">
-      <summary>Tries to format the value of the current boolean instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
     </member>
     <member name="M:System.Boolean.TryParse(System.ReadOnlySpan{System.Char},System.Boolean@)">
-      <summary>Tries to convert the specified span representation of a logical value to its <see cref="T:System.Boolean" /> equivalent.</summary>
-      <param name="value">A span containing the characters representing the value to convert.</param>
-      <param name="result">When this method returns, if the conversion succeeded, contains <see langword="true" /> if <paramref name="value" /> is equal to <see cref="F:System.Boolean.TrueString" /> or <see langword="false" /> if <paramref name="value" /> is equal to <see cref="F:System.Boolean.FalseString" />. If the conversion failed, contains <see langword="false" />. The conversion fails if <paramref name="value" /> is <see langword="null" /> or is not equal to the value of either the <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" /> field.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="value" />
+      <param name="result" />
     </member>
     <member name="M:System.Boolean.TryParse(System.String,System.Boolean@)">
-      <summary>Tries to convert the specified string representation of a logical value to its <see cref="T:System.Boolean" /> equivalent.</summary>
+      <summary>Tries to convert the specified string representation of a logical value to its <see cref="T:System.Boolean" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
       <param name="value">A string containing the value to convert.</param>
       <param name="result">When this method returns, if the conversion succeeded, contains <see langword="true" /> if <paramref name="value" /> is equal to <see cref="F:System.Boolean.TrueString" /> or <see langword="false" /> if <paramref name="value" /> is equal to <see cref="F:System.Boolean.FalseString" />. If the conversion failed, contains <see langword="false" />. The conversion fails if <paramref name="value" /> is <see langword="null" /> or is not equal to the value of either the <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" /> field.</param>
       <returns>
@@ -5190,33 +3546,30 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.ArgumentNullException">
         <paramref name="src" /> or <paramref name="dst" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="src" /> or <paramref name="dst" /> is not an array of primitives.  
-  
- -or-  
-  
- The number of bytes in <paramref name="src" /> is less than <paramref name="srcOffset" /> plus <paramref name="count" />.  
-  
- -or-  
-  
- The number of bytes in <paramref name="dst" /> is less than <paramref name="dstOffset" /> plus <paramref name="count" />.</exception>
+        <paramref name="src" /> or <paramref name="dst" /> is not an array of primitives.
+-or-
+The number of bytes in <paramref name="src" /> is less than <paramref name="srcOffset" /> plus <paramref name="count" />.
+-or-
+The number of bytes in <paramref name="dst" /> is less than <paramref name="dstOffset" /> plus <paramref name="count" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="srcOffset" />, <paramref name="dstOffset" />, or <paramref name="count" /> is less than 0.</exception>
     </member>
     <member name="M:System.Buffer.ByteLength(System.Array)">
       <summary>Returns the number of bytes in the specified array.</summary>
       <param name="array">An array.</param>
+      <returns>The number of bytes in the array.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="array" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="array" /> is not a primitive.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="array" /> is larger than 2 gigabytes (GB).</exception>
-      <returns>The number of bytes in the array.</returns>
     </member>
     <member name="M:System.Buffer.GetByte(System.Array,System.Int32)">
       <summary>Retrieves the byte at the specified location in the specified array.</summary>
       <param name="array">An array.</param>
       <param name="index">A location in the array.</param>
+      <returns>The byte at the specified location in the array.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="array" /> is not a primitive.</exception>
       <exception cref="T:System.ArgumentNullException">
@@ -5225,12 +3578,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="index" /> is negative or greater than the length of <paramref name="array" />.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="array" /> is larger than 2 gigabytes (GB).</exception>
-      <returns>The byte at the specified location in the array.</returns>
     </member>
     <member name="M:System.Buffer.MemoryCopy(System.Void*,System.Void*,System.Int64,System.Int64)">
-      <summary>Copies a number of bytes specified as a long integer value from one address in memory to another.  
-  
- This API is not CLS-compliant.</summary>
+      <summary>Copies a number of bytes specified as a long integer value from one address in memory to another.
+This API is not CLS-compliant.</summary>
       <param name="source">The address of the bytes to copy.</param>
       <param name="destination">The target address.</param>
       <param name="destinationSizeInBytes">The number of bytes available in the destination memory block.</param>
@@ -5239,9 +3590,8 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="sourceBytesToCopy" /> is greater than <paramref name="destinationSizeInBytes" />.</exception>
     </member>
     <member name="M:System.Buffer.MemoryCopy(System.Void*,System.Void*,System.UInt64,System.UInt64)">
-      <summary>Copies a number of bytes specified as an unsigned long integer value from one address in memory to another.  
-  
- This API is not CLS-compliant.</summary>
+      <summary>Copies a number of bytes specified as an unsigned long integer value from one address in memory to another.
+This API is not CLS-compliant.</summary>
       <param name="source">The address of the bytes to copy.</param>
       <param name="destination">The target address.</param>
       <param name="destinationSizeInBytes">The number of bytes available in the destination memory block.</param>
@@ -5263,37 +3613,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.OverflowException">
         <paramref name="array" /> is larger than 2 gigabytes (GB).</exception>
     </member>
-    <member name="T:System.Buffers.ArrayPool`1">
-      <summary>Provides a resource pool that enables reusing instances of type T[].</summary>
-      <typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
-    </member>
-    <member name="M:System.Buffers.ArrayPool`1.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Buffers.ArrayPool`1" /> class.</summary>
-    </member>
-    <member name="M:System.Buffers.ArrayPool`1.Create">
-      <summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1" /> class.</summary>
-      <returns>A new instance of the <see cref="T:System.Buffers.ArrayPool`1" /> class.</returns>
-    </member>
-    <member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
-      <summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1" /> class using the specified configuration.</summary>
-      <param name="maxArrayLength">The maximum length of an array instance that may be stored in the pool.</param>
-      <param name="maxArraysPerBucket">The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.</param>
-      <returns>A new instance of the <see cref="T:System.Buffers.ArrayPool`1" /> class with the specified configuration.</returns>
-    </member>
-    <member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
-      <summary>Retrieves a buffer that is at least the requested length.</summary>
-      <param name="minimumLength">The minimum length of the array.</param>
-      <returns>An array of type T that is at least <paramref name="minimumLength" /> in length.</returns>
-    </member>
-    <member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
-      <summary>Returns an array to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)" /> method on the same <see cref="T:System.Buffers.ArrayPool`1" /> instance.</summary>
-      <param name="array">A buffer to return to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)" /> method.</param>
-      <param name="clearArray">Indicates whether the contents of the buffer should be cleared before reuse. If <paramref name="clearArray" /> is set to <see langword="true" />, and if the pool will store the buffer to enable subsequent reuse, the <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)" /> method will clear the <paramref name="array" /> of its contents so that a subsequent caller using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)" /> method will not see the content of the previous caller. If <paramref name="clearArray" /> is set to <see langword="false" /> or if the pool will release the buffer, the array's contents are left unchanged.</param>
-    </member>
-    <member name="P:System.Buffers.ArrayPool`1.Shared">
-      <summary>Gets a shared <see cref="T:System.Buffers.ArrayPool`1" /> instance.</summary>
-      <returns>A shared <see cref="T:System.Buffers.ArrayPool`1" /> instance.</returns>
-    </member>
     <member name="T:System.Buffers.IMemoryOwner`1">
       <summary>Identifies the owner of a block of memory who is responsible for disposing of the underlying memory appropriately.</summary>
       <typeparam name="T">The type of elements to store in memory.</typeparam>
@@ -5356,6 +3675,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Returns a memory span that wraps the underlying memory buffer.</summary>
       <returns>A memory span that wraps the underlying memory buffer.</returns>
     </member>
+    <member name="P:System.Buffers.MemoryManager`1.Memory">
+      <summary>Gets the memory block handled by this <see cref="T:System.Buffers.MemoryManager`1" />.</summary>
+      <returns>The memory block handled by this <see cref="T:System.Buffers.MemoryManager`1" />.</returns>
+    </member>
     <member name="M:System.Buffers.MemoryManager`1.Pin(System.Int32)">
       <summary>Returns a handle to the memory that has been pinned and whose address can be taken.</summary>
       <param name="elementIndex">The offset to the element in the memory buffer at which the returned <see cref="T:System.Buffers.MemoryHandle" /> points.</param>
@@ -5373,10 +3696,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Buffers.MemoryManager`1.Unpin">
       <summary>Unpins pinned memory so that the garbage collector is free to move it.</summary>
     </member>
-    <member name="P:System.Buffers.MemoryManager`1.Memory">
-      <summary>Gets the memory block handled by this <see cref="T:System.Buffers.MemoryManager`1" />.</summary>
-      <returns>The memory block handled by this <see cref="T:System.Buffers.MemoryManager`1" />.</returns>
-    </member>
     <member name="T:System.Buffers.OperationStatus">
       <summary>Defines the values that can be returned from span-based operations that support processing of input contained in multiple discontiguous buffers.</summary>
     </member>
@@ -5393,43 +3712,65 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>The input is partially processed, up to the last valid chunk of the input that could be consumed. The caller can stitch the remaining unprocessed input with more data, slice the buffers appropriately, and retry.</summary>
     </member>
     <member name="T:System.Buffers.ReadOnlySpanAction`2">
-      <summary>Encapsulates a method that receives a read-only span of objects of type <typeparamref name="T" /> and a state object of type <typeparamref name="TArg" />.</summary>
-      <param name="span">A read-only span of objects of type <typeparamref name="T" />.</param>
-      <param name="arg">A state object of type <typeparamref name="TArg" />.</param>
-      <typeparam name="T">The type of the objects in the read-only span.</typeparam>
-      <typeparam name="TArg">The type of the object that represents the state.</typeparam>
+      <param name="span" />
+      <param name="arg" />
+      <typeparam name="T" />
+      <typeparam name="TArg" />
     </member>
     <member name="T:System.Buffers.SpanAction`2">
-      <summary>Encapsulates a method that receives a span of objects of type <typeparamref name="T" /> and a state object of type <typeparamref name="TArg" />.</summary>
-      <param name="span">A span of objects of type <typeparamref name="T" />.</param>
-      <param name="arg">A state object of type <typeparamref name="TArg" />.</param>
-      <typeparam name="T">The type of the objects in the span.</typeparam>
-      <typeparam name="TArg">The type of the object that represents the state.</typeparam>
+      <param name="span" />
+      <param name="arg" />
+      <typeparam name="T" />
+      <typeparam name="TArg" />
     </member>
     <member name="T:System.Byte">
       <summary>Represents an 8-bit unsigned integer.</summary>
     </member>
-    <member name="F:System.Byte.MaxValue">
-      <summary>Represents the largest possible value of a <see cref="T:System.Byte" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Byte.MinValue">
-      <summary>Represents the smallest possible value of a <see cref="T:System.Byte" />. This field is constant.</summary>
-    </member>
     <member name="M:System.Byte.CompareTo(System.Byte)">
       <summary>Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.</summary>
       <param name="value">An 8-bit unsigned integer to compare.</param>
       <returns>A signed integer that indicates the relative order of this instance and <paramref name="value" />.
-
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
     <member name="M:System.Byte.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed integer that indicates the relative order of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.Byte" />.</exception>
-      <returns>A signed integer that indicates the relative order of this instance and <paramref name="value" />.
-
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.Byte.Equals(System.Byte)">
       <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Byte" /> object represent the same value.</summary>
@@ -5451,80 +3792,76 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Byte" />.</summary>
       <returns>The enumerated constant, <see cref="F:System.TypeCode.Byte" />.</returns>
     </member>
+    <member name="F:System.Byte.MaxValue">
+      <summary>Represents the largest possible value of a <see cref="T:System.Byte" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.Byte.MinValue">
+      <summary>Represents the smallest possible value of a <see cref="T:System.Byte" />. This field is constant.</summary>
+    </member>
     <member name="M:System.Byte.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its <see cref="T:System.Byte" /> equivalent.</summary>
-      <param name="s">A span containing the characters representing the value to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific information about the format of <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
-      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.Byte.Parse(System.String)">
       <summary>Converts the string representation of a number to its <see cref="T:System.Byte" /> equivalent.</summary>
       <param name="s">A string that contains a number to convert. The string is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
+      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not of the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.Byte.Parse(System.String,System.Globalization.NumberStyles)">
       <summary>Converts the string representation of a number in a specified style to its <see cref="T:System.Byte" /> equivalent.</summary>
       <param name="s">A string that contains a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not of the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.
-
- -or-
-
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-
- -or-
-
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.Byte.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its <see cref="T:System.Byte" /> equivalent.</summary>
       <param name="s">A string that contains a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific information about the format of <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
+      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not of the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.
-
- -or-
-
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-
- -or-
-
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.Byte.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its <see cref="T:System.Byte" /> equivalent.</summary>
       <param name="s">A string that contains a number to convert. The string is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
       <param name="provider">An object that supplies culture-specific parsing information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
+      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not of the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>A byte value that is equivalent to the number contained in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.Byte.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -5545,8 +3882,8 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Byte.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.Byte.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -5587,10 +3924,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
       <param name="type">The type to which to convert this <see cref="T:System.Byte" /> value.</param>
       <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The requested type conversion is not supported.</exception>
-      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
     </member>
     <member name="M:System.Byte.System#IConvertible#ToUInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
@@ -5619,46 +3956,37 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Byte.ToString(System.String)">
       <summary>Converts the value of the current <see cref="T:System.Byte" /> object to its equivalent string representation using the specified format.</summary>
       <param name="format">A numeric format string.</param>
+      <returns>The string representation of the current <see cref="T:System.Byte" /> object, formatted as specified by the <paramref name="format" /> parameter.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> includes an unsupported specifier. Supported format specifiers are listed in the Remarks section.</exception>
-      <returns>The string representation of the current <see cref="T:System.Byte" /> object, formatted as specified by the <paramref name="format" /> parameter.</returns>
     </member>
     <member name="M:System.Byte.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the value of the current <see cref="T:System.Byte" /> object to its equivalent string representation using the specified format and culture-specific formatting information.</summary>
       <param name="format">A standard or custom numeric format string.</param>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the current <see cref="T:System.Byte" /> object, formatted as specified by the <paramref name="format" /> and <paramref name="provider" /> parameters.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> includes an unsupported specifier. Supported format specifiers are listed in the Remarks section.</exception>
-      <returns>The string representation of the current <see cref="T:System.Byte" /> object, formatted as specified by the <paramref name="format" /> and <paramref name="provider" /> parameters.</returns>
     </member>
     <member name="M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current 8-bit unsigned integer instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.Byte.TryParse(System.ReadOnlySpan{System.Char},System.Byte@)">
-      <summary>Tries to convert the span representation of a number to its <see cref="T:System.Byte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.Byte" /> value equivalent to the number contained in <paramref name="s" /> if the conversion succeeded, or zero if the conversion failed. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.Byte.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its <see cref="T:System.Byte" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert. The span is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
-      <param name="result">When this method returns, contains the 8-bit unsigned integer value equivalent to the number contained in <paramref name="s" /> if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.Byte.TryParse(System.String,System.Byte@)">
       <summary>Tries to convert the string representation of a number to its <see cref="T:System.Byte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string that contains a number to convert.</param>
+      <param name="s">A string that contains a number to convert. The string is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
       <param name="result">When this method returns, contains the <see cref="T:System.Byte" /> value equivalent to the number contained in <paramref name="s" /> if the conversion succeeded, or zero if the conversion failed. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
@@ -5669,89 +3997,87 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
       <param name="result">When this method returns, contains the 8-bit unsigned integer value equivalent to the number contained in <paramref name="s" /> if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-
- -or-
-
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.CannotUnloadAppDomainException">
-      <summary>The exception that is thrown when an attempt to unload an application domain fails.</summary>
-    </member>
-    <member name="M:System.CannotUnloadAppDomainException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.CannotUnloadAppDomainException" /> class.</summary>
-    </member>
-    <member name="M:System.CannotUnloadAppDomainException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.CannotUnloadAppDomainException" /> class from serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.CannotUnloadAppDomainException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.CannotUnloadAppDomainException" /> class with a specified error message.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error.</param>
-    </member>
-    <member name="M:System.CannotUnloadAppDomainException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.CannotUnloadAppDomainException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="T:System.Char">
       <summary>Represents a character as a UTF-16 code unit.</summary>
     </member>
-    <member name="F:System.Char.MaxValue">
-      <summary>Represents the largest possible value of a <see cref="T:System.Char" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Char.MinValue">
-      <summary>Represents the smallest possible value of a <see cref="T:System.Char" />. This field is constant.</summary>
-    </member>
     <member name="M:System.Char.CompareTo(System.Char)">
       <summary>Compares this instance to a specified <see cref="T:System.Char" /> object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified <see cref="T:System.Char" /> object.</summary>
       <param name="value">A <see cref="T:System.Char" /> object to compare.</param>
       <returns>A signed number indicating the position of this instance in the sort order in relation to the <paramref name="value" /> parameter.
-
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance has the same position in the sort order as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="value" />.</description></item></list></returns>
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance has the same position in the sort order as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="value" />.</returns>
     </member>
     <member name="M:System.Char.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified <see cref="T:System.Object" />.</summary>
       <param name="value">An object to compare this instance to, or <see langword="null" />.</param>
+      <returns>A signed number indicating the position of this instance in the sort order in relation to the <paramref name="value" /> parameter.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance has the same position in the sort order as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.Char" /> object.</exception>
-      <returns>A signed number indicating the position of this instance in the sort order in relation to the <paramref name="value" /> parameter.
-
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance has the same position in the sort order as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="value" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.Char.ConvertFromUtf32(System.Int32)">
       <summary>Converts the specified Unicode code point into a UTF-16 encoded string.</summary>
       <param name="utf32">A 21-bit Unicode code point.</param>
+      <returns>A string consisting of one <see cref="T:System.Char" /> object or a surrogate pair of <see cref="T:System.Char" /> objects equivalent to the code point specified by the <paramref name="utf32" /> parameter.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="utf32" /> is not a valid 21-bit Unicode code point ranging from U+0 through U+10FFFF, excluding the surrogate pair range from U+D800 through U+DFFF.</exception>
-      <returns>A string consisting of one <see cref="T:System.Char" /> object or a surrogate pair of <see cref="T:System.Char" /> objects equivalent to the code point specified by the <paramref name="utf32" /> parameter.</returns>
     </member>
     <member name="M:System.Char.ConvertToUtf32(System.Char,System.Char)">
       <summary>Converts the value of a UTF-16 encoded surrogate pair into a Unicode code point.</summary>
       <param name="highSurrogate">A high surrogate code unit (that is, a code unit ranging from U+D800 through U+DBFF).</param>
       <param name="lowSurrogate">A low surrogate code unit (that is, a code unit ranging from U+DC00 through U+DFFF).</param>
+      <returns>The 21-bit Unicode code point represented by the <paramref name="highSurrogate" /> and <paramref name="lowSurrogate" /> parameters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="highSurrogate" /> is not in the range U+D800 through U+DBFF, or <paramref name="lowSurrogate" /> is not in the range U+DC00 through U+DFFF.</exception>
-      <returns>The 21-bit Unicode code point represented by the <paramref name="highSurrogate" /> and <paramref name="lowSurrogate" /> parameters.</returns>
     </member>
     <member name="M:System.Char.ConvertToUtf32(System.String,System.Int32)">
       <summary>Converts the value of a UTF-16 encoded character or surrogate pair at a specified position in a string into a Unicode code point.</summary>
       <param name="s">A string that contains a character or surrogate pair.</param>
       <param name="index">The index position of the character or surrogate pair in <paramref name="s" />.</param>
+      <returns>The 21-bit Unicode code point represented by the character or surrogate pair at the position in the <paramref name="s" /> parameter specified by the <paramref name="index" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a position within <paramref name="s" />.</exception>
       <exception cref="T:System.ArgumentException">The specified index position contains a surrogate pair, and either the first character in the pair is not a valid high surrogate or the second character in the pair is not a valid low surrogate.</exception>
-      <returns>The 21-bit Unicode code point represented by the character or surrogate pair at the position in the <paramref name="s" /> parameter specified by the <paramref name="index" /> parameter.</returns>
     </member>
     <member name="M:System.Char.Equals(System.Char)">
       <summary>Returns a value that indicates whether this instance is equal to the specified <see cref="T:System.Char" /> object.</summary>
@@ -5778,11 +4104,11 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Converts the numeric Unicode character at the specified position in a specified string to a double-precision floating point number.</summary>
       <param name="s">A <see cref="T:System.String" />.</param>
       <param name="index">The character position in <paramref name="s" />.</param>
+      <returns>The numeric value of the character at position <paramref name="index" /> in <paramref name="s" /> if that character represents a number; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>The numeric value of the character at position <paramref name="index" /> in <paramref name="s" /> if that character represents a number; otherwise, -1.</returns>
     </member>
     <member name="M:System.Char.GetTypeCode">
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Char" />.</summary>
@@ -5797,17 +4123,11 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Categorizes the character at the specified position in a specified string into a group identified by one of the <see cref="T:System.Globalization.UnicodeCategory" /> values.</summary>
       <param name="s">A <see cref="T:System.String" />.</param>
       <param name="index">The character position in <paramref name="s" />.</param>
+      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> enumerated constant that identifies the group that contains the character at position <paramref name="index" /> in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> enumerated constant that identifies the group that contains the character at position <paramref name="index" /> in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Char.IsAscii(System.Char)">
-      <summary>Returns <see langword="true" /> if <paramref name="c" /> is an ASCII character ([ U+0000..U+007F ]).</summary>
-      <param name="c">The character to analyze.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="c" /> is an ASCII character; <see langword="false" /> otherwise.</returns>
     </member>
     <member name="M:System.Char.IsControl(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a control character.</summary>
@@ -5819,12 +4139,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a control character.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a control character; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a control character; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsDigit(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a decimal digit.</summary>
@@ -5836,12 +4156,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a decimal digit.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a decimal digit; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a decimal digit; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsHighSurrogate(System.Char)">
       <summary>Indicates whether the specified <see cref="T:System.Char" /> object is a high surrogate.</summary>
@@ -5853,12 +4173,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the <see cref="T:System.Char" /> object at the specified position in a string is a high surrogate.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the numeric value of the specified character in the <paramref name="s" /> parameter ranges from U+D800 through U+DBFF; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a position within <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the numeric value of the specified character in the <paramref name="s" /> parameter ranges from U+D800 through U+DBFF; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsLetter(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a Unicode letter.</summary>
@@ -5870,12 +4190,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a Unicode letter.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a letter; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a letter; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsLetterOrDigit(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a letter or a decimal digit.</summary>
@@ -5887,12 +4207,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a letter or a decimal digit.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a letter or a decimal digit; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a letter or a decimal digit; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsLower(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a lowercase letter.</summary>
@@ -5904,12 +4224,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a lowercase letter.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a lowercase letter; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a lowercase letter; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsLowSurrogate(System.Char)">
       <summary>Indicates whether the specified <see cref="T:System.Char" /> object is a low surrogate.</summary>
@@ -5921,12 +4241,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the <see cref="T:System.Char" /> object at the specified position in a string is a low surrogate.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the numeric value of the specified character in the <paramref name="s" /> parameter ranges from U+DC00 through U+DFFF; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a position within <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the numeric value of the specified character in the <paramref name="s" /> parameter ranges from U+DC00 through U+DFFF; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsNumber(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a number.</summary>
@@ -5938,12 +4258,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a number.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a number; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a number; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsPunctuation(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a punctuation mark.</summary>
@@ -5955,12 +4275,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a punctuation mark.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a punctuation mark; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a punctuation mark; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsSeparator(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a separator character.</summary>
@@ -5972,12 +4292,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a separator character.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a separator character; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a separator character; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsSurrogate(System.Char)">
       <summary>Indicates whether the specified character has a surrogate code unit.</summary>
@@ -5989,12 +4309,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string has a surrogate code unit.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a either a high surrogate or a low surrogate; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a either a high surrogate or a low surrogate; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsSurrogatePair(System.Char,System.Char)">
       <summary>Indicates whether the two specified <see cref="T:System.Char" /> objects form a surrogate pair.</summary>
@@ -6007,12 +4327,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether two adjacent <see cref="T:System.Char" /> objects at a specified position in a string form a surrogate pair.</summary>
       <param name="s">A string.</param>
       <param name="index">The starting position of the pair of characters to evaluate within <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="s" /> parameter includes adjacent characters at positions <paramref name="index" /> and <paramref name="index" /> + 1, and the numeric value of the character at position <paramref name="index" /> ranges from U+D800 through U+DBFF, and the numeric value of the character at position <paramref name="index" />+1 ranges from U+DC00 through U+DFFF; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a position within <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter includes adjacent characters at positions <paramref name="index" /> and <paramref name="index" /> + 1, and the numeric value of the character at position <paramref name="index" /> ranges from U+D800 through U+DBFF, and the numeric value of the character at position <paramref name="index" />+1 ranges from U+DC00 through U+DFFF; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsSymbol(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as a symbol character.</summary>
@@ -6024,12 +4344,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as a symbol character.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a symbol character; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a symbol character; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsUpper(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as an uppercase letter.</summary>
@@ -6041,12 +4361,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as an uppercase letter.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is an uppercase letter; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is an uppercase letter; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Char.IsWhiteSpace(System.Char)">
       <summary>Indicates whether the specified Unicode character is categorized as white space.</summary>
@@ -6058,26 +4378,32 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Indicates whether the character at the specified position in a specified string is categorized as white space.</summary>
       <param name="s">A string.</param>
       <param name="index">The position of the character to evaluate in <paramref name="s" />.</param>
+      <returns>
+        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is white space; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the last position in <paramref name="s" />.</exception>
-      <returns>
-        <see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is white space; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="F:System.Char.MaxValue">
+      <summary>Represents the largest possible value of a <see cref="T:System.Char" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.Char.MinValue">
+      <summary>Represents the smallest possible value of a <see cref="T:System.Char" />. This field is constant.</summary>
     </member>
     <member name="M:System.Char.Parse(System.String)">
       <summary>Converts the value of the specified string to its equivalent Unicode character.</summary>
       <param name="s">A string that contains a single character, or <see langword="null" />.</param>
+      <returns>A Unicode character equivalent to the sole character in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">The length of <paramref name="s" /> is not 1.</exception>
-      <returns>A Unicode character equivalent to the sole character in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.Char.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>Note This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
     </member>
     <member name="M:System.Char.System#IConvertible#ToByte(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
@@ -6092,20 +4418,20 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Char.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>Note This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
       <returns>No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
     </member>
     <member name="M:System.Char.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>Note This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
       <returns>No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
     </member>
     <member name="M:System.Char.System#IConvertible#ToDouble(System.IFormatProvider)">
       <summary>Note This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
       <returns>No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
     </member>
     <member name="M:System.Char.System#IConvertible#ToInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
@@ -6130,17 +4456,17 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Char.System#IConvertible#ToSingle(System.IFormatProvider)">
       <summary>Note This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
       <returns>No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
     </member>
     <member name="M:System.Char.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
       <param name="type">A <see cref="T:System.Type" /> object.</param>
       <param name="provider">An <see cref="T:System.IFormatProvider" /> object.</param>
+      <returns>An object of the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value of the current <see cref="T:System.Char" /> object cannot be converted to the type specified by the <paramref name="type" /> parameter.</exception>
-      <returns>An object of the specified type.</returns>
     </member>
     <member name="M:System.Char.System#IConvertible#ToUInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
@@ -6157,25 +4483,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="provider">An <see cref="T:System.IFormatProvider" /> object. (Specify <see langword="null" /> because the <paramref name="provider" /> parameter is ignored.)</param>
       <returns>The converted value of the current <see cref="T:System.Char" /> object.</returns>
     </member>
-    <member name="M:System.Char.System#IFormattable#ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="formatProvider">The provider to use to format the value.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
-      <returns>The value of the current instance in the specified format.</returns>
-    </member>
-    <member name="M:System.Char.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="M:System.Char.ToLower(System.Char)">
       <summary>Converts the value of a Unicode character to its lowercase equivalent.</summary>
       <param name="c">The Unicode character to convert.</param>
@@ -6185,9 +4492,9 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Converts the value of a specified Unicode character to its lowercase equivalent using specified culture-specific formatting information.</summary>
       <param name="c">The Unicode character to convert.</param>
       <param name="culture">An object that supplies culture-specific casing rules.</param>
+      <returns>The lowercase equivalent of <paramref name="c" />, modified according to <paramref name="culture" />, or the unchanged value of <paramref name="c" />, if <paramref name="c" /> is already lowercase or not alphabetic.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="culture" /> is <see langword="null" />.</exception>
-      <returns>The lowercase equivalent of <paramref name="c" />, modified according to <paramref name="culture" />, or the unchanged value of <paramref name="c" />, if <paramref name="c" /> is already lowercase or not alphabetic.</returns>
     </member>
     <member name="M:System.Char.ToLowerInvariant(System.Char)">
       <summary>Converts the value of a Unicode character to its lowercase equivalent using the casing rules of the invariant culture.</summary>
@@ -6217,9 +4524,9 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Converts the value of a specified Unicode character to its uppercase equivalent using specified culture-specific formatting information.</summary>
       <param name="c">The Unicode character to convert.</param>
       <param name="culture">An object that supplies culture-specific casing rules.</param>
+      <returns>The uppercase equivalent of <paramref name="c" />, modified according to <paramref name="culture" />, or the unchanged value of <paramref name="c" /> if <paramref name="c" /> is already uppercase, has no uppercase equivalent, or is not alphabetic.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="culture" /> is <see langword="null" />.</exception>
-      <returns>The uppercase equivalent of <paramref name="c" />, modified according to <paramref name="culture" />, or the unchanged value of <paramref name="c" /> if <paramref name="c" /> is already uppercase, has no uppercase equivalent, or is not alphabetic.</returns>
     </member>
     <member name="M:System.Char.ToUpperInvariant(System.Char)">
       <summary>Converts the value of a Unicode character to its uppercase equivalent using the casing rules of the invariant culture.</summary>
@@ -6240,6 +4547,11 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Creates a copy of the current <see cref="T:System.CharEnumerator" /> object.</summary>
       <returns>An <see cref="T:System.Object" /> that is a copy of the current <see cref="T:System.CharEnumerator" /> object.</returns>
     </member>
+    <member name="P:System.CharEnumerator.Current">
+      <summary>Gets the currently referenced character in the string enumerated by this <see cref="T:System.CharEnumerator" /> object.</summary>
+      <returns>The Unicode character currently referenced by this <see cref="T:System.CharEnumerator" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">The index is invalid; that is, it is before the first or after the last character of the enumerated string.</exception>
+    </member>
     <member name="M:System.CharEnumerator.Dispose">
       <summary>Releases all resources used by the current instance of the <see cref="T:System.CharEnumerator" /> class.</summary>
     </member>
@@ -6251,19 +4563,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.CharEnumerator.Reset">
       <summary>Initializes the index to a position logically before the first character of the enumerated string.</summary>
     </member>
-    <member name="P:System.CharEnumerator.Current">
-      <summary>Gets the currently referenced character in the string enumerated by this <see cref="T:System.CharEnumerator" /> object.</summary>
-      <exception cref="T:System.InvalidOperationException">The index is invalid; that is, it is before the first or after the last character of the enumerated string.</exception>
-      <returns>The Unicode character currently referenced by this <see cref="T:System.CharEnumerator" /> object.</returns>
-    </member>
     <member name="P:System.CharEnumerator.System#Collections#IEnumerator#Current">
       <summary>Gets the currently referenced character in the string enumerated by this <see cref="T:System.CharEnumerator" /> object. For a description of this member, see <see cref="P:System.Collections.IEnumerator.Current" />.</summary>
-      <exception cref="T:System.InvalidOperationException">Enumeration has not started.  
-  
- -or-  
-  
- Enumeration has ended.</exception>
       <returns>The boxed Unicode character currently referenced by this <see cref="T:System.CharEnumerator" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">Enumeration has not started.
+-or-
+Enumeration has ended.</exception>
     </member>
     <member name="T:System.CLSCompliantAttribute">
       <summary>Indicates whether a program element is compliant with the Common Language Specification (CLS). This class cannot be inherited.</summary>
@@ -6278,821 +4583,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <returns>
         <see langword="true" /> if the program element is CLS-compliant; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="T:System.CodeDom.Compiler.GeneratedCodeAttribute">
-      <summary>Identifies code generated by a tool. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.GeneratedCodeAttribute.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.GeneratedCodeAttribute" /> class specifying the name and version of the tool that generated the code.</summary>
-      <param name="tool">The name of the tool that generated the code.</param>
-      <param name="version">The version of the tool that generated the code.</param>
-    </member>
-    <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Tool">
-      <summary>Gets the name of the tool that generated the code.</summary>
-      <returns>The name of the tool that generated to code.</returns>
-    </member>
-    <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Version">
-      <summary>Gets the version of the tool that generated the code.</summary>
-      <returns>The version of the tool that generated the code.</returns>
-    </member>
-    <member name="T:System.CodeDom.Compiler.IndentedTextWriter">
-      <summary>Provides a text writer that can indent new lines by a tab string token.</summary>
-    </member>
-    <member name="F:System.CodeDom.Compiler.IndentedTextWriter.DefaultTabString">
-      <summary>Specifies the default tab string. This field is constant.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter)">
-      <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.IndentedTextWriter" /> class using the specified text writer and default tab string.</summary>
-      <param name="writer">The <see cref="T:System.IO.TextWriter" /> to use for output.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.IndentedTextWriter" /> class using the specified text writer and tab string.</summary>
-      <param name="writer">The <see cref="T:System.IO.TextWriter" /> to use for output.</param>
-      <param name="tabString">The tab string to use for indentation.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Close">
-      <summary>Closes the document being written to.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.DisposeAsync">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous dispose operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Flush">
-      <summary>Flushes the stream.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.FlushAsync">
-      <summary>Clears all buffers for this <see cref="T:System.CodeDom.Compiler.IndentedTextWriter" /> asynchronously and causes any buffered data to be written to the underlying device.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous flush operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.OutputTabs">
-      <summary>Outputs the tab string once for each level of indentation according to the <see cref="P:System.CodeDom.Compiler.IndentedTextWriter.Indent" /> property.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.OutputTabsAsync">
-      <summary>Asynchronously outputs tabs to the underlying <see cref="T:System.IO.TextWriter" /> based on the current <see cref="P:System.CodeDom.Compiler.IndentedTextWriter.Indent" />.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Boolean)">
-      <summary>Writes the text representation of a Boolean value to the text stream.</summary>
-      <param name="value">The Boolean value to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char)">
-      <summary>Writes a character to the text stream.</summary>
-      <param name="value">The character to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[])">
-      <summary>Writes a character array to the text stream.</summary>
-      <param name="buffer">The character array to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the text stream.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">Starting index in the buffer.</param>
-      <param name="count">The number of characters to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Double)">
-      <summary>Writes the text representation of a Double to the text stream.</summary>
-      <param name="value">The <see langword="double" /> to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Int32)">
-      <summary>Writes the text representation of an integer to the text stream.</summary>
-      <param name="value">The integer to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Int64)">
-      <summary>Writes the text representation of an 8-byte integer to the text stream.</summary>
-      <param name="value">The 8-byte integer to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Object)">
-      <summary>Writes the text representation of an object to the text stream.</summary>
-      <param name="value">The object to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Single)">
-      <summary>Writes the text representation of a Single to the text stream.</summary>
-      <param name="value">The <see langword="single" /> to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String)">
-      <summary>Writes the specified string to the text stream.</summary>
-      <param name="s">The string to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)">
-      <summary>Writes out a formatted string, using the same semantics as specified.</summary>
-      <param name="format">The formatting string.</param>
-      <param name="arg0">The object to write into the formatted string.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)">
-      <summary>Writes out a formatted string, using the same semantics as specified.</summary>
-      <param name="format">The formatting string to use.</param>
-      <param name="arg0">The first object to write into the formatted string.</param>
-      <param name="arg1">The second object to write into the formatted string.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])">
-      <summary>Writes out a formatted string, using the same semantics as specified.</summary>
-      <param name="format">The formatting string to use.</param>
-      <param name="arg">The argument array to output.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteAsync(System.Char)">
-      <summary>Asynchronously writes the specified <see cref="T:System.Char" /> to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="value">The <see cref="T:System.Char" /> to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes the specified number of <see cref="T:System.Char" />s from the specified buffer to the underlying <see cref="T:System.IO.TextWriter" />, starting at the specified index, and outputting tabs at the start of every new line.</summary>
-      <param name="buffer">The array to write from.</param>
-      <param name="index">Index in the array to stort writing at.</param>
-      <param name="count">The number of characters to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the specified characters to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="buffer">The characters to write.</param>
-      <param name="cancellationToken">Token for canceling the operation.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteAsync(System.String)">
-      <summary>Asynchronously writes the specified string to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="value">The string to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the contents of the specified <see cref="T:System.Text.StringBuilder" /> to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="value">The text to write.</param>
-      <param name="cancellationToken">Token for canceling the operation.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine">
-      <summary>Writes a line terminator.</summary>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Boolean)">
-      <summary>Writes the text representation of a Boolean, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The Boolean to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char)">
-      <summary>Writes a character, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The character to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[])">
-      <summary>Writes a character array, followed by a line terminator, to the text stream.</summary>
-      <param name="buffer">The character array to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters, followed by a line terminator, to the text stream.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">Starting index in the buffer.</param>
-      <param name="count">The number of characters to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Double)">
-      <summary>Writes the text representation of a Double, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The <see langword="double" /> to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int32)">
-      <summary>Writes the text representation of an integer, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The integer to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int64)">
-      <summary>Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The 8-byte integer to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Object)">
-      <summary>Writes the text representation of an object, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The object to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Single)">
-      <summary>Writes the text representation of a Single, followed by a line terminator, to the text stream.</summary>
-      <param name="value">The <see langword="single" /> to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String)">
-      <summary>Writes the specified string, followed by a line terminator, to the text stream.</summary>
-      <param name="s">The string to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)">
-      <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
-      <param name="format">The formatting string.</param>
-      <param name="arg0">The object to write into the formatted string.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)">
-      <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
-      <param name="format">The formatting string to use.</param>
-      <param name="arg0">The first object to write into the formatted string.</param>
-      <param name="arg1">The second object to write into the formatted string.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])">
-      <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
-      <param name="format">The formatting string to use.</param>
-      <param name="arg">The argument array to output.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.UInt32)">
-      <summary>Writes the text representation of a UInt32, followed by a line terminator, to the text stream.</summary>
-      <param name="value">A UInt32 to output.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync">
-      <summary>Asynchronously writes the line terminator to the underlying <see cref="T:System.IO.TextWriter" />.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous line writing operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync(System.Char)">
-      <summary>Asynchronously writes the specified <see cref="T:System.Char" /> to the underlying <see cref="T:System.IO.TextWriter" /> followed by a line terminator, inserting tabs at the start of every line.</summary>
-      <param name="value">The character to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes the specified number of characters from the specified buffer followed by a line terminator, to the underlying <see cref="T:System.IO.TextWriter" />, starting at the specified index within the buffer, inserting tabs at the start of every line.</summary>
-      <param name="buffer">The buffer containing characters to write.</param>
-      <param name="index">The index within the buffer to start writing at.</param>
-      <param name="count">The number of characters to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the specified characters followed by a line terminator to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="buffer">The characters to write.</param>
-      <param name="cancellationToken">Token for canceling the operation.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync(System.String)">
-      <summary>Asynchronously writes the specified string followed by a line terminator to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="value">The string to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the contents of the specified <see cref="T:System.Text.StringBuilder" /> followed by a line terminator to the underlying <see cref="T:System.IO.TextWriter" />, inserting tabs at the start of every line.</summary>
-      <param name="value">The text to write.</param>
-      <param name="cancellationToken">Token for canceling the operation.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineNoTabs(System.String)">
-      <summary>Writes the specified string to a line without tabs.</summary>
-      <param name="s">The string to write.</param>
-    </member>
-    <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineNoTabsAsync(System.String)">
-      <summary>Asynchronously writes the specified string to the underlying <see cref="T:System.IO.TextWriter" /> without inserting tabs.</summary>
-      <param name="s">The string to write.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="P:System.CodeDom.Compiler.IndentedTextWriter.Encoding">
-      <summary>Gets the encoding for the text writer to use.</summary>
-      <returns>An <see cref="T:System.Text.Encoding" /> that indicates the encoding for the text writer to use.</returns>
-    </member>
-    <member name="P:System.CodeDom.Compiler.IndentedTextWriter.Indent">
-      <summary>Gets or sets the number of spaces to indent.</summary>
-      <returns>The number of spaces to indent.</returns>
-    </member>
-    <member name="P:System.CodeDom.Compiler.IndentedTextWriter.InnerWriter">
-      <summary>Gets the <see cref="T:System.IO.TextWriter" /> to use.</summary>
-      <returns>The <see cref="T:System.IO.TextWriter" /> to use.</returns>
-    </member>
-    <member name="P:System.CodeDom.Compiler.IndentedTextWriter.NewLine">
-      <summary>Gets or sets the new line character to use.</summary>
-      <returns>The new line character to use.</returns>
-    </member>
-    <member name="T:System.Collections.ArrayList">
-      <summary>Implements the <see cref="T:System.Collections.IList" /> interface using an array whose size is dynamically increased as required.</summary>
-    </member>
-    <member name="M:System.Collections.ArrayList.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.ArrayList" /> class that is empty and has the default initial capacity.</summary>
-    </member>
-    <member name="M:System.Collections.ArrayList.#ctor(System.Collections.ICollection)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.ArrayList" /> class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied.</summary>
-      <param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements are copied to the new list.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="c" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.ArrayList" /> class that is empty and has the specified initial capacity.</summary>
-      <param name="capacity">The number of elements that the new list can initially store.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Adapter(System.Collections.IList)">
-      <summary>Creates an <see cref="T:System.Collections.ArrayList" /> wrapper for a specific <see cref="T:System.Collections.IList" />.</summary>
-      <param name="list">The <see cref="T:System.Collections.IList" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>The <see cref="T:System.Collections.ArrayList" /> wrapper around the <see cref="T:System.Collections.IList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Add(System.Object)">
-      <summary>Adds an object to the end of the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to be added to the end of the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-      <returns>The <see cref="T:System.Collections.ArrayList" /> index at which the <paramref name="value" /> has been added.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.AddRange(System.Collections.ICollection)">
-      <summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added to the end of the <see cref="T:System.Collections.ArrayList" />. The collection itself cannot be <see langword="null" />, but it can contain elements that are <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="c" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.BinarySearch(System.Int32,System.Int32,System.Object,System.Collections.IComparer)">
-      <summary>Searches a range of elements in the sorted <see cref="T:System.Collections.ArrayList" /> for an element using the specified comparer and returns the zero-based index of the element.</summary>
-      <param name="index">The zero-based starting index of the range to search.</param>
-      <param name="count">The length of the range to search.</param>
-      <param name="value">The <see cref="T:System.Object" /> to locate. The value can be <see langword="null" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer that is the <see cref="T:System.IComparable" /> implementation of each element.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in the <see cref="T:System.Collections.ArrayList" />.  
-  
- -or-  
-  
- <paramref name="comparer" /> is <see langword="null" /> and neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="comparer" /> is <see langword="null" /> and <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <returns>The zero-based index of <paramref name="value" /> in the sorted <see cref="T:System.Collections.ArrayList" />, if <paramref name="value" /> is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than <paramref name="value" /> or, if there is no larger element, the bitwise complement of <see cref="P:System.Collections.ArrayList.Count" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.BinarySearch(System.Object)">
-      <summary>Searches the entire sorted <see cref="T:System.Collections.ArrayList" /> for an element using the default comparer and returns the zero-based index of the element.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate. The value can be <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">Neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of <paramref name="value" /> in the sorted <see cref="T:System.Collections.ArrayList" />, if <paramref name="value" /> is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than <paramref name="value" /> or, if there is no larger element, the bitwise complement of <see cref="P:System.Collections.ArrayList.Count" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.BinarySearch(System.Object,System.Collections.IComparer)">
-      <summary>Searches the entire sorted <see cref="T:System.Collections.ArrayList" /> for an element using the specified comparer and returns the zero-based index of the element.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate. The value can be <see langword="null" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer that is the <see cref="T:System.IComparable" /> implementation of each element.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="comparer" /> is <see langword="null" /> and neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="comparer" /> is <see langword="null" /> and <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of <paramref name="value" /> in the sorted <see cref="T:System.Collections.ArrayList" />, if <paramref name="value" /> is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than <paramref name="value" /> or, if there is no larger element, the bitwise complement of <see cref="P:System.Collections.ArrayList.Count" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Clear">
-      <summary>Removes all elements from the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Clone">
-      <summary>Creates a shallow copy of the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <returns>A shallow copy of the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Contains(System.Object)">
-      <summary>Determines whether an element is in the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="item">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="item" /> is found in the <see cref="T:System.Collections.ArrayList" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.CopyTo(System.Array)">
-      <summary>Copies the entire <see cref="T:System.Collections.ArrayList" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the beginning of the target array.</summary>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ArrayList" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.ArrayList" /> is greater than the number of elements that the destination <paramref name="array" /> can contain.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.CopyTo(System.Array,System.Int32)">
-      <summary>Copies the entire <see cref="T:System.Collections.ArrayList" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ArrayList" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="arrayIndex" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.ArrayList" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.CopyTo(System.Int32,System.Array,System.Int32,System.Int32)">
-      <summary>Copies a range of elements from the <see cref="T:System.Collections.ArrayList" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
-      <param name="index">The zero-based index in the source <see cref="T:System.Collections.ArrayList" /> at which copying begins.</param>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ArrayList" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
-      <param name="count">The number of elements to copy.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="arrayIndex" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than the <see cref="P:System.Collections.ArrayList.Count" /> of the source <see cref="T:System.Collections.ArrayList" />.  
-  
- -or-  
-  
- The number of elements from <paramref name="index" /> to the end of the source <see cref="T:System.Collections.ArrayList" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.FixedSize(System.Collections.ArrayList)">
-      <summary>Returns an <see cref="T:System.Collections.ArrayList" /> wrapper with a fixed size.</summary>
-      <param name="list">The <see cref="T:System.Collections.ArrayList" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> wrapper with a fixed size.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.FixedSize(System.Collections.IList)">
-      <summary>Returns an <see cref="T:System.Collections.IList" /> wrapper with a fixed size.</summary>
-      <param name="list">The <see cref="T:System.Collections.IList" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Collections.IList" /> wrapper with a fixed size.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.GetEnumerator">
-      <summary>Returns an enumerator for the entire <see cref="T:System.Collections.ArrayList" />.</summary>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.GetEnumerator(System.Int32,System.Int32)">
-      <summary>Returns an enumerator for a range of elements in the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="index">The zero-based starting index of the <see cref="T:System.Collections.ArrayList" /> section that the enumerator should refer to.</param>
-      <param name="count">The number of elements in the <see cref="T:System.Collections.ArrayList" /> section that the enumerator should refer to.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not specify a valid range in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> for the specified range of elements in the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.GetRange(System.Int32,System.Int32)">
-      <summary>Returns an <see cref="T:System.Collections.ArrayList" /> which represents a subset of the elements in the source <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="index">The zero-based <see cref="T:System.Collections.ArrayList" /> index at which the range starts.</param>
-      <param name="count">The number of elements in the range.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> which represents a subset of the elements in the source <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.IndexOf(System.Object)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the entire <see cref="T:System.Collections.ArrayList" />, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.IndexOf(System.Object,System.Int32)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the first occurrence within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that extends from the specified index to the last element.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <param name="startIndex">The zero-based starting index of the search. 0 (zero) is valid in an empty list.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that extends from <paramref name="startIndex" /> to the last element, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.IndexOf(System.Object,System.Int32,System.Int32)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the first occurrence within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that starts at the specified index and contains the specified number of elements.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <param name="startIndex">The zero-based starting index of the search. 0 (zero) is valid in an empty list.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" /> within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that starts at <paramref name="startIndex" /> and contains <paramref name="count" /> number of elements, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Insert(System.Int32,System.Object)">
-      <summary>Inserts an element into the <see cref="T:System.Collections.ArrayList" /> at the specified index.</summary>
-      <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
-      <param name="value">The <see cref="T:System.Object" /> to insert. The value can be <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.InsertRange(System.Int32,System.Collections.ICollection)">
-      <summary>Inserts the elements of a collection into the <see cref="T:System.Collections.ArrayList" /> at the specified index.</summary>
-      <param name="index">The zero-based index at which the new elements should be inserted.</param>
-      <param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be inserted into the <see cref="T:System.Collections.ArrayList" />. The collection itself cannot be <see langword="null" />, but it can contain elements that are <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="c" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the last occurrence within the entire <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the entire the <see cref="T:System.Collections.ArrayList" />, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object,System.Int32)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the last occurrence within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that extends from the first element to the specified index.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that extends from the first element to <paramref name="startIndex" />, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object,System.Int32,System.Int32)">
-      <summary>Searches for the specified <see cref="T:System.Object" /> and returns the zero-based index of the last occurrence within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that contains the specified number of elements and ends at the specified index.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" /> within the range of elements in the <see cref="T:System.Collections.ArrayList" /> that contains <paramref name="count" /> number of elements and ends at <paramref name="startIndex" />, if found; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.ReadOnly(System.Collections.ArrayList)">
-      <summary>Returns a read-only <see cref="T:System.Collections.ArrayList" /> wrapper.</summary>
-      <param name="list">The <see cref="T:System.Collections.ArrayList" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>A read-only <see cref="T:System.Collections.ArrayList" /> wrapper around <paramref name="list" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.ReadOnly(System.Collections.IList)">
-      <summary>Returns a read-only <see cref="T:System.Collections.IList" /> wrapper.</summary>
-      <param name="list">The <see cref="T:System.Collections.IList" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>A read-only <see cref="T:System.Collections.IList" /> wrapper around <paramref name="list" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Remove(System.Object)">
-      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="obj">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.RemoveAt(System.Int32)">
-      <summary>Removes the element at the specified index of the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="index">The zero-based index of the element to remove.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.RemoveRange(System.Int32,System.Int32)">
-      <summary>Removes a range of elements from the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="index">The zero-based starting index of the range of elements to remove.</param>
-      <param name="count">The number of elements to remove.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Repeat(System.Object,System.Int32)">
-      <summary>Returns an <see cref="T:System.Collections.ArrayList" /> whose elements are copies of the specified value.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to copy multiple times in the new <see cref="T:System.Collections.ArrayList" />. The value can be <see langword="null" />.</param>
-      <param name="count">The number of times <paramref name="value" /> should be copied.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.</exception>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> with <paramref name="count" /> number of elements, all of which are copies of <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Reverse">
-      <summary>Reverses the order of the elements in the entire <see cref="T:System.Collections.ArrayList" />.</summary>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Reverse(System.Int32,System.Int32)">
-      <summary>Reverses the order of the elements in the specified range.</summary>
-      <param name="index">The zero-based starting index of the range to reverse.</param>
-      <param name="count">The number of elements in the range to reverse.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.SetRange(System.Int32,System.Collections.ICollection)">
-      <summary>Copies the elements of a collection over a range of elements in the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <param name="index">The zero-based <see cref="T:System.Collections.ArrayList" /> index at which to start copying the elements of <paramref name="c" />.</param>
-      <param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements to copy to the <see cref="T:System.Collections.ArrayList" />. The collection itself cannot be <see langword="null" />, but it can contain elements that are <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> plus the number of elements in <paramref name="c" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="c" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Sort">
-      <summary>Sorts the elements in the entire <see cref="T:System.Collections.ArrayList" />.</summary>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Sort(System.Collections.IComparer)">
-      <summary>Sorts the elements in the entire <see cref="T:System.Collections.ArrayList" /> using the specified comparer.</summary>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException">An error occurred while comparing two elements.</exception>
-      <exception cref="T:System.ArgumentException">
-        <see langword="null" /> is passed for <paramref name="comparer" />, and the elements in the list do not implement <see cref="T:System.IComparable" />.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
-      <summary>Sorts the elements in a range of elements in <see cref="T:System.Collections.ArrayList" /> using the specified comparer.</summary>
-      <param name="index">The zero-based starting index of the range to sort.</param>
-      <param name="count">The length of the range to sort.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> implementation to use when comparing elements.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to use the <see cref="T:System.IComparable" /> implementation of each element.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="index" /> and <paramref name="count" /> do not specify a valid range in the <see cref="T:System.Collections.ArrayList" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.</exception>
-      <exception cref="T:System.InvalidOperationException">An error occurred while comparing two elements.</exception>
-    </member>
-    <member name="M:System.Collections.ArrayList.Synchronized(System.Collections.ArrayList)">
-      <summary>Returns an <see cref="T:System.Collections.ArrayList" /> wrapper that is synchronized (thread safe).</summary>
-      <param name="list">The <see cref="T:System.Collections.ArrayList" /> to synchronize.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> wrapper that is synchronized (thread safe).</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.Synchronized(System.Collections.IList)">
-      <summary>Returns an <see cref="T:System.Collections.IList" /> wrapper that is synchronized (thread safe).</summary>
-      <param name="list">The <see cref="T:System.Collections.IList" /> to synchronize.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="list" /> is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Collections.IList" /> wrapper that is synchronized (thread safe).</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.ToArray">
-      <summary>Copies the elements of the <see cref="T:System.Collections.ArrayList" /> to a new <see cref="T:System.Object" /> array.</summary>
-      <returns>An <see cref="T:System.Object" /> array containing copies of the elements of the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.ToArray(System.Type)">
-      <summary>Copies the elements of the <see cref="T:System.Collections.ArrayList" /> to a new array of the specified element type.</summary>
-      <param name="type">The element <see cref="T:System.Type" /> of the destination array to create and copy elements to.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the specified type.</exception>
-      <returns>An array of the specified element type containing copies of the elements of the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="M:System.Collections.ArrayList.TrimToSize">
-      <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.ArrayList" /> has a fixed size.</exception>
-    </member>
-    <member name="P:System.Collections.ArrayList.Capacity">
-      <summary>Gets or sets the number of elements that the <see cref="T:System.Collections.ArrayList" /> can contain.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <see cref="P:System.Collections.ArrayList.Capacity" /> is set to a value that is less than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <exception cref="T:System.OutOfMemoryException">There is not enough memory available on the system.</exception>
-      <returns>The number of elements that the <see cref="T:System.Collections.ArrayList" /> can contain.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.Count">
-      <summary>Gets the number of elements actually contained in the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <returns>The number of elements actually contained in the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.IsFixedSize">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.ArrayList" /> has a fixed size.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.ArrayList" /> has a fixed size; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.ArrayList" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.ArrayList" /> is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ArrayList" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ArrayList" /> is synchronized (thread safe); otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get or set.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.Collections.ArrayList.SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ArrayList" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ArrayList" />.</returns>
-    </member>
-    <member name="T:System.Collections.Comparer">
-      <summary>Compares two objects for equivalence, where string comparisons are case-sensitive.</summary>
-    </member>
-    <member name="F:System.Collections.Comparer.Default">
-      <summary>Represents an instance of <see cref="T:System.Collections.Comparer" /> that is associated with the <see cref="P:System.Threading.Thread.CurrentCulture" /> of the current thread. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Collections.Comparer.DefaultInvariant">
-      <summary>Represents an instance of <see cref="T:System.Collections.Comparer" /> that is associated with <see cref="P:System.Globalization.CultureInfo.InvariantCulture" />. This field is read-only.</summary>
-    </member>
-    <member name="M:System.Collections.Comparer.#ctor(System.Globalization.CultureInfo)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Comparer" /> class using the specified <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use for the new <see cref="T:System.Collections.Comparer" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="culture" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Collections.Comparer.Compare(System.Object,System.Object)">
-      <summary>Performs a case-sensitive comparison of two objects of the same type and returns a value indicating whether one is less than, equal to, or greater than the other.</summary>
-      <param name="a">The first object to compare.</param>
-      <param name="b">The second object to compare.</param>
-      <exception cref="T:System.ArgumentException">Neither <paramref name="a" /> nor <paramref name="b" /> implements the <see cref="T:System.IComparable" /> interface.  
-  
- -or-  
-  
- <paramref name="a" /> and <paramref name="b" /> are of different types and neither one can handle comparisons with the other.</exception>
-      <returns>A signed integer that indicates the relative values of <paramref name="a" /> and <paramref name="b" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="a" /> is less than <paramref name="b" />.</description></item><item><term> Zero</term><description><paramref name="a" /> equals <paramref name="b" />.</description></item><item><term> Greater than zero</term><description><paramref name="a" /> is greater than <paramref name="b" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Collections.Comparer.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data required for serialization.</summary>
-      <param name="info">The object to populate with data.</param>
-      <param name="context">The context information about the source or destination of the serialization.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-    </member>
     <member name="T:System.Collections.DictionaryEntry">
       <summary>Defines a dictionary key/value pair that can be set or retrieved.</summary>
     </member>
@@ -7104,9 +4594,8 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="key" /> is <see langword="null" /> and the .NET Framework version is 1.0 or 1.1.</exception>
     </member>
     <member name="M:System.Collections.DictionaryEntry.Deconstruct(System.Object@,System.Object@)">
-      <summary>Deconstructs the current <see cref="T:System.Collections.DictionaryEntry" />.</summary>
-      <param name="key">The key of the current <see cref="T:System.Collections.DictionaryEntry" />.</param>
-      <param name="value">The value of the current <see cref="T:System.Collections.DictionaryEntry" />.</param>
+      <param name="key" />
+      <param name="value" />
     </member>
     <member name="P:System.Collections.DictionaryEntry.Key">
       <summary>Gets or sets the key in the key/value pair.</summary>
@@ -7129,14 +4618,14 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Supports a simple asynchronous iteration over a generic collection.</summary>
       <typeparam name="T">The type of the elements in the collection.</typeparam>
     </member>
-    <member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNextAsync">
-      <summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> that will complete with a result of <see langword="true" /> if the enumerator was successfully advanced to the next element, or <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
-    </member>
     <member name="P:System.Collections.Generic.IAsyncEnumerator`1.Current">
       <summary>Gets the element in the collection at the current position of the enumerator.</summary>
       <returns>The element in the collection at the current position of the enumerator.</returns>
     </member>
+    <member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNextAsync">
+      <summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
+      <returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> that will complete with a result of <see langword="true" /> if the enumerator was successfully advanced to the next element, or <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
+    </member>
     <member name="T:System.Collections.Generic.ICollection`1">
       <summary>Defines methods to manipulate generic collections.</summary>
       <typeparam name="T">The type of the elements in the collection.</typeparam>
@@ -7166,13 +4655,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="arrayIndex" /> is less than 0.</exception>
       <exception cref="T:System.ArgumentException">The number of elements in the source <see cref="T:System.Collections.Generic.ICollection`1" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.</exception>
     </member>
-    <member name="M:System.Collections.Generic.ICollection`1.Remove(`0)">
-      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
-      <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
-    </member>
     <member name="P:System.Collections.Generic.ICollection`1.Count">
       <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
       <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
@@ -7182,6 +4664,13 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <returns>
         <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Collections.Generic.ICollection`1.Remove(`0)">
+      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
+      <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</exception>
+    </member>
     <member name="T:System.Collections.Generic.IComparer`1">
       <summary>Defines a method that a type implements to compare two objects.</summary>
       <typeparam name="T">The type of objects to compare.</typeparam>
@@ -7190,9 +4679,22 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.</summary>
       <param name="x">The first object to compare.</param>
       <param name="y">The second object to compare.</param>
-      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.  
+      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="x" /> is less than <paramref name="y" />.</description></item><item><term> Zero</term><description><paramref name="x" /> equals <paramref name="y" />.</description></item><item><term> Greater than zero</term><description><paramref name="x" /> is greater than <paramref name="y" />.</description></item></list></returns>
+  Meaning  
+  
+  Less than zero  
+  
+ <paramref name="x" /> is less than <paramref name="y" />.  
+  
+  Zero  
+  
+ <paramref name="x" /> equals <paramref name="y" />.  
+  
+  Greater than zero  
+  
+ <paramref name="x" /> is greater than <paramref name="y" />.</returns>
     </member>
     <member name="T:System.Collections.Generic.IDictionary`2">
       <summary>Represents a generic collection of key/value pairs.</summary>
@@ -7211,41 +4713,41 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.Generic.IDictionary`2.ContainsKey(`0)">
       <summary>Determines whether the <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element with the specified key.</summary>
       <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.IDictionary`2" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element with the key; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.Collections.Generic.IDictionary`2.Item(`0)">
+      <summary>Gets or sets the element with the specified key.</summary>
+      <param name="key">The key of the element to get or set.</param>
+      <returns>The element with the specified key.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Collections.Generic.KeyNotFoundException">The property is retrieved and <paramref name="key" /> is not found.</exception>
+      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Generic.IDictionary`2" /> is read-only.</exception>
+    </member>
+    <member name="P:System.Collections.Generic.IDictionary`2.Keys">
+      <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1" /> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2" />.</summary>
+      <returns>An <see cref="T:System.Collections.Generic.ICollection`1" /> containing the keys of the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
     </member>
     <member name="M:System.Collections.Generic.IDictionary`2.Remove(`0)">
       <summary>Removes the element with the specified key from the <see cref="T:System.Collections.Generic.IDictionary`2" />.</summary>
       <param name="key">The key of the element to remove.</param>
+      <returns>
+        <see langword="true" /> if the element is successfully removed; otherwise, <see langword="false" />.  This method also returns <see langword="false" /> if <paramref name="key" /> was not found in the original <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> is read-only.</exception>
-      <returns>
-        <see langword="true" /> if the element is successfully removed; otherwise, <see langword="false" />.  This method also returns <see langword="false" /> if <paramref name="key" /> was not found in the original <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
     </member>
     <member name="M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)">
       <summary>Gets the value associated with the specified key.</summary>
       <param name="key">The key whose value to get.</param>
       <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element with the specified key; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.Generic.IDictionary`2.Item(`0)">
-      <summary>Gets or sets the element with the specified key.</summary>
-      <param name="key">The key of the element to get or set.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Collections.Generic.KeyNotFoundException">The property is retrieved and <paramref name="key" /> is not found.</exception>
-      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Generic.IDictionary`2" /> is read-only.</exception>
-      <returns>The element with the specified key.</returns>
-    </member>
-    <member name="P:System.Collections.Generic.IDictionary`2.Keys">
-      <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1" /> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2" />.</summary>
-      <returns>An <see cref="T:System.Collections.Generic.ICollection`1" /> containing the keys of the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
     </member>
     <member name="P:System.Collections.Generic.IDictionary`2.Values">
       <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1" /> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2" />.</summary>
@@ -7281,8 +4783,8 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)">
       <summary>Returns a hash code for the specified object.</summary>
       <param name="obj">The <see cref="T:System.Object" /> for which a hash code is to be returned.</param>
-      <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj" /> is a reference type and <paramref name="obj" /> is <see langword="null" />.</exception>
       <returns>A hash code for the specified object.</returns>
+      <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj" /> is a reference type and <paramref name="obj" /> is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Collections.Generic.IList`1">
       <summary>Represents a collection of objects that can be individually accessed by index.</summary>
@@ -7301,20 +4803,20 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1" />.</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1" /> is read-only.</exception>
     </member>
-    <member name="M:System.Collections.Generic.IList`1.RemoveAt(System.Int32)">
-      <summary>Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.</summary>
-      <param name="index">The zero-based index of the item to remove.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1" /> is read-only.</exception>
-    </member>
     <member name="P:System.Collections.Generic.IList`1.Item(System.Int32)">
       <summary>Gets or sets the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1" />.</exception>
       <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Generic.IList`1" /> is read-only.</exception>
-      <returns>The element at the specified index.</returns>
+    </member>
+    <member name="M:System.Collections.Generic.IList`1.RemoveAt(System.Int32)">
+      <summary>Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.</summary>
+      <param name="index">The zero-based index of the item to remove.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1" />.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1" /> is read-only.</exception>
     </member>
     <member name="T:System.Collections.Generic.IReadOnlyCollection`1">
       <summary>Represents a strongly-typed, read-only collection of elements.</summary>
@@ -7332,32 +4834,32 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.Generic.IReadOnlyDictionary`2.ContainsKey(`0)">
       <summary>Determines whether the read-only dictionary contains an element that has the specified key.</summary>
       <param name="key">The key to locate.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the read-only dictionary contains an element that has the specified key; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)">
-      <summary>Gets the value that is associated with the specified key.</summary>
-      <param name="key">The key to locate.</param>
-      <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the object that implements the <see cref="T:System.Collections.Generic.IReadOnlyDictionary`2" /> interface contains an element that has the specified key; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Collections.Generic.IReadOnlyDictionary`2.Item(`0)">
       <summary>Gets the element that has the specified key in the read-only dictionary.</summary>
       <param name="key">The key to locate.</param>
+      <returns>The element that has the specified key in the read-only dictionary.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Collections.Generic.KeyNotFoundException">The property is retrieved and <paramref name="key" /> is not found.</exception>
-      <returns>The element that has the specified key in the read-only dictionary.</returns>
     </member>
     <member name="P:System.Collections.Generic.IReadOnlyDictionary`2.Keys">
       <summary>Gets an enumerable collection that contains the keys in the read-only dictionary.</summary>
       <returns>An enumerable collection that contains the keys in the read-only dictionary.</returns>
     </member>
+    <member name="M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)">
+      <summary>Gets the value that is associated with the specified key.</summary>
+      <param name="key">The key to locate.</param>
+      <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the object that implements the <see cref="T:System.Collections.Generic.IReadOnlyDictionary`2" /> interface contains an element that has the specified key; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
+    </member>
     <member name="P:System.Collections.Generic.IReadOnlyDictionary`2.Values">
       <summary>Gets an enumerable collection that contains the values in the read-only dictionary.</summary>
       <returns>An enumerable collection that contains the values in the read-only dictionary.</returns>
@@ -7371,64 +4873,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="index">The zero-based index of the element to get.</param>
       <returns>The element at the specified index in the read-only list.</returns>
     </member>
-    <member name="T:System.Collections.Generic.IReadOnlySet`1">
-      <summary>Provides a readonly abstraction of a set.</summary>
-      <typeparam name="T">The type of elements in the set.</typeparam>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.Contains(`0)">
-      <summary>Determines if the set contains a specific item.</summary>
-      <param name="item">The item to check if the set contains.</param>
-      <returns>
-        <see langword="true" /> if found; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determines whether the current set is a proper (strict) subset of a specified collection.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the current set is a proper subset of other; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determines whether the current set is a proper (strict) superset of a specified collection.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the collection is a proper superset of other; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determine whether the current set is a subset of a specified collection.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the current set is a subset of other; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determine whether the current set is a super set of a specified collection.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the current set is a subset of other; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determines whether the current set overlaps with the specified collection.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" />if the current set and other share at least one common element; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Generic.IReadOnlySet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})">
-      <summary>Determines whether the current set and the specified collection contain the same elements.</summary>
-      <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the current set is equal to other; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Collections.Generic.ISet`1">
       <summary>Provides the base interface for the abstraction of sets.</summary>
       <typeparam name="T">The type of elements in the set.</typeparam>
@@ -7454,50 +4898,50 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.Generic.ISet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether the current set is a proper (strict) subset of a specified collection.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set is a proper subset of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether the current set is a proper (strict) superset of a specified collection.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set is a proper superset of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether a set is a subset of a specified collection.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set is a subset of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether the current set is a superset of a specified collection.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set is a superset of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether the current set overlaps with the specified collection.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set and <paramref name="other" /> share at least one common element; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})">
       <summary>Determines whether the current set and the specified collection contain the same elements.</summary>
       <param name="other">The collection to compare to the current set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="other" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the current set is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="other" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.Generic.ISet`1.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})">
       <summary>Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.</summary>
@@ -7531,16 +4975,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="message">The error message that explains the reason for the exception.</param>
       <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="T:System.Collections.Generic.KeyValuePair">
-      <summary>Creates instances of the <see cref="T:System.Collections.Generic.KeyValuePair`2" /> struct.</summary>
-    </member>
+    <member name="T:System.Collections.Generic.KeyValuePair" />
     <member name="M:System.Collections.Generic.KeyValuePair.Create``2(``0,``1)">
-      <summary>Creates a new key/value pair instance using provided values.</summary>
-      <param name="key">The key of the new <see cref="T:System.Collections.Generic.KeyValuePair`2" /> to be created.</param>
-      <param name="value">The value of the new <see cref="T:System.Collections.Generic.KeyValuePair`2" /> to be created.</param>
-      <typeparam name="TKey">The type of the key.</typeparam>
-      <typeparam name="TValue">The type of the value.</typeparam>
-      <returns>A key/value pair containing the provided arguments as values.</returns>
+      <param name="key" />
+      <param name="value" />
+      <typeparam name="TKey" />
+      <typeparam name="TValue" />
     </member>
     <member name="T:System.Collections.Generic.KeyValuePair`2">
       <summary>Defines a key/value pair that can be set or retrieved.</summary>
@@ -7553,448 +4993,51 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="value">The definition associated with <paramref name="key" />.</param>
     </member>
     <member name="M:System.Collections.Generic.KeyValuePair`2.Deconstruct(`0@,`1@)">
-      <summary>Deconstructs the current <see cref="T:System.Collections.Generic.KeyValuePair`2" />.</summary>
-      <param name="key">The key of the current <see cref="T:System.Collections.Generic.KeyValuePair`2" />.</param>
-      <param name="value">The value of the current <see cref="T:System.Collections.Generic.KeyValuePair`2" />.</param>
-    </member>
-    <member name="M:System.Collections.Generic.KeyValuePair`2.ToString">
-      <summary>Returns a string representation of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />, using the string representations of the key and value.</summary>
-      <returns>A string representation of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />, which includes the string representations of the key and value.</returns>
+      <param name="key" />
+      <param name="value" />
     </member>
     <member name="P:System.Collections.Generic.KeyValuePair`2.Key">
       <summary>Gets the key in the key/value pair.</summary>
       <returns>A <typeparamref name="TKey" /> that is the key of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />.</returns>
     </member>
+    <member name="M:System.Collections.Generic.KeyValuePair`2.ToString">
+      <summary>Returns a string representation of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />, using the string representations of the key and value.</summary>
+      <returns>A string representation of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />, which includes the string representations of the key and value.</returns>
+    </member>
     <member name="P:System.Collections.Generic.KeyValuePair`2.Value">
       <summary>Gets the value in the key/value pair.</summary>
       <returns>A <typeparamref name="TValue" /> that is the value of the <see cref="T:System.Collections.Generic.KeyValuePair`2" />.</returns>
     </member>
-    <member name="T:System.Collections.Hashtable">
-      <summary>Represents a collection of key/value pairs that are organized based on the hash code of the key.</summary>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the default initial capacity, load factor, hash code provider, and comparer.</summary>
+    <member name="T:System.Collections.ICollection">
+      <summary>Defines size, enumerators, and synchronization methods for all nongeneric collections.</summary>
     </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to the new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the default load factor, hash code provider, and comparer.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
+    <member name="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
+      <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
+      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
+      <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
+        <paramref name="array" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is less than zero.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="array" /> is multidimensional.
+-or-
+The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.
+-or-
+The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
     </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Collections.IEqualityComparer)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to a new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the default load factor and the specified <see cref="T:System.Collections.IEqualityComparer" /> object.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer" /> object that defines the hash code provider and the comparer to use with the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider and the default comparer. The default hash code provider is each key's implementation of <see cref="M:System.Object.GetHashCode" /> and the default comparer is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
+    <member name="P:System.Collections.ICollection.Count">
+      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ICollection" />.</summary>
+      <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection" />.</returns>
     </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to the new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the default load factor, and the specified hash code provider and comparer. This API is obsolete. For an alternative, see <see cref="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Collections.IEqualityComparer)" />.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="hcp">The <see cref="T:System.Collections.IHashCodeProvider" /> object that supplies the hash codes for all keys in the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider, which is each key's implementation of <see cref="M:System.Object.GetHashCode" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> object to use to determine whether two keys are equal.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
+    <member name="P:System.Collections.ICollection.IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
+      <returns>
+        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Single)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to the new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the specified load factor, and the default hash code provider and comparer.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IEqualityComparer)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to the new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the specified load factor and <see cref="T:System.Collections.IEqualityComparer" /> object.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer" /> object that defines the hash code provider and the comparer to use with the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider and the default comparer. The default hash code provider is each key's implementation of <see cref="M:System.Object.GetHashCode" /> and the default comparer is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
-      <summary>Initializes a new instance of the <see cref="T:System.Collections.Hashtable" /> class by copying the elements from the specified dictionary to the new <see cref="T:System.Collections.Hashtable" /> object. The new <see cref="T:System.Collections.Hashtable" /> object has an initial capacity equal to the number of elements copied, and uses the specified load factor, hash code provider, and comparer.</summary>
-      <param name="d">The <see cref="T:System.Collections.IDictionary" /> object to copy to a new <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <param name="hcp">The <see cref="T:System.Collections.IHashCodeProvider" /> object that supplies the hash codes for all keys in the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider, which is each key's implementation of <see cref="M:System.Object.GetHashCode" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> object to use to determine whether two keys are equal.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IEqualityComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the default initial capacity and load factor, and the specified <see cref="T:System.Collections.IEqualityComparer" /> object.</summary>
-      <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer" /> object that defines the hash code provider and the comparer to use with the <see cref="T:System.Collections.Hashtable" /> object.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider and the default comparer. The default hash code provider is each key's implementation of <see cref="M:System.Object.GetHashCode" /> and the default comparer is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the default initial capacity and load factor, and the specified hash code provider and comparer.</summary>
-      <param name="hcp">The <see cref="T:System.Collections.IHashCodeProvider" /> object that supplies the hash codes for all keys in the <see cref="T:System.Collections.Hashtable" /> object.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider, which is each key's implementation of <see cref="M:System.Object.GetHashCode" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> object to use to determine whether two keys are equal.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity, and the default load factor, hash code provider, and comparer.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Collections.IEqualityComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity and <see cref="T:System.Collections.IEqualityComparer" />, and the default load factor.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer" /> object that defines the hash code provider and the comparer to use with the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider and the default comparer. The default hash code provider is each key's implementation of <see cref="M:System.Object.GetHashCode" /> and the default comparer is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity, hash code provider, comparer, and the default load factor.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <param name="hcp">The <see cref="T:System.Collections.IHashCodeProvider" /> object that supplies the hash codes for all keys in the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider, which is each key's implementation of <see cref="M:System.Object.GetHashCode" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> object to use to determine whether two keys are equal.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Single)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity and load factor, and the default hash code provider and comparer.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="capacity" /> is causing an overflow.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Single,System.Collections.IEqualityComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity, load factor, and <see cref="T:System.Collections.IEqualityComparer" /> object.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer" /> object that defines the hash code provider and the comparer to use with the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider and the default comparer. The default hash code provider is each key's implementation of <see cref="M:System.Object.GetHashCode" /> and the default comparer is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class using the specified initial capacity, load factor, hash code provider, and comparer.</summary>
-      <param name="capacity">The approximate number of elements that the <see cref="T:System.Collections.Hashtable" /> object can initially contain.</param>
-      <param name="loadFactor">A number in the range from 0.1 through 1.0 that is multiplied by the default value which provides the best performance. The result is the maximum ratio of elements to buckets.</param>
-      <param name="hcp">The <see cref="T:System.Collections.IHashCodeProvider" /> object that supplies the hash codes for all keys in the <see cref="T:System.Collections.Hashtable" />.  
-  
- -or-  
-  
- <see langword="null" /> to use the default hash code provider, which is each key's implementation of <see cref="M:System.Object.GetHashCode" />.</param>
-      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> object to use to determine whether two keys are equal.  
-  
- -or-  
-  
- <see langword="null" /> to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is less than 0.1.  
-  
- -or-  
-  
- <paramref name="loadFactor" /> is greater than 1.0.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new, empty instance of the <see cref="T:System.Collections.Hashtable" /> class that is serializable using the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" /> objects.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing the information required to serialize the <see cref="T:System.Collections.Hashtable" /> object.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Hashtable" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.Add(System.Object,System.Object)">
-      <summary>Adds an element with the specified key and value into the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <param name="key">The key of the element to add.</param>
-      <param name="value">The value of the element to add. The value can be <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Hashtable" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Hashtable" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.Hashtable" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.Clear">
-      <summary>Removes all elements from the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Hashtable" /> is read-only.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.Clone">
-      <summary>Creates a shallow copy of the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>A shallow copy of the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.Contains(System.Object)">
-      <summary>Determines whether the <see cref="T:System.Collections.Hashtable" /> contains a specific key.</summary>
-      <param name="key">The key to locate in the <see cref="T:System.Collections.Hashtable" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Hashtable" /> contains an element with the specified key; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.ContainsKey(System.Object)">
-      <summary>Determines whether the <see cref="T:System.Collections.Hashtable" /> contains a specific key.</summary>
-      <param name="key">The key to locate in the <see cref="T:System.Collections.Hashtable" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Hashtable" /> contains an element with the specified key; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.ContainsValue(System.Object)">
-      <summary>Determines whether the <see cref="T:System.Collections.Hashtable" /> contains a specific value.</summary>
-      <param name="value">The value to locate in the <see cref="T:System.Collections.Hashtable" />. The value can be <see langword="null" />.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Hashtable" /> contains an element with the specified <paramref name="value" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.CopyTo(System.Array,System.Int32)">
-      <summary>Copies the <see cref="T:System.Collections.Hashtable" /> elements to a one-dimensional <see cref="T:System.Array" /> instance at the specified index.</summary>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the <see cref="T:System.Collections.DictionaryEntry" /> objects copied from <see cref="T:System.Collections.Hashtable" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="arrayIndex" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.Hashtable" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.</exception>
-      <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Hashtable" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.GetEnumerator">
-      <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that iterates through the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> for the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.GetHash(System.Object)">
-      <summary>Returns the hash code for the specified key.</summary>
-      <param name="key">The <see cref="T:System.Object" /> for which a hash code is to be returned.</param>
-      <exception cref="T:System.NullReferenceException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <returns>The hash code for <paramref name="key" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and returns the data needed to serialize the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing the information required to serialize the <see cref="T:System.Collections.Hashtable" />.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Hashtable" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The collection was modified.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.KeyEquals(System.Object,System.Object)">
-      <summary>Compares a specific <see cref="T:System.Object" /> with a specific key in the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <param name="item">The <see cref="T:System.Object" /> to compare with <paramref name="key" />.</param>
-      <param name="key">The key in the <see cref="T:System.Collections.Hashtable" /> to compare with <paramref name="item" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="item" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="key" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="item" /> and <paramref name="key" /> are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.OnDeserialization(System.Object)">
-      <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and raises the deserialization event when the deserialization is complete.</summary>
-      <param name="sender">The source of the deserialization event.</param>
-      <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object associated with the current <see cref="T:System.Collections.Hashtable" /> is invalid.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.Remove(System.Object)">
-      <summary>Removes the element with the specified key from the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <param name="key">The key of the element to remove.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Hashtable" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.Hashtable" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.Hashtable.Synchronized(System.Collections.Hashtable)">
-      <summary>Returns a synchronized (thread-safe) wrapper for the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <param name="table">The <see cref="T:System.Collections.Hashtable" /> to synchronize.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="table" /> is <see langword="null" />.</exception>
-      <returns>A synchronized (thread-safe) wrapper for the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="M:System.Collections.Hashtable.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator that iterates through a collection.</summary>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.comparer">
-      <summary>Gets or sets the <see cref="T:System.Collections.IComparer" /> to use for the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <exception cref="T:System.ArgumentException">The property is set to a value, but the hash table was created using an <see cref="T:System.Collections.IEqualityComparer" />.</exception>
-      <returns>The <see cref="T:System.Collections.IComparer" /> to use for the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.Count">
-      <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.EqualityComparer">
-      <summary>Gets the <see cref="T:System.Collections.IEqualityComparer" /> to use for the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <exception cref="T:System.ArgumentException">The property is set to a value, but the hash table was created using an <see cref="T:System.Collections.IHashCodeProvider" /> and an <see cref="T:System.Collections.IComparer" />.</exception>
-      <returns>The <see cref="T:System.Collections.IEqualityComparer" /> to use for the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.hcp">
-      <summary>Gets or sets the object that can dispense hash codes.</summary>
-      <exception cref="T:System.ArgumentException">The property is set to a value, but the hash table was created using an <see cref="T:System.Collections.IEqualityComparer" />.</exception>
-      <returns>The object that can dispense hash codes.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.IsFixedSize">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Hashtable" /> has a fixed size.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Hashtable" /> has a fixed size; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Hashtable" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Hashtable" /> is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.Hashtable" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.Hashtable" /> is synchronized (thread safe); otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.Item(System.Object)">
-      <summary>Gets or sets the value associated with the specified key.</summary>
-      <param name="key">The key whose value to get or set.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Hashtable" /> is read-only.  
-  
- -or-  
-  
- The property is set, <paramref name="key" /> does not exist in the collection, and the <see cref="T:System.Collections.Hashtable" /> has a fixed size.</exception>
-      <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns <see langword="null" />, and attempting to set it creates a new element using the specified key.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.Keys">
-      <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>An <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="P:System.Collections.Hashtable.Values">
-      <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.Hashtable" />.</summary>
-      <returns>An <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.Hashtable" />.</returns>
-    </member>
-    <member name="T:System.Collections.ICollection">
-      <summary>Defines size, enumerators, and synchronization methods for all nongeneric collections.</summary>
-    </member>
-    <member name="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
-      <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.  
-  
- -or-  
-  
- The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
-    </member>
-    <member name="P:System.Collections.ICollection.Count">
-      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ICollection" />.</summary>
-      <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection" />.</returns>
-    </member>
-    <member name="P:System.Collections.ICollection.IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ICollection.SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
+    <member name="P:System.Collections.ICollection.SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
     </member>
     <member name="T:System.Collections.IComparer">
       <summary>Exposes a method that compares two objects.</summary>
@@ -8003,12 +5046,11 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.</summary>
       <param name="x">The first object to compare.</param>
       <param name="y">The second object to compare.</param>
-      <exception cref="T:System.ArgumentException">Neither <paramref name="x" /> nor <paramref name="y" /> implements the <see cref="T:System.IComparable" /> interface.  
-  
- -or-  
-  
- <paramref name="x" /> and <paramref name="y" /> are of different types and neither one can handle comparisons with the other.</exception>
-      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />:<br />   - If less than 0, <paramref name="x" /> is less than <paramref name="y" />.<br />   - If 0, <paramref name="x" /> equals <paramref name="y" />.<br />   - If greater than 0, <paramref name="x" /> is greater than <paramref name="y" />.</returns>
+      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />:   - If less than 0, <paramref name="x" /> is less than <paramref name="y" />.   - If 0, <paramref name="x" /> equals <paramref name="y" />.   - If greater than 0, <paramref name="x" /> is greater than <paramref name="y" />.
+  .</returns>
+      <exception cref="T:System.ArgumentException">Neither <paramref name="x" /> nor <paramref name="y" /> implements the <see cref="T:System.IComparable" /> interface.
+-or-
+<paramref name="x" /> and <paramref name="y" /> are of different types and neither one can handle comparisons with the other.</exception>
     </member>
     <member name="T:System.Collections.IDictionary">
       <summary>Represents a nongeneric collection of key/value pairs.</summary>
@@ -8020,11 +5062,9 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.IDictionary" /> object.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary" /> is read-only.
+-or-
+The <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Collections.IDictionary.Clear">
       <summary>Removes all elements from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
@@ -8033,26 +5073,15 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.IDictionary.Contains(System.Object)">
       <summary>Determines whether the <see cref="T:System.Collections.IDictionary" /> object contains an element with the specified key.</summary>
       <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> contains an element with the key; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Collections.IDictionary.GetEnumerator">
       <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</returns>
     </member>
-    <member name="M:System.Collections.IDictionary.Remove(System.Object)">
-      <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
-      <param name="key">The key of the element to remove.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary" /> object is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
-    </member>
     <member name="P:System.Collections.IDictionary.IsFixedSize">
       <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> object has a fixed size.</summary>
       <returns>
@@ -8066,19 +5095,26 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="P:System.Collections.IDictionary.Item(System.Object)">
       <summary>Gets or sets the element with the specified key.</summary>
       <param name="key">The key of the element to get or set.</param>
+      <returns>The element with the specified key, or <see langword="null" /> if the key does not exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.IDictionary" /> object is read-only.  
-  
- -or-  
-  
- The property is set, <paramref name="key" /> does not exist in the collection, and the <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
-      <returns>The element with the specified key, or <see langword="null" /> if the key does not exist.</returns>
+      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.IDictionary" /> object is read-only.
+-or-
+The property is set, <paramref name="key" /> does not exist in the collection, and the <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
     </member>
     <member name="P:System.Collections.IDictionary.Keys">
       <summary>Gets an <see cref="T:System.Collections.ICollection" /> object containing the keys of the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <returns>An <see cref="T:System.Collections.ICollection" /> object containing the keys of the <see cref="T:System.Collections.IDictionary" /> object.</returns>
     </member>
+    <member name="M:System.Collections.IDictionary.Remove(System.Object)">
+      <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
+      <param name="key">The key of the element to remove.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary" /> object is read-only.
+-or-
+The <see cref="T:System.Collections.IDictionary" /> has a fixed size.</exception>
+    </member>
     <member name="P:System.Collections.IDictionary.Values">
       <summary>Gets an <see cref="T:System.Collections.ICollection" /> object containing the values in the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <returns>An <see cref="T:System.Collections.ICollection" /> object containing the values in the <see cref="T:System.Collections.IDictionary" /> object.</returns>
@@ -8088,18 +5124,18 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     </member>
     <member name="P:System.Collections.IDictionaryEnumerator.Entry">
       <summary>Gets both the key and the value of the current dictionary entry.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
       <returns>A <see cref="T:System.Collections.DictionaryEntry" /> containing both the key and the value of the current dictionary entry.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
     </member>
     <member name="P:System.Collections.IDictionaryEnumerator.Key">
       <summary>Gets the key of the current dictionary entry.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
       <returns>The key of the current element of the enumeration.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
     </member>
     <member name="P:System.Collections.IDictionaryEnumerator.Value">
       <summary>Gets the value of the current dictionary entry.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
       <returns>The value of the current element of the enumeration.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.IDictionaryEnumerator" /> is positioned before the first entry of the dictionary or after the last entry.</exception>
     </member>
     <member name="T:System.Collections.IEnumerable">
       <summary>Exposes an enumerator, which supports a simple iteration over a non-generic collection.</summary>
@@ -8111,20 +5147,20 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="T:System.Collections.IEnumerator">
       <summary>Supports a simple iteration over a non-generic collection.</summary>
     </member>
+    <member name="P:System.Collections.IEnumerator.Current">
+      <summary>Gets the element in the collection at the current position of the enumerator.</summary>
+      <returns>The element in the collection at the current position of the enumerator.</returns>
+    </member>
     <member name="M:System.Collections.IEnumerator.MoveNext">
       <summary>Advances the enumerator to the next element of the collection.</summary>
-      <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
       <returns>
         <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
+      <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
     </member>
     <member name="M:System.Collections.IEnumerator.Reset">
       <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
       <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
     </member>
-    <member name="P:System.Collections.IEnumerator.Current">
-      <summary>Gets the element in the collection at the current position of the enumerator.</summary>
-      <returns>The element in the collection at the current position of the enumerator.</returns>
-    </member>
     <member name="T:System.Collections.IEqualityComparer">
       <summary>Defines methods to support the comparison of objects for equality.</summary>
     </member>
@@ -8132,25 +5168,16 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Determines whether the specified objects are equal.</summary>
       <param name="x">The first object to compare.</param>
       <param name="y">The second object to compare.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="x" /> and <paramref name="y" /> are of different types and neither one can handle comparisons with the other.</exception>
       <returns>
         <see langword="true" /> if the specified objects are equal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="x" /> and <paramref name="y" /> are of different types and neither one can handle comparisons with the other.</exception>
     </member>
     <member name="M:System.Collections.IEqualityComparer.GetHashCode(System.Object)">
       <summary>Returns a hash code for the specified object.</summary>
       <param name="obj">The <see cref="T:System.Object" /> for which a hash code is to be returned.</param>
-      <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj" /> is a reference type and <paramref name="obj" /> is <see langword="null" />.</exception>
       <returns>A hash code for the specified object.</returns>
-    </member>
-    <member name="T:System.Collections.IHashCodeProvider">
-      <summary>Supplies a hash code for an object, using a custom hash function.</summary>
-    </member>
-    <member name="M:System.Collections.IHashCodeProvider.GetHashCode(System.Object)">
-      <summary>Returns a hash code for the specified object.</summary>
-      <param name="obj">The <see cref="T:System.Object" /> for which a hash code is to be returned.</param>
       <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj" /> is a reference type and <paramref name="obj" /> is <see langword="null" />.</exception>
-      <returns>A hash code for the specified object.</returns>
     </member>
     <member name="T:System.Collections.IList">
       <summary>Represents a non-generic collection of objects that can be individually accessed by index.</summary>
@@ -8158,12 +5185,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.IList.Add(System.Object)">
       <summary>Adds an item to the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The object to add to the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
       <returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Collections.IList.Clear">
       <summary>Removes all items from the <see cref="T:System.Collections.IList" />.</summary>
@@ -8186,34 +5211,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="value">The object to insert into the <see cref="T:System.Collections.IList" />.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
       <exception cref="T:System.NullReferenceException">
         <paramref name="value" /> is null reference in the <see cref="T:System.Collections.IList" />.</exception>
     </member>
-    <member name="M:System.Collections.IList.Remove(System.Object)">
-      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
-      <param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
-    </member>
-    <member name="M:System.Collections.IList.RemoveAt(System.Int32)">
-      <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary>
-      <param name="index">The zero-based index of the item to remove.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.  
-  
- -or-  
-  
- The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
-    </member>
     <member name="P:System.Collections.IList.IsFixedSize">
       <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary>
       <returns>
@@ -8227,10 +5230,26 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="P:System.Collections.IList.Item(System.Int32)">
       <summary>Gets or sets the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
       <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.IList" /> is read-only.</exception>
-      <returns>The element at the specified index.</returns>
+    </member>
+    <member name="M:System.Collections.IList.Remove(System.Object)">
+      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
+      <param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
+    </member>
+    <member name="M:System.Collections.IList.RemoveAt(System.Int32)">
+      <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary>
+      <param name="index">The zero-based index of the item to remove.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
+      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
+-or-
+The <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
     </member>
     <member name="T:System.Collections.IStructuralComparable">
       <summary>Supports the structural comparison of collection objects.</summary>
@@ -8239,10 +5258,23 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Determines whether the current collection object precedes, occurs in the same position as, or follows another object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that compares members of the current collection object with the corresponding members of <paramref name="other" />.</param>
-      <exception cref="T:System.ArgumentException">This instance and <paramref name="other" /> are not the same type.</exception>
-      <returns>A signed integer that indicates the relationship of the current collection object to <paramref name="other" /> in the sort order:<br /> - If less than 0, the current instance precedes <paramref name="other" />.<br /> - If 0, the current instance and <paramref name="other" /> are equal.<br /> - If greater than 0, the current instance follows <paramref name="other" />.  
+      <returns>A signed integer that indicates the relationship of the current collection object to <paramref name="other" /> in the sort order: - If less than 0, the current instance precedes <paramref name="other" />. - If 0, the current instance and <paramref name="other" /> are equal. - If greater than 0, the current instance follows <paramref name="other" />.
+  Return value  
+  
+  Description  
+  
+  -1  
+  
+  The current instance precedes <paramref name="other" />.  
+  
+  0  
   
- <list type="table"><listheader><term> Return value</term><description> Description</description></listheader><item><term> -1</term><description> The current instance precedes <paramref name="other" />.</description></item><item><term> 0</term><description> The current instance and <paramref name="other" /> are equal.</description></item><item><term> 1</term><description> The current instance follows <paramref name="other" />.</description></item></list></returns>
+  The current instance and <paramref name="other" /> are equal.  
+  
+  1  
+  
+  The current instance follows <paramref name="other" />.</returns>
+      <exception cref="T:System.ArgumentException">This instance and <paramref name="other" /> are not the same type.</exception>
     </member>
     <member name="T:System.Collections.IStructuralEquatable">
       <summary>Defines methods to support the comparison of objects for structural equality.</summary>
@@ -8298,13 +5330,17 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="index" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">The number of elements in the source <see cref="T:System.Collections.ObjectModel.Collection`1" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
     </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.Count">
+      <summary>Gets the number of elements actually contained in the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
+      <returns>The number of elements actually contained in the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
+    </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.GetEnumerator">
       <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
       <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> for the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.IndexOf(`0)">
       <summary>Searches for the specified object and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
-      <param name="item">The object to locate in the <see cref="T:System.Collections.ObjectModel.Collection`1" />. The value can be <see langword="null" /> for reference types.</param>
+      <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.List`1" />. The value can be <see langword="null" /> for reference types.</param>
       <returns>The zero-based index of the first occurrence of <paramref name="item" /> within the entire <see cref="T:System.Collections.ObjectModel.Collection`1" />, if found; otherwise, -1.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.Insert(System.Int32,`0)">
@@ -8312,22 +5348,31 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
       <param name="item">The object to insert. The value can be <see langword="null" /> for reference types.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.InsertItem(System.Int32,`0)">
       <summary>Inserts an element into the <see cref="T:System.Collections.ObjectModel.Collection`1" /> at the specified index.</summary>
       <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
       <param name="item">The object to insert. The value can be <see langword="null" /> for reference types.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.Item(System.Int32)">
+      <summary>Gets or sets the element at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.Items">
+      <summary>Gets a <see cref="T:System.Collections.Generic.IList`1" /> wrapper around the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
+      <returns>A <see cref="T:System.Collections.Generic.IList`1" /> wrapper around the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.Remove(`0)">
       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
@@ -8339,32 +5384,31 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Removes the element at the specified index of the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
       <param name="index">The zero-based index of the element to remove.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.RemoveItem(System.Int32)">
       <summary>Removes the element at the specified index of the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
       <param name="index">The zero-based index of the element to remove.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.SetItem(System.Int32,`0)">
       <summary>Replaces the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to replace.</param>
       <param name="item">The new value for the element at the specified index. The value can be <see langword="null" /> for reference types.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
+      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns <see langword="false" />.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
       <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
@@ -8375,19 +5419,22 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="array" /> does not have zero-based indexing.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.  
-  
- -or-  
-  
- The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
+        <paramref name="array" /> is multidimensional.
+-or-
+<paramref name="array" /> does not have zero-based indexing.
+-or-
+The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.
+-or-
+The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#ICollection#IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
+      <returns>
+        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#ICollection#SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns the current instance.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IEnumerable#GetEnumerator">
       <summary>Returns an enumerator that iterates through a collection.</summary>
@@ -8396,24 +5443,24 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Add(System.Object)">
       <summary>Adds an item to the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param>
+      <returns>The position into which the new element was inserted.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
-      <returns>The position into which the new element was inserted.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Contains(System.Object)">
       <summary>Determines whether the <see cref="T:System.Collections.IList" /> contains a specific value.</summary>
       <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Collections.IList" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#IndexOf(System.Object)">
       <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />.</param>
+      <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
-      <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Insert(System.Int32,System.Object)">
       <summary>Inserts an item into the <see cref="T:System.Collections.IList" /> at the specified index.</summary>
@@ -8424,45 +5471,6 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
     </member>
-    <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Remove(System.Object)">
-      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
-      <param name="value">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.Count">
-      <summary>Gets the number of elements actually contained in the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
-      <returns>The number of elements actually contained in the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get or set.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.Items">
-      <summary>Gets a <see cref="T:System.Collections.Generic.IList`1" /> wrapper around the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
-      <returns>A <see cref="T:System.Collections.Generic.IList`1" /> wrapper around the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#ICollection#IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#ICollection#SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.Collection`1" />, this property always returns the current instance.</returns>
-    </member>
     <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#IList#IsFixedSize">
       <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary>
       <returns>
@@ -8476,10 +5484,16 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="P:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Item(System.Int32)">
       <summary>Gets or sets the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
       <exception cref="T:System.ArgumentException">The property is set and <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
-      <returns>The element at the specified index.</returns>
+    </member>
+    <member name="M:System.Collections.ObjectModel.Collection`1.System#Collections#IList#Remove(System.Object)">
+      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
+      <param name="value">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is of a type that is not assignable to the <see cref="T:System.Collections.IList" />.</exception>
     </member>
     <member name="T:System.Collections.ObjectModel.ReadOnlyCollection`1">
       <summary>Provides the base class for a generic read-only collection.</summary>
@@ -8507,6 +5521,10 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
         <paramref name="index" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">The number of elements in the source <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
     </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Count">
+      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> instance.</summary>
+      <returns>The number of elements contained in the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> instance.</returns>
+    </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.GetEnumerator">
       <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />.</summary>
       <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> for the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />.</returns>
@@ -8516,6 +5534,19 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="value">The object to locate in the <see cref="T:System.Collections.Generic.List`1" />. The value can be <see langword="null" /> for reference types.</param>
       <returns>The zero-based index of the first occurrence of <paramref name="item" /> within the entire <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, if found; otherwise, -1.</returns>
     </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Item(System.Int32)">
+      <summary>Gets the element at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Count" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Items">
+      <summary>Returns the <see cref="T:System.Collections.Generic.IList`1" /> that the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wraps.</summary>
+      <returns>The <see cref="T:System.Collections.Generic.IList`1" /> that the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wraps.</returns>
+    </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#Add(`0)">
       <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <param name="value">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
@@ -8525,12 +5556,17 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
+      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#Remove(`0)">
       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <param name="value">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
-      <exception cref="T:System.NotSupportedException">Always thrown.</exception>
       <returns>
         <see langword="true" /> if <paramref name="value" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0)">
       <summary>Inserts an item to the <see cref="T:System.Collections.Generic.IList`1" /> at the specified index.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
@@ -8538,6 +5574,12 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="value">The object to insert into the <see cref="T:System.Collections.Generic.IList`1" />.</param>
       <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#IList{T}#Item(System.Int32)">
+      <summary>Gets the element at the specified index. An <see cref="T:System.NotSupportedException" /> occurs if you try to set the item at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown if the property is set.</exception>
+    </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32)">
       <summary>Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <param name="index">The zero-based index of the item to remove.</param>
@@ -8552,19 +5594,22 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="array" /> does not have zero-based indexing.  
-  
- -or-  
-  
- The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.  
-  
- -or-  
-  
- The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
+        <paramref name="array" /> is multidimensional.
+-or-
+<paramref name="array" /> does not have zero-based indexing.
+-or-
+The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.
+-or-
+The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
+    </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#ICollection#IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
+      <returns>
+        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#ICollection#SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns the current instance.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IEnumerable#GetEnumerator">
       <summary>Returns an enumerator that iterates through a collection.</summary>
@@ -8573,8 +5618,8 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Add(System.Object)">
       <summary>Adds an item to the <see cref="T:System.Collections.IList" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.NotSupportedException">Always thrown.</exception>
       <returns>The position into which the new element was inserted.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Clear">
       <summary>Removes all items from the <see cref="T:System.Collections.IList" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
@@ -8583,17 +5628,17 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Contains(System.Object)">
       <summary>Determines whether the <see cref="T:System.Collections.IList" /> contains a specific value.</summary>
       <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not of the type specified for the generic type parameter <paramref name="T" />.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Collections.IList" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not of the type specified for the generic type parameter <paramref name="T" />.</exception>
     </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#IndexOf(System.Object)">
       <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />.</param>
+      <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not of the type specified for the generic type parameter <paramref name="T" />.</exception>
-      <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
     </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)">
       <summary>Inserts an item to the <see cref="T:System.Collections.IList" /> at the specified index.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
@@ -8601,6 +5646,24 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="value">The <see cref="T:System.Object" /> to insert into the <see cref="T:System.Collections.IList" />.</param>
       <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#IsFixedSize">
+      <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#IsReadOnly">
+      <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Item(System.Int32)">
+      <summary>Gets the element at the specified index. A <see cref="T:System.NotSupportedException" /> occurs if you try to set the item at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
+      <exception cref="T:System.NotSupportedException">Always thrown if the property is set.</exception>
+    </member>
     <member name="M:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Remove(System.Object)">
       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.  This implementation always throws <see cref="T:System.NotSupportedException" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />.</param>
@@ -8611,71 +5674,27 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <param name="index">The zero-based index of the item to remove.</param>
       <exception cref="T:System.NotSupportedException">Always thrown.</exception>
     </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Count">
-      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> instance.</summary>
-      <returns>The number of elements contained in the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> instance.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Item(System.Int32)">
-      <summary>Gets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
+    <member name="T:System.Comparison`1">
+      <summary>Represents the method that compares two objects of the same type.</summary>
+      <param name="x">The first object to compare.</param>
+      <param name="y">The second object to compare.</param>
+      <typeparam name="T">The type of the objects to compare.</typeparam>
+      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.
+  Value  
   
- -or-  
+  Meaning  
   
- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Count" />.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.Items">
-      <summary>Returns the <see cref="T:System.Collections.Generic.IList`1" /> that the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wraps.</summary>
-      <returns>The <see cref="T:System.Collections.Generic.IList`1" /> that the <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wraps.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#Generic#IList{T}#Item(System.Int32)">
-      <summary>Gets the element at the specified index. An <see cref="T:System.NotSupportedException" /> occurs if you try to set the item at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get.</param>
-      <exception cref="T:System.NotSupportedException">Always thrown if the property is set.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#ICollection#IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#ICollection#SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns the current instance.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#IsFixedSize">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.  In the default implementation of <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" />, this property always returns <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Collections.ObjectModel.ReadOnlyCollection`1.System#Collections#IList#Item(System.Int32)">
-      <summary>Gets the element at the specified index. A <see cref="T:System.NotSupportedException" /> occurs if you try to set the item at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
-      <exception cref="T:System.NotSupportedException">Always thrown if the property is set.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="T:System.Comparison`1">
-      <summary>Represents the method that compares two objects of the same type.</summary>
-      <param name="x">The first object to compare.</param>
-      <param name="y">The second object to compare.</param>
-      <typeparam name="T">The type of the objects to compare.</typeparam>
-      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.  
+  Less than 0  
+  
+ <paramref name="x" /> is less than <paramref name="y" />.  
+  
+  0  
+  
+ <paramref name="x" /> equals <paramref name="y" />.  
   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than 0</term><description><paramref name="x" /> is less than <paramref name="y" />.</description></item><item><term> 0</term><description><paramref name="x" /> equals <paramref name="y" />.</description></item><item><term> Greater than 0</term><description><paramref name="x" /> is greater than <paramref name="y" />.</description></item></list></returns>
+  Greater than 0  
+  
+ <paramref name="x" /> is greater than <paramref name="y" />.</returns>
     </member>
     <member name="T:System.ComponentModel.DefaultValueAttribute">
       <summary>Specifies the default value for a property.</summary>
@@ -8817,7 +5836,7 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
       <summary>A mask used to retrieve a version of the Secure Hash Algorithm with a hash size of 512 bits.</summary>
     </member>
     <member name="T:System.Configuration.Assemblies.AssemblyVersionCompatibility">
-      <summary>Defines the different types of assembly version compatibility.</summary>
+      <summary>Defines the different types of assembly version compatibility. This feature is not available in version 1.0 of the .NET Framework.</summary>
     </member>
     <member name="F:System.Configuration.Assemblies.AssemblyVersionCompatibility.SameDomain">
       <summary>The assembly cannot execute with other versions if they are executing in the same application domain.</summary>
@@ -8828,26094 +5847,13118 @@ The underlying array of <paramref name="destination" /> is <paramref name="null"
     <member name="F:System.Configuration.Assemblies.AssemblyVersionCompatibility.SameProcess">
       <summary>The assembly cannot execute with other versions if they are executing in the same process.</summary>
     </member>
-    <member name="T:System.ContextBoundObject">
-      <summary>Defines the base class for all context-bound classes.</summary>
-    </member>
-    <member name="M:System.ContextBoundObject.#ctor">
-      <summary>Instantiates an instance of the <see cref="T:System.ContextBoundObject" /> class.</summary>
-    </member>
-    <member name="T:System.ContextMarshalException">
-      <summary>The exception that is thrown when an attempt to marshal an object across a context boundary fails.</summary>
+    <member name="T:System.Converter`2">
+      <summary>Represents a method that converts an object from one type to another type.</summary>
+      <param name="input">The object to convert.</param>
+      <typeparam name="TInput">The type of object that is to be converted.</typeparam>
+      <typeparam name="TOutput">The type the input object is to be converted to.</typeparam>
+      <returns>The <typeparamref name="TOutput" /> that represents the converted <typeparamref name="TInput" />.</returns>
     </member>
-    <member name="M:System.ContextMarshalException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ContextMarshalException" /> class with default properties.</summary>
+    <member name="T:System.DateTime">
+      <summary>Represents an instant in time, typically expressed as a date and time of day.</summary>
     </member>
-    <member name="M:System.ContextMarshalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.ContextMarshalException" /> class with serialized data.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, and day.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.
+-or-
+<paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.</exception>
     </member>
-    <member name="M:System.ContextMarshalException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ContextMarshalException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, and day for the specified calendar.</summary>
+      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
+      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="calendar" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.
+-or-
+<paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.</exception>
     </member>
-    <member name="M:System.ContextMarshalException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ContextMarshalException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, and second.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.
+-or-
+<paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.</exception>
     </member>
-    <member name="T:System.ContextStaticAttribute">
-      <summary>Indicates that the value of a static field is unique for a particular context.</summary>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and Coordinated Universal Time (UTC) or local time.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" /> and <paramref name="second" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.
+-or-
+<paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
     </member>
-    <member name="M:System.ContextStaticAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ContextStaticAttribute" /> class.</summary>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, and second for the specified calendar.</summary>
+      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
+      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="calendar" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.
+-or-
+<paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.</exception>
     </member>
-    <member name="T:System.Convert">
-      <summary>Converts a base data type to another base data type.</summary>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and millisecond.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.
+-or-
+<paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
     </member>
-    <member name="F:System.Convert.DBNull">
-      <summary>A constant that represents a database column that is absent of data; that is, database null.</summary>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time (UTC) or local time.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, and <paramref name="millisecond" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.
+-or-
+<paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ChangeType(System.Object,System.Type)">
-      <summary>Returns an object of the specified type and whose value is equivalent to the specified object.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="conversionType">The type of object to return.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" /> and <paramref name="conversionType" /> is a value type.
-
- -or-
-
- <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in a format recognized by <paramref name="conversionType" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is out of the range of <paramref name="conversionType" />.</exception>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and millisecond for the specified calendar.</summary>
+      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
+      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="conversionType" /> is <see langword="null" />.</exception>
-      <returns>An object whose type is <paramref name="conversionType" /> and whose value is equivalent to <paramref name="value" />.
-
- -or-
-
- A null reference (<see langword="Nothing" /> in Visual Basic), if <paramref name="value" /> is <see langword="null" /> and <paramref name="conversionType" /> is not a value type.</returns>
+        <paramref name="calendar" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.
+-or-
+<paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
     </member>
-    <member name="M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)">
-      <summary>Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="conversionType">The type of object to return.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" /> and <paramref name="conversionType" /> is a value type.
-
- -or-
-
- <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in a format for <paramref name="conversionType" /> recognized by <paramref name="provider" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is out of the range of <paramref name="conversionType" />.</exception>
+    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.DateTimeKind)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time (UTC) or local time for the specified calendar.</summary>
+      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
+      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
+      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, and <paramref name="millisecond" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="conversionType" /> is <see langword="null" />.</exception>
-      <returns>An object whose type is <paramref name="conversionType" /> and whose value is equivalent to <paramref name="value" />.
-
- -or-
-
- <paramref name="value" />, if the <see cref="T:System.Type" /> of <paramref name="value" /> and <paramref name="conversionType" /> are equal.
-
- -or-
-
- A null reference (<see langword="Nothing" /> in Visual Basic), if <paramref name="value" /> is <see langword="null" /> and <paramref name="conversionType" /> is not a value type.</returns>
-    </member>
-    <member name="M:System.Convert.ChangeType(System.Object,System.TypeCode)">
-      <summary>Returns an object of the specified type whose value is equivalent to the specified object.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="typeCode">The type of object to return.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" /> and <paramref name="typeCode" /> specifies a value type.
-
- -or-
-
- <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in a format recognized by the <paramref name="typeCode" /> type.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is out of the range of the <paramref name="typeCode" /> type.</exception>
+        <paramref name="calendar" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.
+-or-
+<paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.
+-or-
+<paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="typeCode" /> is invalid.</exception>
-      <returns>An object whose underlying type is <paramref name="typeCode" /> and whose value is equivalent to <paramref name="value" />.
-
- -or-
-
- A null reference (<see langword="Nothing" /> in Visual Basic), if <paramref name="value" /> is <see langword="null" /> and <paramref name="typeCode" /> is <see cref="F:System.TypeCode.Empty" />, <see cref="F:System.TypeCode.String" />, or <see cref="F:System.TypeCode.Object" />.</returns>
+        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)">
-      <summary>Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="typeCode">The type of object to return.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" /> and <paramref name="typeCode" /> specifies a value type.
-
- -or-
-
- <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in a format for the <paramref name="typeCode" /> type recognized by <paramref name="provider" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is out of the range of the <paramref name="typeCode" /> type.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="typeCode" /> is invalid.</exception>
-      <returns>An object whose underlying type is <paramref name="typeCode" /> and whose value is equivalent to <paramref name="value" />.
-
- -or-
-
- A null reference (<see langword="Nothing" /> in Visual Basic), if <paramref name="value" /> is <see langword="null" /> and <paramref name="typeCode" /> is <see cref="F:System.TypeCode.Empty" />, <see cref="F:System.TypeCode.String" />, or <see cref="F:System.TypeCode.Object" />.</returns>
+    <member name="M:System.DateTime.#ctor(System.Int64)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to a specified number of ticks.</summary>
+      <param name="ticks">A date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="ticks" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.FromBase64CharArray(System.Char[],System.Int32,System.Int32)">
-      <summary>Converts a subset of a Unicode character array, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. Parameters specify the subset in the input array and the number of elements to convert.</summary>
-      <param name="inArray">A Unicode character array.</param>
-      <param name="offset">A position within <paramref name="inArray" />.</param>
-      <param name="length">The number of elements in <paramref name="inArray" /> to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
+    <member name="M:System.DateTime.#ctor(System.Int64,System.DateTimeKind)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to a specified number of ticks and to Coordinated Universal Time (UTC) or local time.</summary>
+      <param name="ticks">A date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar.</param>
+      <param name="kind">One of the enumeration values that indicates whether <paramref name="ticks" /> specifies a local time, Coordinated Universal Time (UTC), or neither.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="length" /> is less than 0.
-
- -or-
-
- <paramref name="offset" /> plus <paramref name="length" /> indicates a position not within <paramref name="inArray" />.</exception>
-      <exception cref="T:System.FormatException">The length of <paramref name="inArray" />, ignoring white-space characters, is not zero or a multiple of 4.
-
- -or-
-
- The format of <paramref name="inArray" /> is invalid. <paramref name="inArray" /> contains a non-base-64 character, more than two padding characters, or a non-white-space character among the padding characters.</exception>
-      <returns>An array of 8-bit unsigned integers equivalent to <paramref name="length" /> elements at position <paramref name="offset" /> in <paramref name="inArray" />.</returns>
+        <paramref name="ticks" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
     </member>
-    <member name="M:System.Convert.FromBase64String(System.String)">
-      <summary>Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.</summary>
-      <param name="s">The string to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">The length of <paramref name="s" />, ignoring white-space characters, is not zero or a multiple of 4.
-
- -or-
-
- The format of <paramref name="s" /> is invalid. <paramref name="s" /> contains a non-base-64 character, more than two padding characters, or a non-white space-character among the padding characters.</exception>
-      <returns>An array of 8-bit unsigned integers that is equivalent to <paramref name="s" />.</returns>
+    <member name="M:System.DateTime.Add(System.TimeSpan)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the value of the specified <see cref="T:System.TimeSpan" /> to the value of this instance.</summary>
+      <param name="value">A positive or negative time interval.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the time interval represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.FromHexString(System.ReadOnlySpan{System.Char})">
-      <summary>Converts the span, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.</summary>
-      <param name="chars">The span to convert.</param>
-      <exception cref="T:System.FormatException">The length of <paramref name="chars" />, is not zero or a multiple of 2.</exception>
-      <exception cref="T:System.FormatException">The format of <paramref name="chars" /> is invalid. <paramref name="chars" /> contains a non-hex character.</exception>
-      <returns>An array of 8-bit unsigned integers that is equivalent to <paramref name="chars" />.</returns>
+    <member name="M:System.DateTime.AddDays(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of days to the value of this instance.</summary>
+      <param name="value">A number of whole and fractional days. The <paramref name="value" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of days represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.FromHexString(System.String)">
-      <summary>Converts the specified string, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.</summary>
-      <param name="s">The string to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">The length of <paramref name="s" />, is not zero or a multiple of 2.</exception>
-      <exception cref="T:System.FormatException">The format of <paramref name="s" /> is invalid. <paramref name="s" /> contains a non-hex character.</exception>
-      <returns>An array of 8-bit unsigned integers that is equivalent to <paramref name="s" />.</returns>
+    <member name="M:System.DateTime.AddHours(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of hours to the value of this instance.</summary>
+      <param name="value">A number of whole and fractional hours. The <paramref name="value" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of hours represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.GetTypeCode(System.Object)">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for the specified object.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <returns>The <see cref="T:System.TypeCode" /> for <paramref name="value" />, or <see cref="F:System.TypeCode.Empty" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.AddMilliseconds(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of milliseconds to the value of this instance.</summary>
+      <param name="value">A number of whole and fractional milliseconds. The <paramref name="value" /> parameter can be negative or positive. Note that this value is rounded to the nearest integer.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of milliseconds represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.IsDBNull(System.Object)">
-      <summary>Returns an indication whether the specified object is of type <see cref="T:System.DBNull" />.</summary>
-      <param name="value">An object.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is of type <see cref="T:System.DBNull" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.AddMinutes(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of minutes to the value of this instance.</summary>
+      <param name="value">A number of whole and fractional minutes. The <paramref name="value" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of minutes represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBase64CharArray(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
-      <summary>Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. Parameters specify the subsets as offsets in the input and output arrays, and the number of elements in the input array to convert.</summary>
-      <param name="inArray">An input array of 8-bit unsigned integers.</param>
-      <param name="offsetIn">A position within <paramref name="inArray" />.</param>
-      <param name="length">The number of elements of <paramref name="inArray" /> to convert.</param>
-      <param name="outArray">An output array of Unicode characters.</param>
-      <param name="offsetOut">A position within <paramref name="outArray" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> or <paramref name="outArray" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offsetIn" />, <paramref name="offsetOut" />, or <paramref name="length" /> is negative.
-
- -or-
-
- <paramref name="offsetIn" /> plus <paramref name="length" /> is greater than the length of <paramref name="inArray" />.
-
- -or-
-
- <paramref name="offsetOut" /> plus the number of elements to return is greater than the length of <paramref name="outArray" />.</exception>
-      <returns>A 32-bit signed integer containing the number of bytes in <paramref name="outArray" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToBase64CharArray(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Base64FormattingOptions)">
-      <summary>Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits. Parameters specify the subsets as offsets in the input and output arrays, the number of elements in the input array to convert, and whether line breaks are inserted in the output array.</summary>
-      <param name="inArray">An input array of 8-bit unsigned integers.</param>
-      <param name="offsetIn">A position within <paramref name="inArray" />.</param>
-      <param name="length">The number of elements of <paramref name="inArray" /> to convert.</param>
-      <param name="outArray">An output array of Unicode characters.</param>
-      <param name="offsetOut">A position within <paramref name="outArray" />.</param>
-      <param name="options">
-        <see cref="F:System.Base64FormattingOptions.InsertLineBreaks" /> to insert a line break every 76 characters, or <see cref="F:System.Base64FormattingOptions.None" /> to not insert line breaks.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> or <paramref name="outArray" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offsetIn" />, <paramref name="offsetOut" />, or <paramref name="length" /> is negative.
-
- -or-
-
- <paramref name="offsetIn" /> plus <paramref name="length" /> is greater than the length of <paramref name="inArray" />.
-
- -or-
-
- <paramref name="offsetOut" /> plus the number of elements to return is greater than the length of <paramref name="outArray" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is not a valid <see cref="T:System.Base64FormattingOptions" /> value.</exception>
-      <returns>A 32-bit signed integer containing the number of bytes in <paramref name="outArray" />.</returns>
+    <member name="M:System.DateTime.AddMonths(System.Int32)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of months to the value of this instance.</summary>
+      <param name="months">A number of months. The <paramref name="months" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and <paramref name="months" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.
+-or-
+<paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
     </member>
-    <member name="M:System.Convert.ToBase64String(System.Byte[])">
-      <summary>Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
-      <returns>The string representation, in base 64, of the contents of <paramref name="inArray" />.</returns>
+    <member name="M:System.DateTime.AddSeconds(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of seconds to the value of this instance.</summary>
+      <param name="value">A number of whole and fractional seconds. The <paramref name="value" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of seconds represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBase64String(System.Byte[],System.Base64FormattingOptions)">
-      <summary>Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. You can specify whether to insert line breaks in the return value.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <param name="options">
-        <see cref="F:System.Base64FormattingOptions.InsertLineBreaks" /> to insert a line break every 76 characters, or <see cref="F:System.Base64FormattingOptions.None" /> to not insert line breaks.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is not a valid <see cref="T:System.Base64FormattingOptions" /> value.</exception>
-      <returns>The string representation in base 64 of the elements in <paramref name="inArray" />.</returns>
+    <member name="M:System.DateTime.AddTicks(System.Int64)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of ticks to the value of this instance.</summary>
+      <param name="value">A number of 100-nanosecond ticks. The <paramref name="value" /> parameter can be positive or negative.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the time represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBase64String(System.Byte[],System.Int32,System.Int32)">
-      <summary>Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, and the number of elements in the array to convert.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <param name="offset">An offset in <paramref name="inArray" />.</param>
-      <param name="length">The number of elements of <paramref name="inArray" /> to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="length" /> is negative.
-
- -or-
-
- <paramref name="offset" /> plus <paramref name="length" /> is greater than the length of <paramref name="inArray" />.</exception>
-      <returns>The string representation in base 64 of <paramref name="length" /> elements of <paramref name="inArray" />, starting at position <paramref name="offset" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToBase64String(System.Byte[],System.Int32,System.Int32,System.Base64FormattingOptions)">
-      <summary>Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, the number of elements in the array to convert, and whether to insert line breaks in the return value.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <param name="offset">An offset in <paramref name="inArray" />.</param>
-      <param name="length">The number of elements of <paramref name="inArray" /> to convert.</param>
-      <param name="options">
-        <see cref="F:System.Base64FormattingOptions.InsertLineBreaks" /> to insert a line break every 76 characters, or <see cref="F:System.Base64FormattingOptions.None" /> to not insert line breaks.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
+    <member name="M:System.DateTime.AddYears(System.Int32)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of years to the value of this instance.</summary>
+      <param name="value">A number of years. The <paramref name="value" /> parameter can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by this instance and the number of years represented by <paramref name="value" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="length" /> is negative.
-
- -or-
-
- <paramref name="offset" /> plus <paramref name="length" /> is greater than the length of <paramref name="inArray" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is not a valid <see cref="T:System.Base64FormattingOptions" /> value.</exception>
-      <returns>The string representation in base 64 of <paramref name="length" /> elements of <paramref name="inArray" />, starting at position <paramref name="offset" />.</returns>
+        <paramref name="value" /> or the resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
+    </member>
+    <member name="M:System.DateTime.Compare(System.DateTime,System.DateTime)">
+      <summary>Compares two instances of <see cref="T:System.DateTime" /> and returns an integer that indicates whether the first instance is earlier than, the same as, or later than the second instance.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
+      <returns>A signed number indicating the relative values of <paramref name="t1" /> and <paramref name="t2" />.
+  Value Type  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="t1" /> is earlier than <paramref name="t2" />.  
+  
+  Zero  
+  
+ <paramref name="t1" /> is the same as <paramref name="t2" />.  
+  
+  Greater than zero  
+  
+ <paramref name="t1" /> is later than <paramref name="t2" />.</returns>
+    </member>
+    <member name="M:System.DateTime.CompareTo(System.DateTime)">
+      <summary>Compares the value of this instance to a specified <see cref="T:System.DateTime" /> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
+      <param name="value">The object to compare to the current instance.</param>
+      <returns>A signed number indicating the relative values of this instance and the <paramref name="value" /> parameter.
+  Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is earlier than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is the same as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is later than <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.Convert.ToBase64String(System.ReadOnlySpan{System.Byte},System.Base64FormattingOptions)">
-      <summary>Converts the 8-bit unsigned integers inside the specified read-only span into their equivalent string representation that is encoded with base-64 digits. You can optionally specify whether to insert line breaks in the return value.</summary>
-      <param name="bytes">A read-only span of 8-bit unsigned integers.</param>
-      <param name="options">One of the enumeration values that specify whether to insert line breaks in the return value. The default value is <see cref="F:System.Base64FormattingOptions.None" />.</param>
+    <member name="M:System.DateTime.CompareTo(System.Object)">
+      <summary>Compares the value of this instance to a specified object that contains a specified <see cref="T:System.DateTime" /> value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
+      <param name="value">A boxed object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is earlier than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is the same as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is later than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is not a valid <see cref="T:System.Base64FormattingOptions" /> value.</exception>
-      <exception cref="T:System.OutOfMemoryException">The output length was larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>The string representation in base 64 of the elements in <paramref name="inArray" />. If the length of <paramref name="bytes" /> is 0, an empty string is returned.</returns>
+        <paramref name="value" /> is not a <see cref="T:System.DateTime" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Boolean)">
-      <summary>Returns the specified Boolean value; no actual conversion is performed.</summary>
-      <param name="value">The Boolean value to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="P:System.DateTime.Date">
+      <summary>Gets the date component of this instance.</summary>
+      <returns>A new object with the same date as this instance, and the time value set to 12:00:00 midnight (00:00:00).</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to an equivalent Boolean value.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.DateTime.Day">
+      <summary>Gets the day of the month represented by this instance.</summary>
+      <returns>The day component, expressed as a value between 1 and 31.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Char)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.DateTime.DayOfWeek">
+      <summary>Gets the day of the week represented by this instance.</summary>
+      <returns>An enumerated constant that indicates the day of the week of this <see cref="T:System.DateTime" /> value.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.DateTime.DayOfYear">
+      <summary>Gets the day of the year represented by this instance.</summary>
+      <returns>The day of the year, expressed as a value between 1 and 366.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent Boolean value.</summary>
-      <param name="value">The number to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.DaysInMonth(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month and year.</summary>
+      <param name="year">The year.</param>
+      <param name="month">The month (a number ranging from 1 to 12).</param>
+      <returns>The number of days in <paramref name="month" /> for the specified <paramref name="year" />.
+For example, if <paramref name="month" /> equals 2 for February, the return value is 28 or 29 depending upon whether <paramref name="year" /> is a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="year" /> is less than 1 or greater than 9999.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent Boolean value.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
+    <member name="M:System.DateTime.Equals(System.DateTime)">
+      <summary>Returns a value indicating whether the value of this instance is equal to the value of the specified <see cref="T:System.DateTime" /> instance.</summary>
+      <param name="value">The object to compare to this instance.</param>
       <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent Boolean value.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
+    <member name="M:System.DateTime.Equals(System.DateTime,System.DateTime)">
+      <summary>Returns a value indicating whether two <see cref="T:System.DateTime" /> instances  have the same date and time value.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
       <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the two values are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent Boolean value.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
+    <member name="M:System.DateTime.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="value">The object to compare to this instance.</param>
       <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="value" /> is an instance of <see cref="T:System.DateTime" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent Boolean value.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.FromBinary(System.Int64)">
+      <summary>Deserializes a 64-bit binary value and recreates an original serialized <see cref="T:System.DateTime" /> object.</summary>
+      <param name="dateData">A 64-bit signed integer that encodes the <see cref="P:System.DateTime.Kind" /> property in a 2-bit field and the <see cref="P:System.DateTime.Ticks" /> property in a 62-bit field.</param>
+      <returns>An object that is equivalent to the <see cref="T:System.DateTime" /> object that was serialized by the <see cref="M:System.DateTime.ToBinary" /> method.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="dateData" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Object)">
-      <summary>Converts the value of a specified object to an equivalent Boolean value.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is a string that does not equal <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion of <paramref name="value" /> to a <see cref="T:System.Boolean" /> is not supported.</exception>
-      <returns>
-        <see langword="true" /> or <see langword="false" />, which reflects the value returned by invoking the <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" /> method for the underlying type of <paramref name="value" />. If <paramref name="value" /> is <see langword="null" />, the method returns <see langword="false" />.</returns>
+    <member name="M:System.DateTime.FromFileTime(System.Int64)">
+      <summary>Converts the specified Windows file time to an equivalent local time.</summary>
+      <param name="fileTime">A Windows file time expressed in ticks.</param>
+      <returns>An object that represents the local time equivalent of the date and time represented by the <paramref name="fileTime" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="fileTime" /> is less than 0 or represents a time greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an equivalent Boolean value, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is a string that does not equal <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion of <paramref name="value" /> to a <see cref="T:System.Boolean" /> is not supported.</exception>
-      <returns>
-        <see langword="true" /> or <see langword="false" />, which reflects the value returned by invoking the <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" /> method for the underlying type of <paramref name="value" />. If <paramref name="value" /> is <see langword="null" />, the method returns <see langword="false" />.</returns>
+    <member name="M:System.DateTime.FromFileTimeUtc(System.Int64)">
+      <summary>Converts the specified Windows file time to an equivalent UTC time.</summary>
+      <param name="fileTime">A Windows file time expressed in ticks.</param>
+      <returns>An object that represents the UTC time equivalent of the date and time represented by the <paramref name="fileTime" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="fileTime" /> is less than 0 or represents a time greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to an equivalent Boolean value.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.FromOADate(System.Double)">
+      <summary>Returns a <see cref="T:System.DateTime" /> equivalent to the specified OLE Automation Date.</summary>
+      <param name="d">An OLE Automation Date value.</param>
+      <returns>An object that represents the same date and time as <paramref name="d" />.</returns>
+      <exception cref="T:System.ArgumentException">The date is not a valid OLE Automation Date value.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent Boolean value.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.GetDateTimeFormats">
+      <summary>Converts the value of this instance to all the string representations supported by the standard date and time format specifiers.</summary>
+      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.String)">
-      <summary>Converts the specified string representation of a logical value to its Boolean equivalent.</summary>
-      <param name="value">A string that contains the value of either <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</param>
+    <member name="M:System.DateTime.GetDateTimeFormats(System.Char)">
+      <summary>Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier.</summary>
+      <param name="format">A standard date and time format string.</param>
+      <returns>A string array where each element is the representation of the value of this instance formatted with the <paramref name="format" /> standard date and time format specifier.</returns>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not equal to <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> equals <see cref="F:System.Boolean.TrueString" />, or <see langword="false" /> if <paramref name="value" /> equals <see cref="F:System.Boolean.FalseString" /> or <see langword="null" />.</returns>
+        <paramref name="format" /> is not a valid standard date and time format specifier character.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a logical value to its Boolean equivalent, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the value of either <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information. This parameter is ignored.</param>
+    <member name="M:System.DateTime.GetDateTimeFormats(System.Char,System.IFormatProvider)">
+      <summary>Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier and culture-specific formatting information.</summary>
+      <param name="format">A date and time format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
+      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not equal to <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> equals <see cref="F:System.Boolean.TrueString" />, or <see langword="false" /> if <paramref name="value" /> equals <see cref="F:System.Boolean.FalseString" /> or <see langword="null" />.</returns>
+        <paramref name="format" /> is not a valid standard date and time format specifier character.</exception>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to an equivalent Boolean value.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.GetDateTimeFormats(System.IFormatProvider)">
+      <summary>Converts the value of this instance to all the string representations supported by the standard date and time format specifiers and the specified culture-specific formatting information.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
+      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent Boolean value.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Convert.ToBoolean(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent Boolean value.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DateTime.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.DateTime" />.</summary>
+      <returns>The enumerated constant, <see cref="F:System.TypeCode.DateTime" />.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="P:System.DateTime.Hour">
+      <summary>Gets the hour component of the date represented by this instance.</summary>
+      <returns>The hour component, expressed as a value between 0 and 23.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.Byte)">
-      <summary>Returns the specified 8-bit unsigned integer; no actual conversion is performed.</summary>
-      <param name="value">The 8-bit unsigned integer to return.</param>
+    <member name="M:System.DateTime.IsDaylightSavingTime">
+      <summary>Indicates whether this instance of <see cref="T:System.DateTime" /> is within the daylight saving time range for the current time zone.</summary>
       <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+        <see langword="true" /> if the value of the <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Local" /> or <see cref="F:System.DateTimeKind.Unspecified" /> and the value of this instance of <see cref="T:System.DateTime" /> is within the daylight saving time range for the local time zone; <see langword="false" /> if <see cref="P:System.DateTime.Kind" /> is <see cref="F:System.DateTimeKind.Utc" />.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" /> or less than <see cref="F:System.Byte.MinValue" />.</exception>
+    <member name="M:System.DateTime.IsLeapYear(System.Int32)">
+      <summary>Returns an indication whether the specified year is a leap year.</summary>
+      <param name="year">A 4-digit year.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if <paramref name="year" /> is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1 or greater than 9999.</exception>
     </member>
-    <member name="M:System.Convert.ToByte(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" /> or less than <see cref="F:System.Byte.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Object)">
-      <summary>Converts the value of the specified object to an 8-bit unsigned integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in the property format for a <see cref="T:System.Byte" /> value.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement <see cref="T:System.IConvertible" />.
-
- -or-
-
- Conversion from <paramref name="value" /> to the <see cref="T:System.Byte" /> type is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToByte(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in the property format for a <see cref="T:System.Byte" /> value.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement <see cref="T:System.IConvertible" />.
-
- -or-
-
- Conversion from <paramref name="value" /> to the <see cref="T:System.Byte" /> type is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="P:System.DateTime.Kind">
+      <summary>Gets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.</summary>
+      <returns>One of the enumeration values that indicates what the current time represents. The default is <see cref="F:System.DateTimeKind.Unspecified" />.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 8-bit signed integer to be converted.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="F:System.DateTime.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.DateTime" />. This field is read-only.</summary>
     </member>
-    <member name="M:System.Convert.ToByte(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">A single-precision floating-point number.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" /> or less than <see cref="F:System.Byte.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="P:System.DateTime.Millisecond">
+      <summary>Gets the milliseconds component of the date represented by this instance.</summary>
+      <returns>The milliseconds component, expressed as a value between 0 and 999.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="P:System.DateTime.Minute">
+      <summary>Gets the minute component of the date represented by this instance.</summary>
+      <returns>The minute component, expressed as a value between 0 and 59.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 8-bit unsigned integer, using specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.DateTime.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.DateTime" />. This field is read-only.</summary>
     </member>
-    <member name="M:System.Convert.ToByte(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a base 10 unsigned number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="P:System.DateTime.Month">
+      <summary>Gets the month component of the date represented by this instance.</summary>
+      <returns>The month component, expressed as a value between 1 and 12.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTime.Now">
+      <summary>Gets a <see cref="T:System.DateTime" /> object that is set to the current date and time on this computer, expressed as the local time.</summary>
+      <returns>An object whose value is the current local date and time.</returns>
     </member>
-    <member name="M:System.Convert.ToByte(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.op_Addition(System.DateTime,System.TimeSpan)">
+      <summary>Adds a specified time interval to a specified date and time, yielding a new date and time.</summary>
+      <param name="d">The date and time value to add.</param>
+      <param name="t">The time interval to add.</param>
+      <returns>An object that is the sum of the values of <paramref name="d" /> and <paramref name="t" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToByte(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.op_Equality(System.DateTime,System.DateTime)">
+      <summary>Determines whether two specified instances of <see cref="T:System.DateTime" /> are equal.</summary>
+      <param name="d1">The first object to compare.</param>
+      <param name="d2">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> represent the same date and time; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Boolean)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.op_GreaterThan(System.DateTime,System.DateTime)">
+      <summary>Determines whether one specified <see cref="T:System.DateTime" /> is later than another specified <see cref="T:System.DateTime" />.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="t1" /> is later than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.op_GreaterThanOrEqual(System.DateTime,System.DateTime)">
+      <summary>Determines whether one specified <see cref="T:System.DateTime" /> represents a date and time that is the same as or later than another specified <see cref="T:System.DateTime" />.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="t1" /> is the same as or later than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Char)">
-      <summary>Returns the specified Unicode character value; no actual conversion is performed.</summary>
-      <param name="value">The Unicode character to return.</param>
+    <member name="M:System.DateTime.op_Inequality(System.DateTime,System.DateTime)">
+      <summary>Determines whether two specified instances of <see cref="T:System.DateTime" /> are not equal.</summary>
+      <param name="d1">The first object to compare.</param>
+      <param name="d2">The second object to compare.</param>
       <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> do not represent the same date and time; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.op_LessThan(System.DateTime,System.DateTime)">
+      <summary>Determines whether one specified <see cref="T:System.DateTime" /> is earlier than another specified <see cref="T:System.DateTime" />.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="t1" /> is earlier than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Decimal)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.op_LessThanOrEqual(System.DateTime,System.DateTime)">
+      <summary>Determines whether one specified <see cref="T:System.DateTime" /> represents a date and time that is the same as or earlier than another specified <see cref="T:System.DateTime" />.</summary>
+      <param name="t1">The first object to compare.</param>
+      <param name="t2">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="t1" /> is the same as or earlier than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Double)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.op_Subtraction(System.DateTime,System.DateTime)">
+      <summary>Subtracts a specified date and time from another specified date and time and returns a time interval.</summary>
+      <param name="d1">The date and time value to subtract from (the minuend).</param>
+      <param name="d2">The date and time value to subtract (the subtrahend).</param>
+      <returns>The time interval between <paramref name="d1" /> and <paramref name="d2" />; that is, <paramref name="d1" /> minus <paramref name="d2" />.</returns>
     </member>
-    <member name="M:System.Convert.ToChar(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.op_Subtraction(System.DateTime,System.TimeSpan)">
+      <summary>Subtracts a specified time interval from a specified date and time and returns a new date and time.</summary>
+      <param name="d">The date and time value to subtract from.</param>
+      <param name="t">The time interval to subtract.</param>
+      <returns>An object whose value is the value of <paramref name="d" /> minus the value of <paramref name="t" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts a memory span that contains string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
+      <param name="s">The memory span that contains the string to parse. See The string to parse for more information.</param>
+      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.  See Parsing and cultural conventions</param>
+      <param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.Parse(System.String)">
+      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using the conventions of the current thread culture.</summary>
+      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.Object)">
-      <summary>Converts the value of the specified object to a Unicode character.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
+    <member name="M:System.DateTime.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information.</summary>
+      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
+      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.  See Parsing and cultural conventions</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" /> as specified by <paramref name="provider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is a null string.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion of <paramref name="value" /> to a <see cref="T:System.Char" /> is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to value, or <see cref="F:System.Char.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
+    <member name="M:System.DateTime.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
+      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.  See Parsing and cultural conventions</param>
+      <param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is a null string.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion of <paramref name="value" /> to a <see cref="T:System.Char" /> is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />, or <see cref="F:System.Char.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <param name="s" />
+      <param name="format" />
+      <param name="provider" />
+      <param name="style" />
     </member>
-    <member name="M:System.Convert.ToChar(System.Single)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <param name="s" />
+      <param name="formats" />
+      <param name="provider" />
+      <param name="style" />
     </member>
-    <member name="M:System.Convert.ToChar(System.String)">
-      <summary>Converts the first character of a specified string to a Unicode character.</summary>
-      <param name="value">A string of length 1.</param>
+    <member name="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
+      <param name="s">A string that contains a date and time to convert.</param>
+      <param name="format">A format specifier that defines the required format of <paramref name="s" />. For more information, see the Remarks section.</param>
+      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">The length of <paramref name="value" /> is not 1.</exception>
-      <returns>A Unicode character that is equivalent to the first and only character in <paramref name="value" />.</returns>
+        <paramref name="s" /> or <paramref name="format" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> or <paramref name="format" /> is an empty string.
+-or-
+<paramref name="s" /> does not contain a date and time that corresponds to the pattern specified in <paramref name="format" />.
+-or-
+The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.String,System.IFormatProvider)">
-      <summary>Converts the first character of a specified string to a Unicode character, using specified culture-specific formatting information.</summary>
-      <param name="value">A string of length 1 or <see langword="null" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information. This parameter is ignored.</param>
+    <member name="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
+      <param name="s">A string containing a date and time to convert.</param>
+      <param name="format">A format specifier that defines the required format of <paramref name="s" />. For more information, see the Remarks section.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="style">A bitwise combination of the enumeration values that provides additional information about <paramref name="s" />, about style elements that may be present in <paramref name="s" />, or about the conversion from <paramref name="s" /> to a <see cref="T:System.DateTime" /> value. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="format" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">The length of <paramref name="value" /> is not 1.</exception>
-      <returns>A Unicode character that is equivalent to the first and only character in <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToChar(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="s" /> or <paramref name="format" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> or <paramref name="format" /> is an empty string.
+-or-
+<paramref name="s" /> does not contain a date and time that corresponds to the pattern specified in <paramref name="format" />.
+-or-
+The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
+      <param name="s">A string that contains a date and time to convert.</param>
+      <param name="formats">An array of allowable formats of <paramref name="s" />. For more information, see the Remarks section.</param>
+      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="formats" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> or <paramref name="formats" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is an empty string.
+-or-
+an element of <paramref name="formats" /> is an empty string.
+-or-
+<paramref name="s" /> does not contain a date and time that corresponds to any element of <paramref name="formats" />.
+-or-
+The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
     </member>
-    <member name="M:System.Convert.ToChar(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTime.Second">
+      <summary>Gets the seconds component of the date represented by this instance.</summary>
+      <returns>The seconds component, expressed as a value between 0 and 59.</returns>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Boolean)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.SpecifyKind(System.DateTime,System.DateTimeKind)">
+      <summary>Creates a new <see cref="T:System.DateTime" /> object that has the same number of ticks as the specified <see cref="T:System.DateTime" />, but is designated as either local time, Coordinated Universal Time (UTC), or neither, as indicated by the specified <see cref="T:System.DateTimeKind" /> value.</summary>
+      <param name="value">A date and time.</param>
+      <param name="kind">One of the enumeration values that indicates whether the new object represents local time, UTC, or neither.</param>
+      <returns>A new object that has the same number of ticks as the object represented by the <paramref name="value" /> parameter and the <see cref="T:System.DateTimeKind" /> value specified by the <paramref name="kind" /> parameter.</returns>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Byte)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.Subtract(System.DateTime)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that subtracts the specified date and time from the value of this instance.</summary>
+      <param name="value">The date and time value to subtract.</param>
+      <returns>A time interval that is equal to the date and time represented by this instance minus the date and time represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The result is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Char)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.Subtract(System.TimeSpan)">
+      <summary>Returns a new <see cref="T:System.DateTime" /> that subtracts the specified duration from the value of this instance.</summary>
+      <param name="value">The time interval to subtract.</param>
+      <returns>An object that is equal to the date and time represented by this instance minus the time interval represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The result is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.DateTime)">
-      <summary>Returns the specified <see cref="T:System.DateTime" /> object; no actual conversion is performed.</summary>
-      <param name="value">A date and time value.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Decimal)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The number to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Double)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The double-precision floating-point value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Int16)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>Returns the current <see cref="T:System.DateTime" /> object.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The current object.</returns>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Int32)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Int64)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Object)">
-      <summary>Converts the value of the specified object to a <see cref="T:System.DateTime" /> object.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a valid date and time value.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <returns>The date and time equivalent of the value of <paramref name="value" />, or a date and time equivalent of <see cref="F:System.DateTime.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a <see cref="T:System.DateTime" /> object, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a valid date and time value.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <returns>The date and time equivalent of the value of <paramref name="value" />, or the date and time equivalent of <see cref="F:System.DateTime.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.SByte)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.Single)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The single-precision floating-point value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.String)">
-      <summary>Converts the specified string representation of a date and time to an equivalent date and time value.</summary>
-      <param name="value">The string representation of a date and time.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a properly formatted date and time string.</exception>
-      <returns>The date and time equivalent of the value of <paramref name="value" />, or the date and time equivalent of <see cref="F:System.DateTime.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent date and time, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains a date and time to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a properly formatted date and time string.</exception>
-      <returns>The date and time equivalent of the value of <paramref name="value" />, or the date and time equivalent of <see cref="F:System.DateTime.MinValue" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>Converts the current <see cref="T:System.DateTime" /> object to an object of a specified type.</summary>
+      <param name="type">The desired type.</param>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>An object of the type specified by the <paramref name="type" /> parameter, with a value equivalent to the current <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DateTime" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.UInt16)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.UInt32)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDateTime(System.UInt64)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent decimal number.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="M:System.DateTime.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.DateTime" /> object.</summary>
+      <param name="info">The object to populate with data.</param>
+      <param name="context">The destination for this serialization. (This parameter is not used; specify <see langword="null" />.)</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="info" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent decimal number.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>The decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTime.Ticks">
+      <summary>Gets the number of ticks that represent the date and time of this instance.</summary>
+      <returns>The number of ticks that represent the date and time of this instance. The value is between <see langword="DateTime.MinValue.Ticks" /> and <see langword="DateTime.MaxValue.Ticks" />.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Char)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.DateTime.TimeOfDay">
+      <summary>Gets the time of day for this instance.</summary>
+      <returns>A time interval that represents the fraction of the day that has elapsed since midnight.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.ToBinary">
+      <summary>Serializes the current <see cref="T:System.DateTime" /> object to a 64-bit binary value that subsequently can be used to recreate the <see cref="T:System.DateTime" /> object.</summary>
+      <returns>A 64-bit signed integer that encodes the <see cref="P:System.DateTime.Kind" /> and <see cref="P:System.DateTime.Ticks" /> properties.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Decimal)">
-      <summary>Returns the specified decimal number; no actual conversion is performed.</summary>
-      <param name="value">A decimal number.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="P:System.DateTime.Today">
+      <summary>Gets the current date.</summary>
+      <returns>An object that is set to today's date, with the time component set to 00:00:00.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent decimal number.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.</exception>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToFileTime">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to a Windows file time.</summary>
+      <returns>The value of the current <see cref="T:System.DateTime" /> object expressed as a Windows file time.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before 12:00 midnight January 1, 1601 C.E. UTC.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent decimal number.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToFileTimeUtc">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to a Windows file time.</summary>
+      <returns>The value of the current <see cref="T:System.DateTime" /> object expressed as a Windows file time.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before 12:00 midnight January 1, 1601 C.E. UTC.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent decimal number.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToLocalTime">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to local time.</summary>
+      <returns>An object whose <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Local" />, and whose value is the local time equivalent to the value of the current <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MaxValue" /> if the converted value is too large to be represented by a <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MinValue" /> if the converted value is too small to be represented as a <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent decimal number.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToLongDateString">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent long date string representation.</summary>
+      <returns>A string that contains the long date string representation of the current <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Object)">
-      <summary>Converts the value of the specified object to an equivalent decimal number.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for a <see cref="T:System.Decimal" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>A decimal number that is equivalent to <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.ToLongTimeString">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent long time string representation.</summary>
+      <returns>A string that contains the long time string representation of the current <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an equivalent decimal number, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for a <see cref="T:System.Decimal" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>A decimal number that is equivalent to <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.ToOADate">
+      <summary>Converts the value of this instance to the equivalent OLE Automation date.</summary>
+      <returns>A double-precision floating-point number that contains an OLE Automation date equivalent to the value of this instance.</returns>
+      <exception cref="T:System.OverflowException">The value of this instance cannot be represented as an OLE Automation Date.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent decimal number.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToShortDateString">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent short date string representation.</summary>
+      <returns>A string that contains the short date string representation of the current <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to the equivalent decimal number.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.</exception>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToShortTimeString">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent short time string representation.</summary>
+      <returns>A string that contains the short time string representation of the current <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent decimal number.</summary>
-      <param name="value">A string that contains a number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>A decimal number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.ToString">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the formatting conventions of the current culture.</summary>
+      <returns>A string representation of the value of the current <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent decimal number, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains a number to convert.</param>
+    <member name="M:System.DateTime.ToString(System.IFormatProvider)">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified culture-specific format information.</summary>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>A decimal number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToDecimal(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to an equivalent decimal number.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>The decimal number that is equivalent to <paramref name="value" />.</returns>
+      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="provider" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="provider" />.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent decimal number.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToString(System.String)">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified format and the formatting conventions of the current culture.</summary>
+      <param name="format">A standard or custom date and time format string.</param>
+      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
+-or-
+<paramref name="format" /> does not contain a valid custom format pattern.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
     </member>
-    <member name="M:System.Convert.ToDecimal(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent decimal number.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>A decimal number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A standard or custom date and time format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
+-or-
+<paramref name="format" /> does not contain a valid custom format pattern.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="provider" />.</exception>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent double-precision floating-point number.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="M:System.DateTime.ToUniversalTime">
+      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to Coordinated Universal Time (UTC).</summary>
+      <returns>An object whose <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Utc" />, and whose value is the UTC equivalent to the value of the current <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MaxValue" /> if the converted value is too large to be represented by a <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MinValue" /> if the converted value is too small to be represented by a <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent double-precision floating-point number.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>The double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
-    <member name="M:System.Convert.ToDouble(System.Char)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@)">
+      <param name="s" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToDouble(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <param name="s" />
+      <param name="provider" />
+      <param name="styles" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToDouble(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.TryParse(System.String,System.DateTime@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="s">A string containing a date and time to convert.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Double)">
-      <summary>Returns the specified double-precision floating-point number; no actual conversion is performed.</summary>
-      <param name="value">The double-precision floating-point number to return.</param>
+    <member name="M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="s">A string containing a date and time to convert.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
       <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="provider" /> is a neutral culture and cannot be used in a parsing operation.</exception>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>A double-precision floating-point number equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <param name="s" />
+      <param name="format" />
+      <param name="provider" />
+      <param name="style" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToDouble(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <param name="s" />
+      <param name="formats" />
+      <param name="provider" />
+      <param name="style" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToDouble(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="s">A string containing a date and time to convert.</param>
+      <param name="format">The required format of <paramref name="s" />.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if either the <paramref name="s" /> or <paramref name="format" /> parameter is <see langword="null" />, is an empty string, or does not contain a date and time that correspond to the pattern specified in <paramref name="format" />. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Object)">
-      <summary>Converts the value of the specified object to a double-precision floating-point number.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for a <see cref="T:System.Double" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="s">A string that contains a date and time to convert.</param>
+      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
+      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> or <paramref name="formats" /> is <see langword="null" />, <paramref name="s" /> or an element of <paramref name="formats" /> is an empty string, or the format of <paramref name="s" /> is not exactly as specified by at least one of the format patterns in <paramref name="formats" />. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for a <see cref="T:System.Double" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.DateTime.UnixEpoch" />
+    <member name="P:System.DateTime.UtcNow">
+      <summary>Gets a <see cref="T:System.DateTime" /> object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).</summary>
+      <returns>An object whose value is the current UTC date and time.</returns>
     </member>
-    <member name="M:System.Convert.ToDouble(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent double-precision floating-point number.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>The 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTime.Year">
+      <summary>Gets the year component of the date represented by this instance.</summary>
+      <returns>The year, between 1 and 9999.</returns>
     </member>
-    <member name="M:System.Convert.ToDouble(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The single-precision floating-point number.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="T:System.DateTimeKind">
+      <summary>Specifies whether a <see cref="T:System.DateTime" /> object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.</summary>
     </member>
-    <member name="M:System.Convert.ToDouble(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent double-precision floating-point number.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.DateTimeKind.Local">
+      <summary>The time represented is local time.</summary>
     </member>
-    <member name="M:System.Convert.ToDouble(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent double-precision floating-point number, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.DateTimeKind.Unspecified">
+      <summary>The time represented is not specified as either local time or Coordinated Universal Time (UTC).</summary>
     </member>
-    <member name="M:System.Convert.ToDouble(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent double-precision floating-point number.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="F:System.DateTimeKind.Utc">
+      <summary>The time represented is UTC.</summary>
     </member>
-    <member name="M:System.Convert.ToDouble(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="T:System.DateTimeOffset">
+      <summary>Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</summary>
     </member>
-    <member name="M:System.Convert.ToDouble(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating-point number.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>A double-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.#ctor(System.DateTime)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value.</summary>
+      <param name="dateTime">A date and time.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">The Coordinated Universal Time (UTC) date and time that results from applying the offset is earlier than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The UTC date and time that results from applying the offset is later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToHexString(System.Byte[])">
-      <summary>Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
+    <member name="M:System.DateTimeOffset.#ctor(System.DateTime,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value and offset.</summary>
+      <param name="dateTime">A date and time.</param>
+      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="dateTime.Kind" /> equals <see cref="F:System.DateTimeKind.Utc" /> and <paramref name="offset" /> does not equal zero.
+-or-
+<paramref name="dateTime.Kind" /> equals <see cref="F:System.DateTimeKind.Local" /> and <paramref name="offset" /> does not equal the offset of the system's local time zone.
+-or-
+<paramref name="offset" /> is not specified in whole minutes.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="inArray" /> is too large to be encoded.</exception>
-      <returns>The string representation in hex of the elements in <paramref name="inArray" />.</returns>
+        <paramref name="offset" /> is less than -14 hours or greater than 14 hours.
+-or-
+<see cref="P:System.DateTimeOffset.UtcDateTime" /> is less than <see cref="F:System.DateTimeOffset.MinValue" /> or greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToHexString(System.Byte[],System.Int32,System.Int32)">
-      <summary>Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.
-            Parameters specify the subset as an offset in the input array and the number of elements in the array to convert.</summary>
-      <param name="inArray">An array of 8-bit unsigned integers.</param>
-      <param name="offset">An offset in <paramref name="inArray" />.</param>
-      <param name="length">The number of elements of <paramref name="inArray" /> to convert.</param>
+    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset of a specified calendar.</summary>
+      <param name="year">The year.</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
+      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> does not represent whole minutes.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="inArray" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="length" /> is negative.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> plus <paramref name="length" /> is greater than the length of <paramref name="inArray" />.</exception>
+        <paramref name="calendar" /> cannot be <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="inArray" /> is too large to be encoded.</exception>
-      <returns>The string representation in hex of <paramref name="length" /> elements of <paramref name="inArray" />, starting at position <paramref name="offset" />.</returns>
+        <paramref name="year" /> is less than the <paramref name="calendar" /> parameter's <see langword="MinSupportedDateTime.Year" /> or greater than <see langword="MaxSupportedDateTime.Year" />.
+-or-
+<paramref name="month" /> is either less than or greater than the number of months in <paramref name="year" /> in the <paramref name="calendar" />.
+-or-
+<paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.
+-or-
+<paramref name="offset" /> is less than -14 hours or greater than 14 hours.
+-or-
+The <paramref name="year" />, <paramref name="month" />, and <paramref name="day" /> parameters cannot be represented as a date and time value.
+-or-
+The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToHexString(System.ReadOnlySpan{System.Byte})">
-      <summary>Converts a span of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.</summary>
-      <param name="bytes">A span of 8-bit unsigned integers.</param>
+    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="millisecond">The milliseconds (0 through 999).</param>
+      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> does not represent whole minutes.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bytes" /> is too large to be encoded.</exception>
-      <returns>The string representation in hex of the elements in <paramref name="bytes" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt16(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt16(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt16(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt16(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt16(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <paramref name="year" /> is less than one or greater than 9999.
+-or-
+<paramref name="month" /> is less than one or greater than 12.
+-or-
+<paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.
+-or-
+<paramref name="offset" /> is less than -14 or greater than 14.
+-or-
+The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, and offset.</summary>
+      <param name="year">The year (1 through 9999).</param>
+      <param name="month">The month (1 through 12).</param>
+      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+      <param name="hour">The hours (0 through 23).</param>
+      <param name="minute">The minutes (0 through 59).</param>
+      <param name="second">The seconds (0 through 59).</param>
+      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> does not represent whole minutes.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than one or greater than 9999.
+-or-
+<paramref name="month" /> is less than one or greater than 12.
+-or-
+<paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="offset" /> is less than -14 hours or greater than 14 hours.
+-or-
+The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Int16)">
-      <summary>Returns the specified 16-bit signed integer; no actual conversion is performed.</summary>
-      <param name="value">The 16-bit signed integer to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.DateTimeOffset.#ctor(System.Int64,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified number of ticks and offset.</summary>
+      <param name="ticks">A date and time expressed as the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight on January 1, 0001.</param>
+      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> is not specified in whole minutes.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.
+-or-
+<paramref name="ticks" /> is less than <see langword="DateTimeOffset.MinValue.Ticks" /> or greater than <see langword="DateTimeOffset.MaxValue.Ticks" />.
+-or-
+<paramref name="Offset" /> s less than -14 hours or greater than 14 hours.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>The 16-bit signed integer equivalent of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.Add(System.TimeSpan)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified time interval to the value of this instance.</summary>
+      <param name="timeSpan">A <see cref="T:System.TimeSpan" /> object that represents a positive or a negative time interval.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the time interval represented by <paramref name="timeSpan" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.AddDays(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional days to the value of this instance.</summary>
+      <param name="days">A number of whole and fractional days. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of days represented by <paramref name="days" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Object)">
-      <summary>Converts the value of the specified object to a 16-bit signed integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for an <see cref="T:System.Int16" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.AddHours(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional hours to the value of this instance.</summary>
+      <param name="hours">A number of whole and fractional hours. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of hours represented by <paramref name="hours" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 16-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format for an <see cref="T:System.Int16" /> type.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement <see cref="T:System.IConvertible" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.AddMilliseconds(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of milliseconds to the value of this instance.</summary>
+      <param name="milliseconds">A number of whole and fractional milliseconds. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of whole milliseconds represented by <paramref name="milliseconds" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>A 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.AddMinutes(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional minutes to the value of this instance.</summary>
+      <param name="minutes">A number of whole and fractional minutes. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of minutes represented by <paramref name="minutes" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.DateTimeOffset.AddMonths(System.Int32)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of months to the value of this instance.</summary>
+      <param name="months">A number of whole months. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of months represented by <paramref name="months" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 16-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.AddSeconds(System.Double)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional seconds to the value of this instance.</summary>
+      <param name="seconds">A number of whole and fractional seconds. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of seconds represented by <paramref name="seconds" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 16-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.AddTicks(System.Int64)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of ticks to the value of this instance.</summary>
+      <param name="ticks">A number of 100-nanosecond ticks. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of ticks represented by <paramref name="ticks" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 16-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.AddYears(System.Int32)">
+      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of years to the value of this instance.</summary>
+      <param name="years">A number of years. The number can be negative or positive.</param>
+      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of years represented by <paramref name="years" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt16(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.Compare(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Compares two <see cref="T:System.DateTimeOffset" /> objects and indicates whether the first is earlier than the second, equal to the second, or later than the second.</summary>
+      <param name="first">The first object to compare.</param>
+      <param name="second">The second object to compare.</param>
+      <returns>A signed integer that indicates whether the value of the <paramref name="first" /> parameter is earlier than, later than, or the same time as the value of the <paramref name="second" /> parameter, as the following table shows.
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+ <paramref name="first" /> is earlier than <paramref name="second" />.  
+  
+  Zero  
+  
+ <paramref name="first" /> is equal to <paramref name="second" />.  
+  
+  Greater than zero  
+  
+ <paramref name="first" /> is later than <paramref name="second" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt16(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.CompareTo(System.DateTimeOffset)">
+      <summary>Compares the current <see cref="T:System.DateTimeOffset" /> object to a specified <see cref="T:System.DateTimeOffset" /> object and indicates whether the current object is earlier than, the same as, or later than the second <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="other">An object to compare with the current <see cref="T:System.DateTimeOffset" /> object.</param>
+      <returns>A signed integer that indicates the relationship between the current <see cref="T:System.DateTimeOffset" /> object and <paramref name="other" />, as the following table shows.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is earlier than <paramref name="other" />.  
+  
+  Zero  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is the same as <paramref name="other" />.  
+  
+  Greater than zero.  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is later than <paramref name="other" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt16(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit signed integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Date">
+      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the date component of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>A <see cref="T:System.DateTime" /> value that represents the date component of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 32-bit signed integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="P:System.DateTimeOffset.DateTime">
+      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit signed integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Day">
+      <summary>Gets the day of the month represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The day component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a value between 1 and 31.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 32-bit signed integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.DayOfWeek">
+      <summary>Gets the day of the week represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>One of the enumeration values that indicates the day of the week of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.DateTimeOffset.DayOfYear">
+      <summary>Gets the day of the year represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The day of the year of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a value between 1 and 366.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" /> or less than <see cref="F:System.Int32.MinValue" />.</exception>
+    <member name="M:System.DateTimeOffset.Equals(System.DateTimeOffset)">
+      <summary>Determines whether the current <see cref="T:System.DateTimeOffset" /> object represents the same point in time as a specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="other">An object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if both <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" /> or less than <see cref="F:System.Int32.MinValue" />.</exception>
+    <member name="M:System.DateTimeOffset.Equals(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects represent the same point in time.</summary>
+      <param name="first">The first object to compare.</param>
+      <param name="second">The second object to compare.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt32(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+        <see langword="true" /> if the two <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Int32)">
-      <summary>Returns the specified 32-bit signed integer; no actual conversion is performed.</summary>
-      <param name="value">The 32-bit signed integer to return.</param>
+    <member name="M:System.DateTimeOffset.Equals(System.Object)">
+      <summary>Determines whether a <see cref="T:System.DateTimeOffset" /> object represents the same point in time as a specified object.</summary>
+      <param name="obj">The object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
       <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+        <see langword="true" /> if the <paramref name="obj" /> parameter is a <see cref="T:System.DateTimeOffset" /> object and represents the same point in time as the current <see cref="T:System.DateTimeOffset" /> object; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" /> or less than <see cref="F:System.Int32.MinValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.EqualsExact(System.DateTimeOffset)">
+      <summary>Determines whether the current <see cref="T:System.DateTimeOffset" /> object represents the same time and has the same offset as a specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="other">The object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.DateTimeOffset" /> object and <paramref name="other" /> have the same date and time value and the same <see cref="P:System.DateTimeOffset.Offset" /> value; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Object)">
-      <summary>Converts the value of the specified object to a 32-bit signed integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the  <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.FromFileTime(System.Int64)">
+      <summary>Converts the specified Windows file time to an equivalent local time.</summary>
+      <param name="fileTime">A Windows file time, expressed in ticks.</param>
+      <returns>An object that represents the date and time of <paramref name="fileTime" /> with the offset set to the local time offset.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="filetime" /> is less than zero.
+-or-
+<paramref name="filetime" /> is greater than <see langword="DateTimeOffset.MaxValue.Ticks" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 32-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement <see cref="T:System.IConvertible" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.FromUnixTimeMilliseconds(System.Int64)">
+      <summary>Converts a Unix time expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z to a <see cref="T:System.DateTimeOffset" /> value.</summary>
+      <param name="milliseconds">A Unix time, expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC). For Unix times before this date, its value is negative.</param>
+      <returns>A date and time value that represents the same moment in time as the Unix time.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="milliseconds" /> is less than  -62,135,596,800,000.
+-or-
+<paramref name="milliseconds" /> is greater than 253,402,300,799,999.</exception>
     </member>
-    <member name="M:System.Convert.ToInt32(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 32-bit signed integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>A 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.FromUnixTimeSeconds(System.Int64)">
+      <summary>Converts a Unix time expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z to a <see cref="T:System.DateTimeOffset" /> value.</summary>
+      <param name="seconds">A Unix time, expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC). For Unix times before this date, its value is negative.</param>
+      <returns>A date and time value that represents the same moment in time as the Unix time.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="seconds" /> is less than  -62,135,596,800.
+-or-
+<paramref name="seconds" /> is greater than 253,402,300,799.</exception>
     </member>
-    <member name="M:System.Convert.ToInt32(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" /> or less than <see cref="F:System.Int32.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.DateTimeOffset.GetHashCode">
+      <summary>Returns the hash code for the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 32-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="P:System.DateTimeOffset.Hour">
+      <summary>Gets the hour component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The hour component of the current <see cref="T:System.DateTimeOffset" /> object. This property uses a 24-hour clock; the value ranges from 0 to 23.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 32-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="P:System.DateTimeOffset.LocalDateTime">
+      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the local date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The local date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.</exception>
+    <member name="F:System.DateTimeOffset.MaxValue">
+      <summary>Represents the greatest possible value of <see cref="T:System.DateTimeOffset" />. This field is read-only.</summary>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <see cref="F:System.DateTime.MaxValue" /> is outside the range of the current or specified culture's default calendar.</exception>
     </member>
-    <member name="M:System.Convert.ToInt32(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit signed integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Millisecond">
+      <summary>Gets the millisecond component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The millisecond component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 0 and 999.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Minute">
+      <summary>Gets the minute component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The minute component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 0 and 59.</returns>
     </member>
-    <member name="M:System.Convert.ToInt32(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit signed integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="F:System.DateTimeOffset.MinValue">
+      <summary>Represents the earliest possible <see cref="T:System.DateTimeOffset" /> value. This field is read-only.</summary>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 64-bit signed integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="P:System.DateTimeOffset.Month">
+      <summary>Gets the month component of the date represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The month component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 1 and 12.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Now">
+      <summary>Gets a <see cref="T:System.DateTimeOffset" /> object that is set to the current date and time on the current computer, with the offset set to the local time's offset from Coordinated Universal Time (UTC).</summary>
+      <returns>A <see cref="T:System.DateTimeOffset" /> object whose date and time is the current local time and whose offset is the local time zone's offset from Coordinated Universal Time (UTC).</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 64-bit signed integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Offset">
+      <summary>Gets the time's offset from Coordinated Universal Time (UTC).</summary>
+      <returns>The difference between the current <see cref="T:System.DateTimeOffset" /> object's time value and Coordinated Universal Time (UTC).</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTimeOffset.op_Addition(System.DateTimeOffset,System.TimeSpan)">
+      <summary>Adds a specified time interval to a <see cref="T:System.DateTimeOffset" /> object that has a specified date and time, and yields a <see cref="T:System.DateTimeOffset" /> object that has new a date and time.</summary>
+      <param name="dateTimeOffset">The object to add the time interval to.</param>
+      <param name="timeSpan">The time interval to add.</param>
+      <returns>An object whose value is the sum of the values of <paramref name="dateTimeTz" /> and <paramref name="timeSpan" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int64.MaxValue" /> or less than <see cref="F:System.Int64.MinValue" />.</exception>
+    <member name="M:System.DateTimeOffset.op_Equality(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects represent the same point in time.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if both <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int64.MaxValue" /> or less than <see cref="F:System.Int64.MinValue" />.</exception>
+    <member name="M:System.DateTimeOffset.op_GreaterThan(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is greater than (or later than) a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is later than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.op_GreaterThanOrEqual(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is greater than or equal to a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is the same as or later than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.op_Implicit(System.DateTime)~System.DateTimeOffset">
+      <summary>Defines an implicit conversion of a <see cref="T:System.DateTime" /> object to a <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="dateTime">The object to convert.</param>
+      <returns>The converted object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The Coordinated Universal Time (UTC) date and time that results from applying the offset is earlier than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The UTC date and time that results from applying the offset is later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Int64)">
-      <summary>Returns the specified 64-bit signed integer; no actual conversion is performed.</summary>
-      <param name="value">A 64-bit signed integer.</param>
+    <member name="M:System.DateTimeOffset.op_Inequality(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects refer to different points in time.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
       <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> do not have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Object)">
-      <summary>Converts the value of the specified object to a 64-bit signed integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.op_LessThan(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is less than a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is earlier than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.op_LessThanOrEqual(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is less than a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is earlier than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 64-bit signed integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.op_Subtraction(System.DateTimeOffset,System.DateTimeOffset)">
+      <summary>Subtracts one <see cref="T:System.DateTimeOffset" /> object from another and yields a time interval.</summary>
+      <param name="left">The minuend.</param>
+      <param name="right">The subtrahend.</param>
+      <returns>An object that represents the difference between <paramref name="left" /> and <paramref name="right" />.</returns>
     </member>
-    <member name="M:System.Convert.ToInt64(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int64.MaxValue" /> or less than <see cref="F:System.Int64.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.DateTimeOffset.op_Subtraction(System.DateTimeOffset,System.TimeSpan)">
+      <summary>Subtracts a specified time interval from a specified date and time, and yields a new date and time.</summary>
+      <param name="dateTimeOffset">The date and time object to subtract from.</param>
+      <param name="timeSpan">The time interval to subtract.</param>
+      <returns>An object that is equal to the value of <paramref name="dateTimeOffset" /> minus <paramref name="timeSpan" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" /> or greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 64-bit signed integer.</summary>
-      <param name="value">A string that contains a number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <param name="input" />
+      <param name="formatProvider" />
+      <param name="styles" />
     </member>
-    <member name="M:System.Convert.ToInt64(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
+    <member name="M:System.DateTimeOffset.Parse(System.String)">
+      <summary>Converts the specified string representation of a date, time, and offset to its <see cref="T:System.DateTimeOffset" /> equivalent.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" />.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
+    <member name="M:System.DateTimeOffset.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="formatProvider">An object that provides culture-specific format information about <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" />, as specified by <paramref name="formatProvider" />.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit signed integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information and formatting style.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="formatProvider">An object that provides culture-specific format information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" /> as specified by <paramref name="formatProvider" /> and <paramref name="styles" />.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.
+-or-
+<paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<paramref name="styles" /> includes an unsupported <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<paramref name="styles" /> includes <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="input" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
     </member>
-    <member name="M:System.Convert.ToInt64(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToInt64(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Object)">
-      <summary>Converts the value of the specified object to an 8-bit signed integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
+    <member name="M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts a character span that represents a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
+      <param name="input">A character span that represents a date and time.</param>
+      <param name="format">A character span that contains a format specifier that defines the expected format of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that provides culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.
+-or-
+The <paramref name="styles" /> parameter includes an unsupported value.
+-or-
+The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="input" /> is an empty character span.
+-or-
+<paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="format" /> is an empty character span.
+-or-
+The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToSByte(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
+    <member name="M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts a character span that contains the string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the date and time representation must match one of the specified formats exactly.</summary>
+      <param name="input">A character span that contains a date and time to convert.</param>
+      <param name="formats">An array of format specifiers that define the expected formats of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.
+-or-
+<paramref name="styles" /> includes an unsupported value.
+-or-
+The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.SByte)">
-      <summary>Returns the specified 8-bit signed integer; no actual conversion is performed.</summary>
-      <param name="value">The 8-bit signed integer to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.Convert.ToSByte(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 8-bit signed integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <paramref name="input" /> is an empty character span.
+-or-
+<paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+No element of <paramref name="formats" /> contains a valid format specifier.
+-or-
+The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToSByte(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 8-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
+    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="format">A format specifier that defines the expected format of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" /> as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="input" /> is <see langword="null" />.
+-or-
+<paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if value is <see langword="null" />.</returns>
+        <paramref name="input" /> is an empty string ("").
+-or-
+<paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="format" /> is an empty string.
+-or-
+The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToSByte(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 8-bit signed integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
+    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="format">A format specifier that defines the expected format of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.
+-or-
+The <paramref name="styles" /> parameter includes an unsupported value.
+-or-
+The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
+        <paramref name="input" /> is <see langword="null" />.
+-or-
+<paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="input" /> is an empty string ("").
+-or-
+<paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+<paramref name="format" /> is an empty string.
+-or-
+The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToSByte(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
+    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="formats">An array of format specifiers that define the expected formats of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
+      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.
+-or-
+<paramref name="styles" /> includes an unsupported value.
+-or-
+The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 signed number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="input" /> is an empty string ("").
+-or-
+<paramref name="input" /> does not contain a valid string representation of a date and time.
+-or-
+No element of <paramref name="formats" /> contains a valid format specifier.
+-or-
+The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
     </member>
-    <member name="M:System.Convert.ToSByte(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Second">
+      <summary>Gets the second component of the clock time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The second component of the <see cref="T:System.DateTimeOffset" /> object, expressed as an integer value between 0 and 59.</returns>
     </member>
-    <member name="M:System.Convert.ToSByte(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.Subtract(System.DateTimeOffset)">
+      <summary>Subtracts a <see cref="T:System.DateTimeOffset" /> value that represents a specific date and time from the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="value">An object that represents the value to subtract.</param>
+      <returns>An object that specifies the interval between the two <see cref="T:System.DateTimeOffset" /> objects.</returns>
     </member>
-    <member name="M:System.Convert.ToSByte(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit signed integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.Subtract(System.TimeSpan)">
+      <summary>Subtracts a specified time interval from the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="value">The time interval to subtract.</param>
+      <returns>An object that is equal to the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object, minus the time interval represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent single-precision floating-point number.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="M:System.DateTimeOffset.System#IComparable#CompareTo(System.Object)">
+      <summary>Compares the value of the current <see cref="T:System.DateTimeOffset" /> object with another object of the same type.</summary>
+      <param name="obj">The object to compare with the current <see cref="T:System.DateTimeOffset" /> object.</param>
+      <returns>A 32-bit signed integer that indicates whether the current <see cref="T:System.DateTimeOffset" /> object is less than, equal to, or greater than <paramref name="obj" />. The return values of the method are interpreted as follows:
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is less than (earlier than) <paramref name="obj" />.  
+  
+  Zero  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is equal to (the same point in time as) <paramref name="obj" />.  
+  
+  Greater than zero  
+  
+  The current <see cref="T:System.DateTimeOffset" /> object is greater than (later than) <paramref name="obj" />.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent single-precision floating-point number.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Runs when the deserialization of an object has been completed.</summary>
+      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Char)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.DateTimeOffset.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data required to serialize the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <param name="info">The object to populate with data.</param>
+      <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.DateTimeOffset.Ticks">
+      <summary>Gets the number of ticks that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object in clock time.</summary>
+      <returns>The number of ticks in the <see cref="T:System.DateTimeOffset" /> object's clock time.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.
-
- <paramref name="value" /> is rounded using rounding to nearest. For example, when rounded to two decimals, the value 2.345 becomes 2.34 and the value 2.355 becomes 2.36.</returns>
+    <member name="P:System.DateTimeOffset.TimeOfDay">
+      <summary>Gets the time of day for the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The time interval of the current date that has elapsed since midnight.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.
-
- <paramref name="value" /> is rounded using rounding to nearest. For example, when rounded to two decimals, the value 2.345 becomes 2.34 and the value 2.355 becomes 2.36.</returns>
+    <member name="M:System.DateTimeOffset.ToFileTime">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to a Windows file time.</summary>
+      <returns>The value of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a Windows file time.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before midnight on January 1, 1601 C.E. Coordinated Universal Time (UTC).</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.ToLocalTime">
+      <summary>Converts the current <see cref="T:System.DateTimeOffset" /> object to a <see cref="T:System.DateTimeOffset" /> object that represents the local time.</summary>
+      <returns>An object that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object converted to local time.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.ToOffset(System.TimeSpan)">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to the date and time specified by an offset value.</summary>
+      <param name="offset">The offset to convert the <see cref="T:System.DateTimeOffset" /> value to.</param>
+      <returns>An object that is equal to the original <see cref="T:System.DateTimeOffset" /> object (that is, their <see cref="M:System.DateTimeOffset.ToUniversalTime" /> methods return identical points in time) but whose <see cref="P:System.DateTimeOffset.Offset" /> property is set to <paramref name="offset" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTimeOffset" /> object has a <see cref="P:System.DateTimeOffset.DateTime" /> value earlier than <see cref="F:System.DateTimeOffset.MinValue" />.
+-or-
+The resulting <see cref="T:System.DateTimeOffset" /> object has a <see cref="P:System.DateTimeOffset.DateTime" /> value later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> is less than -14 hours.
+-or-
+<paramref name="offset" /> is greater than 14 hours.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.ToString">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation.</summary>
+      <returns>A string representation of a <see cref="T:System.DateTimeOffset" /> object that includes the offset appended at the end of the string.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Object)">
-      <summary>Converts the value of the specified object to a single-precision floating-point number.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.ToString(System.IFormatProvider)">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified culture-specific formatting information.</summary>
+      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
+      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="formatProvider" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="formatProvider" />.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement <see cref="T:System.IConvertible" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.ToString(System.String)">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified format.</summary>
+      <param name="format">A format string.</param>
+      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is one, and it is not one of the standard format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
+-or-
+<paramref name="format" /> does not contain a valid custom format pattern.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent single-precision floating-point number.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>An 8-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A format string.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
+      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is one, and it is not one of the standard format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
+-or-
+<paramref name="format" /> does not contain a valid custom format pattern.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="formatProvider" />.</exception>
     </member>
-    <member name="M:System.Convert.ToSingle(System.Single)">
-      <summary>Returns the specified single-precision floating-point number; no actual conversion is performed.</summary>
-      <param name="value">The single-precision floating-point number to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.DateTimeOffset.ToUniversalTime">
+      <summary>Converts the current <see cref="T:System.DateTimeOffset" /> object to a <see cref="T:System.DateTimeOffset" /> value that represents the Coordinated Universal Time (UTC).</summary>
+      <returns>An object that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object converted to Coordinated Universal Time (UTC).</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent single-precision floating-point number.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.ToUnixTimeMilliseconds">
+      <summary>Returns the number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.</summary>
+      <returns>The number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DateTimeOffset.ToUnixTimeSeconds">
+      <summary>Returns the number of seconds that have elapsed since 1970-01-01T00:00:00Z.</summary>
+      <returns>The number of seconds that have elapsed since 1970-01-01T00:00:00Z.</returns>
     </member>
-    <member name="M:System.Convert.ToSingle(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent single-precision floating-point number.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="formatProvider" />
     </member>
-    <member name="M:System.Convert.ToSingle(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@)">
+      <param name="input" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToSingle(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating-point number.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>A single-precision floating-point number that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <param name="input" />
+      <param name="formatProvider" />
+      <param name="styles" />
+      <param name="result" />
     </member>
-    <member name="M:System.Convert.ToString(System.Boolean)">
-      <summary>Converts the specified Boolean value to its equivalent string representation.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)">
+      <summary>Tries to converts a specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.Boolean,System.IFormatProvider)">
-      <summary>Converts the specified Boolean value to its equivalent string representation.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <param name="provider">An instance of an object. This parameter is ignored.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <summary>Tries to convert a specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="formatProvider">An object that provides culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
+      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> value equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.
+-or-
+<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to its equivalent string representation.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <summary>Converts the representation of a date and time in a character span to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
+      <param name="input">A character span that contains the representation of a date and time to convert.</param>
+      <param name="format">A format specifier that defines the required format of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" /></param>
+      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.
+-or-
+<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Byte,System.IFormatProvider)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <param name="input" />
+      <param name="formats" />
+      <param name="formatProvider" />
+      <param name="styles" />
+      <param name="result" />
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.
+-or-
+<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Byte,System.Int32)">
-      <summary>Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <param name="toBase">The base of the return value, which must be 2, 8, 10, or 16.</param>
+    <member name="M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="format">A format specifier that defines the required format of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <see langword="None" />.</param>
+      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" />, or does not contain a valid string representation of a date and time in the expected format defined by <paramref name="format" /> and <c>provider</c>. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="toBase" /> is not 2, 8, 10, or 16.</exception>
-      <returns>The string representation of <paramref name="value" /> in base <paramref name="toBase" />.</returns>
+        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.
+-or-
+<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Char)">
-      <summary>Converts the value of the specified Unicode character to its equivalent string representation.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
+      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly.</summary>
+      <param name="input">A string that contains a date and time to convert.</param>
+      <param name="formats">An array that defines the expected formats of <paramref name="input" />.</param>
+      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
+      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <see langword="None" />.</param>
+      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> does not contain a valid string representation of a date and time, or does not contain the date and time in the expected format defined by <paramref name="format" />, or if <paramref name="formats" /> is <see langword="null" />. This parameter is passed uninitialized.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.
+-or-
+<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.
+-or-
+<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Char,System.IFormatProvider)">
-      <summary>Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information. This parameter is ignored.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DateTimeOffset.UnixEpoch" />
+    <member name="P:System.DateTimeOffset.UtcDateTime">
+      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the Coordinated Universal Time (UTC) date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The Coordinated Universal Time (UTC) date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.DateTime)">
-      <summary>Converts the value of the specified <see cref="T:System.DateTime" /> to its equivalent string representation.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.UtcNow">
+      <summary>Gets a <see cref="T:System.DateTimeOffset" /> object whose date and time are set to the current Coordinated Universal Time (UTC) date and time and whose offset is <see cref="F:System.TimeSpan.Zero" />.</summary>
+      <returns>An object whose date and time is the current Coordinated Universal Time (UTC) and whose offset is <see cref="F:System.TimeSpan.Zero" />.</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.DateTime,System.IFormatProvider)">
-      <summary>Converts the value of the specified <see cref="T:System.DateTime" /> to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.UtcTicks">
+      <summary>Gets the number of ticks that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object in Coordinated Universal Time (UTC).</summary>
+      <returns>The number of ticks in the <see cref="T:System.DateTimeOffset" /> object's Coordinated Universal Time (UTC).</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to its equivalent string representation.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="P:System.DateTimeOffset.Year">
+      <summary>Gets the year component of the date represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
+      <returns>The year component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer value between 0 and 9999.</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.Decimal,System.IFormatProvider)">
-      <summary>Converts the value of the specified decimal number to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="T:System.DayOfWeek">
+      <summary>Specifies the day of the week.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to its equivalent string representation.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Friday">
+      <summary>Indicates Friday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Double,System.IFormatProvider)">
-      <summary>Converts the value of the specified double-precision floating-point number to its equivalent string representation.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Monday">
+      <summary>Indicates Monday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to its equivalent string representation.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Saturday">
+      <summary>Indicates Saturday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int16,System.IFormatProvider)">
-      <summary>Converts the value of the specified 16-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Sunday">
+      <summary>Indicates Sunday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int16,System.Int32)">
-      <summary>Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <param name="toBase">The base of the return value, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="toBase" /> is not 2, 8, 10, or 16.</exception>
-      <returns>The string representation of <paramref name="value" /> in base <paramref name="toBase" />.</returns>
+    <member name="F:System.DayOfWeek.Thursday">
+      <summary>Indicates Thursday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to its equivalent string representation.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Tuesday">
+      <summary>Indicates Tuesday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int32,System.IFormatProvider)">
-      <summary>Converts the value of the specified 32-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="F:System.DayOfWeek.Wednesday">
+      <summary>Indicates Wednesday.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int32,System.Int32)">
-      <summary>Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <param name="toBase">The base of the return value, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="toBase" /> is not 2, 8, 10, or 16.</exception>
-      <returns>The string representation of <paramref name="value" /> in base <paramref name="toBase" />.</returns>
+    <member name="T:System.DBNull">
+      <summary>Represents a nonexistent value. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.Convert.ToString(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to its equivalent string representation.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and returns the data needed to serialize the <see cref="T:System.DBNull" /> object.</summary>
+      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing information required to serialize the <see cref="T:System.DBNull" /> object.</param>
+      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.DBNull" /> object.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="info" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Int64,System.IFormatProvider)">
-      <summary>Converts the value of the specified 64-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.GetTypeCode">
+      <summary>Gets the <see cref="T:System.TypeCode" /> value for <see cref="T:System.DBNull" />.</summary>
+      <returns>The <see cref="T:System.TypeCode" /> value for <see cref="T:System.DBNull" />, which is <see cref="F:System.TypeCode.DBNull" />.</returns>
     </member>
-    <member name="M:System.Convert.ToString(System.Int64,System.Int32)">
-      <summary>Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <param name="toBase">The base of the return value, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="toBase" /> is not 2, 8, 10, or 16.</exception>
-      <returns>The string representation of <paramref name="value" /> in base <paramref name="toBase" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Object)">
-      <summary>Converts the value of the specified object to its equivalent string representation.</summary>
-      <param name="value">An object that supplies the value to convert, or <see langword="null" />.</param>
-      <returns>The string representation of <paramref name="value" />, or <see cref="F:System.String.Empty" /> if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that supplies the value to convert, or <see langword="null" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />, or <see cref="F:System.String.Empty" /> if <paramref name="value" /> is an object whose value is <see langword="null" />. If <paramref name="value" /> is <see langword="null" />, the method returns <see langword="null" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to its equivalent string representation.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.SByte,System.IFormatProvider)">
-      <summary>Converts the value of the specified 8-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to its equivalent string representation.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.Single,System.IFormatProvider)">
-      <summary>Converts the value of the specified single-precision floating-point number to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.String)">
-      <summary>Returns the specified string instance; no actual conversion is performed.</summary>
-      <param name="value">The string to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.String,System.IFormatProvider)">
-      <summary>Returns the specified string instance; no actual conversion is performed.</summary>
-      <param name="value">The string to return.</param>
-      <param name="provider">An object that supplies culture-specific formatting information. This parameter is ignored.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to its equivalent string representation.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt16,System.IFormatProvider)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to its equivalent string representation.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>Converts the current <see cref="T:System.DBNull" /> object to the specified type.</summary>
+      <param name="type">The type to convert the current <see cref="T:System.DBNull" /> object to.</param>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface and is used to augment the conversion. If <see langword="null" /> is specified, format information is obtained from the current culture.</param>
+      <returns>The boxed equivalent of the current <see cref="T:System.DBNull" /> object, if that conversion is supported; otherwise, an exception is thrown and no value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt32,System.IFormatProvider)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to its equivalent string representation.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToString(System.UInt64,System.IFormatProvider)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
+      <returns>None. The return value for this member is not used.</returns>
+      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="M:System.DBNull.ToString">
+      <summary>Returns an empty string (<see cref="F:System.String.Empty" />).</summary>
+      <returns>An empty string (<see cref="F:System.String.Empty" />).</returns>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.DBNull.ToString(System.IFormatProvider)">
+      <summary>Returns an empty string using the specified <see cref="T:System.IFormatProvider" />.</summary>
+      <param name="provider">The <see cref="T:System.IFormatProvider" /> to be used to format the return value.
+-or-
+<see langword="null" /> to obtain the format information from the current locale setting of the operating system.</param>
+      <returns>An empty string (<see cref="F:System.String.Empty" />).</returns>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>The 16-bit unsigned integer equivalent to <paramref name="value" />.</returns>
+    <member name="F:System.DBNull.Value">
+      <summary>Represents the sole instance of the <see cref="T:System.DBNull" /> class.</summary>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="T:System.Decimal">
+      <summary>Represents a decimal floating-point number.</summary>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The decimal number to convert.</param>
+    <member name="M:System.Decimal.#ctor(System.Double)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified double-precision floating-point number.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.Decimal.#ctor(System.Int32)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 32-bit signed integer.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> from parameters specifying the instance's constituent parts.</summary>
+      <param name="lo">The low 32 bits of a 96-bit integer.</param>
+      <param name="mid">The middle 32 bits of a 96-bit integer.</param>
+      <param name="hi">The high 32 bits of a 96-bit integer.</param>
+      <param name="isNegative">
+        <see langword="true" /> to indicate a negative number; <see langword="false" /> to indicate a positive number.</param>
+      <param name="scale">A power of 10 ranging from 0 to 28.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="scale" /> is greater than 28.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt16(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt16(System.Object)">
-      <summary>Converts the value of the specified object to a 16-bit unsigned integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the  <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt16(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 16-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the  <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt16(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt16(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 16-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.Decimal.#ctor(System.Int32[])">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to a decimal value represented in binary and contained in a specified array.</summary>
+      <param name="bits">An array of 32-bit signed integers containing a representation of a decimal value.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="bits" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The length of the <paramref name="bits" /> is not 4.
+-or-
+The representation of the decimal value in <paramref name="bits" /> is not valid.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.Decimal.#ctor(System.Int64)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 64-bit signed integer.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 16-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
+    <member name="M:System.Decimal.#ctor(System.Single)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified single-precision floating-point number.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.Decimal.#ctor(System.UInt32)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 32-bit unsigned integer.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.UInt16)">
-      <summary>Returns the specified 16-bit unsigned integer; no actual conversion is performed.</summary>
-      <param name="value">The 16-bit unsigned integer to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.Decimal.#ctor(System.UInt64)">
+      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 64-bit unsigned integer.</summary>
+      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.Add(System.Decimal,System.Decimal)">
+      <summary>Adds two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The first value to add.</param>
+      <param name="d2">The second value to add.</param>
+      <returns>The sum of <paramref name="d1" /> and <paramref name="d2" />.</returns>
+      <exception cref="T:System.OverflowException">The sum of <paramref name="d1" /> and <paramref name="d2" /> is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt16(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.Ceiling(System.Decimal)">
+      <summary>Returns the smallest integral value that is greater than or equal to the specified decimal number.</summary>
+      <param name="d">A decimal number.</param>
+      <returns>The smallest integral value that is greater than or equal to the <paramref name="d" /> parameter. Note that this method returns a <see cref="T:System.Decimal" /> instead of an integral type.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="M:System.Decimal.Compare(System.Decimal,System.Decimal)">
+      <summary>Compares two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
+      <returns>A signed number indicating the relative values of <paramref name="d1" /> and <paramref name="d2" />.
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+ <paramref name="d1" /> is less than <paramref name="d2" />.  
+  
+  Zero  
+  
+ <paramref name="d1" /> and <paramref name="d2" /> are equal.  
+  
+  Greater than zero  
+  
+ <paramref name="d1" /> is greater than <paramref name="d2" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.CompareTo(System.Decimal)">
+      <summary>Compares this instance to a specified <see cref="T:System.Decimal" /> object and returns a comparison of their relative values.</summary>
+      <param name="value">The object to compare with this instance.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns a comparison of their relative values.</summary>
+      <param name="value">The object to compare with this instance, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not a <see cref="T:System.Decimal" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.Decimal.Divide(System.Decimal,System.Decimal)">
+      <summary>Divides two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The dividend.</param>
+      <param name="d2">The divisor.</param>
+      <returns>The result of dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
+      <exception cref="T:System.DivideByZeroException">
+        <paramref name="d2" /> is zero.</exception>
+      <exception cref="T:System.OverflowException">The return value (that is, the quotient) is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
+    <member name="M:System.Decimal.Equals(System.Decimal)">
+      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Decimal" /> object represent the same value.</summary>
+      <param name="value">An object to compare to this instance.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if <paramref name="value" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
+    <member name="M:System.Decimal.Equals(System.Decimal,System.Decimal)">
+      <summary>Returns a value indicating whether two specified instances of <see cref="T:System.Decimal" /> represent the same value.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt32(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt32(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Object" /> represent the same type and value.</summary>
+      <param name="value">The object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="value" /> is a <see cref="T:System.Decimal" /> and equal to this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Object)">
-      <summary>Converts the value of the specified object to a 32-bit unsigned integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.Decimal.Floor(System.Decimal)">
+      <summary>Rounds a specified <see cref="T:System.Decimal" /> number to the closest integer toward negative infinity.</summary>
+      <param name="d">The value to round.</param>
+      <returns>If <paramref name="d" /> has a fractional part, the next whole <see cref="T:System.Decimal" /> number toward negative infinity that is less than <paramref name="d" />.
+-or-
+If <paramref name="d" /> doesn't have a fractional part, <paramref name="d" /> is returned unchanged. Note that the method returns an integral value of type <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 32-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.Decimal.FromOACurrency(System.Int64)">
+      <summary>Converts the specified 64-bit signed integer, which contains an OLE Automation Currency value, to the equivalent <see cref="T:System.Decimal" /> value.</summary>
+      <param name="cy">An OLE Automation Currency value.</param>
+      <returns>A <see cref="T:System.Decimal" /> that contains the equivalent of <paramref name="cy" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.GetBits(System.Decimal)">
+      <summary>Converts the value of a specified instance of <see cref="T:System.Decimal" /> to its equivalent binary representation.</summary>
+      <param name="d">The value to convert.</param>
+      <returns>A 32-bit signed integer array with four elements that contain the binary representation of <paramref name="d" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 32-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.Decimal.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="M:System.Decimal.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Decimal" />.</summary>
+      <returns>The enumerated constant <see cref="F:System.TypeCode.Decimal" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 32-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.Decimal.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.Decimal" />. This field is constant and read-only.</summary>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+    <member name="F:System.Decimal.MinusOne">
+      <summary>Represents the number negative one (-1).</summary>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="F:System.Decimal.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.Decimal" />. This field is constant and read-only.</summary>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.UInt32)">
-      <summary>Returns the specified 32-bit unsigned integer; no actual conversion is performed.</summary>
-      <param name="value">The 32-bit unsigned integer to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.Decimal.Multiply(System.Decimal,System.Decimal)">
+      <summary>Multiplies two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The multiplicand.</param>
+      <param name="d2">The multiplier.</param>
+      <returns>The result of multiplying <paramref name="d1" /> and <paramref name="d2" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt32(System.UInt64)">
-      <summary>Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit unsigned integer.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.Negate(System.Decimal)">
+      <summary>Returns the result of multiplying the specified <see cref="T:System.Decimal" /> value by negative one.</summary>
+      <param name="d">The value to negate.</param>
+      <returns>A decimal number with the value of <paramref name="d" />, but the opposite sign.
+-or-
+Zero, if <paramref name="d" /> is zero.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Boolean)">
-      <summary>Converts the specified Boolean value to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The Boolean value to convert.</param>
-      <returns>The number 1 if <paramref name="value" /> is <see langword="true" />; otherwise, 0.</returns>
+    <member name="F:System.Decimal.One">
+      <summary>Represents the number one (1).</summary>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Byte)">
-      <summary>Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>A 64-bit signed integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.op_Addition(System.Decimal,System.Decimal)">
+      <summary>Adds two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The first value to add.</param>
+      <param name="d2">The second value to add.</param>
+      <returns>The result of adding <paramref name="d1" /> and <paramref name="d2" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Char)">
-      <summary>Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.op_Decrement(System.Decimal)">
+      <summary>Decrements the <see cref="T:System.Decimal" /> operand by one.</summary>
+      <param name="d">The value to decrement.</param>
+      <returns>The value of <paramref name="d" /> decremented by 1.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.DateTime)">
-      <summary>Calling this method always throws <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="value">The date and time value to convert.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="M:System.Decimal.op_Division(System.Decimal,System.Decimal)">
+      <summary>Divides two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The dividend.</param>
+      <param name="d2">The divisor.</param>
+      <returns>The result of dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
+      <exception cref="T:System.DivideByZeroException">
+        <paramref name="d2" /> is zero.</exception>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Decimal)">
-      <summary>Converts the value of the specified decimal number to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
+    <member name="M:System.Decimal.op_Equality(System.Decimal,System.Decimal)">
+      <summary>Returns a value that indicates whether two <see cref="T:System.Decimal" /> values are equal.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Double)">
-      <summary>Converts the value of the specified double-precision floating-point number to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Byte">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to an 8-bit unsigned integer.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>An 8-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Int16)">
-      <summary>Converts the value of the specified 16-bit signed integer to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Char">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a Unicode character.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A Unicode character that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Int32)">
-      <summary>Converts the value of the specified 32-bit signed integer to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Double">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a double-precision floating-point number.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A double-precision floating-point number that represents the converted <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Int64)">
-      <summary>Converts the value of the specified 64-bit signed integer to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int16">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 16-bit signed integer.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 16-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Object)">
-      <summary>Converts the value of the specified object to a 64-bit unsigned integer.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface, or <see langword="null" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int32">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 32-bit signed integer.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 32-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Object,System.IFormatProvider)">
-      <summary>Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">An object that implements the <see cref="T:System.IConvertible" /> interface.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> is not in an appropriate format.</exception>
-      <exception cref="T:System.InvalidCastException">
-        <paramref name="value" /> does not implement the <see cref="T:System.IConvertible" /> interface.
-
- -or-
-
- The conversion is not supported.</exception>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int64">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 64-bit signed integer.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 64-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />, or zero if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.SByte)">
-      <summary>Converts the value of the specified 8-bit signed integer to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.SByte">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to an 8-bit signed integer.
+This API is not CLS-compliant.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>An 8-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.Single)">
-      <summary>Converts the value of the specified single-precision floating-point number to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than zero or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>
-        <paramref name="value" />, rounded to the nearest 64-bit unsigned integer. If <paramref name="value" /> is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.</returns>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Single">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a single-precision floating-point number.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A single-precision floating-point number that represents the converted <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.String)">
-      <summary>Converts the specified string representation of a number to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt16">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 16-bit unsigned integer.
+This API is not CLS-compliant.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 16-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a number to an equivalent 64-bit unsigned integer, using the specified culture-specific formatting information.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> does not consist of an optional sign followed by a sequence of digits (0 through 9).</exception>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt32">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 32-bit unsigned integer.
+This API is not CLS-compliant.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 32-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
+        <paramref name="value" /> is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.String,System.Int32)">
-      <summary>Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">A string that contains the number to convert.</param>
-      <param name="fromBase">The base of the number in <paramref name="value" />, which must be 2, 8, 10, or 16.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="fromBase" /> is not 2, 8, 10, or 16.
-
- -or-
-
- <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="value" /> contains a character that is not a valid digit in the base specified by <paramref name="fromBase" />. The exception message indicates that there are no digits to convert if the first character in <paramref name="value" /> is invalid; otherwise, the message indicates that <paramref name="value" /> contains invalid trailing characters.</exception>
+    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt64">
+      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 64-bit unsigned integer.
+This API is not CLS-compliant.</summary>
+      <param name="value">The value to convert.</param>
+      <returns>A 64-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" />, which represents a non-base 10 unsigned number, is prefixed with a negative sign.
-
- -or-
-
- <paramref name="value" /> represents a number that is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer that is equivalent to the number in <paramref name="value" />, or 0 (zero) if <paramref name="value" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Convert.ToUInt64(System.UInt16)">
-      <summary>Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+        <paramref name="value" /> is negative or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.UInt32)">
-      <summary>Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>A 64-bit unsigned integer that is equivalent to <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.op_Explicit(System.Double)~System.Decimal">
+      <summary>Defines an explicit conversion of a double-precision floating-point number to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The double-precision floating-point number to convert.</param>
+      <returns>The converted double-precision floating point number.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.</exception>
     </member>
-    <member name="M:System.Convert.ToUInt64(System.UInt64)">
-      <summary>Returns the specified 64-bit unsigned integer; no actual conversion is performed.</summary>
-      <param name="value">The 64-bit unsigned integer to return.</param>
-      <returns>
-        <paramref name="value" /> is returned unchanged.</returns>
+    <member name="M:System.Decimal.op_Explicit(System.Single)~System.Decimal">
+      <summary>Defines an explicit conversion of a single-precision floating-point number to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The single-precision floating-point number to convert.</param>
+      <returns>The converted single-precision floating point number.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</exception>
     </member>
-    <member name="M:System.Convert.TryFromBase64Chars(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Int32@)">
-      <summary>Tries to convert the specified span containing a string representation that is encoded with base-64 digits into a span of 8-bit unsigned integers.</summary>
-      <param name="chars">A span containing the string representation that is encoded with base-64 digits.</param>
-      <param name="bytes">When this method returns <see langword="true" />, the converted 8-bit unsigned integers. When this method returns <see langword="false" />, either the span remains unmodified or contains an incomplete conversion of <paramref name="chars" />, up to the last valid character.</param>
-      <param name="bytesWritten">When this method returns, the number of bytes that were written in <paramref name="bytes" />.</param>
+    <member name="M:System.Decimal.op_GreaterThan(System.Decimal,System.Decimal)">
+      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is greater than another specified <see cref="T:System.Decimal" />.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is greater than <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.TryFromBase64String(System.String,System.Span{System.Byte},System.Int32@)">
-      <summary>Tries to convert the specified string representation that is encoded with base-64 digits into a span of 8-bit unsigned integers.</summary>
-      <param name="s">The string representation that is encoded with base-64 digits.</param>
-      <param name="bytes">When this method returns <see langword="true" />, the converted 8-bit unsigned integers. When this method returns <see langword="false" />, either the span remains unmodified or contains an incomplete conversion of <paramref name="s" />, up to the last valid character.</param>
-      <param name="bytesWritten">When this method returns, the number of bytes that were written in <paramref name="bytes" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
+    <member name="M:System.Decimal.op_GreaterThanOrEqual(System.Decimal,System.Decimal)">
+      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is greater than or equal to another specified <see cref="T:System.Decimal" />.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is greater than or equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Convert.TryToBase64Chars(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@,System.Base64FormattingOptions)">
-      <summary>Tries to convert the 8-bit unsigned integers inside the specified read-only span into their equivalent string representation that is encoded with base-64 digits. You can optionally specify whether to insert line breaks in the return value.</summary>
-      <param name="bytes">A read-only span of 8-bit unsigned integers.</param>
-      <param name="chars">When this method returns <see langword="true" />, a span containing the string representation in base 64 of the elements in <paramref name="bytes" />. If the length of <paramref name="bytes" /> is 0, or when this method returns <paramref name="false" />, nothing is written into this parameter.</param>
-      <param name="charsWritten">When this method returns, the total number of characters written into <paramref name="chars" />.</param>
-      <param name="options">One of the enumeration values that specify whether to insert line breaks in the return value. The default value is <see cref="F:System.Base64FormattingOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is not a valid <see cref="T:System.Base64FormattingOptions" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the conversion is successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.Byte)~System.Decimal">
+      <summary>Defines an implicit conversion of an 8-bit unsigned integer to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The 8-bit unsigned integer to convert.</param>
+      <returns>The converted 8-bit unsigned integer.</returns>
     </member>
-    <member name="T:System.Converter`2">
-      <summary>Represents a method that converts an object from one type to another type.</summary>
-      <param name="input">The object to convert.</param>
-      <typeparam name="TInput">The type of object that is to be converted.</typeparam>
-      <typeparam name="TOutput">The type the input object is to be converted to.</typeparam>
-      <returns>The <typeparamref name="TOutput" /> that represents the converted <typeparamref name="TInput" />.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.Char)~System.Decimal">
+      <summary>Defines an implicit conversion of a Unicode character to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The Unicode character to convert.</param>
+      <returns>The converted Unicode character.</returns>
     </member>
-    <member name="T:System.DateOnly">
-      <summary>Represents dates with values ranging from January 1, 0001 Anno Domini (Common Era) through December 31, 9999 A.D. (C.E.) in the Gregorian calendar.</summary>
+    <member name="M:System.Decimal.op_Implicit(System.Int16)~System.Decimal">
+      <summary>Defines an implicit conversion of a 16-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The 16-bit signed integer to convert.</param>
+      <returns>The converted 16-bit signed integer.</returns>
     </member>
-    <member name="M:System.DateOnly.#ctor(System.Int32,System.Int32,System.Int32)">
-      <summary>Creates a new instance of the <see cref="T:System.DateOnly" /> structure to the specified year, month, and day.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
+    <member name="M:System.Decimal.op_Implicit(System.Int32)~System.Decimal">
+      <summary>Defines an implicit conversion of a 32-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The 32-bit signed integer to convert.</param>
+      <returns>The converted 32-bit signed integer.</returns>
     </member>
-    <member name="M:System.DateOnly.#ctor(System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
-      <summary>Creates a new instance of the <see cref="T:System.DateOnly" /> structure to the specified year, month, and day for the specified calendar.</summary>
-      <param name="year">The year (1 through the number of years in calendar).</param>
-      <param name="month">The month (1 through the number of months in calendar).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="calendar">The calendar that is used to interpret year, month, and day.<paramref name="month" />.</param>
+    <member name="M:System.Decimal.op_Implicit(System.Int64)~System.Decimal">
+      <summary>Defines an implicit conversion of a 64-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
+      <param name="value">The 64-bit signed integer to convert.</param>
+      <returns>The converted 64-bit signed integer.</returns>
     </member>
-    <member name="M:System.DateOnly.AddDays(System.Int32)">
-      <summary>Adds the specified number of days to the value of this instance.</summary>
-      <param name="value">The number of days to add. To subtract days, specify a negative number.</param>
-      <returns>An instance whose value is the sum of the date represented by this instance and the number of days represented by value.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.SByte)~System.Decimal">
+      <summary>Defines an implicit conversion of an 8-bit signed integer to a <see cref="T:System.Decimal" />.
+This API is not CLS-compliant.</summary>
+      <param name="value">The 8-bit signed integer to convert.</param>
+      <returns>The converted 8-bit signed integer.</returns>
     </member>
-    <member name="M:System.DateOnly.AddMonths(System.Int32)">
-      <summary>Adds the specified number of months to the value of this instance.</summary>
-      <param name="value">A number of months. The months parameter can be negative or positive.</param>
-      <returns>An object whose value is the sum of the date represented by this instance and months.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.UInt16)~System.Decimal">
+      <summary>Defines an implicit conversion of a 16-bit unsigned integer to a <see cref="T:System.Decimal" />.
+This API is not CLS-compliant.</summary>
+      <param name="value">The 16-bit unsigned integer to convert.</param>
+      <returns>The converted 16-bit unsigned integer.</returns>
     </member>
-    <member name="M:System.DateOnly.AddYears(System.Int32)">
-      <summary>Adds the specified number of years to the value of this instance.</summary>
-      <param name="value">A number of years. The value parameter can be negative or positive.</param>
-      <returns>An object whose value is the sum of the date represented by this instance and the number of years represented by value.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.UInt32)~System.Decimal">
+      <summary>Defines an implicit conversion of a 32-bit unsigned integer to a <see cref="T:System.Decimal" />.
+This API is not CLS-compliant.</summary>
+      <param name="value">The 32-bit unsigned integer to convert.</param>
+      <returns>The converted 32-bit unsigned integer.</returns>
     </member>
-    <member name="M:System.DateOnly.CompareTo(System.DateOnly)">
-      <summary>Compares the value of this instance to a specified <see cref="T:System.DateOnly" /> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="value">The object to compare to the current instance.</param>
-      <returns>Less than zero if this instance is earlier than value. Greater than zero if this instance is later than value. Zero if this instance is the same as value.</returns>
+    <member name="M:System.Decimal.op_Implicit(System.UInt64)~System.Decimal">
+      <summary>Defines an implicit conversion of a 64-bit unsigned integer to a <see cref="T:System.Decimal" />.
+This API is not CLS-compliant.</summary>
+      <param name="value">The 64-bit unsigned integer to convert.</param>
+      <returns>The converted 64-bit unsigned integer.</returns>
     </member>
-    <member name="M:System.DateOnly.CompareTo(System.Object)">
-      <summary>Compares the value of this instance to a specified object that contains a specified <see cref="T:System.DateOnly" /> value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateOnly" /> value.</summary>
-      <param name="value">A boxed object to compare, or <see langword="null" />.</param>
-      <returns>Less than zero if this instance is earlier than value. Greater than zero if this instance is later than value. Zero if this instance is the same as value.</returns>
+    <member name="M:System.Decimal.op_Increment(System.Decimal)">
+      <summary>Increments the <see cref="T:System.Decimal" /> operand by 1.</summary>
+      <param name="d">The value to increment.</param>
+      <returns>The value of <paramref name="d" /> incremented by 1.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.Equals(System.DateOnly)">
-      <summary>Returns a value indicating whether the value of this instance is equal to the value of the specified <see cref="T:System.DateOnly" /> instance.</summary>
-      <param name="value">The object to compare to this instance.</param>
+    <member name="M:System.Decimal.op_Inequality(System.Decimal,System.Decimal)">
+      <summary>Returns a value that indicates whether two <see cref="T:System.Decimal" /> objects have different values.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <see langword="true" /> if the value parameter equals the value of this instance; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are not equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateOnly.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="value">The object to compare to this instance.</param>
+    <member name="M:System.Decimal.op_LessThan(System.Decimal,System.Decimal)">
+      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is less than another specified <see cref="T:System.Decimal" />.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <see langword="true" /> if value is an instance of DateOnly and equals the value of this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.DateOnly.FromDateTime(System.DateTime)">
-      <summary>Returns a <see cref="T:System.DateOnly" /> instance that is set to the date part of the specified <paramref name="dateTime" />.</summary>
-      <param name="dateTime">The <see cref="T:System.DateTime" /> instance.</param>
-      <returns>The <see cref="T:System.DateOnly" /> instance composed of the date part of the specified input time <paramref name="dateTime" /> instance.</returns>
-    </member>
-    <member name="M:System.DateOnly.FromDayNumber(System.Int32)">
-      <summary>Creates a new instance of the <see cref="T:System.DateOnly" /> structure to the specified number of days.</summary>
-      <param name="dayNumber">The number of days since January 1, 0001 in the Proleptic Gregorian calendar.</param>
-      <returns>A <see cref="T:System.DateOnly" /> structure instance to the specified number of days.</returns>
-    </member>
-    <member name="M:System.DateOnly.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is less than <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateOnly.op_Equality(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether two specified instances of <see cref="T:System.DateOnly" /> are equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
+    <member name="M:System.Decimal.op_LessThanOrEqual(System.Decimal,System.Decimal)">
+      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is less than or equal to another specified <see cref="T:System.Decimal" />.</summary>
+      <param name="d1">The first value to compare.</param>
+      <param name="d2">The second value to compare.</param>
       <returns>
-        <see langword="true" /> if left and right represent the same date; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is less than or equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateOnly.op_GreaterThan(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether one specified <see cref="T:System.DateOnly" /> is later than another specified DateTime.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is later than right; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_Modulus(System.Decimal,System.Decimal)">
+      <summary>Returns the remainder resulting from dividing two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The dividend.</param>
+      <param name="d2">The divisor.</param>
+      <returns>The remainder resulting from dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
+      <exception cref="T:System.DivideByZeroException">
+        <paramref name="d2" /> is <see langword="zero" />.</exception>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.op_GreaterThanOrEqual(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether one specified DateOnly represents a date that is the same as or later than another specified <see cref="T:System.DateOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is the same as or later than right; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_Multiply(System.Decimal,System.Decimal)">
+      <summary>Multiplies two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The first value to multiply.</param>
+      <param name="d2">The second value to multiply.</param>
+      <returns>The result of multiplying <paramref name="d1" /> by <paramref name="d2" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.op_Inequality(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether two specified instances of <see cref="T:System.DateOnly" /> are not equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left and right do not represent the same date; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_Subtraction(System.Decimal,System.Decimal)">
+      <summary>Subtracts two specified <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The minuend.</param>
+      <param name="d2">The subtrahend.</param>
+      <returns>The result of subtracting <paramref name="d2" /> from <paramref name="d1" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.op_LessThan(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether one specified <see cref="T:System.DateOnly" /> is earlier than another specified <see cref="T:System.DateOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is earlier than right; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_UnaryNegation(System.Decimal)">
+      <summary>Negates the value of the specified <see cref="T:System.Decimal" /> operand.</summary>
+      <param name="d">The value to negate.</param>
+      <returns>The result of <paramref name="d" /> multiplied by negative one (-1).</returns>
     </member>
-    <member name="M:System.DateOnly.op_LessThanOrEqual(System.DateOnly,System.DateOnly)">
-      <summary>Determines whether one specified <see cref="T:System.DateOnly" /> represents a date that is the same as or earlier than another specified <see cref="T:System.DateOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is the same as or earlier than right; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.op_UnaryPlus(System.Decimal)">
+      <summary>Returns the value of the <see cref="T:System.Decimal" /> operand (the sign of the operand is unchanged).</summary>
+      <param name="d">The operand to return.</param>
+      <returns>The value of the operand, <paramref name="d" />.</returns>
     </member>
-    <member name="M:System.DateOnly.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a memory span that contains string representation of a date to its <see cref="T:System.DateOnly" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">The memory span that contains the string to parse.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by provider and styles.</returns>
+    <member name="M:System.Decimal.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
-    <member name="M:System.DateOnly.Parse(System.String)">
-      <summary>Converts a string that contains string representation of a date to its <see cref="T:System.DateOnly" /> equivalent by using the conventions of the current culture.</summary>
-      <param name="s">The string that contains the string to parse.</param>
+    <member name="M:System.Decimal.Parse(System.String)">
+      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <returns>The equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />.</returns>
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a string that contains string representation of a date to its <see cref="T:System.DateOnly" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">The string that contains the string to parse.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
+    <member name="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles)">
+      <summary>Converts the string representation of a number in a specified style to its <see cref="T:System.Decimal" /> equivalent.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
+      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="style" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by provider and styles.</returns>
-    </member>
-    <member name="M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date to convert.</param>
-      <param name="format">A span containing the characters that represent a format specifier that defines the required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" /></exception>
     </member>
-    <member name="M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
+    <member name="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
+      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> object that supplies culture-specific information about the format of <paramref name="s" />.</param>
+      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="style" /> and <paramref name="provider" />.</returns>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
-    </member>
-    <member name="M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
-    </member>
-    <member name="M:System.DateOnly.ParseExact(System.String,System.String)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A string containing the characters that represent a date to convert.</param>
-      <param name="format">A string that represent a format specifier that defines the required format of <paramref name="s" />.</param>
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format.</returns>
-    </member>
-    <member name="M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A string containing the characters that represent a date to convert.</param>
-      <param name="format">A string containing the characters that represent a format specifier that defines the required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that provides additional information about <paramref name="s" />, about style elements that may be present in <paramref name="s" />, or about the conversion from <paramref name="s" /> to a <see cref="T:System.DateOnly" /> value. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
-    <member name="M:System.DateOnly.ParseExact(System.String,System.String[])">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
+    <member name="M:System.Decimal.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified culture-specific format information.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific parsing information about <paramref name="s" />.</param>
+      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="provider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
+        <paramref name="s" /> is not of the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A string containing the characters that represent a date to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date.</exception>
-      <returns>An object that is equivalent to the date contained in <paramref name="s" />, as specified by format, provider, and style.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToDateTime(System.TimeOnly)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the date of this <see cref="T:System.DateOnly" /> instance and the time of specified input time.</summary>
-      <param name="time">The time of the day.</param>
-      <returns>The <see cref="T:System.DateTime" /> instance composed of the date of the current <see cref="T:System.DateOnly" /> instance and the time specified by the input time.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToDateTime(System.TimeOnly,System.DateTimeKind)">
-      <summary>Returns a <see cref="T:System.DateTime" /> instance with the specified input kind that is set to the date of this <see cref="T:System.DateOnly" /> instance and the time of specified input time.</summary>
-      <param name="time">The time of the day.</param>
-      <param name="kind">One of the enumeration values that indicates whether ticks specifies a local time, Coordinated Universal Time (UTC), or neither.</param>
-      <returns>The <see cref="T:System.DateTime" /> instance composed of the date of the current <see cref="T:System.DateOnly" /> instance and the time specified by the input time.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToLongDateString">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent long date string representation.</summary>
-      <returns>A string that contains the long date string representation of the current <see cref="T:System.DateOnly" /> object.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToShortDateString">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent short date string representation.</summary>
-      <returns>A string that contains the short date string representation of the current <see cref="T:System.DateOnly" /> object.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToString">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent string representation using the formatting conventions of the current culture.
-            The <see cref="T:System.DateOnly" /> object will be formatted in short form.</summary>
-      <returns>A string that contains the short date string representation of the current <see cref="T:System.DateOnly" /> object.</returns>
-    </member>
-    <member name="M:System.DateOnly.ToString(System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>A string representation of value of the current <see cref="T:System.DateOnly" /> object as specified by provider.</returns>
+    <member name="M:System.Decimal.Remainder(System.Decimal,System.Decimal)">
+      <summary>Computes the remainder after dividing two <see cref="T:System.Decimal" /> values.</summary>
+      <param name="d1">The dividend.</param>
+      <param name="d2">The divisor.</param>
+      <returns>The remainder after dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
+      <exception cref="T:System.DivideByZeroException">
+        <paramref name="d2" /> is zero.</exception>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.ToString(System.String)">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent string representation using the specified format and the formatting conventions of the current culture.</summary>
-      <param name="format">A standard or custom date format string.</param>
-      <returns>A string representation of value of the current <see cref="T:System.DateOnly" /> object as specified by format.</returns>
+    <member name="M:System.Decimal.Round(System.Decimal)">
+      <summary>Rounds a decimal value to the nearest integer.</summary>
+      <param name="d">A decimal number to round.</param>
+      <returns>The integer that is nearest to the <paramref name="d" /> parameter. If <paramref name="d" /> is halfway between two integers, one of which is even and the other odd, the even number is returned.</returns>
+      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> value.</exception>
     </member>
-    <member name="M:System.DateOnly.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateOnly" /> object to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="format">A standard or custom date format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>A string representation of value of the current <see cref="T:System.DateOnly" /> object as specified by format and provider.</returns>
+    <member name="M:System.Decimal.Round(System.Decimal,System.Int32)">
+      <summary>Rounds a <see cref="T:System.Decimal" /> value to a specified number of decimal places.</summary>
+      <param name="d">A decimal number to round.</param>
+      <param name="decimals">A value from 0 to 28 that specifies the number of decimal places to round to.</param>
+      <returns>The decimal number equivalent to <paramref name="d" /> rounded to <paramref name="decimals" /> number of decimal places.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="decimals" /> is not a value from 0 to 28.</exception>
     </member>
-    <member name="M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current <see cref="T:System.DateOnly" /> instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in destination.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for destination.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for destination.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.Round(System.Decimal,System.Int32,System.MidpointRounding)">
+      <summary>Rounds a decimal value to a specified precision. A parameter specifies how to round the value if it is midway between two other numbers.</summary>
+      <param name="d">A decimal number to round.</param>
+      <param name="decimals">The number of significant decimal places (precision) in the return value.</param>
+      <param name="mode">A value that specifies how to round <paramref name="d" /> if it is midway between two other numbers.</param>
+      <returns>The number that is nearest to the <paramref name="d" /> parameter with a precision equal to the <paramref name="decimals" /> parameter. If <paramref name="d" /> is halfway between two numbers, one of which is even and the other odd, the <paramref name="mode" /> parameter determines which of the two numbers is returned. If the precision of <paramref name="d" /> is less than <paramref name="decimals" />, <paramref name="d" /> is returned unchanged.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="decimals" /> is less than 0 or greater than 28.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="mode" /> is not a <see cref="T:System.MidpointRounding" /> value.</exception>
+      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> object.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParse(System.ReadOnlySpan{System.Char},System.DateOnly@)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the date to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.Round(System.Decimal,System.MidpointRounding)">
+      <summary>Rounds a decimal value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers.</summary>
+      <param name="d">A decimal number to round.</param>
+      <param name="mode">A value that specifies how to round <paramref name="d" /> if it is midway between two other numbers.</param>
+      <returns>The integer that is nearest to the <paramref name="d" /> parameter. If <paramref name="d" /> is halfway between two numbers, one of which is even and the other odd, the <paramref name="mode" /> parameter determines which of the two numbers is returned.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="mode" /> is not a <see cref="T:System.MidpointRounding" /> value.</exception>
+      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> object.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the characters that represent a date to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.Subtract(System.Decimal,System.Decimal)">
+      <summary>Subtracts one specified <see cref="T:System.Decimal" /> value from another.</summary>
+      <param name="d1">The minuend.</param>
+      <param name="d2">The subtrahend.</param>
+      <returns>The result of subtracting <paramref name="d2" /> from <paramref name="d1" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParse(System.String,System.DateOnly@)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the characters representing the date to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
+    <member name="M:System.Decimal.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
       <returns>
-        <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateOnly.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified array of formats, culture-specific format information, and style. And returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the characters that represent a date to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing a date to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> is an empty string, or does not contain a date that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>None. This conversion is not supported.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" />equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing a date to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> is an empty string, or does not contain a date that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>None. This conversion is not supported.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)">
-      <summary>Converts the specified char span of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The span containing the string to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is an empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if<paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified char span of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The span containing the string to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that defines how to interpret the parsed date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)">
-      <summary>Converts the specified string representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the characters representing a date to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a date that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Int16" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified span representation of a date to its <see cref="T:System.DateOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing a date to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a date that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">The parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Int32" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)">
-      <summary>Converts the specified string of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The string containing date to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Int64" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)">
-      <summary>Converts the specified string of a date to its <see cref="T:System.DateOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The string containing the date to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that defines how to interpret the parsed date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateOnly" /> value equivalent to the date contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.SByte" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateOnly.Day">
-      <summary>Gets the day component of the date represented by this instance.</summary>
-      <returns>A number representing the day component of the date represented by this instance.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
     </member>
-    <member name="P:System.DateOnly.DayNumber">
-      <summary>Gets the number of days since January 1, 0001 in the Proleptic Gregorian calendar represented by this instance.</summary>
-      <returns>The number of days since January 1, 0001 in the Proleptic Gregorian calendar represented by this instance.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
+      <param name="type">The type to which to convert the value of this <see cref="T:System.Decimal" /> instance.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to a <paramref name="type" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidCastException">The requested type conversion is not supported.</exception>
     </member>
-    <member name="P:System.DateOnly.DayOfWeek">
-      <summary>Gets the day of the week represented by this instance.</summary>
-      <returns>A number that represents the day of the week represented by this instance.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateOnly.DayOfYear">
-      <summary>Gets the day of the year represented by this instance.</summary>
-      <returns>A number that represents the day of the year represented by this instance.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateOnly.MaxValue">
-      <summary>Gets the latest possible date that can be created.</summary>
-      <returns>A <see cref="T:System.DateOnly" /> representing the latest possible date that can be created.</returns>
+    <member name="M:System.Decimal.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateOnly.MinValue">
-      <summary>Gets the earliest possible date that can be created.</summary>
-      <returns>A <see cref="T:System.DateOnly" /> representing the earliest possible date that can be created.</returns>
+    <member name="M:System.Decimal.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Runs when the deserialization of an object has been completed.</summary>
+      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
+      <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Decimal" /> object contains invalid or corrupted data.</exception>
     </member>
-    <member name="P:System.DateOnly.Month">
-      <summary>Gets the month component of the date represented by this instance.</summary>
-      <returns>A number that represents the month component of the date.</returns>
+    <member name="M:System.Decimal.ToByte(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 8-bit unsigned integer.</summary>
+      <param name="value">The decimal number to convert.</param>
+      <returns>An 8-bit unsigned integer equivalent to <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateOnly.Year">
-      <summary>Gets the year component of the date represented by this instance.</summary>
-      <returns>A number that represents the year component of the date.</returns>
+    <member name="M:System.Decimal.ToDouble(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent double-precision floating-point number.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A double-precision floating-point number equivalent to <paramref name="d" />.</returns>
     </member>
-    <member name="T:System.DateTime">
-      <summary>Represents an instant in time, typically expressed as a date and time of day.</summary>
+    <member name="M:System.Decimal.ToInt16(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 16-bit signed integer.</summary>
+      <param name="value">The decimal number to convert.</param>
+      <returns>A 16-bit signed integer equivalent to <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
     </member>
-    <member name="F:System.DateTime.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.DateTime" />. This field is read-only.</summary>
+    <member name="M:System.Decimal.ToInt32(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 32-bit signed integer.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A 32-bit signed integer equivalent to the value of <paramref name="d" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="d" /> is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="F:System.DateTime.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.DateTime" />. This field is read-only.</summary>
+    <member name="M:System.Decimal.ToInt64(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 64-bit signed integer.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A 64-bit signed integer equivalent to the value of <paramref name="d" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="d" /> is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
     </member>
-    <member name="F:System.DateTime.UnixEpoch">
-      <summary>The value of this constant is equivalent to 00:00:00.0000000 UTC, January 1, 1970, in the Gregorian calendar. <see cref="F:System.DateTime.UnixEpoch" /> defines the point in time when Unix time is equal to 0.</summary>
+    <member name="M:System.Decimal.ToOACurrency(System.Decimal)">
+      <summary>Converts the specified <see cref="T:System.Decimal" /> value to the equivalent OLE Automation Currency value, which is contained in a 64-bit signed integer.</summary>
+      <param name="value">The decimal number to convert.</param>
+      <returns>A 64-bit signed integer that contains the OLE Automation equivalent of <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, and day.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.</exception>
+    <member name="M:System.Decimal.ToSByte(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 8-bit signed integer.</summary>
+      <param name="value">The decimal number to convert.</param>
+      <returns>An 8-bit signed integer equivalent to <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, and day for the specified calendar.</summary>
-      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
-      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.</exception>
+    <member name="M:System.Decimal.ToSingle(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent single-precision floating-point number.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A single-precision floating-point number equivalent to the value of <paramref name="d" />.</returns>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, and second.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.</exception>
+    <member name="M:System.Decimal.ToString">
+      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
+      <returns>A string that represents the value of this instance.</returns>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and Coordinated Universal Time (UTC) or local time.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" /> and <paramref name="second" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
+    <member name="M:System.Decimal.ToString(System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, and second for the specified calendar.</summary>
-      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
-      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.</exception>
+    <member name="M:System.Decimal.ToString(System.String)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
+      <param name="format">A standard or custom numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and millisecond.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
+    <member name="M:System.Decimal.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A numeric format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time (UTC) or local time.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, and <paramref name="millisecond" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
+    <member name="M:System.Decimal.ToUInt16(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 16-bit unsigned integer.</summary>
+      <param name="value">The decimal number to convert.</param>
+      <returns>A 16-bit unsigned integer equivalent to the value of <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is greater than <see cref="F:System.UInt16.MaxValue" /> or less than <see cref="F:System.UInt16.MinValue" />.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, and millisecond for the specified calendar.</summary>
-      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
-      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
+    <member name="M:System.Decimal.ToUInt32(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 32-bit unsigned integer.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A 32-bit unsigned integer equivalent to the value of <paramref name="d" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="d" /> is negative or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.DateTimeKind)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to the specified year, month, day, hour, minute, second, millisecond, and Coordinated Universal Time (UTC) or local time for the specified calendar.</summary>
-      <param name="year">The year (1 through the number of years in <paramref name="calendar" />).</param>
-      <param name="month">The month (1 through the number of months in <paramref name="calendar" />).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
-      <param name="kind">One of the enumeration values that indicates whether <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, and <paramref name="millisecond" /> specify a local time, Coordinated Universal Time (UTC), or neither.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is not in the range supported by <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="month" /> is less than 1 or greater than the number of months in <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="day" /> is less than 1 or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
+    <member name="M:System.Decimal.ToUInt64(System.Decimal)">
+      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 64-bit unsigned integer.</summary>
+      <param name="d">The decimal number to convert.</param>
+      <returns>A 64-bit unsigned integer equivalent to the value of <paramref name="d" />.</returns>
+      <exception cref="T:System.OverflowException">
+        <paramref name="d" /> is negative or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int64)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to a specified number of ticks.</summary>
-      <param name="ticks">A date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="ticks" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
+    <member name="M:System.Decimal.Truncate(System.Decimal)">
+      <summary>Returns the integral digits of the specified <see cref="T:System.Decimal" />; any fractional digits are discarded.</summary>
+      <param name="d">The decimal number to truncate.</param>
+      <returns>The result of <paramref name="d" /> rounded toward zero, to the nearest whole number.</returns>
     </member>
-    <member name="M:System.DateTime.#ctor(System.Int64,System.DateTimeKind)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTime" /> structure to a specified number of ticks and to Coordinated Universal Time (UTC) or local time.</summary>
-      <param name="ticks">A date and time expressed in the number of 100-nanosecond intervals that have elapsed since January 1, 0001 at 00:00:00.000 in the Gregorian calendar.</param>
-      <param name="kind">One of the enumeration values that indicates whether <paramref name="ticks" /> specifies a local time, Coordinated Universal Time (UTC), or neither.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="ticks" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="kind" /> is not one of the <see cref="T:System.DateTimeKind" /> values.</exception>
+    <member name="M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
-    <member name="M:System.DateTime.Add(System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the value of the specified <see cref="T:System.TimeSpan" /> to the value of this instance.</summary>
-      <param name="value">A positive or negative time interval.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the time interval represented by <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.TryParse(System.ReadOnlySpan{System.Char},System.Decimal@)">
+      <param name="s" />
+      <param name="result" />
     </member>
-    <member name="M:System.DateTime.AddDays(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of days to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional days. The <paramref name="value" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of days represented by <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
-    <member name="M:System.DateTime.AddHours(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of hours to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional hours. The <paramref name="value" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of hours represented by <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.TryParse(System.String,System.Decimal@)">
+      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a valid format, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.AddMilliseconds(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of milliseconds to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional milliseconds. The <paramref name="value" /> parameter can be negative or positive. Note that this value is rounded to the nearest integer.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of milliseconds represented by <paramref name="value" />.</returns>
+    <member name="M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)">
+      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">The string representation of the number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
+      <param name="provider">An object that supplies culture-specific parsing information about <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
-    <member name="M:System.DateTime.AddMinutes(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of minutes to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional minutes. The <paramref name="value" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of minutes represented by <paramref name="value" />.</returns>
+    <member name="F:System.Decimal.Zero">
+      <summary>Represents the number zero (0).</summary>
     </member>
-    <member name="M:System.DateTime.AddMonths(System.Int32)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of months to the value of this instance.</summary>
-      <param name="months">A number of months. The <paramref name="months" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and <paramref name="months" />.</returns>
+    <member name="T:System.Delegate">
+      <summary>Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.</summary>
     </member>
-    <member name="M:System.DateTime.AddSeconds(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of seconds to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional seconds. The <paramref name="value" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of seconds represented by <paramref name="value" />.</returns>
+    <member name="M:System.Delegate.#ctor(System.Object,System.String)">
+      <summary>Initializes a delegate that invokes the specified instance method on the specified class instance.</summary>
+      <param name="target">The class instance on which the delegate invokes <paramref name="method" />.</param>
+      <param name="method">The name of the instance method that the delegate represents.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">There was an error binding to the target method.</exception>
     </member>
-    <member name="M:System.DateTime.AddTicks(System.Int64)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of ticks to the value of this instance.</summary>
-      <param name="value">A number of 100-nanosecond ticks. The <paramref name="value" /> parameter can be positive or negative.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the time represented by <paramref name="value" />.</returns>
+    <member name="M:System.Delegate.#ctor(System.Type,System.String)">
+      <summary>Initializes a delegate that invokes the specified static method from the specified class.</summary>
+      <param name="target">The <see cref="T:System.Type" /> representing the class that defines <paramref name="method" />.</param>
+      <param name="method">The name of the static method that the delegate represents.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="target" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="target" /> represents an open generic type.</exception>
     </member>
-    <member name="M:System.DateTime.AddYears(System.Int32)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that adds the specified number of years to the value of this instance.</summary>
-      <param name="value">A number of years. The <paramref name="value" /> parameter can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> or the resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by this instance and the number of years represented by <paramref name="value" />.</returns>
+    <member name="M:System.Delegate.Clone">
+      <summary>Creates a shallow copy of the delegate.</summary>
+      <returns>A shallow copy of the delegate.</returns>
     </member>
-    <member name="M:System.DateTime.Compare(System.DateTime,System.DateTime)">
-      <summary>Compares two instances of <see cref="T:System.DateTime" /> and returns an integer that indicates whether the first instance is earlier than, the same as, or later than the second instance.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
-      <returns>A signed number indicating the relative values of <paramref name="t1" /> and <paramref name="t2" />.  
-  
- <list type="table"><listheader><term> Value Type</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="t1" /> is earlier than <paramref name="t2" />.</description></item><item><term> Zero</term><description><paramref name="t1" /> is the same as <paramref name="t2" />.</description></item><item><term> Greater than zero</term><description><paramref name="t1" /> is later than <paramref name="t2" />.</description></item></list></returns>
+    <member name="M:System.Delegate.Combine(System.Delegate,System.Delegate)">
+      <summary>Concatenates the invocation lists of two delegates.</summary>
+      <param name="a">The delegate whose invocation list comes first.</param>
+      <param name="b">The delegate whose invocation list comes last.</param>
+      <returns>A new delegate with an invocation list that concatenates the invocation lists of <paramref name="a" /> and <paramref name="b" /> in that order. Returns <paramref name="a" /> if <paramref name="b" /> is <see langword="null" />, returns <paramref name="b" /> if <paramref name="a" /> is a null reference, and returns a null reference if both <paramref name="a" /> and <paramref name="b" /> are null references.</returns>
+      <exception cref="T:System.ArgumentException">Both <paramref name="a" /> and <paramref name="b" /> are not <see langword="null" />, and <paramref name="a" /> and <paramref name="b" /> are not instances of the same delegate type.</exception>
     </member>
-    <member name="M:System.DateTime.CompareTo(System.DateTime)">
-      <summary>Compares the value of this instance to a specified <see cref="T:System.DateTime" /> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="value">The object to compare to the current instance.</param>
-      <returns>A signed number indicating the relative values of this instance and the <paramref name="value" /> parameter.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is earlier than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is the same as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is later than <paramref name="value" />.</description></item></list></returns>
+    <member name="M:System.Delegate.Combine(System.Delegate[])">
+      <summary>Concatenates the invocation lists of an array of delegates.</summary>
+      <param name="delegates">The array of delegates to combine.</param>
+      <returns>A new delegate with an invocation list that concatenates the invocation lists of the delegates in the <paramref name="delegates" /> array. Returns <see langword="null" /> if <paramref name="delegates" /> is <see langword="null" />, if <paramref name="delegates" /> contains zero elements, or if every entry in <paramref name="delegates" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">Not all the non-null entries in <paramref name="delegates" /> are instances of the same delegate type.</exception>
     </member>
-    <member name="M:System.DateTime.CompareTo(System.Object)">
-      <summary>Compares the value of this instance to a specified object that contains a specified <see cref="T:System.DateTime" /> value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="value">A boxed object to compare, or <see langword="null" />.</param>
+    <member name="M:System.Delegate.CombineImpl(System.Delegate)">
+      <summary>Concatenates the invocation lists of the specified multicast (combinable) delegate and the current multicast (combinable) delegate.</summary>
+      <param name="d">The multicast (combinable) delegate whose invocation list to append to the end of the invocation list of the current multicast (combinable) delegate.</param>
+      <returns>A new multicast (combinable) delegate with an invocation list that concatenates the invocation list of the current multicast (combinable) delegate and the invocation list of <paramref name="d" />, or the current multicast (combinable) delegate if <paramref name="d" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.MulticastNotSupportedException">Always thrown.</exception>
+    </member>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)">
+      <summary>Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="firstArgument">The object to which the delegate is bound, or <see langword="null" /> to treat <paramref name="method" /> as <see langword="static" /> (<see langword="Shared" /> in Visual Basic).</param>
+      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
+      <returns>A delegate of the specified type that represents the specified static or instance method.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not a <see cref="T:System.DateTime" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is earlier than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is the same as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is later than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> cannot be bound.
+-or-
+<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.DaysInMonth(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month and year.</summary>
-      <param name="year">The year.</param>
-      <param name="month">The month (a number ranging from 1 to 12).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="year" /> is less than 1 or greater than 9999.</exception>
-      <returns>The number of days in <paramref name="month" /> for the specified <paramref name="year" />.  
-  
- For example, if <paramref name="month" /> equals 2 for February, the return value is 28 or 29 depending upon whether <paramref name="year" /> is a leap year.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean)">
+      <summary>Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument and the specified behavior on failure to bind.</summary>
+      <param name="type">A <see cref="T:System.Type" /> representing the type of delegate to create.</param>
+      <param name="firstArgument">An <see cref="T:System.Object" /> that is the first argument of the method the delegate represents. For instance methods, it must be compatible with the instance type.</param>
+      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
+      <param name="throwOnBindFailure">
+        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
+      <returns>A delegate of the specified type that represents the specified static or instance method, or <see langword="null" /> if <paramref name="throwOnBindFailure" /> is <see langword="false" /> and the delegate cannot be bound to <paramref name="method" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.
+-or-
+<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.Equals(System.DateTime)">
-      <summary>Returns a value indicating whether the value of this instance is equal to the value of the specified <see cref="T:System.DateTime" /> instance.</summary>
-      <param name="value">The object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter equals the value of this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String)">
+      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
+      <param name="method">The name of the instance method that the delegate is to represent.</param>
+      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> is not an instance method.
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.Equals(System.DateTime,System.DateTime)">
-      <summary>Returns a value indicating whether two <see cref="T:System.DateTime" /> instances  have the same date and time value.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the two values are equal; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean)">
+      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance with the specified case-sensitivity.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
+      <param name="method">The name of the instance method that the delegate is to represent.</param>
+      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
+      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> is not an instance method.
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="value">The object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is an instance of <see cref="T:System.DateTime" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean)">
+      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance, with the specified case-sensitivity and the specified behavior on failure to bind.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
+      <param name="method">The name of the instance method that the delegate is to represent.</param>
+      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
+      <param name="throwOnBindFailure">
+        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
+      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> is not an instance method.
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.FromBinary(System.Int64)">
-      <summary>Deserializes a 64-bit binary value and recreates an original serialized <see cref="T:System.DateTime" /> object.</summary>
-      <param name="dateData">A 64-bit signed integer that encodes the <see cref="P:System.DateTime.Kind" /> property in a 2-bit field and the <see cref="P:System.DateTime.Ticks" /> property in a 62-bit field.</param>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Reflection.MethodInfo)">
+      <summary>Creates a delegate of the specified type to represent the specified static method.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent. Only static methods are supported in the .NET Framework version 1.0 and 1.1.</param>
+      <returns>A delegate of the specified type to represent the specified static method.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="dateData" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object that is equivalent to the <see cref="T:System.DateTime" /> object that was serialized by the <see cref="M:System.DateTime.ToBinary" /> method.</returns>
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> is not a static method, and the .NET Framework version is 1.0 or 1.1.
+-or-
+<paramref name="method" /> cannot be bound.
+-or-
+<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.FromFileTime(System.Int64)">
-      <summary>Converts the specified Windows file time to an equivalent local time.</summary>
-      <param name="fileTime">A Windows file time expressed in ticks.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileTime" /> is less than 0 or represents a time greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object that represents the local time equivalent of the date and time represented by the <paramref name="fileTime" /> parameter.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean)">
+      <summary>Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
+      <param name="throwOnBindFailure">
+        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
+      <returns>A delegate of the specified type to represent the specified static method.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.
+-or-
+<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.FromFileTimeUtc(System.Int64)">
-      <summary>Converts the specified Windows file time to an equivalent UTC time.</summary>
-      <param name="fileTime">A Windows file time expressed in ticks.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileTime" /> is less than 0 or represents a time greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object that represents the UTC time equivalent of the date and time represented by the <paramref name="fileTime" /> parameter.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)">
+      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
+      <param name="method">The name of the static method that the delegate is to represent.</param>
+      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="target" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.
+-or-
+<paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.FromOADate(System.Double)">
-      <summary>Returns a <see cref="T:System.DateTime" /> equivalent to the specified OLE Automation Date.</summary>
-      <param name="d">An OLE Automation Date value.</param>
-      <exception cref="T:System.ArgumentException">The date is not a valid OLE Automation Date value.</exception>
-      <returns>An object that represents the same date and time as <paramref name="d" />.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)">
+      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
+      <param name="method">The name of the static method that the delegate is to represent.</param>
+      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
+      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="target" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.
+-or-
+<paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.GetDateTimeFormats">
-      <summary>Converts the value of this instance to all the string representations supported by the standard date and time format specifiers.</summary>
-      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
+    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)">
+      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
+      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
+      <param name="method">The name of the static method that the delegate is to represent.</param>
+      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
+      <param name="throwOnBindFailure">
+        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
+      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="type" /> is <see langword="null" />.
+-or-
+<paramref name="target" /> is <see langword="null" />.
+-or-
+<paramref name="method" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.
+-or-
+<paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.
+-or-
+<paramref name="target" /> is not a <see langword="RuntimeType" />.
+-or-
+<paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.
+-or-
+<paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).
+-or-
+<paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
+      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
+      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
     </member>
-    <member name="M:System.DateTime.GetDateTimeFormats(System.Char)">
-      <summary>Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier.</summary>
-      <param name="format">A standard date and time format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid standard date and time format specifier character.</exception>
-      <returns>A string array where each element is the representation of the value of this instance formatted with the <paramref name="format" /> standard date and time format specifier.</returns>
+    <member name="M:System.Delegate.DynamicInvoke(System.Object[])">
+      <summary>Dynamically invokes (late-bound) the method represented by the current delegate.</summary>
+      <param name="args">An array of objects that are the arguments to pass to the method represented by the current delegate.
+-or-
+<see langword="null" />, if the method represented by the current delegate does not require arguments.</param>
+      <returns>The object returned by the method represented by the delegate.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).
+-or-
+The number, order, or type of parameters listed in <paramref name="args" /> is invalid.</exception>
+      <exception cref="T:System.ArgumentException">The method represented by the delegate is invoked on an object or a class that does not support it.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">The method represented by the delegate is an instance method and the target object is <see langword="null" />.
+-or-
+One of the encapsulated methods throws an exception.</exception>
     </member>
-    <member name="M:System.DateTime.GetDateTimeFormats(System.Char,System.IFormatProvider)">
-      <summary>Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier and culture-specific formatting information.</summary>
-      <param name="format">A date and time format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid standard date and time format specifier character.</exception>
-      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
+    <member name="M:System.Delegate.DynamicInvokeImpl(System.Object[])">
+      <summary>Dynamically invokes (late-bound) the method represented by the current delegate.</summary>
+      <param name="args">An array of objects that are the arguments to pass to the method represented by the current delegate.
+-or-
+<see langword="null" />, if the method represented by the current delegate does not require arguments.</param>
+      <returns>The object returned by the method represented by the delegate.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).
+-or-
+The number, order, or type of parameters listed in <paramref name="args" /> is invalid.</exception>
+      <exception cref="T:System.ArgumentException">The method represented by the delegate is invoked on an object or a class that does not support it.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">The method represented by the delegate is an instance method and the target object is <see langword="null" />.
+-or-
+One of the encapsulated methods throws an exception.</exception>
     </member>
-    <member name="M:System.DateTime.GetDateTimeFormats(System.IFormatProvider)">
-      <summary>Converts the value of this instance to all the string representations supported by the standard date and time format specifiers and the specified culture-specific formatting information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
-      <returns>A string array where each element is the representation of the value of this instance formatted with one of the standard date and time format specifiers.</returns>
+    <member name="M:System.Delegate.Equals(System.Object)">
+      <summary>Determines whether the specified object and the current delegate are of the same type and share the same targets, methods, and invocation list.</summary>
+      <param name="obj">The object to compare with the current delegate.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> and the current delegate have the same targets, methods, and invocation list; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
     </member>
-    <member name="M:System.DateTime.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+    <member name="M:System.Delegate.GetHashCode">
+      <summary>Returns a hash code for the delegate.</summary>
+      <returns>A hash code for the delegate.</returns>
     </member>
-    <member name="M:System.DateTime.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.DateTime" />.</summary>
-      <returns>The enumerated constant, <see cref="F:System.TypeCode.DateTime" />.</returns>
+    <member name="M:System.Delegate.GetInvocationList">
+      <summary>Returns the invocation list of the delegate.</summary>
+      <returns>An array of delegates representing the invocation list of the current delegate.</returns>
     </member>
-    <member name="M:System.DateTime.IsDaylightSavingTime">
-      <summary>Indicates whether this instance of <see cref="T:System.DateTime" /> is within the daylight saving time range for the current time zone.</summary>
-      <returns>
-        <see langword="true" /> if the value of the <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Local" /> or <see cref="F:System.DateTimeKind.Unspecified" /> and the value of this instance of <see cref="T:System.DateTime" /> is within the daylight saving time range for the local time zone; <see langword="false" /> if <see cref="P:System.DateTime.Kind" /> is <see cref="F:System.DateTimeKind.Utc" />.</returns>
+    <member name="M:System.Delegate.GetMethodImpl">
+      <summary>Gets the static method represented by the current delegate.</summary>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> describing the static method represented by the current delegate.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
     </member>
-    <member name="M:System.DateTime.IsLeapYear(System.Int32)">
-      <summary>Returns an indication whether the specified year is a leap year.</summary>
-      <param name="year">A 4-digit year.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1 or greater than 9999.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="year" /> is a leap year; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Not supported.</summary>
+      <param name="info">Not supported.</param>
+      <param name="context">Not supported.</param>
+      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
     </member>
-    <member name="M:System.DateTime.op_Addition(System.DateTime,System.TimeSpan)">
-      <summary>Adds a specified time interval to a specified date and time, yielding a new date and time.</summary>
-      <param name="d">The date and time value to add.</param>
-      <param name="t">The time interval to add.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object that is the sum of the values of <paramref name="d" /> and <paramref name="t" />.</returns>
+    <member name="P:System.Delegate.Method">
+      <summary>Gets the method represented by the delegate.</summary>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> describing the method represented by the delegate.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
     </member>
-    <member name="M:System.DateTime.op_Equality(System.DateTime,System.DateTime)">
-      <summary>Determines whether two specified instances of <see cref="T:System.DateTime" /> are equal.</summary>
-      <param name="d1">The first object to compare.</param>
-      <param name="d2">The second object to compare.</param>
+    <member name="M:System.Delegate.op_Equality(System.Delegate,System.Delegate)">
+      <summary>Determines whether the specified delegates are equal.</summary>
+      <param name="d1">The first delegate to compare.</param>
+      <param name="d2">The second delegate to compare.</param>
       <returns>
-        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> represent the same date and time; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.op_GreaterThan(System.DateTime,System.DateTime)">
-      <summary>Determines whether one specified <see cref="T:System.DateTime" /> is later than another specified <see cref="T:System.DateTime" />.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
+    <member name="M:System.Delegate.op_Inequality(System.Delegate,System.Delegate)">
+      <summary>Determines whether the specified delegates are not equal.</summary>
+      <param name="d1">The first delegate to compare.</param>
+      <param name="d2">The second delegate to compare.</param>
       <returns>
-        <see langword="true" /> if <paramref name="t1" /> is later than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d1" /> is not equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.op_GreaterThanOrEqual(System.DateTime,System.DateTime)">
-      <summary>Determines whether one specified <see cref="T:System.DateTime" /> represents a date and time that is the same as or later than another specified <see cref="T:System.DateTime" />.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="t1" /> is the same as or later than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.Remove(System.Delegate,System.Delegate)">
+      <summary>Removes the last occurrence of the invocation list of a delegate from the invocation list of another delegate.</summary>
+      <param name="source">The delegate from which to remove the invocation list of <paramref name="value" />.</param>
+      <param name="value">The delegate that supplies the invocation list to remove from the invocation list of <paramref name="source" />.</param>
+      <returns>A new delegate with an invocation list formed by taking the invocation list of <paramref name="source" /> and removing the last occurrence of the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the invocation list of <paramref name="source" />. Returns <paramref name="source" /> if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the invocation list of <paramref name="source" />. Returns a null reference if the invocation list of <paramref name="value" /> is equal to the invocation list of <paramref name="source" /> or if <paramref name="source" /> is a null reference.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
+      <exception cref="T:System.ArgumentException">The delegate types do not match.</exception>
     </member>
-    <member name="M:System.DateTime.op_Inequality(System.DateTime,System.DateTime)">
-      <summary>Determines whether two specified instances of <see cref="T:System.DateTime" /> are not equal.</summary>
-      <param name="d1">The first object to compare.</param>
-      <param name="d2">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> do not represent the same date and time; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.RemoveAll(System.Delegate,System.Delegate)">
+      <summary>Removes all occurrences of the invocation list of a delegate from the invocation list of another delegate.</summary>
+      <param name="source">The delegate from which to remove the invocation list of <paramref name="value" />.</param>
+      <param name="value">The delegate that supplies the invocation list to remove from the invocation list of <paramref name="source" />.</param>
+      <returns>A new delegate with an invocation list formed by taking the invocation list of <paramref name="source" /> and removing all occurrences of the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the invocation list of <paramref name="source" />. Returns <paramref name="source" /> if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the invocation list of <paramref name="source" />. Returns a null reference if the invocation list of <paramref name="value" /> is equal to the invocation list of <paramref name="source" />, if <paramref name="source" /> contains only a series of invocation lists that are equal to the invocation list of <paramref name="value" />, or if <paramref name="source" /> is a null reference.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
+      <exception cref="T:System.ArgumentException">The delegate types do not match.</exception>
     </member>
-    <member name="M:System.DateTime.op_LessThan(System.DateTime,System.DateTime)">
-      <summary>Determines whether one specified <see cref="T:System.DateTime" /> is earlier than another specified <see cref="T:System.DateTime" />.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="t1" /> is earlier than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Delegate.RemoveImpl(System.Delegate)">
+      <summary>Removes the invocation list of a delegate from the invocation list of another delegate.</summary>
+      <param name="d">The delegate that supplies the invocation list to remove from the invocation list of the current delegate.</param>
+      <returns>A new delegate with an invocation list formed by taking the invocation list of the current delegate and removing the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the current delegate's invocation list. Returns the current delegate if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the current delegate's invocation list. Returns <see langword="null" /> if the invocation list of <paramref name="value" /> is equal to the current delegate's invocation list.</returns>
+      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
     </member>
-    <member name="M:System.DateTime.op_LessThanOrEqual(System.DateTime,System.DateTime)">
-      <summary>Determines whether one specified <see cref="T:System.DateTime" /> represents a date and time that is the same as or earlier than another specified <see cref="T:System.DateTime" />.</summary>
-      <param name="t1">The first object to compare.</param>
-      <param name="t2">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="t1" /> is the same as or earlier than <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Delegate.Target">
+      <summary>Gets the class instance on which the current delegate invokes the instance method.</summary>
+      <returns>The object on which the current delegate invokes the instance method, if the delegate represents an instance method; <see langword="null" /> if the delegate represents a static method.</returns>
     </member>
-    <member name="M:System.DateTime.op_Subtraction(System.DateTime,System.DateTime)">
-      <summary>Subtracts a specified date and time from another specified date and time and returns a time interval.</summary>
-      <param name="d1">The date and time value to subtract from (the minuend).</param>
-      <param name="d2">The date and time value to subtract (the subtrahend).</param>
-      <returns>The time interval between <paramref name="d1" /> and <paramref name="d2" />; that is, <paramref name="d1" /> minus <paramref name="d2" />.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
+      <summary>Specifies that <see langword="null" /> is allowed as an input even if the corresponding type disallows it.</summary>
     </member>
-    <member name="M:System.DateTime.op_Subtraction(System.DateTime,System.TimeSpan)">
-      <summary>Subtracts a specified time interval from a specified date and time and returns a new date and time.</summary>
-      <param name="d">The date and time value to subtract from.</param>
-      <param name="t">The time interval to subtract.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object whose value is the value of <paramref name="d" /> minus the value of <paramref name="t" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.AllowNullAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a memory span that contains string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">The memory span that contains the string to parse. See The string to parse for more information.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.  See Parsing and cultural conventions</param>
-      <param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
+      <summary>Specifies that <see langword="null" /> is disallowed as an input even if the corresponding type allows it.</summary>
     </member>
-    <member name="M:System.DateTime.Parse(System.String)">
-      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using the conventions of the current thread culture.</summary>
-      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.DisallowNullAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information.</summary>
-      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.  See Parsing and cultural conventions</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" /> as specified by <paramref name="provider" />.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
+      <summary>Specifies that a method that will never return under any circumstance.</summary>
     </member>
-    <member name="M:System.DateTime.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">A string that contains a date and time to convert. See The string to parse for more information.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.  See Parsing and cultural conventions</param>
-      <param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a date and time.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date and time to convert.</param>
-      <param name="format">A span containing the characters that represent a format specifier that defines the required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that provides additional information about <paramref name="s" />, about style elements that may be present in <paramref name="s" />, or about the conversion from <paramref name="s" /> to a <see cref="T:System.DateTime" /> value. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="format" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
+      <summary>Specifies that the method will not return if the associated <see cref="T:System.Boolean" /> parameter is passed the specified value.</summary>
     </member>
-    <member name="M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the characters that represent a date and time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="formats" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute" /> class with the specified parameter value.</summary>
+      <param name="parameterValue">The condition parameter value. Code after the method is considered unreachable by diagnostics if the argument to the associated parameter matches this value.</param>
     </member>
-    <member name="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
-      <param name="s">A string that contains a date and time to convert.</param>
-      <param name="format">A format specifier that defines the required format of <paramref name="s" />. For more information, see the Remarks section.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> or <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> or <paramref name="format" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="s" /> does not contain a date and time that corresponds to the pattern specified in <paramref name="format" />.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+    <member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
+      <summary>Gets the condition parameter value.</summary>
+      <returns>The condition parameter value. Code after the method is considered unreachable by diagnostics if the argument to the associated parameter matches this value.</returns>
     </member>
-    <member name="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A string containing a date and time to convert.</param>
-      <param name="format">A format specifier that defines the required format of <paramref name="s" />. For more information, see the Remarks section.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that provides additional information about <paramref name="s" />, about style elements that may be present in <paramref name="s" />, or about the conversion from <paramref name="s" /> to a <see cref="T:System.DateTime" /> value. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> or <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> or <paramref name="format" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="s" /> does not contain a date and time that corresponds to the pattern specified in <paramref name="format" />.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="format" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
+      <summary>Specifies that an output may be <see langword="null" /> even if the corresponding type disallows it.</summary>
     </member>
-    <member name="M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A string that contains a date and time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />. For more information, see the Remarks section.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> or <paramref name="formats" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is an empty string.  
-  
- -or-  
-  
- an element of <paramref name="formats" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="s" /> does not contain a date and time that corresponds to any element of <paramref name="formats" />.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="s" /> do not agree.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values. For example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />.</exception>
-      <returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="formats" />, <paramref name="provider" />, and <paramref name="style" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.SpecifyKind(System.DateTime,System.DateTimeKind)">
-      <summary>Creates a new <see cref="T:System.DateTime" /> object that has the same number of ticks as the specified <see cref="T:System.DateTime" />, but is designated as either local time, Coordinated Universal Time (UTC), or neither, as indicated by the specified <see cref="T:System.DateTimeKind" /> value.</summary>
-      <param name="value">A date and time.</param>
-      <param name="kind">One of the enumeration values that indicates whether the new object represents local time, UTC, or neither.</param>
-      <returns>A new object that has the same number of ticks as the object represented by the <paramref name="value" /> parameter and the <see cref="T:System.DateTimeKind" /> value specified by the <paramref name="kind" /> parameter.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
+      <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue" />, the parameter may be <see langword="null" /> even if the corresponding type disallows it.</summary>
     </member>
-    <member name="M:System.DateTime.Subtract(System.DateTime)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> that subtracts the specified date and time from the value of this instance.</summary>
-      <param name="value">The date and time value to subtract.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The result is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>A time interval that is equal to the date and time represented by this instance minus the date and time represented by <paramref name="value" />.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
+      <summary>Initializes the attribute with the specified return value condition.</summary>
+      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter may be <see langword="null" />.</param>
     </member>
-    <member name="M:System.DateTime.Subtract(System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.DateTime" /> that subtracts the specified duration from the value of this instance.</summary>
-      <param name="value">The time interval to subtract.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The result is less than <see cref="F:System.DateTime.MinValue" /> or greater than <see cref="F:System.DateTime.MaxValue" />.</exception>
-      <returns>An object that is equal to the date and time represented by this instance minus the time interval represented by <paramref name="value" />.</returns>
+    <member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
+      <summary>Gets the return value condition.</summary>
+      <returns>The return value condition. If the method returns this value, the associated parameter may be <see langword="null" />.</returns>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
+      <summary>Specifies that an output is not <see langword="null" /> even if the corresponding type allows it.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.NotNullAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.NotNullAttribute" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
+      <summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>Returns the current <see cref="T:System.DateTime" /> object.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <returns>The current object.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
+      <summary>Initializes the attribute with the associated parameter name.</summary>
+      <param name="parameterName">The associated parameter name.  The output will be non-null if the argument to the parameter specified is non-null.</param>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
+      <summary>Gets the associated parameter name.</summary>
+      <returns>The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.</returns>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
+      <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue" />, the parameter will not be <see langword="null" /> even if the corresponding type allows it.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
+      <summary>Initializes the attribute with the specified return value condition.</summary>
+      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</param>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
+      <summary>Gets the return value condition.</summary>
+      <returns>The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</returns>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="T:System.Diagnostics.ConditionalAttribute">
+      <summary>Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="M:System.Diagnostics.ConditionalAttribute.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConditionalAttribute" /> class.</summary>
+      <param name="conditionString">A string that specifies the case-sensitive conditional compilation symbol that is associated with the attribute.</param>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="P:System.Diagnostics.ConditionalAttribute.ConditionString">
+      <summary>Gets the conditional compilation symbol that is associated with the <see cref="T:System.Diagnostics.ConditionalAttribute" /> attribute.</summary>
+      <returns>A string that specifies the case-sensitive conditional compilation symbol that is associated with the <see cref="T:System.Diagnostics.ConditionalAttribute" /> attribute.</returns>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>Converts the current <see cref="T:System.DateTime" /> object to an object of a specified type.</summary>
-      <param name="type">The desired type.</param>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DateTime" /> type.</exception>
-      <returns>An object of the type specified by the <paramref name="type" /> parameter, with a value equivalent to the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="T:System.Diagnostics.DebuggableAttribute">
+      <summary>Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="M:System.Diagnostics.DebuggableAttribute.#ctor(System.Boolean,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggableAttribute" /> class, using the specified tracking and optimization options for the just-in-time (JIT) compiler.</summary>
+      <param name="isJITTrackingEnabled">
+        <see langword="true" /> to enable debugging; otherwise, <see langword="false" />.</param>
+      <param name="isJITOptimizerDisabled">
+        <see langword="true" /> to disable the optimizer for execution; otherwise, <see langword="false" />.</param>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="M:System.Diagnostics.DebuggableAttribute.#ctor(System.Diagnostics.DebuggableAttribute.DebuggingModes)">
+      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggableAttribute" /> class, using the specified debugging modes for the just-in-time (JIT) compiler.</summary>
+      <param name="modes">A bitwise combination of the <see cref="T:System.Diagnostics.DebuggableAttribute.DebuggingModes" /> values specifying the debugging mode for the JIT compiler.</param>
     </member>
-    <member name="M:System.DateTime.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>The return value for this member is not used.</returns>
+    <member name="P:System.Diagnostics.DebuggableAttribute.DebuggingFlags">
+      <summary>Gets the debugging modes for the attribute.</summary>
+      <returns>A bitwise combination of the <see cref="T:System.Diagnostics.DebuggableAttribute.DebuggingModes" /> values describing the debugging mode for the just-in-time (JIT) compiler. The default is <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default" />.</returns>
     </member>
-    <member name="M:System.DateTime.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.DateTime" /> object.</summary>
-      <param name="info">The object to populate with data.</param>
-      <param name="context">The destination for this serialization. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
+    <member name="T:System.Diagnostics.DebuggableAttribute.DebuggingModes">
+      <summary>Specifies the debugging mode for the just-in-time (JIT) compiler.</summary>
     </member>
-    <member name="M:System.DateTime.ToBinary">
-      <summary>Serializes the current <see cref="T:System.DateTime" /> object to a 64-bit binary value that subsequently can be used to recreate the <see cref="T:System.DateTime" /> object.</summary>
-      <returns>A 64-bit signed integer that encodes the <see cref="P:System.DateTime.Kind" /> and <see cref="P:System.DateTime.Ticks" /> properties.</returns>
+    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default">
+      <summary>Instructs the just-in-time (JIT) compiler to use its default behavior, which includes enabling optimizations, disabling Edit and Continue support, and using symbol store sequence points if present. Starting with the .NET Framework version 2.0, JIT tracking information, the Microsoft intermediate language (MSIL) offset to the native-code offset within a method, is always generated.</summary>
     </member>
-    <member name="M:System.DateTime.ToFileTime">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to a Windows file time.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before 12:00 midnight January 1, 1601 C.E. UTC.</exception>
-      <returns>The value of the current <see cref="T:System.DateTime" /> object expressed as a Windows file time.</returns>
+    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations">
+      <summary>Disable optimizations performed by the compiler to make your output file smaller, faster, and more efficient. Optimizations result in code rearrangement in the output file, which can make debugging difficult. Typically optimization should be disabled while debugging. In versions 2.0 or later, combine this value with Default (Default | DisableOptimizations) to enable JIT tracking and disable optimizations.</summary>
     </member>
-    <member name="M:System.DateTime.ToFileTimeUtc">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to a Windows file time.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before 12:00 midnight January 1, 1601 C.E. UTC.</exception>
-      <returns>The value of the current <see cref="T:System.DateTime" /> object expressed as a Windows file time.</returns>
+    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.EnableEditAndContinue">
+      <summary>Enable edit and continue. Edit and continue enables you to make changes to your source code while your program is in break mode. The ability to edit and continue is compiler dependent.</summary>
     </member>
-    <member name="M:System.DateTime.ToLocalTime">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to local time.</summary>
-      <returns>An object whose <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Local" />, and whose value is the local time equivalent to the value of the current <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MaxValue" /> if the converted value is too large to be represented by a <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MinValue" /> if the converted value is too small to be represented as a <see cref="T:System.DateTime" /> object.</returns>
+    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints">
+      <summary>Use the implicit MSIL sequence points, not the program database (PDB) sequence points. The symbolic information normally includes at least one Microsoft intermediate language (MSIL) offset for each source line. When the just-in-time (JIT) compiler is about to compile a method, it asks the profiling services for a list of MSIL offsets that should be preserved. These MSIL offsets are called sequence points.</summary>
     </member>
-    <member name="M:System.DateTime.ToLongDateString">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent long date string representation.</summary>
-      <returns>A string that contains the long date string representation of the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.None">
+      <summary>Starting with the .NET Framework version 2.0, JIT tracking information is always generated, and this flag has the same effect as <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default" />, except that it sets the <see cref="P:System.Diagnostics.DebuggableAttribute.IsJITTrackingEnabled" /> property to <see langword="false" />. However, because JIT tracking is always enabled, the property value is ignored in version 2.0 or later.
+Note that, unlike the <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations" /> flag, the <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.None" /> flag cannot be used to disable JIT optimizations.</summary>
     </member>
-    <member name="M:System.DateTime.ToLongTimeString">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent long time string representation.</summary>
-      <returns>A string that contains the long time string representation of the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="P:System.Diagnostics.DebuggableAttribute.IsJITOptimizerDisabled">
+      <summary>Gets a value that indicates whether the runtime optimizer is disabled.</summary>
+      <returns>
+        <see langword="true" /> if the runtime optimizer is disabled; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.ToOADate">
-      <summary>Converts the value of this instance to the equivalent OLE Automation date.</summary>
-      <exception cref="T:System.OverflowException">The value of this instance cannot be represented as an OLE Automation Date.</exception>
-      <returns>A double-precision floating-point number that contains an OLE Automation date equivalent to the value of this instance.</returns>
+    <member name="P:System.Diagnostics.DebuggableAttribute.IsJITTrackingEnabled">
+      <summary>Gets a value that indicates whether the runtime will track information during code generation for the debugger.</summary>
+      <returns>
+        <see langword="true" /> if the runtime will track information during code generation for the debugger; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.ToShortDateString">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent short date string representation.</summary>
-      <returns>A string that contains the short date string representation of the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="T:System.DivideByZeroException">
+      <summary>The exception that is thrown when there is an attempt to divide an integral or <see cref="T:System.Decimal" /> value by zero.</summary>
     </member>
-    <member name="M:System.DateTime.ToShortTimeString">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent short time string representation.</summary>
-      <returns>A string that contains the short time string representation of the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="M:System.DivideByZeroException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class.</summary>
     </member>
-    <member name="M:System.DateTime.ToString">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the formatting conventions of the current culture.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
-      <returns>A string representation of the value of the current <see cref="T:System.DateTime" /> object.</returns>
+    <member name="M:System.DivideByZeroException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.DateTime.ToString(System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="provider" />.</exception>
-      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="provider" />.</returns>
+    <member name="M:System.DivideByZeroException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with a specified error message.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error.</param>
     </member>
-    <member name="M:System.DateTime.ToString(System.String)">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified format and the formatting conventions of the current culture.</summary>
-      <param name="format">A standard or custom date and time format string.</param>
-      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.  
+    <member name="M:System.DivideByZeroException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    </member>
+    <member name="T:System.Double">
+      <summary>Represents a double-precision floating-point number.</summary>
+    </member>
+    <member name="M:System.Double.CompareTo(System.Double)">
+      <summary>Compares this instance to a specified double-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified double-precision floating-point number.</summary>
+      <param name="value">A double-precision floating-point number to compare.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
   
  -or-  
   
- <paramref name="format" /> does not contain a valid custom format pattern.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
-      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="format" />.</returns>
+ This instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+ -or-  
+  
+ Both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Double.NaN" />), <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).</returns>
     </member>
-    <member name="M:System.DateTime.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A standard or custom date and time format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.  
+    <member name="M:System.Double.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
+      <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance is less than <paramref name="value" />.  
   
  -or-  
   
- <paramref name="format" /> does not contain a valid custom format pattern.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="provider" />.</exception>
-      <returns>A string representation of value of the current <see cref="T:System.DateTime" /> object as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+ This instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance and <paramref name="value" /> are both <see langword="Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" /> A positive integer  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not a <see cref="T:System.Double" />.</exception>
     </member>
-    <member name="M:System.DateTime.ToUniversalTime">
-      <summary>Converts the value of the current <see cref="T:System.DateTime" /> object to Coordinated Universal Time (UTC).</summary>
-      <returns>An object whose <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Utc" />, and whose value is the UTC equivalent to the value of the current <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MaxValue" /> if the converted value is too large to be represented by a <see cref="T:System.DateTime" /> object, or <see cref="F:System.DateTime.MinValue" /> if the converted value is too small to be represented by a <see cref="T:System.DateTime" /> object.</returns>
+    <member name="F:System.Double.Epsilon">
+      <summary>Represents the smallest positive <see cref="T:System.Double" /> value that is greater than zero. This field is constant.</summary>
     </member>
-    <member name="M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current datetime instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
+    <member name="M:System.Double.Equals(System.Double)">
+      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Double" /> object represent the same value.</summary>
+      <param name="obj">A <see cref="T:System.Double" /> object to compare to this instance.</param>
       <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@)">
-      <summary>Converts the specified char span of a date and time to its <see cref="T:System.DateTime" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a date and time to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+    <member name="M:System.Double.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Double" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the date and time to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+    <member name="M:System.Double.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
+    <member name="M:System.Double.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Double" />.</summary>
+      <returns>The enumerated constant, <see cref="F:System.TypeCode.Double" />.</returns>
+    </member>
+    <member name="M:System.Double.IsFinite(System.Double)">
+      <summary>Determines whether the specified value is finite (zero, subnormal, or normal).</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the value is finite (zero, subnormal or normal); <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.DateTime.TryParse(System.String,System.DateTime@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a date and time to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+    <member name="M:System.Double.IsInfinity(System.Double)">
+      <summary>Returns a value indicating whether the specified number evaluates to negative or positive infinity.</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a date and time to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="provider" /> is a neutral culture and cannot be used in a parsing operation.</exception>
+    <member name="M:System.Double.IsNaN(System.Double)">
+      <summary>Returns a value that indicates whether the specified value is not a number (<see cref="F:System.Double.NaN" />).</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.NaN" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the specified span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing a date and time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if either the <paramref name="s" /> or <paramref name="format" /> parameter is <see langword="null" />, is an empty string, or does not contain a date and time that correspond to the pattern specified in <paramref name="format" />. This parameter is passed uninitialized.</param>
+    <member name="M:System.Double.IsNegative(System.Double)">
+      <summary>Determines whether the specified value is negative.</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the value is negative; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the specified char span of a date and time to its <see cref="T:System.DateTime" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The span containing the string to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is <see cref="F:System.String.Empty" />, or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
+    <member name="M:System.Double.IsNegativeInfinity(System.Double)">
+      <summary>Returns a value indicating whether the specified number evaluates to negative infinity.</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.NegativeInfinity" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a date and time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if either the <paramref name="s" /> or <paramref name="format" /> parameter is <see langword="null" />, is an empty string, or does not contain a date and time that correspond to the pattern specified in <paramref name="format" />. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
+    <member name="M:System.Double.IsNormal(System.Double)">
+      <summary>Determines whether the specified value is normal.</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the value is normal; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string that contains a date and time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> or <paramref name="formats" /> is <see langword="null" />, <paramref name="s" /> or an element of <paramref name="formats" /> is an empty string, or the format of <paramref name="s" /> is not exactly as specified by at least one of the format patterns in <paramref name="formats" />. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <paramref name="styles" /> contains an invalid combination of <see cref="T:System.Globalization.DateTimeStyles" /> values (for example, both <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> and <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />).</exception>
+    <member name="M:System.Double.IsPositiveInfinity(System.Double)">
+      <summary>Returns a value indicating whether the specified number evaluates to positive infinity.</summary>
+      <param name="d">A double-precision floating-point number.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.PositiveInfinity" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Date">
-      <summary>Gets the date component of this instance.</summary>
-      <returns>A new object with the same date as this instance, and the time value set to 12:00:00 midnight (00:00:00).</returns>
+    <member name="M:System.Double.IsSubnormal(System.Double)">
+      <summary>Determines whether the specified value is subnormal.</summary>
+      <param name="d">A double-precision floating-point number.</param>
+      <returns>
+        <see langword="true" /> if the value is subnormal; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="P:System.DateTime.Day">
-      <summary>Gets the day of the month represented by this instance.</summary>
-      <returns>The day component, expressed as a value between 1 and 31.</returns>
+    <member name="F:System.Double.MaxValue">
+      <summary>Represents the largest possible value of a <see cref="T:System.Double" />. This field is constant.</summary>
     </member>
-    <member name="P:System.DateTime.DayOfWeek">
-      <summary>Gets the day of the week represented by this instance.</summary>
-      <returns>An enumerated constant that indicates the day of the week of this <see cref="T:System.DateTime" /> value.</returns>
-    </member>
-    <member name="P:System.DateTime.DayOfYear">
-      <summary>Gets the day of the year represented by this instance.</summary>
-      <returns>The day of the year, expressed as a value between 1 and 366.</returns>
-    </member>
-    <member name="P:System.DateTime.Hour">
-      <summary>Gets the hour component of the date represented by this instance.</summary>
-      <returns>The hour component, expressed as a value between 0 and 23.</returns>
+    <member name="F:System.Double.MinValue">
+      <summary>Represents the smallest possible value of a <see cref="T:System.Double" />. This field is constant.</summary>
     </member>
-    <member name="P:System.DateTime.Kind">
-      <summary>Gets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.</summary>
-      <returns>One of the enumeration values that indicates what the current time represents. The default is <see cref="F:System.DateTimeKind.Unspecified" />.</returns>
+    <member name="F:System.Double.NaN">
+      <summary>Represents a value that is not a number (<see langword="NaN" />). This field is constant.</summary>
     </member>
-    <member name="P:System.DateTime.Millisecond">
-      <summary>Gets the milliseconds component of the date represented by this instance.</summary>
-      <returns>The milliseconds component, expressed as a value between 0 and 999.</returns>
+    <member name="F:System.Double.NegativeInfinity">
+      <summary>Represents negative infinity. This field is constant.</summary>
     </member>
-    <member name="P:System.DateTime.Minute">
-      <summary>Gets the minute component of the date represented by this instance.</summary>
-      <returns>The minute component, expressed as a value between 0 and 59.</returns>
+    <member name="M:System.Double.op_Equality(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether two specified <see cref="T:System.Double" /> values are equal.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Month">
-      <summary>Gets the month component of the date represented by this instance.</summary>
-      <returns>The month component, expressed as a value between 1 and 12.</returns>
+    <member name="M:System.Double.op_GreaterThan(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is greater than another specified <see cref="T:System.Double" /> value.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Now">
-      <summary>Gets a <see cref="T:System.DateTime" /> object that is set to the current date and time on this computer, expressed as the local time.</summary>
-      <returns>An object whose value is the current local date and time.</returns>
+    <member name="M:System.Double.op_GreaterThanOrEqual(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is greater than or equal to another specified <see cref="T:System.Double" /> value.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is greater than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Second">
-      <summary>Gets the seconds component of the date represented by this instance.</summary>
-      <returns>The seconds component, expressed as a value between 0 and 59.</returns>
+    <member name="M:System.Double.op_Inequality(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether two specified <see cref="T:System.Double" /> values are not equal.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Ticks">
-      <summary>Gets the number of ticks that represent the date and time of this instance.</summary>
-      <returns>The number of ticks that represent the date and time of this instance. The value is between <see langword="DateTime.MinValue.Ticks" /> and <see langword="DateTime.MaxValue.Ticks" />.</returns>
+    <member name="M:System.Double.op_LessThan(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is less than another specified <see cref="T:System.Double" /> value.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.TimeOfDay">
-      <summary>Gets the time of day for this instance.</summary>
-      <returns>A time interval that represents the fraction of the day that has elapsed since midnight.</returns>
+    <member name="M:System.Double.op_LessThanOrEqual(System.Double,System.Double)">
+      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is less than or equal to another specified <see cref="T:System.Double" /> value.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.DateTime.Today">
-      <summary>Gets the current date.</summary>
-      <returns>An object that is set to today's date, with the time component set to 00:00:00.</returns>
+    <member name="M:System.Double.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
-    <member name="P:System.DateTime.UtcNow">
-      <summary>Gets a <see cref="T:System.DateTime" /> object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).</summary>
-      <returns>An object whose value is the current UTC date and time.</returns>
+    <member name="M:System.Double.Parse(System.String)">
+      <summary>Converts the string representation of a number to its double-precision floating-point number equivalent.</summary>
+      <param name="s">A string that contains a number to convert.</param>
+      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not represent a number in a valid format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
     </member>
-    <member name="P:System.DateTime.Year">
-      <summary>Gets the year component of the date represented by this instance.</summary>
-      <returns>The year, between 1 and 9999.</returns>
+    <member name="M:System.Double.Parse(System.String,System.Globalization.NumberStyles)">
+      <summary>Converts the string representation of a number in a specified style to its double-precision floating-point number equivalent.</summary>
+      <param name="s">A string that contains a number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is a combination of <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
+      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not represent a number in a valid format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
-    <member name="T:System.DateTimeKind">
-      <summary>Specifies whether a <see cref="T:System.DateTime" /> object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.</summary>
+    <member name="M:System.Double.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.</summary>
+      <param name="s">A string that contains a number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not represent a numeric value.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
     </member>
-    <member name="F:System.DateTimeKind.Local">
-      <summary>The time represented is local time.</summary>
+    <member name="M:System.Double.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified culture-specific format to its double-precision floating-point number equivalent.</summary>
+      <param name="s">A string that contains a number to convert.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> does not represent a number in a valid format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
     </member>
-    <member name="F:System.DateTimeKind.Unspecified">
-      <summary>The time represented is not specified as either local time or Coordinated Universal Time (UTC).</summary>
+    <member name="F:System.Double.PositiveInfinity">
+      <summary>Represents positive infinity. This field is constant.</summary>
     </member>
-    <member name="F:System.DateTimeKind.Utc">
-      <summary>The time represented is UTC.</summary>
+    <member name="M:System.Double.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>
+        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="T:System.DateTimeOffset">
-      <summary>Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</summary>
+    <member name="M:System.Double.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
     </member>
-    <member name="F:System.DateTimeOffset.MaxValue">
-      <summary>Represents the greatest possible value of <see cref="T:System.DateTimeOffset" />. This field is read-only.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <see cref="F:System.DateTime.MaxValue" /> is outside the range of the current or specified culture's default calendar.</exception>
+    <member name="M:System.Double.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="F:System.DateTimeOffset.MinValue">
-      <summary>Represents the earliest possible <see cref="T:System.DateTimeOffset" /> value. This field is read-only.</summary>
+    <member name="M:System.Double.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" /></summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="F:System.DateTimeOffset.UnixEpoch">
-      <summary>The value of this constant is equivalent to 00:00:00.0000000 UTC, January 1, 1970, in the Gregorian calendar. <see cref="F:System.DateTimeOffset.UnixEpoch" /> defines the point in time when Unix time is equal to 0.</summary>
+    <member name="M:System.Double.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.DateTime)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="dateTime">A date and time.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The Coordinated Universal Time (UTC) date and time that results from applying the offset is earlier than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The UTC date and time that results from applying the offset is later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+    <member name="M:System.Double.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.DateTime,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified <see cref="T:System.DateTime" /> value and offset.</summary>
-      <param name="dateTime">A date and time.</param>
-      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="dateTime.Kind" /> equals <see cref="F:System.DateTimeKind.Utc" /> and <paramref name="offset" /> does not equal zero.  
-  
- -or-  
-  
- <paramref name="dateTime.Kind" /> equals <see cref="F:System.DateTimeKind.Local" /> and <paramref name="offset" /> does not equal the offset of the system's local time zone.  
-  
- -or-  
-  
- <paramref name="offset" /> is not specified in whole minutes.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is less than -14 hours or greater than 14 hours.  
-  
- -or-  
-  
- <see cref="P:System.DateTimeOffset.UtcDateTime" /> is less than <see cref="F:System.DateTimeOffset.MinValue" /> or greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+    <member name="M:System.Double.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Globalization.Calendar,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset of a specified calendar.</summary>
-      <param name="year">The year.</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <param name="calendar">The calendar that is used to interpret <paramref name="year" />, <paramref name="month" />, and <paramref name="day" />.</param>
-      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> does not represent whole minutes.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> cannot be <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than the <paramref name="calendar" /> parameter's <see langword="MinSupportedDateTime.Year" /> or greater than <see langword="MaxSupportedDateTime.Year" />.  
-  
- -or-  
-  
- <paramref name="month" /> is either less than or greater than the number of months in <paramref name="year" /> in the <paramref name="calendar" />.  
-  
- -or-  
-  
- <paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.  
-  
- -or-  
-  
- <paramref name="offset" /> is less than -14 hours or greater than 14 hours.  
-  
- -or-  
-  
- The <paramref name="year" />, <paramref name="month" />, and <paramref name="day" /> parameters cannot be represented as a date and time value.  
-  
- -or-  
-  
- The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+    <member name="M:System.Double.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, millisecond, and offset.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The milliseconds (0 through 999).</param>
-      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> does not represent whole minutes.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than one or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than one or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.  
-  
- -or-  
-  
- <paramref name="offset" /> is less than -14 or greater than 14.  
-  
- -or-  
-  
- The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+    <member name="M:System.Double.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified year, month, day, hour, minute, second, and offset.</summary>
-      <param name="year">The year (1 through 9999).</param>
-      <param name="month">The month (1 through 12).</param>
-      <param name="day">The day (1 through the number of days in <paramref name="month" />).</param>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> does not represent whole minutes.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than one or greater than 9999.  
-  
- -or-  
-  
- <paramref name="month" /> is less than one or greater than 12.  
-  
- -or-  
-  
- <paramref name="day" /> is less than one or greater than the number of days in <paramref name="month" />.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="offset" /> is less than -14 hours or greater than 14 hours.  
-  
- -or-  
-  
- The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
+    <member name="M:System.Double.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.#ctor(System.Int64,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.DateTimeOffset" /> structure using the specified number of ticks and offset.</summary>
-      <param name="ticks">A date and time expressed as the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight on January 1, 0001.</param>
-      <param name="offset">The time's offset from Coordinated Universal Time (UTC).</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> is not specified in whole minutes.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.DateTimeOffset.UtcDateTime" /> property is earlier than <see cref="F:System.DateTimeOffset.MinValue" /> or later than <see cref="F:System.DateTimeOffset.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="ticks" /> is less than <see langword="DateTimeOffset.MinValue.Ticks" /> or greater than <see langword="DateTimeOffset.MaxValue.Ticks" />.  
-  
- -or-  
-  
- <paramref name="Offset" /> s less than -14 hours or greater than 14 hours.</exception>
+    <member name="M:System.Double.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.Add(System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified time interval to the value of this instance.</summary>
-      <param name="timeSpan">A <see cref="T:System.TimeSpan" /> object that represents a positive or a negative time interval.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the time interval represented by <paramref name="timeSpan" />.</returns>
+    <member name="M:System.Double.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
+      <param name="type">The type to which to convert this <see cref="T:System.Double" /> value.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddDays(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional days to the value of this instance.</summary>
-      <param name="days">A number of whole and fractional days. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of days represented by <paramref name="days" />.</returns>
+    <member name="M:System.Double.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddHours(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional hours to the value of this instance.</summary>
-      <param name="hours">A number of whole and fractional hours. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of hours represented by <paramref name="hours" />.</returns>
+    <member name="M:System.Double.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddMilliseconds(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of milliseconds to the value of this instance.</summary>
-      <param name="milliseconds">A number of whole and fractional milliseconds. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of whole milliseconds represented by <paramref name="milliseconds" />.</returns>
+    <member name="M:System.Double.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddMinutes(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional minutes to the value of this instance.</summary>
-      <param name="minutes">A number of whole and fractional minutes. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of minutes represented by <paramref name="minutes" />.</returns>
+    <member name="M:System.Double.ToString">
+      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddMonths(System.Int32)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of months to the value of this instance.</summary>
-      <param name="months">A number of whole months. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of months represented by <paramref name="months" />.</returns>
+    <member name="M:System.Double.ToString(System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddSeconds(System.Double)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of whole and fractional seconds to the value of this instance.</summary>
-      <param name="seconds">A number of whole and fractional seconds. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of seconds represented by <paramref name="seconds" />.</returns>
+    <member name="M:System.Double.ToString(System.String)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
+      <param name="format">A numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.AddTicks(System.Int64)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of ticks to the value of this instance.</summary>
-      <param name="ticks">A number of 100-nanosecond ticks. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of ticks represented by <paramref name="ticks" />.</returns>
+    <member name="M:System.Double.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A numeric format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.AddYears(System.Int32)">
-      <summary>Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of years to the value of this instance.</summary>
-      <param name="years">A number of years. The number can be negative or positive.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object and the number of years represented by <paramref name="years" />.</returns>
+    <member name="M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
-    <member name="M:System.DateTimeOffset.Compare(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Compares two <see cref="T:System.DateTimeOffset" /> objects and indicates whether the first is earlier than the second, equal to the second, or later than the second.</summary>
-      <param name="first">The first object to compare.</param>
-      <param name="second">The second object to compare.</param>
-      <returns>A signed integer that indicates whether the value of the <paramref name="first" /> parameter is earlier than, later than, or the same time as the value of the <paramref name="second" /> parameter, as the following table shows.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="first" /> is earlier than <paramref name="second" />.</description></item><item><term> Zero</term><description><paramref name="first" /> is equal to <paramref name="second" />.</description></item><item><term> Greater than zero</term><description><paramref name="first" /> is later than <paramref name="second" />.</description></item></list></returns>
+    <member name="M:System.Double.TryParse(System.ReadOnlySpan{System.Char},System.Double@)">
+      <param name="s" />
+      <param name="result" />
     </member>
-    <member name="M:System.DateTimeOffset.CompareTo(System.DateTimeOffset)">
-      <summary>Compares the current <see cref="T:System.DateTimeOffset" /> object to a specified <see cref="T:System.DateTimeOffset" /> object and indicates whether the current object is earlier than, the same as, or later than the second <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="other">An object to compare with the current <see cref="T:System.DateTimeOffset" /> object.</param>
-      <returns>A signed integer that indicates the relationship between the current <see cref="T:System.DateTimeOffset" /> object and <paramref name="other" />, as the following table shows.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> The current <see cref="T:System.DateTimeOffset" /> object is earlier than <paramref name="other" />.</description></item><item><term> Zero</term><description> The current <see cref="T:System.DateTimeOffset" /> object is the same as <paramref name="other" />.</description></item><item><term> Greater than zero.</term><description> The current <see cref="T:System.DateTimeOffset" /> object is later than <paramref name="other" />.</description></item></list></returns>
+    <member name="M:System.Double.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
-    <member name="M:System.DateTimeOffset.Equals(System.DateTimeOffset)">
-      <summary>Determines whether the current <see cref="T:System.DateTimeOffset" /> object represents the same point in time as a specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="other">An object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
+    <member name="M:System.Double.TryParse(System.String,System.Double@)">
+      <summary>Converts the string representation of a number to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="result">When this method returns, contains the double-precision floating-point number equivalent of the <paramref name="s" /> parameter, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a valid format, or represents a number less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
-        <see langword="true" /> if both <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.Equals(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects represent the same point in time.</summary>
-      <param name="first">The first object to compare.</param>
-      <param name="second">The second object to compare.</param>
+    <member name="M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains a double-precision floating-point number equivalent of the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />, or if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumerated constants. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
-        <see langword="true" /> if the two <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.Equals(System.Object)">
-      <summary>Determines whether a <see cref="T:System.DateTimeOffset" /> object represents the same point in time as a specified object.</summary>
-      <param name="obj">The object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="obj" /> parameter is a <see cref="T:System.DateTimeOffset" /> object and represents the same point in time as the current <see cref="T:System.DateTimeOffset" /> object; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.DuplicateWaitObjectException">
+      <summary>The exception that is thrown when an object appears more than once in an array of synchronization objects.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.EqualsExact(System.DateTimeOffset)">
-      <summary>Determines whether the current <see cref="T:System.DateTimeOffset" /> object represents the same time and has the same offset as a specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="other">The object to compare to the current <see cref="T:System.DateTimeOffset" /> object.</param>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.DateTimeOffset" /> object and <paramref name="other" /> have the same date and time value and the same <see cref="P:System.DateTimeOffset.Offset" /> value; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DuplicateWaitObjectException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.FromFileTime(System.Int64)">
-      <summary>Converts the specified Windows file time to an equivalent local time.</summary>
-      <param name="fileTime">A Windows file time, expressed in ticks.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="filetime" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="filetime" /> is greater than <see langword="DateTimeOffset.MaxValue.Ticks" />.</exception>
-      <returns>An object that represents the date and time of <paramref name="fileTime" /> with the offset set to the local time offset.</returns>
+    <member name="M:System.DuplicateWaitObjectException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.DateTimeOffset.FromUnixTimeMilliseconds(System.Int64)">
-      <summary>Converts a Unix time expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z to a <see cref="T:System.DateTimeOffset" /> value.</summary>
-      <param name="milliseconds">A Unix time, expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC). For Unix times before this date, its value is negative.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="milliseconds" /> is less than  -62,135,596,800,000.  
-  
- -or-  
-  
- <paramref name="milliseconds" /> is greater than 253,402,300,799,999.</exception>
-      <returns>A date and time value that represents the same moment in time as the Unix time.</returns>
+    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with the name of the parameter that causes this exception.</summary>
+      <param name="parameterName">The name of the parameter that caused the exception.</param>
     </member>
-    <member name="M:System.DateTimeOffset.FromUnixTimeSeconds(System.Int64)">
-      <summary>Converts a Unix time expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z to a <see cref="T:System.DateTimeOffset" /> value.</summary>
-      <param name="seconds">A Unix time, expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC). For Unix times before this date, its value is negative.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="seconds" /> is less than  -62,135,596,800.  
-  
- -or-  
-  
- <paramref name="seconds" /> is greater than 253,402,300,799.</exception>
-      <returns>A date and time value that represents the same moment in time as the Unix time.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.GetHashCode">
-      <summary>Returns the hash code for the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.op_Addition(System.DateTimeOffset,System.TimeSpan)">
-      <summary>Adds a specified time interval to a <see cref="T:System.DateTimeOffset" /> object that has a specified date and time, and yields a <see cref="T:System.DateTimeOffset" /> object that has new a date and time.</summary>
-      <param name="dateTimeOffset">The object to add the time interval to.</param>
-      <param name="timeSpan">The time interval to add.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object whose value is the sum of the values of <paramref name="dateTimeTz" /> and <paramref name="timeSpan" />.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.op_Equality(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects represent the same point in time.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if both <see cref="T:System.DateTimeOffset" /> objects have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.op_GreaterThan(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is greater than (or later than) a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is later than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.op_GreaterThanOrEqual(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is greater than or equal to a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is the same as or later than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.DateTimeOffset.op_Implicit(System.DateTime)~System.DateTimeOffset">
-      <summary>Defines an implicit conversion of a <see cref="T:System.DateTime" /> object to a <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="dateTime">The object to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The Coordinated Universal Time (UTC) date and time that results from applying the offset is earlier than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The UTC date and time that results from applying the offset is later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>The converted object.</returns>
+    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
+      <param name="parameterName">The name of the parameter that caused the exception.</param>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="M:System.DateTimeOffset.op_Inequality(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether two specified <see cref="T:System.DateTimeOffset" /> objects refer to different points in time.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> do not have the same <see cref="P:System.DateTimeOffset.UtcDateTime" /> value; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.EntryPointNotFoundException">
+      <summary>The exception that is thrown when an attempt to load a class fails due to the absence of an entry method.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.op_LessThan(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is less than a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is earlier than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.EntryPointNotFoundException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.op_LessThanOrEqual(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Determines whether one specified <see cref="T:System.DateTimeOffset" /> object is less than a second specified <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="left" /> is earlier than the <see cref="P:System.DateTimeOffset.UtcDateTime" /> value of <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.EntryPointNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.DateTimeOffset.op_Subtraction(System.DateTimeOffset,System.DateTimeOffset)">
-      <summary>Subtracts one <see cref="T:System.DateTimeOffset" /> object from another and yields a time interval.</summary>
-      <param name="left">The minuend.</param>
-      <param name="right">The subtrahend.</param>
-      <returns>An object that represents the difference between <paramref name="left" /> and <paramref name="right" />.</returns>
+    <member name="M:System.EntryPointNotFoundException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with a specified error message.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="M:System.DateTimeOffset.op_Subtraction(System.DateTimeOffset,System.TimeSpan)">
-      <summary>Subtracts a specified time interval from a specified date and time, and yields a new date and time.</summary>
-      <param name="dateTimeOffset">The date and time object to subtract from.</param>
-      <param name="timeSpan">The time interval to subtract.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" /> or greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object that is equal to the value of <paramref name="dateTimeOffset" /> minus <paramref name="timeSpan" />.</returns>
+    <member name="M:System.EntryPointNotFoundException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.DateTimeOffset.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information and formatting style.</summary>
-      <param name="input">A span containing the characters that represent a date and time to convert.</param>
-      <param name="formatProvider">An object that provides culture-specific format information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" /> as specified by <paramref name="formatProvider" /> and <paramref name="styles" />.</returns>
+    <member name="T:System.Enum">
+      <summary>Provides the base class for enumerations.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.Parse(System.String)">
-      <summary>Converts the specified string representation of a date, time, and offset to its <see cref="T:System.DateTimeOffset" /> equivalent.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> does not contain a valid string representation of a date and time.  
-  
- -or-  
-  
- <paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" />.</returns>
+    <member name="M:System.Enum.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Enum" /> class.</summary>
     </member>
-    <member name="M:System.DateTimeOffset.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="formatProvider">An object that provides culture-specific format information about <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> does not contain a valid string representation of a date and time.  
-  
- -or-  
+    <member name="M:System.Enum.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
+      <param name="target">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number that indicates the relative values of this instance and <paramref name="target" />.
+  Value  
   
- <paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" />, as specified by <paramref name="formatProvider" />.</returns>
-    </member>
-    <member name="M:System.DateTimeOffset.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information and formatting style.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="formatProvider">An object that provides culture-specific format information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.  
+  Meaning  
   
- -or-  
+  Less than zero  
   
<paramref name="styles" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.  
 The value of this instance is less than the value of <paramref name="target" />.  
   
- -or-  
+  Zero  
   
<paramref name="styles" /> includes an unsupported <see cref="T:System.Globalization.DateTimeStyles" /> value.  
 The value of this instance is equal to the value of <paramref name="target" />.  
   
- -or-  
+  Greater than zero  
   
- <paramref name="styles" /> includes <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> does not contain a valid string representation of a date and time.  
+  The value of this instance is greater than the value of <paramref name="target" />.  
   
  -or-  
   
- <paramref name="input" /> contains the string representation of an offset value without a date or time.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" /> as specified by <paramref name="formatProvider" /> and <paramref name="styles" />.</returns>
+ <paramref name="target" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="target" /> and this instance are not the same type.</exception>
+      <exception cref="T:System.InvalidOperationException">This instance is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />.</exception>
+      <exception cref="T:System.NullReferenceException">This instance is null.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a character span that represents a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
-      <param name="input">A character span that represents a date and time.</param>
-      <param name="format">A character span that contains a format specifier that defines the expected format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.  
--or-  
-The <paramref name="styles" /> parameter includes an unsupported value.  
--or-  
-The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is an empty character span.  
- -or-  
- <paramref name="input" /> does not contain a valid string representation of a date and time.  
- -or-  
- <paramref name="format" /> is an empty character span.  
- -or-  
- The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+    <member name="M:System.Enum.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> is an enumeration value of the same type and with the same underlying value as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a character span that contains the string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the date and time representation must match one of the specified formats exactly.</summary>
-      <param name="input">A character span that contains a date and time to convert.</param>
-      <param name="formats">An array of format specifiers that define the expected formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.  
--or-  
-<paramref name="styles" /> includes an unsupported value.  
--or-  
-The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is an empty character span.  
--or-  
-<paramref name="input" /> does not contain a valid string representation of a date and time.  
--or-  
-No element of <paramref name="formats" /> contains a valid format specifier.  
--or-  
-The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+    <member name="M:System.Enum.Format(System.Type,System.Object,System.String)">
+      <summary>Converts the specified value of a specified enumerated type to its equivalent string representation according to the specified format.</summary>
+      <param name="enumType">The enumeration type of the value to convert.</param>
+      <param name="value">The value to convert.</param>
+      <param name="format">The output format to use.</param>
+      <returns>A string representation of <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="enumType" />, <paramref name="value" />, or <paramref name="format" /> parameter is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="enumType" /> parameter is not an <see cref="T:System.Enum" /> type.
+-or-
+The <paramref name="value" /> is from an enumeration that differs in type from <paramref name="enumType" />.
+-or-
+The type of <paramref name="value" /> is not an underlying type of <paramref name="enumType" />.</exception>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter contains an invalid value.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="format">A format specifier that defines the expected format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.</exception>
+    <member name="M:System.Enum.GetHashCode">
+      <summary>Returns the hash code for the value of this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
+    <member name="M:System.Enum.GetName(System.Type,System.Object)">
+      <summary>Retrieves the name of the constant in the specified enumeration that has the specified value.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <param name="value">The value of a particular enumerated constant in terms of its underlying type.</param>
+      <returns>A string containing the name of the enumerated constant in <paramref name="enumType" /> whose value is <paramref name="value" />; or <see langword="null" /> if no such constant is found.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is an empty string ("").  
-  
- -or-  
-  
- <paramref name="input" /> does not contain a valid string representation of a date and time.  
-  
- -or-  
-  
- <paramref name="format" /> is an empty string.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in <paramref name="input" /> as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.
+-or-
+<paramref name="value" /> is neither of type <paramref name="enumType" /> nor does it have the same underlying type as <paramref name="enumType" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="format">A format specifier that defines the expected format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.  
-  
- -or-  
-  
- The <paramref name="styles" /> parameter includes an unsupported value.  
-  
- -or-  
-  
- The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
+    <member name="M:System.Enum.GetNames(System.Type)">
+      <summary>Retrieves an array of the names of the constants in a specified enumeration.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <returns>A string array of the names of the constants in <paramref name="enumType" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is an empty string ("").  
-  
- -or-  
-  
- <paramref name="input" /> does not contain a valid string representation of a date and time.  
-  
- -or-  
-  
- <paramref name="format" /> is an empty string.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> parameter is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="formats">An array of format specifiers that define the expected formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <exception cref="T:System.ArgumentException">The offset is greater than 14 hours or less than -14 hours.  
-  
- -or-  
-  
- <paramref name="styles" /> includes an unsupported value.  
-  
- -or-  
-  
- The <paramref name="styles" /> parameter contains <see cref="T:System.Globalization.DateTimeStyles" /> values that cannot be used together.</exception>
+    <member name="M:System.Enum.GetTypeCode">
+      <summary>Returns the type code of the underlying type of this enumeration member.</summary>
+      <returns>The type code of the underlying type of this instance.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumeration type is unknown.</exception>
+    </member>
+    <member name="M:System.Enum.GetUnderlyingType(System.Type)">
+      <summary>Returns the underlying type of the specified enumeration.</summary>
+      <param name="enumType">The enumeration whose underlying type will be retrieved.</param>
+      <returns>The underlying type of <paramref name="enumType" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is an empty string ("").  
-  
- -or-  
-  
- <paramref name="input" /> does not contain a valid string representation of a date and time.  
-  
- -or-  
-  
- No element of <paramref name="formats" /> contains a valid format specifier.  
-  
- -or-  
-  
- The hour component and the AM/PM designator in <paramref name="input" /> do not agree.</exception>
-      <returns>An object that is equivalent to the date and time that is contained in the <paramref name="input" /> parameter, as specified by the <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" /> parameters.</returns>
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.Subtract(System.DateTimeOffset)">
-      <summary>Subtracts a <see cref="T:System.DateTimeOffset" /> value that represents a specific date and time from the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="value">An object that represents the value to subtract.</param>
-      <returns>An object that specifies the interval between the two <see cref="T:System.DateTimeOffset" /> objects.</returns>
+    <member name="M:System.Enum.GetValues(System.Type)">
+      <summary>Retrieves an array of the values of the constants in a specified enumeration.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <returns>An array that contains the values of the constants in <paramref name="enumType" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The method is invoked by reflection in a reflection-only context,
+-or-
+<paramref name="enumType" /> is a type from an assembly loaded in a reflection-only context.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.Subtract(System.TimeSpan)">
-      <summary>Subtracts a specified time interval from the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="value">The time interval to subtract.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTimeOffset" /> value is less than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> value is greater than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <returns>An object that is equal to the date and time represented by the current <see cref="T:System.DateTimeOffset" /> object, minus the time interval represented by <paramref name="value" />.</returns>
+    <member name="M:System.Enum.HasFlag(System.Enum)">
+      <summary>Determines whether one or more bit fields are set in the current instance.</summary>
+      <param name="flag">An enumeration value.</param>
+      <returns>
+        <see langword="true" /> if the bit field or bit fields that are set in <paramref name="flag" /> are also set in the current instance; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="flag" /> is a different type than the current instance.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.System#IComparable#CompareTo(System.Object)">
-      <summary>Compares the value of the current <see cref="T:System.DateTimeOffset" /> object with another object of the same type.</summary>
-      <param name="obj">The object to compare with the current <see cref="T:System.DateTimeOffset" /> object.</param>
-      <returns>A 32-bit signed integer that indicates whether the current <see cref="T:System.DateTimeOffset" /> object is less than, equal to, or greater than <paramref name="obj" />. The return values of the method are interpreted as follows:  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> The current <see cref="T:System.DateTimeOffset" /> object is less than (earlier than) <paramref name="obj" />.</description></item><item><term> Zero</term><description> The current <see cref="T:System.DateTimeOffset" /> object is equal to (the same point in time as) <paramref name="obj" />.</description></item><item><term> Greater than zero</term><description> The current <see cref="T:System.DateTimeOffset" /> object is greater than (later than) <paramref name="obj" />.</description></item></list></returns>
+    <member name="M:System.Enum.IsDefined(System.Type,System.Object)">
+      <summary>Returns a Boolean telling whether a given integral value, or its name as a string, exists in a specified enumeration.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <param name="value">The value or name of a constant in <paramref name="enumType" />.</param>
+      <returns>
+        <see langword="true" /> if a constant in <paramref name="enumType" /> has a value equal to <paramref name="value" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see langword="Enum" />.
+-or-
+The type of <paramref name="value" /> is an enumeration, but it is not an enumeration of type <paramref name="enumType" />.
+-or-
+The type of <paramref name="value" /> is not an underlying type of <paramref name="enumType" />.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="value" /> is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />, or <see cref="T:System.String" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the deserialization of an object has been completed.</summary>
-      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
+    <member name="M:System.Enum.Parse(System.Type,System.String)">
+      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <param name="value">A string containing the name or value to convert.</param>
+      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.
+-or-
+<paramref name="value" /> is either an empty string or only contains white space.
+-or-
+<paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data required to serialize the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <param name="info">The object to populate with data.</param>
-      <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
+    <member name="M:System.Enum.Parse(System.Type,System.String,System.Boolean)">
+      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
+      <param name="enumType">An enumeration type.</param>
+      <param name="value">A string containing the name or value to convert.</param>
+      <param name="ignoreCase">
+        <see langword="true" /> to ignore case; <see langword="false" /> to regard case.</param>
+      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.
+-or-
+<paramref name="value" /> is either an empty string ("") or only contains white space.
+-or-
+<paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToFileTime">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to a Windows file time.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting file time would represent a date and time before midnight on January 1, 1601 C.E. Coordinated Universal Time (UTC).</exception>
-      <returns>The value of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a Windows file time.</returns>
+    <member name="M:System.Enum.Parse``1(System.String)">
+      <param name="value" />
+      <typeparam name="TEnum" />
     </member>
-    <member name="M:System.DateTimeOffset.ToLocalTime">
-      <summary>Converts the current <see cref="T:System.DateTimeOffset" /> object to a <see cref="T:System.DateTimeOffset" /> object that represents the local time.</summary>
-      <returns>An object that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object converted to local time.</returns>
+    <member name="M:System.Enum.Parse``1(System.String,System.Boolean)">
+      <param name="value" />
+      <param name="ignoreCase" />
+      <typeparam name="TEnum" />
     </member>
-    <member name="M:System.DateTimeOffset.ToOffset(System.TimeSpan)">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to the date and time specified by an offset value.</summary>
-      <param name="offset">The offset to convert the <see cref="T:System.DateTimeOffset" /> value to.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTimeOffset" /> object has a <see cref="P:System.DateTimeOffset.DateTime" /> value earlier than <see cref="F:System.DateTimeOffset.MinValue" />.  
-  
- -or-  
-  
- The resulting <see cref="T:System.DateTimeOffset" /> object has a <see cref="P:System.DateTimeOffset.DateTime" /> value later than <see cref="F:System.DateTimeOffset.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is less than -14 hours.  
-  
- -or-  
-  
- <paramref name="offset" /> is greater than 14 hours.</exception>
-      <returns>An object that is equal to the original <see cref="T:System.DateTimeOffset" /> object (that is, their <see cref="M:System.DateTimeOffset.ToUniversalTime" /> methods return identical points in time) but whose <see cref="P:System.DateTimeOffset.Offset" /> property is set to <paramref name="offset" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>Converts the current value to a Boolean value based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToString">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
-      <returns>A string representation of a <see cref="T:System.DateTimeOffset" /> object that includes the offset appended at the end of the string.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>Converts the current value to an 8-bit unsigned integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.ToString(System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified culture-specific formatting information.</summary>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="formatProvider" />.</exception>
-      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="formatProvider" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>Converts the current value to a Unicode character based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToString(System.String)">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified format.</summary>
-      <param name="format">A format string.</param>
-      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is one, and it is not one of the standard format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.  
-  
- -or-  
-  
- <paramref name="format" /> does not contain a valid custom format pattern.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by the current culture.</exception>
-      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="format" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>Converts the current value to a <see cref="T:System.DateTime" /> based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.DateTimeOffset" /> object to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A format string.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">The length of <paramref name="format" /> is one, and it is not one of the standard format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.  
-  
- -or-  
-  
- <paramref name="format" /> does not contain a valid custom format pattern.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The date and time is outside the range of dates supported by the calendar used by <paramref name="formatProvider" />.</exception>
-      <returns>A string representation of the value of the current <see cref="T:System.DateTimeOffset" /> object, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>Converts the current value to a <see cref="T:System.Decimal" /> based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToUniversalTime">
-      <summary>Converts the current <see cref="T:System.DateTimeOffset" /> object to a <see cref="T:System.DateTimeOffset" /> value that represents the Coordinated Universal Time (UTC).</summary>
-      <returns>An object that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object converted to Coordinated Universal Time (UTC).</returns>
+    <member name="M:System.Enum.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>Converts the current value to a double-precision floating point number based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.ToUnixTimeMilliseconds">
-      <summary>Returns the number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.</summary>
-      <returns>The number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>Converts the current value to a 16-bit signed integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.ToUnixTimeSeconds">
-      <summary>Returns the number of seconds that have elapsed since 1970-01-01T00:00:00Z.</summary>
-      <returns>The number of seconds that have elapsed since 1970-01-01T00:00:00Z.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>Converts the current value to a 32-bit signed integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current datetime offset instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="formatProvider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>Converts the current value to a 64-bit signed integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@)">
-      <summary>Tries to convert a specified span representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="input">A span containing the characters representing the date and time to convert.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>Converts the current value to an 8-bit signed integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Tries to convert a specified span representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="input">A span containing the characters representing the date and time to convert.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> value equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>Converts the current value to a single-precision floating-point number based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>This member always throws an exception.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)">
-      <summary>Tries to converts a specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>Converts the current value to a specified type based on the underlying type.</summary>
+      <param name="type">The type to convert to.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Tries to convert a specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> value equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" /> or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.  
-  
- -or-  
-  
- <paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>Converts the current value to a 16-bit unsigned integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Converts the representation of a date and time in a character span to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the date and time representation must match the specified format exactly.</summary>
-      <param name="input">A span containing the characters that represent a date and time to convert.</param>
-      <param name="format">A format specifier that defines the required format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.  
--or-  
-<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.  
--or-  
-<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Enum.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>Converts the current value to a 32-bit unsigned integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
     </member>
-    <member name="M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Converts the representation of a date and time in a character span to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified formats, culture-specific format information, and style. The format of the date and time representation must match one of the specified formats exactly.</summary>
-      <param name="input">A span containing the characters that represent a date and time to convert.</param>
-      <param name="formats">A array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="input" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" /> if the conversion failed. The conversion fails if the</param>
+    <member name="M:System.Enum.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>Converts the current value to a 64-bit unsigned integer based on the underlying type.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The converted value.</returns>
+    </member>
+    <member name="M:System.Enum.ToObject(System.Type,System.Byte)">
+      <summary>Converts the specified 8-bit unsigned integer to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.  
--or-  
-<see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.  
--or-  
-<paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="format">A format specifier that defines the required format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <see langword="None" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> parameter is <see langword="null" />, or does not contain a valid string representation of a date and time in the expected format defined by <paramref name="format" /> and <c>provider</c>. This parameter is passed uninitialized.</param>
+    <member name="M:System.Enum.ToObject(System.Type,System.Int16)">
+      <summary>Converts the specified 16-bit signed integer to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.  
-  
- -or-  
-  
- <paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
-      <summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTimeOffset" /> equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly.</summary>
-      <param name="input">A string that contains a date and time to convert.</param>
-      <param name="formats">An array that defines the expected formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information about <paramref name="input" />.</param>
-      <param name="styles">A bitwise combination of enumeration values that indicates the permitted format of input. A typical value to specify is <see langword="None" />.</param>
-      <param name="result">When the method returns, contains the <see cref="T:System.DateTimeOffset" /> equivalent to the date and time of <paramref name="input" />, if the conversion succeeded, or <see cref="F:System.DateTimeOffset.MinValue" />, if the conversion failed. The conversion fails if the <paramref name="input" /> does not contain a valid string representation of a date and time, or does not contain the date and time in the expected format defined by <paramref name="format" />, or if <paramref name="formats" /> is <see langword="null" />. This parameter is passed uninitialized.</param>
+    <member name="M:System.Enum.ToObject(System.Type,System.Int32)">
+      <summary>Converts the specified 32-bit signed integer to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="styles" /> includes an undefined <see cref="T:System.Globalization.DateTimeStyles" /> value.  
-  
- -or-  
-  
- <see cref="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault" /> is not supported.  
-  
- -or-  
-  
- <paramref name="styles" /> includes mutually exclusive <see cref="T:System.Globalization.DateTimeStyles" /> values.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="input" /> parameter is successfully converted; otherwise, <see langword="false" />.</returns>
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Date">
-      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the date component of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>A <see cref="T:System.DateTime" /> value that represents the date component of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.Int64)">
+      <summary>Converts the specified 64-bit signed integer to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.DateTime">
-      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.Object)">
+      <summary>Converts the specified object with an integer value to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value convert to an enumeration member.</param>
+      <returns>An enumeration object whose value is <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.
+-or-
+<paramref name="value" /> is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Day">
-      <summary>Gets the day of the month represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The day component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a value between 1 and 31.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.SByte)">
+      <summary>Converts the specified 8-bit signed integer value to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.DayOfWeek">
-      <summary>Gets the day of the week represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>One of the enumeration values that indicates the day of the week of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.UInt16)">
+      <summary>Converts the specified 16-bit unsigned integer value to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.DayOfYear">
-      <summary>Gets the day of the year represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The day of the year of the current <see cref="T:System.DateTimeOffset" /> object, expressed as a value between 1 and 366.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.UInt32)">
+      <summary>Converts the specified 32-bit unsigned integer value to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Hour">
-      <summary>Gets the hour component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The hour component of the current <see cref="T:System.DateTimeOffset" /> object. This property uses a 24-hour clock; the value ranges from 0 to 23.</returns>
+    <member name="M:System.Enum.ToObject(System.Type,System.UInt64)">
+      <summary>Converts the specified 64-bit unsigned integer value to an enumeration member.</summary>
+      <param name="enumType">The enumeration type to return.</param>
+      <param name="value">The value to convert to an enumeration member.</param>
+      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="enumType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.LocalDateTime">
-      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the local date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The local date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
+    <member name="M:System.Enum.ToString">
+      <summary>Converts the value of this instance to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance.</returns>
     </member>
-    <member name="P:System.DateTimeOffset.Millisecond">
-      <summary>Gets the millisecond component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The millisecond component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 0 and 999.</returns>
+    <member name="M:System.Enum.ToString(System.IFormatProvider)">
+      <summary>This method overload is obsolete; use <see cref="M:System.Enum.ToString" />.</summary>
+      <param name="provider">(obsolete)</param>
+      <returns>The string representation of the value of this instance.</returns>
     </member>
-    <member name="P:System.DateTimeOffset.Minute">
-      <summary>Gets the minute component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The minute component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 0 and 59.</returns>
+    <member name="M:System.Enum.ToString(System.String)">
+      <summary>Converts the value of this instance to its equivalent string representation using the specified format.</summary>
+      <param name="format">A format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> contains an invalid specification.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Month">
-      <summary>Gets the month component of the date represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The month component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer between 1 and 12.</returns>
+    <member name="M:System.Enum.ToString(System.String,System.IFormatProvider)">
+      <summary>This method overload is obsolete; use <see cref="M:System.Enum.ToString(System.String)" />.</summary>
+      <param name="format">A format specification.</param>
+      <param name="provider">(Obsolete.)</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> does not contain a valid format specification.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Now">
-      <summary>Gets a <see cref="T:System.DateTimeOffset" /> object that is set to the current date and time on the current computer, with the offset set to the local time's offset from Coordinated Universal Time (UTC).</summary>
-      <returns>A <see cref="T:System.DateTimeOffset" /> object whose date and time is the current local time and whose offset is the local time zone's offset from Coordinated Universal Time (UTC).</returns>
+    <member name="M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)">
+      <param name="enumType" />
+      <param name="value" />
+      <param name="ignoreCase" />
+      <param name="result" />
     </member>
-    <member name="P:System.DateTimeOffset.Offset">
-      <summary>Gets the time's offset from Coordinated Universal Time (UTC).</summary>
-      <returns>The difference between the current <see cref="T:System.DateTimeOffset" /> object's time value and Coordinated Universal Time (UTC).</returns>
+    <member name="M:System.Enum.TryParse(System.Type,System.String,System.Object@)">
+      <param name="enumType" />
+      <param name="value" />
+      <param name="result" />
     </member>
-    <member name="P:System.DateTimeOffset.Second">
-      <summary>Gets the second component of the clock time represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The second component of the <see cref="T:System.DateTimeOffset" /> object, expressed as an integer value between 0 and 59.</returns>
+    <member name="M:System.Enum.TryParse``1(System.String,``0@)">
+      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. The return value indicates whether the conversion succeeded.</summary>
+      <param name="value">The case-sensitive string representation of the enumeration name or underlying value to convert.</param>
+      <param name="result">When this method returns, <paramref name="result" /> contains an object of type <c>TEnum</c> whose value is represented by <paramref name="value" /> if the parse operation succeeds. If the parse operation fails, <paramref name="result" /> contains the default value of the underlying type of <c>TEnum</c>. Note that this value need not be a member of the <c>TEnum</c> enumeration. This parameter is passed uninitialized.</param>
+      <typeparam name="TEnum">The enumeration type to which to convert <paramref name="value" />.</typeparam>
+      <returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="TEnum" /> is not an enumeration type.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.Ticks">
-      <summary>Gets the number of ticks that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object in clock time.</summary>
-      <returns>The number of ticks in the <see cref="T:System.DateTimeOffset" /> object's clock time.</returns>
+    <member name="M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)">
+      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded.</summary>
+      <param name="value">The string representation of the enumeration name or underlying value to convert.</param>
+      <param name="ignoreCase">
+        <see langword="true" /> to ignore case; <see langword="false" /> to consider case.</param>
+      <param name="result">When this method returns, <paramref name="result" /> contains an object of type <c>TEnum</c> whose value is represented by <paramref name="value" /> if the parse operation succeeds. If the parse operation fails, <paramref name="result" /> contains the default value of the underlying type of <c>TEnum</c>. Note that this value need not be a member of the <c>TEnum</c> enumeration. This parameter is passed uninitialized.</param>
+      <typeparam name="TEnum">The enumeration type to which to convert <paramref name="value" />.</typeparam>
+      <returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="TEnum" /> is not an enumeration type.</exception>
     </member>
-    <member name="P:System.DateTimeOffset.TimeOfDay">
-      <summary>Gets the time of day for the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The time interval of the current date that has elapsed since midnight.</returns>
+    <member name="T:System.EventArgs">
+      <summary>Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.</summary>
     </member>
-    <member name="P:System.DateTimeOffset.UtcDateTime">
-      <summary>Gets a <see cref="T:System.DateTime" /> value that represents the Coordinated Universal Time (UTC) date and time of the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The Coordinated Universal Time (UTC) date and time of the current <see cref="T:System.DateTimeOffset" /> object.</returns>
+    <member name="M:System.EventArgs.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.EventArgs" /> class.</summary>
     </member>
-    <member name="P:System.DateTimeOffset.UtcNow">
-      <summary>Gets a <see cref="T:System.DateTimeOffset" /> object whose date and time are set to the current Coordinated Universal Time (UTC) date and time and whose offset is <see cref="F:System.TimeSpan.Zero" />.</summary>
-      <returns>An object whose date and time is the current Coordinated Universal Time (UTC) and whose offset is <see cref="F:System.TimeSpan.Zero" />.</returns>
+    <member name="F:System.EventArgs.Empty">
+      <summary>Provides a value to use with events that do not have event data.</summary>
     </member>
-    <member name="P:System.DateTimeOffset.UtcTicks">
-      <summary>Gets the number of ticks that represents the date and time of the current <see cref="T:System.DateTimeOffset" /> object in Coordinated Universal Time (UTC).</summary>
-      <returns>The number of ticks in the <see cref="T:System.DateTimeOffset" /> object's Coordinated Universal Time (UTC).</returns>
+    <member name="T:System.EventHandler">
+      <summary>Represents the method that will handle an event that has no event data.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">An object that contains no event data.</param>
     </member>
-    <member name="P:System.DateTimeOffset.Year">
-      <summary>Gets the year component of the date represented by the current <see cref="T:System.DateTimeOffset" /> object.</summary>
-      <returns>The year component of the current <see cref="T:System.DateTimeOffset" /> object, expressed as an integer value between 0 and 9999.</returns>
+    <member name="T:System.EventHandler`1">
+      <summary>Represents the method that will handle an event when the event provides data.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">An object that contains the event data.</param>
+      <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
     </member>
-    <member name="T:System.DayOfWeek">
-      <summary>Specifies the day of the week.</summary>
+    <member name="T:System.Exception">
+      <summary>Represents errors that occur during application execution.</summary>
     </member>
-    <member name="F:System.DayOfWeek.Friday">
-      <summary>Indicates Friday.</summary>
+    <member name="M:System.Exception.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class.</summary>
     </member>
-    <member name="F:System.DayOfWeek.Monday">
-      <summary>Indicates Monday.</summary>
+    <member name="M:System.Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="info" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <see langword="null" /> or <see cref="P:System.Exception.HResult" /> is zero (0).</exception>
     </member>
-    <member name="F:System.DayOfWeek.Saturday">
-      <summary>Indicates Saturday.</summary>
+    <member name="M:System.Exception.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="F:System.DayOfWeek.Sunday">
-      <summary>Indicates Sunday.</summary>
+    <member name="M:System.Exception.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception, or a null reference (<see langword="Nothing" /> in Visual Basic) if no inner exception is specified.</param>
     </member>
-    <member name="F:System.DayOfWeek.Thursday">
-      <summary>Indicates Thursday.</summary>
+    <member name="P:System.Exception.Data">
+      <summary>Gets a collection of key/value pairs that provide additional user-defined information about the exception.</summary>
+      <returns>An object that implements the <see cref="T:System.Collections.IDictionary" /> interface and contains a collection of user-defined key/value pairs. The default is an empty collection.</returns>
     </member>
-    <member name="F:System.DayOfWeek.Tuesday">
-      <summary>Indicates Tuesday.</summary>
+    <member name="M:System.Exception.GetBaseException">
+      <summary>When overridden in a derived class, returns the <see cref="T:System.Exception" /> that is the root cause of one or more subsequent exceptions.</summary>
+      <returns>The first exception thrown in a chain of exceptions. If the <see cref="P:System.Exception.InnerException" /> property of the current exception is a null reference (<see langword="Nothing" /> in Visual Basic), this property returns the current exception.</returns>
     </member>
-    <member name="F:System.DayOfWeek.Wednesday">
-      <summary>Indicates Wednesday.</summary>
+    <member name="M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
     </member>
-    <member name="T:System.DBNull">
-      <summary>Represents a nonexistent value. This class cannot be inherited.</summary>
+    <member name="M:System.Exception.GetType">
+      <summary>Gets the runtime type of the current instance.</summary>
+      <returns>A <see cref="T:System.Type" /> object that represents the exact runtime type of the current instance.</returns>
     </member>
-    <member name="F:System.DBNull.Value">
-      <summary>Represents the sole instance of the <see cref="T:System.DBNull" /> class.</summary>
+    <member name="P:System.Exception.HelpLink">
+      <summary>Gets or sets a link to the help file associated with this exception.</summary>
+      <returns>The Uniform Resource Name (URN) or Uniform Resource Locator (URL).</returns>
     </member>
-    <member name="M:System.DBNull.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and returns the data needed to serialize the <see cref="T:System.DBNull" /> object.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing information required to serialize the <see cref="T:System.DBNull" /> object.</param>
-      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.DBNull" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
+    <member name="P:System.Exception.HResult">
+      <summary>Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.</summary>
+      <returns>The HRESULT value.</returns>
     </member>
-    <member name="M:System.DBNull.GetTypeCode">
-      <summary>Gets the <see cref="T:System.TypeCode" /> value for <see cref="T:System.DBNull" />.</summary>
-      <returns>The <see cref="T:System.TypeCode" /> value for <see cref="T:System.DBNull" />, which is <see cref="F:System.TypeCode.DBNull" />.</returns>
+    <member name="P:System.Exception.InnerException">
+      <summary>Gets the <see cref="T:System.Exception" /> instance that caused the current exception.</summary>
+      <returns>An object that describes the error that caused the current exception. The <see cref="P:System.Exception.InnerException" /> property returns the same value as was passed into the <see cref="M:System.Exception.#ctor(System.String,System.Exception)" /> constructor, or <see langword="null" /> if the inner exception value was not supplied to the constructor. This property is read-only.</returns>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="P:System.Exception.Message">
+      <summary>Gets a message that describes the current exception.</summary>
+      <returns>The error message that explains the reason for the exception, or an empty string ("").</returns>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="E:System.Exception.SerializeObjectState">
+      <summary>Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.</summary>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="P:System.Exception.Source">
+      <summary>Gets or sets the name of the application or the object that causes the error.</summary>
+      <returns>The name of the application or the object that causes the error.</returns>
+      <exception cref="T:System.ArgumentException">The object must be a runtime <see cref="N:System.Reflection" /> object.</exception>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="P:System.Exception.StackTrace">
+      <summary>Gets a string representation of the immediate frames on the call stack.</summary>
+      <returns>A string that describes the immediate frames of the call stack.</returns>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="P:System.Exception.TargetSite">
+      <summary>Gets the method that throws the current exception.</summary>
+      <returns>The <see cref="T:System.Reflection.MethodBase" /> that threw the current exception.</returns>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.Exception.ToString">
+      <summary>Creates and returns a string representation of the current exception.</summary>
+      <returns>A string representation of the current exception.</returns>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="T:System.ExecutionEngineException">
+      <summary>The exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.ExecutionEngineException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class.</summary>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.ExecutionEngineException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.ExecutionEngineException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="T:System.FieldAccessException">
+      <summary>The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class.</summary>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>Converts the current <see cref="T:System.DBNull" /> object to the specified type.</summary>
-      <param name="type">The type to convert the current <see cref="T:System.DBNull" /> object to.</param>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface and is used to augment the conversion. If <see langword="null" /> is specified, format information is obtained from the current culture.</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>The boxed equivalent of the current <see cref="T:System.DBNull" /> object, if that conversion is supported; otherwise, an exception is thrown and no value is returned.</returns>
+    <member name="M:System.FieldAccessException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class.</summary>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.FieldAccessException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.FieldAccessException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with a specified error message.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="M:System.DBNull.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to make this conversion throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">An object that implements the <see cref="T:System.IFormatProvider" /> interface. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.InvalidCastException">This conversion is not supported for the <see cref="T:System.DBNull" /> type.</exception>
-      <returns>None. The return value for this member is not used.</returns>
+    <member name="M:System.FieldAccessException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.DBNull.ToString">
-      <summary>Returns an empty string (<see cref="F:System.String.Empty" />).</summary>
-      <returns>An empty string (<see cref="F:System.String.Empty" />).</returns>
+    <member name="T:System.FileStyleUriParser">
+      <summary>A customizable parser based on the File scheme.</summary>
     </member>
-    <member name="M:System.DBNull.ToString(System.IFormatProvider)">
-      <summary>Returns an empty string using the specified <see cref="T:System.IFormatProvider" />.</summary>
-      <param name="provider">The <see cref="T:System.IFormatProvider" /> to be used to format the return value.  
-  
- -or-  
-  
- <see langword="null" /> to obtain the format information from the current locale setting of the operating system.</param>
-      <returns>An empty string (<see cref="F:System.String.Empty" />).</returns>
+    <member name="M:System.FileStyleUriParser.#ctor">
+      <summary>Creates a customizable parser based on the File scheme.</summary>
     </member>
-    <member name="T:System.Decimal">
-      <summary>Represents a decimal floating-point number.</summary>
+    <member name="T:System.FlagsAttribute">
+      <summary>Indicates that an enumeration can be treated as a bit field; that is, a set of flags.</summary>
     </member>
-    <member name="F:System.Decimal.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.Decimal" />. This field is constant and read-only.</summary>
+    <member name="M:System.FlagsAttribute.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.FlagsAttribute" /> class.</summary>
     </member>
-    <member name="F:System.Decimal.MinusOne">
-      <summary>Represents the number negative one (-1).</summary>
+    <member name="T:System.FormatException">
+      <summary>The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed.</summary>
     </member>
-    <member name="F:System.Decimal.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.Decimal" />. This field is constant and read-only.</summary>
+    <member name="M:System.FormatException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class.</summary>
     </member>
-    <member name="F:System.Decimal.One">
-      <summary>Represents the number one (1).</summary>
+    <member name="M:System.FormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="F:System.Decimal.Zero">
-      <summary>Represents the number zero (0).</summary>
+    <member name="M:System.FormatException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="M:System.Decimal.#ctor(System.Double)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified double-precision floating-point number.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.</exception>
+    <member name="M:System.FormatException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.Decimal.#ctor(System.Int32)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 32-bit signed integer.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> from parameters specifying the instance's constituent parts.</summary>
-      <param name="lo">The low 32 bits of a 96-bit integer.</param>
-      <param name="mid">The middle 32 bits of a 96-bit integer.</param>
-      <param name="hi">The high 32 bits of a 96-bit integer.</param>
-      <param name="isNegative">
-        <see langword="true" /> to indicate a negative number; <see langword="false" /> to indicate a positive number.</param>
-      <param name="scale">A power of 10 ranging from 0 to 28.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="scale" /> is greater than 28.</exception>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.Int32[])">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to a decimal value represented in binary and contained in a specified array.</summary>
-      <param name="bits">An array of 32-bit signed integers containing a representation of a decimal value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="bits" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The length of the <paramref name="bits" /> is not 4.  
-  
- -or-  
-  
- The representation of the decimal value in <paramref name="bits" /> is not valid.</exception>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.Int64)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 64-bit signed integer.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.ReadOnlySpan{System.Int32})">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to a decimal value represented in binary and contained in the specified span.</summary>
-      <param name="bits">A span of four <see cref="T:System.Int32" /> values that contains a binary representation of a decimal value.</param>
-      <exception cref="T:System.ArgumentException">The length of <paramref name="bits" /> is not 4, or the representation of the decimal value in <paramref name="bits" /> is not valid.</exception>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.Single)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified single-precision floating-point number.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</exception>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.UInt32)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 32-bit unsigned integer.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-    </member>
-    <member name="M:System.Decimal.#ctor(System.UInt64)">
-      <summary>Initializes a new instance of <see cref="T:System.Decimal" /> to the value of the specified 64-bit unsigned integer.</summary>
-      <param name="value">The value to represent as a <see cref="T:System.Decimal" />.</param>
-    </member>
-    <member name="M:System.Decimal.Add(System.Decimal,System.Decimal)">
-      <summary>Adds two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The first value to add.</param>
-      <param name="d2">The second value to add.</param>
-      <exception cref="T:System.OverflowException">The sum of <paramref name="d1" /> and <paramref name="d2" /> is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The sum of <paramref name="d1" /> and <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Ceiling(System.Decimal)">
-      <summary>Returns the smallest integral value that is greater than or equal to the specified decimal number.</summary>
-      <param name="d">A decimal number.</param>
-      <returns>The smallest integral value that is greater than or equal to the <paramref name="d" /> parameter. Note that this method returns a <see cref="T:System.Decimal" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Decimal.Compare(System.Decimal,System.Decimal)">
-      <summary>Compares two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>A signed number indicating the relative values of <paramref name="d1" /> and <paramref name="d2" />.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="d1" /> is less than <paramref name="d2" />.</description></item><item><term> Zero</term><description><paramref name="d1" /> and <paramref name="d2" /> are equal.</description></item><item><term> Greater than zero</term><description><paramref name="d1" /> is greater than <paramref name="d2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Decimal.CompareTo(System.Decimal)">
-      <summary>Compares this instance to a specified <see cref="T:System.Decimal" /> object and returns a comparison of their relative values.</summary>
-      <param name="value">The object to compare with this instance.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Decimal.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns a comparison of their relative values.</summary>
-      <param name="value">The object to compare with this instance, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not a <see cref="T:System.Decimal" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Decimal.Divide(System.Decimal,System.Decimal)">
-      <summary>Divides two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The dividend.</param>
-      <param name="d2">The divisor.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="d2" /> is zero.</exception>
-      <exception cref="T:System.OverflowException">The return value (that is, the quotient) is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Equals(System.Decimal)">
-      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Decimal" /> object represent the same value.</summary>
-      <param name="value">An object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Equals(System.Decimal,System.Decimal)">
-      <summary>Returns a value indicating whether two specified instances of <see cref="T:System.Decimal" /> represent the same value.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Object" /> represent the same type and value.</summary>
-      <param name="value">The object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is a <see cref="T:System.Decimal" /> and equal to this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Floor(System.Decimal)">
-      <summary>Rounds a specified <see cref="T:System.Decimal" /> number to the closest integer toward negative infinity.</summary>
-      <param name="d">The value to round.</param>
-      <returns>If <paramref name="d" /> has a fractional part, the next whole <see cref="T:System.Decimal" /> number toward negative infinity that is less than <paramref name="d" />.  
-  
- -or-  
-  
- If <paramref name="d" /> doesn't have a fractional part, <paramref name="d" /> is returned unchanged. Note that the method returns an integral value of type <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.FromOACurrency(System.Int64)">
-      <summary>Converts the specified 64-bit signed integer, which contains an OLE Automation Currency value, to the equivalent <see cref="T:System.Decimal" /> value.</summary>
-      <param name="cy">An OLE Automation Currency value.</param>
-      <returns>A <see cref="T:System.Decimal" /> that contains the equivalent of <paramref name="cy" />.</returns>
-    </member>
-    <member name="M:System.Decimal.GetBits(System.Decimal)">
-      <summary>Converts the value of a specified instance of <see cref="T:System.Decimal" /> to its equivalent binary representation.</summary>
-      <param name="d">The value to convert.</param>
-      <returns>A 32-bit signed integer array with four elements that contain the binary representation of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.GetBits(System.Decimal,System.Span{System.Int32})">
-      <summary>Converts the value of a specified instance of <see cref="T:System.Decimal" /> to its equivalent binary representation.</summary>
-      <param name="d">The value to convert.</param>
-      <param name="destination">The span into which to store the four-integer binary representation.</param>
-      <exception cref="T:System.ArgumentException">The destination span was not long enough to store the binary representation.</exception>
-      <returns>
-        <see langword="4" />, which is the number of integers in the binary representation.</returns>
-    </member>
-    <member name="M:System.Decimal.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Decimal.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Decimal" />.</summary>
-      <returns>The enumerated constant <see cref="F:System.TypeCode.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Multiply(System.Decimal,System.Decimal)">
-      <summary>Multiplies two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The multiplicand.</param>
-      <param name="d2">The multiplier.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of multiplying <paramref name="d1" /> and <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Negate(System.Decimal)">
-      <summary>Returns the result of multiplying the specified <see cref="T:System.Decimal" /> value by negative one.</summary>
-      <param name="d">The value to negate.</param>
-      <returns>A decimal number with the value of <paramref name="d" />, but the opposite sign.  
-  
- -or-  
-  
- Zero, if <paramref name="d" /> is zero.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Addition(System.Decimal,System.Decimal)">
-      <summary>Adds two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The first value to add.</param>
-      <param name="d2">The second value to add.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of adding <paramref name="d1" /> and <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Decrement(System.Decimal)">
-      <summary>Decrements the <see cref="T:System.Decimal" /> operand by one.</summary>
-      <param name="d">The value to decrement.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The value of <paramref name="d" /> decremented by 1.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Division(System.Decimal,System.Decimal)">
-      <summary>Divides two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The dividend.</param>
-      <param name="d2">The divisor.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="d2" /> is zero.</exception>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Equality(System.Decimal,System.Decimal)">
-      <summary>Returns a value that indicates whether two <see cref="T:System.Decimal" /> values are equal.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Byte">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to an 8-bit unsigned integer.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Char">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a Unicode character.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Char.MinValue" /> or greater than <see cref="F:System.Char.MaxValue" />.</exception>
-      <returns>A Unicode character that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Double">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a double-precision floating-point number.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A double-precision floating-point number that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int16">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 16-bit signed integer.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int32">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 32-bit signed integer.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Int64">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 64-bit signed integer.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.SByte">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to an 8-bit signed integer.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.Single">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a single-precision floating-point number.</summary>
-      <param name="value">The value to convert.</param>
-      <returns>A single-precision floating-point number that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt16">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 16-bit unsigned integer.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt32">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 32-bit unsigned integer.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Decimal)~System.UInt64">
-      <summary>Defines an explicit conversion of a <see cref="T:System.Decimal" /> to a 64-bit unsigned integer.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The value to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is negative or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer that represents the converted <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Double)~System.Decimal">
-      <summary>Defines an explicit conversion of a double-precision floating-point number to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The double-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.</exception>
-      <returns>The converted double-precision floating point number.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Explicit(System.Single)~System.Decimal">
-      <summary>Defines an explicit conversion of a single-precision floating-point number to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The single-precision floating-point number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.Decimal.MaxValue" /> or less than <see cref="F:System.Decimal.MinValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</exception>
-      <returns>The converted single-precision floating point number.</returns>
-    </member>
-    <member name="M:System.Decimal.op_GreaterThan(System.Decimal,System.Decimal)">
-      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is greater than another specified <see cref="T:System.Decimal" />.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is greater than <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_GreaterThanOrEqual(System.Decimal,System.Decimal)">
-      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is greater than or equal to another specified <see cref="T:System.Decimal" />.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is greater than or equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.Byte)~System.Decimal">
-      <summary>Defines an implicit conversion of an 8-bit unsigned integer to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The 8-bit unsigned integer to convert.</param>
-      <returns>The converted 8-bit unsigned integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.Char)~System.Decimal">
-      <summary>Defines an implicit conversion of a Unicode character to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The Unicode character to convert.</param>
-      <returns>The converted Unicode character.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.Int16)~System.Decimal">
-      <summary>Defines an implicit conversion of a 16-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The 16-bit signed integer to convert.</param>
-      <returns>The converted 16-bit signed integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.Int32)~System.Decimal">
-      <summary>Defines an implicit conversion of a 32-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The 32-bit signed integer to convert.</param>
-      <returns>The converted 32-bit signed integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.Int64)~System.Decimal">
-      <summary>Defines an implicit conversion of a 64-bit signed integer to a <see cref="T:System.Decimal" />.</summary>
-      <param name="value">The 64-bit signed integer to convert.</param>
-      <returns>The converted 64-bit signed integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.SByte)~System.Decimal">
-      <summary>Defines an implicit conversion of an 8-bit signed integer to a <see cref="T:System.Decimal" />.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The 8-bit signed integer to convert.</param>
-      <returns>The converted 8-bit signed integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.UInt16)~System.Decimal">
-      <summary>Defines an implicit conversion of a 16-bit unsigned integer to a <see cref="T:System.Decimal" />.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The 16-bit unsigned integer to convert.</param>
-      <returns>The converted 16-bit unsigned integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.UInt32)~System.Decimal">
-      <summary>Defines an implicit conversion of a 32-bit unsigned integer to a <see cref="T:System.Decimal" />.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The 32-bit unsigned integer to convert.</param>
-      <returns>The converted 32-bit unsigned integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Implicit(System.UInt64)~System.Decimal">
-      <summary>Defines an implicit conversion of a 64-bit unsigned integer to a <see cref="T:System.Decimal" />.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The 64-bit unsigned integer to convert.</param>
-      <returns>The converted 64-bit unsigned integer.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Increment(System.Decimal)">
-      <summary>Increments the <see cref="T:System.Decimal" /> operand by 1.</summary>
-      <param name="d">The value to increment.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The value of <paramref name="d" /> incremented by 1.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Inequality(System.Decimal,System.Decimal)">
-      <summary>Returns a value that indicates whether two <see cref="T:System.Decimal" /> objects have different values.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> are not equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_LessThan(System.Decimal,System.Decimal)">
-      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is less than another specified <see cref="T:System.Decimal" />.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is less than <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_LessThanOrEqual(System.Decimal,System.Decimal)">
-      <summary>Returns a value indicating whether a specified <see cref="T:System.Decimal" /> is less than or equal to another specified <see cref="T:System.Decimal" />.</summary>
-      <param name="d1">The first value to compare.</param>
-      <param name="d2">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is less than or equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Modulus(System.Decimal,System.Decimal)">
-      <summary>Returns the remainder resulting from dividing two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The dividend.</param>
-      <param name="d2">The divisor.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="d2" /> is <see langword="zero" />.</exception>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The remainder resulting from dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Multiply(System.Decimal,System.Decimal)">
-      <summary>Multiplies two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The first value to multiply.</param>
-      <param name="d2">The second value to multiply.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of multiplying <paramref name="d1" /> by <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_Subtraction(System.Decimal,System.Decimal)">
-      <summary>Subtracts two specified <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The minuend.</param>
-      <param name="d2">The subtrahend.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of subtracting <paramref name="d2" /> from <paramref name="d1" />.</returns>
-    </member>
-    <member name="M:System.Decimal.op_UnaryNegation(System.Decimal)">
-      <summary>Negates the value of the specified <see cref="T:System.Decimal" /> operand.</summary>
-      <param name="d">The value to negate.</param>
-      <returns>The result of <paramref name="d" /> multiplied by negative one (-1).</returns>
-    </member>
-    <member name="M:System.Decimal.op_UnaryPlus(System.Decimal)">
-      <summary>Returns the value of the <see cref="T:System.Decimal" /> operand (the sign of the operand is unchanged).</summary>
-      <param name="d">The operand to return.</param>
-      <returns>The value of the operand, <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format.</summary>
-      <param name="s">The span containing the characters representing the number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> object that supplies culture-specific information about the format of <paramref name="s" />.</param>
-      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="style" /> and <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Parse(System.String)">
-      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The equivalent to the number contained in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its <see cref="T:System.Decimal" /> equivalent.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" /></exception>
-      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="style" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> object that supplies culture-specific information about the format of <paramref name="s" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="style" /> and <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified culture-specific format information.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific parsing information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not of the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The <see cref="T:System.Decimal" /> number equivalent to the number contained in <paramref name="s" /> as specified by <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Remainder(System.Decimal,System.Decimal)">
-      <summary>Computes the remainder after dividing two <see cref="T:System.Decimal" /> values.</summary>
-      <param name="d1">The dividend.</param>
-      <param name="d2">The divisor.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="d2" /> is zero.</exception>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The remainder after dividing <paramref name="d1" /> by <paramref name="d2" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Round(System.Decimal)">
-      <summary>Rounds a decimal value to the nearest integer.</summary>
-      <param name="d">A decimal number to round.</param>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> value.</exception>
-      <returns>The integer that is nearest to the <paramref name="d" /> parameter. If <paramref name="d" /> is halfway between two integers, one of which is even and the other odd, the even number is returned.</returns>
-    </member>
-    <member name="M:System.Decimal.Round(System.Decimal,System.Int32)">
-      <summary>Rounds a <see cref="T:System.Decimal" /> value to a specified number of decimal places.</summary>
-      <param name="d">A decimal number to round.</param>
-      <param name="decimals">A value from 0 to 28 that specifies the number of decimal places to round to.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="decimals" /> is not a value from 0 to 28.</exception>
-      <returns>The decimal number equivalent to <paramref name="d" /> rounded to <paramref name="decimals" /> decimal places.</returns>
-    </member>
-    <member name="M:System.Decimal.Round(System.Decimal,System.Int32,System.MidpointRounding)">
-      <summary>Rounds a decimal value to the specified precision using the specified rounding strategy.</summary>
-      <param name="d">A decimal number to round.</param>
-      <param name="decimals">The number of significant decimal places (precision) in the return value.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="decimals" /> is less than 0 or greater than 28.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a <see cref="T:System.MidpointRounding" /> value.</exception>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> object.</exception>
-      <returns>The number that <paramref name="d" /> is rounded to using the <paramref name="mode" /> rounding strategy and with a precision of <paramref name="decimals" />. If the precision of <paramref name="d" /> is less than <paramref name="decimals" />, <paramref name="d" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.Decimal.Round(System.Decimal,System.MidpointRounding)">
-      <summary>Rounds a decimal value to an integer using the specified rounding strategy.</summary>
-      <param name="d">A decimal number to round.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a <see cref="T:System.MidpointRounding" /> value.</exception>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" /> object.</exception>
-      <returns>The integer that <paramref name="d" /> is rounded to using the <paramref name="mode" /> rounding strategy.</returns>
-    </member>
-    <member name="M:System.Decimal.Subtract(System.Decimal,System.Decimal)">
-      <summary>Subtracts one specified <see cref="T:System.Decimal" /> value from another.</summary>
-      <param name="d1">The minuend.</param>
-      <param name="d2">The subtrahend.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />.</exception>
-      <returns>The result of subtracting <paramref name="d2" /> from <paramref name="d1" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>
-        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>None. This conversion is not supported.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>None. This conversion is not supported.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Int16" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">The parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Int32" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Int64" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.SByte" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
-      <param name="type">The type to which to convert the value of this <see cref="T:System.Decimal" /> instance.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidCastException">The requested type conversion is not supported.</exception>
-      <returns>The value of the current instance, converted to a <paramref name="type" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.OverflowException">The resulting integer value is less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
-    </member>
-    <member name="M:System.Decimal.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the deserialization of an object has been completed.</summary>
-      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
-      <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Decimal" /> object contains invalid or corrupted data.</exception>
-    </member>
-    <member name="M:System.Decimal.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
-      <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext" />) for this serialization.</param>
-    </member>
-    <member name="M:System.Decimal.ToByte(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 8-bit unsigned integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Byte.MinValue" /> or greater than <see cref="F:System.Byte.MaxValue" />.</exception>
-      <returns>An 8-bit unsigned integer equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToDouble(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent double-precision floating-point number.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <returns>A double-precision floating-point number equivalent to <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToInt16(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 16-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToInt32(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 32-bit signed integer.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="d" /> is less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer equivalent to the value of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToInt64(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 64-bit signed integer.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="d" /> is less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer equivalent to the value of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToOACurrency(System.Decimal)">
-      <summary>Converts the specified <see cref="T:System.Decimal" /> value to the equivalent OLE Automation Currency value, which is contained in a 64-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <returns>A 64-bit signed integer that contains the OLE Automation equivalent of <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToSByte(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 8-bit signed integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer equivalent to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToSingle(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent single-precision floating-point number.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <returns>A single-precision floating-point number equivalent to the value of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>A string that represents the value of this instance.</returns>
-    </member>
-    <member name="M:System.Decimal.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A standard or custom numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToUInt16(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 16-bit unsigned integer.</summary>
-      <param name="value">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is greater than <see cref="F:System.UInt16.MaxValue" /> or less than <see cref="F:System.UInt16.MinValue" />.</exception>
-      <returns>A 16-bit unsigned integer equivalent to the value of <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToUInt32(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 32-bit unsigned integer.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="d" /> is negative or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer equivalent to the value of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.ToUInt64(System.Decimal)">
-      <summary>Converts the value of the specified <see cref="T:System.Decimal" /> to the equivalent 64-bit unsigned integer.</summary>
-      <param name="d">The decimal number to convert.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="d" /> is negative or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer equivalent to the value of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Decimal.Truncate(System.Decimal)">
-      <summary>Returns the integral digits of the specified <see cref="T:System.Decimal" />; any fractional digits are discarded.</summary>
-      <param name="d">The decimal number to truncate.</param>
-      <returns>The result of <paramref name="d" /> rounded toward zero, to the nearest whole number.</returns>
-    </member>
-    <member name="M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current decimal instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.TryGetBits(System.Decimal,System.Span{System.Int32},System.Int32@)">
-      <summary>Tries to convert the value of a specified instance of <see cref="T:System.Decimal" /> to its equivalent binary representation.</summary>
-      <param name="d">The value to convert.</param>
-      <param name="destination">The span into which to store the binary representation.</param>
-      <param name="valuesWritten">The number of integers written to the destination.</param>
-      <returns>
-        <see langword="true" /> if the decimal's binary representation was written to the destination; <see langword="false" /> if the destination wasn't long enough.</returns>
-    </member>
-    <member name="M:System.Decimal.TryParse(System.ReadOnlySpan{System.Char},System.Decimal@)">
-      <summary>Converts the span representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)">
-      <summary>Converts the span representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
-      <param name="provider">An object that supplies culture-specific parsing information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.TryParse(System.String,System.Decimal@)">
-      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a valid format, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)">
-      <summary>Converts the string representation of a number to its <see cref="T:System.Decimal" /> equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">The string representation of the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Number" />.</param>
-      <param name="provider">An object that supplies culture-specific parsing information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.Decimal" /> number that is equivalent to the numeric value contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Decimal.MinValue" /> or greater than <see cref="F:System.Decimal.MaxValue" />. This parameter is passed uininitialized; any value originally supplied in <paramref name="result" /> is overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Delegate">
-      <summary>Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.</summary>
-    </member>
-    <member name="M:System.Delegate.#ctor(System.Object,System.String)">
-      <summary>Initializes a delegate that invokes the specified instance method on the specified class instance.</summary>
-      <param name="target">The class instance on which the delegate invokes <paramref name="method" />.</param>
-      <param name="method">The name of the instance method that the delegate represents.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">There was an error binding to the target method.</exception>
-    </member>
-    <member name="M:System.Delegate.#ctor(System.Type,System.String)">
-      <summary>Initializes a delegate that invokes the specified static method from the specified class.</summary>
-      <param name="target">The <see cref="T:System.Type" /> representing the class that defines <paramref name="method" />.</param>
-      <param name="method">The name of the static method that the delegate represents.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="target" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="target" /> represents an open generic type.</exception>
-    </member>
-    <member name="M:System.Delegate.Clone">
-      <summary>Creates a shallow copy of the delegate.</summary>
-      <returns>A shallow copy of the delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.Combine(System.Delegate,System.Delegate)">
-      <summary>Concatenates the invocation lists of two delegates.</summary>
-      <param name="a">The delegate whose invocation list comes first.</param>
-      <param name="b">The delegate whose invocation list comes last.</param>
-      <exception cref="T:System.ArgumentException">Both <paramref name="a" /> and <paramref name="b" /> are not <see langword="null" />, and <paramref name="a" /> and <paramref name="b" /> are not instances of the same delegate type.</exception>
-      <returns>A new delegate with an invocation list that concatenates the invocation lists of <paramref name="a" /> and <paramref name="b" /> in that order. Returns <paramref name="a" /> if <paramref name="b" /> is <see langword="null" />, returns <paramref name="b" /> if <paramref name="a" /> is a null reference, and returns a null reference if both <paramref name="a" /> and <paramref name="b" /> are null references.</returns>
-    </member>
-    <member name="M:System.Delegate.Combine(System.Delegate[])">
-      <summary>Concatenates the invocation lists of an array of delegates.</summary>
-      <param name="delegates">The array of delegates to combine.</param>
-      <exception cref="T:System.ArgumentException">Not all the non-null entries in <paramref name="delegates" /> are instances of the same delegate type.</exception>
-      <returns>A new delegate with an invocation list that concatenates the invocation lists of the delegates in the <paramref name="delegates" /> array. Returns <see langword="null" /> if <paramref name="delegates" /> is <see langword="null" />, if <paramref name="delegates" /> contains zero elements, or if every entry in <paramref name="delegates" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Delegate.CombineImpl(System.Delegate)">
-      <summary>Concatenates the invocation lists of the specified multicast (combinable) delegate and the current multicast (combinable) delegate.</summary>
-      <param name="d">The multicast (combinable) delegate whose invocation list to append to the end of the invocation list of the current multicast (combinable) delegate.</param>
-      <exception cref="T:System.MulticastNotSupportedException">Always thrown.</exception>
-      <returns>A new multicast (combinable) delegate with an invocation list that concatenates the invocation list of the current multicast (combinable) delegate and the invocation list of <paramref name="d" />, or the current multicast (combinable) delegate if <paramref name="d" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)">
-      <summary>Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="firstArgument">The object to which the delegate is bound, or <see langword="null" /> to treat <paramref name="method" /> as <see langword="static" /> (<see langword="Shared" /> in Visual Basic).</param>
-      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified static or instance method.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean)">
-      <summary>Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument and the specified behavior on failure to bind.</summary>
-      <param name="type">A <see cref="T:System.Type" /> representing the type of delegate to create.</param>
-      <param name="firstArgument">An <see cref="T:System.Object" /> that is the first argument of the method the delegate represents. For instance methods, it must be compatible with the instance type.</param>
-      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
-      <param name="throwOnBindFailure">
-        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified static or instance method, or <see langword="null" /> if <paramref name="throwOnBindFailure" /> is <see langword="false" /> and the delegate cannot be bound to <paramref name="method" />.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String)">
-      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
-      <param name="method">The name of the instance method that the delegate is to represent.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> is not an instance method.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean)">
-      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance with the specified case-sensitivity.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
-      <param name="method">The name of the instance method that the delegate is to represent.</param>
-      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> is not an instance method.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean)">
-      <summary>Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance, with the specified case-sensitivity and the specified behavior on failure to bind.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The class instance on which <paramref name="method" /> is invoked.</param>
-      <param name="method">The name of the instance method that the delegate is to represent.</param>
-      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
-      <param name="throwOnBindFailure">
-        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> is not an instance method.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified instance method to invoke on the specified class instance.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Reflection.MethodInfo)">
-      <summary>Creates a delegate of the specified type to represent the specified static method.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent. Only static methods are supported in the .NET Framework version 1.0 and 1.1.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> is not a static method, and the .NET Framework version is 1.0 or 1.1.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type to represent the specified static method.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean)">
-      <summary>Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="method">The <see cref="T:System.Reflection.MethodInfo" /> describing the static or instance method the delegate is to represent.</param>
-      <param name="throwOnBindFailure">
-        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See Runtime Types in Reflection.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type to represent the specified static method.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)">
-      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
-      <param name="method">The name of the static method that the delegate is to represent.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="target" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)">
-      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
-      <param name="method">The name of the static method that the delegate is to represent.</param>
-      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="target" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
-    </member>
-    <member name="M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)">
-      <summary>Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of delegate to create.</param>
-      <param name="target">The <see cref="T:System.Type" /> representing the class that implements <paramref name="method" />.</param>
-      <param name="method">The name of the static method that the delegate is to represent.</param>
-      <param name="ignoreCase">A Boolean indicating whether to ignore the case when comparing the name of the method.</param>
-      <param name="throwOnBindFailure">
-        <see langword="true" /> to throw an exception if <paramref name="method" /> cannot be bound; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="target" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="method" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="type" /> does not inherit <see cref="T:System.MulticastDelegate" />.  
-  
- -or-  
-  
- <paramref name="type" /> is not a <see langword="RuntimeType" />. See Runtime Types in Reflection.  
-  
- -or-  
-  
- <paramref name="target" /> is not a <see langword="RuntimeType" />.  
-  
- -or-  
-  
- <paramref name="target" /> is an open generic type. That is, its <see cref="P:System.Type.ContainsGenericParameters" /> property is <see langword="true" />.  
-  
- -or-  
-  
- <paramref name="method" /> is not a <see langword="static" /> method (<see langword="Shared" /> method in Visual Basic).  
-  
- -or-  
-  
- <paramref name="method" /> cannot be bound, for example because it cannot be found, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.</exception>
-      <exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
-      <returns>A delegate of the specified type that represents the specified static method of the specified class.</returns>
-    </member>
-    <member name="M:System.Delegate.DynamicInvoke(System.Object[])">
-      <summary>Dynamically invokes (late-bound) the method represented by the current delegate.</summary>
-      <param name="args">An array of objects that are the arguments to pass to the method represented by the current delegate.  
-  
- -or-  
-  
- <see langword="null" />, if the method represented by the current delegate does not require arguments.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).  
-  
- -or-  
-  
- The number, order, or type of parameters listed in <paramref name="args" /> is invalid.</exception>
-      <exception cref="T:System.ArgumentException">The method represented by the delegate is invoked on an object or a class that does not support it.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">The method represented by the delegate is an instance method and the target object is <see langword="null" />.  
-  
- -or-  
-  
- One of the encapsulated methods throws an exception.</exception>
-      <returns>The object returned by the method represented by the delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.DynamicInvokeImpl(System.Object[])">
-      <summary>Dynamically invokes (late-bound) the method represented by the current delegate.</summary>
-      <param name="args">An array of objects that are the arguments to pass to the method represented by the current delegate.  
-  
- -or-  
-  
- <see langword="null" />, if the method represented by the current delegate does not require arguments.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).  
-  
- -or-  
-  
- The number, order, or type of parameters listed in <paramref name="args" /> is invalid.</exception>
-      <exception cref="T:System.ArgumentException">The method represented by the delegate is invoked on an object or a class that does not support it.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">The method represented by the delegate is an instance method and the target object is <see langword="null" />.  
-  
- -or-  
-  
- One of the encapsulated methods throws an exception.</exception>
-      <returns>The object returned by the method represented by the delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.Equals(System.Object)">
-      <summary>Determines whether the specified object and the current delegate are of the same type and share the same targets, methods, and invocation list.</summary>
-      <param name="obj">The object to compare with the current delegate.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> and the current delegate have the same targets, methods, and invocation list; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Delegate.GetHashCode">
-      <summary>Returns a hash code for the delegate.</summary>
-      <returns>A hash code for the delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.GetInvocationList">
-      <summary>Returns the invocation list of the delegate.</summary>
-      <returns>An array of delegates representing the invocation list of the current delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.GetMethodImpl">
-      <summary>Gets the static method represented by the current delegate.</summary>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> describing the static method represented by the current delegate.</returns>
-    </member>
-    <member name="M:System.Delegate.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Not supported.</summary>
-      <param name="info">Not supported.</param>
-      <param name="context">Not supported.</param>
-      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
-    </member>
-    <member name="M:System.Delegate.op_Equality(System.Delegate,System.Delegate)">
-      <summary>Determines whether the specified delegates are equal.</summary>
-      <param name="d1">The first delegate to compare.</param>
-      <param name="d2">The second delegate to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Delegate.op_Inequality(System.Delegate,System.Delegate)">
-      <summary>Determines whether the specified delegates are not equal.</summary>
-      <param name="d1">The first delegate to compare.</param>
-      <param name="d2">The second delegate to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d1" /> is not equal to <paramref name="d2" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Delegate.Remove(System.Delegate,System.Delegate)">
-      <summary>Removes the last occurrence of the invocation list of a delegate from the invocation list of another delegate.</summary>
-      <param name="source">The delegate from which to remove the invocation list of <paramref name="value" />.</param>
-      <param name="value">The delegate that supplies the invocation list to remove from the invocation list of <paramref name="source" />.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <exception cref="T:System.ArgumentException">The delegate types do not match.</exception>
-      <returns>A new delegate with an invocation list formed by taking the invocation list of <paramref name="source" /> and removing the last occurrence of the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the invocation list of <paramref name="source" />. Returns <paramref name="source" /> if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the invocation list of <paramref name="source" />. Returns a null reference if the invocation list of <paramref name="value" /> is equal to the invocation list of <paramref name="source" /> or if <paramref name="source" /> is a null reference.</returns>
-    </member>
-    <member name="M:System.Delegate.RemoveAll(System.Delegate,System.Delegate)">
-      <summary>Removes all occurrences of the invocation list of a delegate from the invocation list of another delegate.</summary>
-      <param name="source">The delegate from which to remove the invocation list of <paramref name="value" />.</param>
-      <param name="value">The delegate that supplies the invocation list to remove from the invocation list of <paramref name="source" />.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <exception cref="T:System.ArgumentException">The delegate types do not match.</exception>
-      <returns>A new delegate with an invocation list formed by taking the invocation list of <paramref name="source" /> and removing all occurrences of the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the invocation list of <paramref name="source" />. Returns <paramref name="source" /> if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the invocation list of <paramref name="source" />. Returns a null reference if the invocation list of <paramref name="value" /> is equal to the invocation list of <paramref name="source" />, if <paramref name="source" /> contains only a series of invocation lists that are equal to the invocation list of <paramref name="value" />, or if <paramref name="source" /> is a null reference.</returns>
-    </member>
-    <member name="M:System.Delegate.RemoveImpl(System.Delegate)">
-      <summary>Removes the invocation list of a delegate from the invocation list of another delegate.</summary>
-      <param name="d">The delegate that supplies the invocation list to remove from the invocation list of the current delegate.</param>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <returns>A new delegate with an invocation list formed by taking the invocation list of the current delegate and removing the invocation list of <paramref name="value" />, if the invocation list of <paramref name="value" /> is found within the current delegate's invocation list. Returns the current delegate if <paramref name="value" /> is <see langword="null" /> or if the invocation list of <paramref name="value" /> is not found within the current delegate's invocation list. Returns <see langword="null" /> if the invocation list of <paramref name="value" /> is equal to the current delegate's invocation list.</returns>
-    </member>
-    <member name="P:System.Delegate.Method">
-      <summary>Gets the method represented by the delegate.</summary>
-      <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> describing the method represented by the delegate.</returns>
-    </member>
-    <member name="P:System.Delegate.Target">
-      <summary>Gets the class instance on which the current delegate invokes the instance method.</summary>
-      <returns>The object on which the current delegate invokes the instance method, if the delegate represents an instance method; <see langword="null" /> if the delegate represents a static method.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
-      <summary>Specifies that <see langword="null" /> is allowed as an input even if the corresponding type disallows it.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.AllowNullAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
-      <summary>Specifies that <see langword="null" /> is disallowed as an input even if the corresponding type allows it.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DisallowNullAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
-      <summary>Specifies that a method that will never return under any circumstance.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
-      <summary>Specifies that the method will not return if the associated <see cref="T:System.Boolean" /> parameter is passed the specified value.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute" /> class with the specified parameter value.</summary>
-      <param name="parameterValue">The condition parameter value. Code after the method is considered unreachable by diagnostics if the argument to the associated parameter matches this value.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
-      <summary>Gets the condition parameter value.</summary>
-      <returns>The condition parameter value. Code after the method is considered unreachable by diagnostics if the argument to the associated parameter matches this value.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute">
-      <summary>Indicates that certain members on a specified <see cref="T:System.Type" /> are accessed dynamically, for example, through <see cref="N:System.Reflection" />.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute" /> class with the specified member types.</summary>
-      <param name="memberTypes">The types of the dynamically accessed members.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.MemberTypes">
-      <summary>Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes" /> that specifies the type of dynamically accessed members.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">
-      <summary>Specifies the types of members that are dynamically accessed.
-             This enumeration has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All">
-      <summary>Specifies all members.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces">
-      <summary>Specifies all interfaces implemented by the type.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.None">
-      <summary>Specifies no members.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors">
-      <summary>Specifies all non-public constructors.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents">
-      <summary>Specifies all non-public events.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields">
-      <summary>Specifies all non-public fields.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods">
-      <summary>Specifies all non-public methods.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes">
-      <summary>Specifies all non-public nested types.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties">
-      <summary>Specifies all non-public properties.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors">
-      <summary>Specifies all public constructors.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents">
-      <summary>Specifies all public events.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields">
-      <summary>Specifies all public fields.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods">
-      <summary>Specifies all public methods.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes">
-      <summary>Specifies all public nested types.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor">
-      <summary>Specifies the default, parameterless public constructor.</summary>
-    </member>
-    <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties">
-      <summary>Specifies all public properties.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute">
-      <summary>States a dependency that one member has on another.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class with the specified types of members on a type in an assembly.</summary>
-      <param name="memberTypes">The types of members depended on.</param>
-      <param name="typeName">The full name of the type containing the specified members.</param>
-      <param name="assemblyName">The assembly name of the type containing the specified members.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class with the specified types of members on a <see cref="T:System.Type" />.</summary>
-      <param name="memberTypes">The types of members depended on.</param>
-      <param name="type">The type that contains the specified members.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class with the specified signature of a member on the same type as the consumer.</summary>
-      <param name="memberSignature">The signature of the member depended on.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String,System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class with the specified signature of a member on a type in an assembly.</summary>
-      <param name="memberSignature">The signature of the member depended on.</param>
-      <param name="typeName">The full name of the type containing the specified member.</param>
-      <param name="assemblyName">The assembly name of the type containing the specified member.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class with the specified signature of a member on a <see cref="T:System.Type" />.</summary>
-      <param name="memberSignature">The signature of the member depended on.</param>
-      <param name="type">The type that contains <paramref name="memberSignature" />.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.AssemblyName">
-      <summary>Gets the assembly name of the specified type.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Condition">
-      <summary>Gets or sets the condition in which the dependency is applicable.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.MemberSignature">
-      <summary>Gets the signature of the member depended on.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.MemberTypes">
-      <summary>Gets the types of the members that are depended on, for example, fields and properties.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Type">
-      <summary>Gets the <see cref="T:System.Type" /> containing the specified member.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.TypeName">
-      <summary>Gets the full name of the type containing the specified member.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute">
-      <summary>Specifies that the attributed code should be excluded from code coverage information.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" /> class.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute.Justification">
-      <summary>Gets or sets the justification for excluding the member from code coverage.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
-      <summary>Specifies that an output may be <see langword="null" /> even if the corresponding type disallows it.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
-      <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue" />, the parameter may be <see langword="null" /> even if the corresponding type disallows it.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
-      <summary>Initializes the attribute with the specified return value condition.</summary>
-      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter may be <see langword="null" />.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
-      <summary>Gets the return value condition.</summary>
-      <returns>The return value condition. If the method returns this value, the associated parameter may be <see langword="null" />.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
-      <summary>Specifies that the method or property will ensure that the listed field and property members have values that aren't <see langword="null" />.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
-      <summary>Initializes the attribute with a field or property member.</summary>
-      <param name="member">The field or property member that is promised to be non-null.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
-      <summary>Initializes the attribute with the list of field and property members.</summary>
-      <param name="members">The list of field and property members that are promised to be non-null.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
-      <summary>Gets field or property member names.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
-      <summary>Specifies that the method or property will ensure that the listed field and property members have non-null values when returning with the specified return value condition.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
-      <summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
-      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</param>
-      <param name="member">The field or property member that is promised to be non-null.</param>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
-      <summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
-      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</param>
-      <param name="members">The list of field and property members that are promised to be non-null.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
-      <summary>Gets field or property member names.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
-      <summary>Gets the return value condition.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
-      <summary>Specifies that an output is not <see langword="null" /> even if the corresponding type allows it. Specifies that an input argument was not <see langword="null" /> when the call returns.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.NotNullAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.NotNullAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
-      <summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
-      <summary>Initializes the attribute with the associated parameter name.</summary>
-      <param name="parameterName">The associated parameter name.  The output will be non-null if the argument to the parameter specified is non-null.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
-      <summary>Gets the associated parameter name.</summary>
-      <returns>The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
-      <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue" />, the parameter will not be <see langword="null" /> even if the corresponding type allows it.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
-      <summary>Initializes the attribute with the specified return value condition.</summary>
-      <param name="returnValue">The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
-      <summary>Gets the return value condition.</summary>
-      <returns>The return value condition. If the method returns this value, the associated parameter will not be <see langword="null" />.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute">
-      <summary>Indicates that the specified member requires assembly files to be on disk.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute" /> class.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute" /> class.</summary>
-      <param name="message">A message that contains information about the need for assembly files to be on disk.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute.Message">
-      <summary>Gets an optional message that contains information about the need for assembly files to be on disk.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute.Url">
-      <summary>Gets or sets an optional URL that contains more information about the member, why it requires assembly files to be on disk, and what options a consumer has to deal with it.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute">
-      <summary>Indicates that the specified method requires dynamic access to code that is not referenced statically, for example, through <see cref="N:System.Reflection" />.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute" /> class with the specified message.</summary>
-      <param name="message">A message that contains information about the usage of unreferenced code.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Message">
-      <summary>Gets a message that contains information about the usage of unreferenced code.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Url">
-      <summary>Gets or sets an optional URL that contains more information about the method, why it requires unreferenced code, and what options a consumer has to deal with it.</summary>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute">
-      <summary>Suppresses reporting of a specific code analysis rule violation, allowing multiple suppressions on a single code artifact. Does not apply to compiler diagnostics.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute" /> class, specifying the category of the code analysis tool and the identifier for an analysis rule.</summary>
-      <param name="category">The category for the attribute.</param>
-      <param name="checkId">The identifier of the analysis tool rule the attribute applies to.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Category">
-      <summary>Gets the category identifying the classification of the attribute.</summary>
-      <returns>The category identifying the attribute.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.CheckId">
-      <summary>Gets the identifier of the code analysis tool rule to be suppressed.</summary>
-      <returns>The identifier of the code analysis tool rule to be suppressed.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Justification">
-      <summary>Gets or sets the justification for suppressing the code analysis message.</summary>
-      <returns>The justification for suppressing the message.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.MessageId">
-      <summary>Gets or sets the expanded exclusion criteria.</summary>
-      <returns>A string containing the expanded exclusion criteria.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Scope">
-      <summary>Gets or sets the scope of the code that is relevant for the attribute.</summary>
-      <returns>The scope of the code that is relevant for the attribute.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Target">
-      <summary>Gets or sets a fully qualified path that represents the code analysis target.</summary>
-      <returns>A fully qualified path that represents the code analysis target.</returns>
-    </member>
-    <member name="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
-      <summary>Suppresses reporting of a specific rule violation, allowing multiple suppressions on a single code artifact.</summary>
-    </member>
-    <member name="M:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute" /> class, specifying the category of the tool and the identifier for an analysis rule.</summary>
-      <param name="category">The category for the attribute.</param>
-      <param name="checkId">The identifier of the analysis rule the attribute applies to.</param>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category">
-      <summary>Gets the category identifying the classification of the attribute.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId">
-      <summary>Gets the identifier of the analysis tool rule to be suppressed.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Justification">
-      <summary>Gets or sets the justification for suppressing the code analysis message.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId">
-      <summary>Gets or sets an optional argument expanding on exclusion criteria.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Scope">
-      <summary>Gets or sets the scope of the code that is relevant for the attribute.</summary>
-    </member>
-    <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target">
-      <summary>Gets or sets a fully qualified path that represents the target of the attribute.</summary>
-    </member>
-    <member name="T:System.Diagnostics.ConditionalAttribute">
-      <summary>Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined.</summary>
-    </member>
-    <member name="M:System.Diagnostics.ConditionalAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConditionalAttribute" /> class.</summary>
-      <param name="conditionString">A string that specifies the case-sensitive conditional compilation symbol that is associated with the attribute.</param>
-    </member>
-    <member name="P:System.Diagnostics.ConditionalAttribute.ConditionString">
-      <summary>Gets the conditional compilation symbol that is associated with the <see cref="T:System.Diagnostics.ConditionalAttribute" /> attribute.</summary>
-      <returns>A string that specifies the case-sensitive conditional compilation symbol that is associated with the <see cref="T:System.Diagnostics.ConditionalAttribute" /> attribute.</returns>
-    </member>
-    <member name="T:System.Diagnostics.Debug">
-      <summary>Provides a set of methods and properties that help debug your code.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean)">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, a failure message is not sent and the message box is not displayed.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.Diagnostics.Debug.AssertInterpolatedStringHandler@)">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, outputs a specified message and displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified message is not sent and the message box is not displayed.</param>
-      <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.Diagnostics.Debug.AssertInterpolatedStringHandler@,System.Diagnostics.Debug.AssertInterpolatedStringHandler@)">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, outputs a specified message and displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified message is not sent and the message box is not displayed.</param>
-      <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-      <param name="detailMessage">The detailed message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, outputs a specified message and displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified message is not sent and the message box is not displayed.</param>
-      <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, outputs two specified messages and displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified messages are not sent and the message box is not displayed.</param>
-      <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-      <param name="detailMessage">The detailed message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])">
-      <summary>Checks for a condition; if the condition is <see langword="false" />, outputs two messages (simple and formatted) and displays a message box that shows the call stack.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified messages are not sent and the message box is not displayed.</param>
-      <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
-      <param name="detailMessageFormat">The composite format string to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. This message contains text intermixed with zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
-      <param name="args">An object array that contains zero or more objects to format.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Close">
-      <summary>Flushes the output buffer and then calls the <see langword="Close" /> method on each of the <see cref="P:System.Diagnostics.Debug.Listeners" />.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Fail(System.String)">
-      <summary>Emits the specified error message.</summary>
-      <param name="message">A message to emit.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Fail(System.String,System.String)">
-      <summary>Emits an error message and a detailed error message.</summary>
-      <param name="message">A message to emit.</param>
-      <param name="detailMessage">A detailed message to emit.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Flush">
-      <summary>Flushes the output buffer and causes buffered data to write to the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Indent">
-      <summary>Increases the current <see cref="P:System.Diagnostics.Debug.IndentLevel" /> by one.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Print(System.String)">
-      <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">The message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Print(System.String,System.Object[])">
-      <summary>Writes a formatted string followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="format">A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
-      <param name="args">An object array containing zero or more objects to format.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.  
-  
- -or-  
-  
- The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.</exception>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Unindent">
-      <summary>Decreases the current <see cref="P:System.Diagnostics.Debug.IndentLevel" /> by one.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Write(System.Object)">
-      <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Write(System.Object,System.String)">
-      <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Write(System.String)">
-      <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">A message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.Write(System.String,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Diagnostics.Debug.WriteIfInterpolatedStringHandler@)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-      <param name="condition" />
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Diagnostics.Debug.WriteIfInterpolatedStringHandler@,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the message is written to the trace listeners in the collection.</param>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object)">
-      <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the value is written to the trace listeners in the collection.</param>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object,System.String)">
-      <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the category name and value are written to the trace listeners in the collection.</param>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String)">
-      <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the message is written to the trace listeners in the collection.</param>
-      <param name="message">A message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the category name and message are written to the trace listeners in the collection.</param>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLine(System.Object)">
-      <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLine(System.Object,System.String)">
-      <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLine(System.String)">
-      <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">A message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])">
-      <summary>Writes a formatted message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="format">A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
-      <param name="args">An object array that contains zero or more objects to format.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLine(System.String,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Diagnostics.Debug.WriteIfInterpolatedStringHandler@)">
-      <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the message is written to the trace listeners in the collection.</param>
-      <param name="message">A message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Diagnostics.Debug.WriteIfInterpolatedStringHandler@,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">
-        <see langword="true" /> to cause a message to be written; otherwise, <see langword="false" />.</param>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object)">
-      <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the value is written to the trace listeners in the collection.</param>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object,System.String)">
-      <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the category name and value are written to the trace listeners in the collection.</param>
-      <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String)">
-      <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the message is written to the trace listeners in the collection.</param>
-      <param name="message">A message to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String,System.String)">
-      <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is <see langword="true" />.</summary>
-      <param name="condition">
-        <see langword="true" /> to cause a message to be written; otherwise, <see langword="false" />.</param>
-      <param name="message">A message to write.</param>
-      <param name="category">A category name used to organize the output.</param>
-    </member>
-    <member name="P:System.Diagnostics.Debug.AutoFlush">
-      <summary>Gets or sets a value indicating whether <see cref="M:System.Diagnostics.Debug.Flush" /> should be called on the <see cref="P:System.Diagnostics.Debug.Listeners" /> after every write.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="M:System.Diagnostics.Debug.Flush" /> is called on the <see cref="P:System.Diagnostics.Debug.Listeners" /> after every write; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Debug.IndentLevel">
-      <summary>Gets or sets the indent level.</summary>
-      <returns>The indent level. The default is 0.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Debug.IndentSize">
-      <summary>Gets or sets the number of spaces in an indent.</summary>
-      <returns>The number of spaces in an indent. The default is four.</returns>
-    </member>
-    <member name="T:System.Diagnostics.Debug.AssertInterpolatedStringHandler">
-      <summary>Provides an interpolated string handler for <see cref="M:System.Diagnostics.Debug.Assert(System.Boolean)" /> that only performs formatting if the assert fails.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean@)">
-      <summary>Creates an instance of the handler..</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="condition">The condition Boolean passed to the <see cref="T:System.Diagnostics.Debug" /> method.</param>
-      <param name="shouldAppend">A value indicating whether formatting should proceed.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted(System.Object,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the specified character span to the handler.</summary>
-      <param name="value">The span to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char},System.Int32,System.String)">
-      <summary>Writes the specified string of chars to the handler.</summary>
-      <param name="value">The span to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted(System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted(System.String,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted``1(``0)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendFormatted``1(``0,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.AssertInterpolatedStringHandler.AppendLiteral(System.String)">
-      <summary>Writes the specified string to the handler.</summary>
-      <param name="value">The string to write.</param>
-    </member>
-    <member name="T:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler">
-      <summary>Provides an interpolated string handler for <see cref="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String)" /> and <see cref="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object)" /> that only performs formatting if the condition applies.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean@)">
-      <summary>Creates an instance of the handler..</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="condition">The condition Boolean passed to the <see cref="T:System.Diagnostics.Debug" /> method.</param>
-      <param name="shouldAppend">A value indicating whether formatting should proceed.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted(System.Object,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the specified character span to the handler.</summary>
-      <param name="value">The span to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char},System.Int32,System.String)">
-      <summary>Writes the specified string of chars to the handler.</summary>
-      <param name="value">The span to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted(System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted(System.String,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted``1(``0)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendFormatted``1(``0,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Diagnostics.Debug.WriteIfInterpolatedStringHandler.AppendLiteral(System.String)">
-      <summary>Writes the specified string to the handler.</summary>
-      <param name="value">The string to write.</param>
-    </member>
-    <member name="T:System.Diagnostics.DebuggableAttribute">
-      <summary>Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggableAttribute.#ctor(System.Boolean,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggableAttribute" /> class, using the specified tracking and optimization options for the just-in-time (JIT) compiler.</summary>
-      <param name="isJITTrackingEnabled">
-        <see langword="true" /> to enable debugging; otherwise, <see langword="false" />.</param>
-      <param name="isJITOptimizerDisabled">
-        <see langword="true" /> to disable the optimizer for execution; otherwise, <see langword="false" />.</param>
-    </member>
-    <member name="M:System.Diagnostics.DebuggableAttribute.#ctor(System.Diagnostics.DebuggableAttribute.DebuggingModes)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggableAttribute" /> class, using the specified debugging modes for the just-in-time (JIT) compiler.</summary>
-      <param name="modes">A bitwise combination of the <see cref="T:System.Diagnostics.DebuggableAttribute.DebuggingModes" /> values specifying the debugging mode for the JIT compiler.</param>
-    </member>
-    <member name="P:System.Diagnostics.DebuggableAttribute.DebuggingFlags">
-      <summary>Gets the debugging modes for the attribute.</summary>
-      <returns>A bitwise combination of the <see cref="T:System.Diagnostics.DebuggableAttribute.DebuggingModes" /> values describing the debugging mode for the just-in-time (JIT) compiler. The default is <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggableAttribute.IsJITOptimizerDisabled">
-      <summary>Gets a value that indicates whether the runtime optimizer is disabled.</summary>
-      <returns>
-        <see langword="true" /> if the runtime optimizer is disabled; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggableAttribute.IsJITTrackingEnabled">
-      <summary>Gets a value that indicates whether the runtime will track information during code generation for the debugger.</summary>
-      <returns>
-        <see langword="true" /> if the runtime will track information during code generation for the debugger; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Diagnostics.DebuggableAttribute.DebuggingModes">
-      <summary>Specifies the debugging mode for the just-in-time (JIT) compiler.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default">
-      <summary>Instructs the just-in-time (JIT) compiler to use its default behavior, which includes enabling optimizations, disabling Edit and Continue support, and using symbol store sequence points if present. Starting with the .NET Framework version 2.0, JIT tracking information, the Microsoft intermediate language (MSIL) offset to the native-code offset within a method, is always generated.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations">
-      <summary>Disable optimizations performed by the compiler to make your output file smaller, faster, and more efficient. Optimizations result in code rearrangement in the output file, which can make debugging difficult. Typically optimization should be disabled while debugging. In versions 2.0 or later, combine this value with Default (Default | DisableOptimizations) to enable JIT tracking and disable optimizations.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.EnableEditAndContinue">
-      <summary>Enable edit and continue. Edit and continue enables you to make changes to your source code while your program is in break mode. The ability to edit and continue is compiler dependent.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints">
-      <summary>Use the implicit MSIL sequence points, not the program database (PDB) sequence points. The symbolic information normally includes at least one Microsoft intermediate language (MSIL) offset for each source line. When the just-in-time (JIT) compiler is about to compile a method, it asks the profiling services for a list of MSIL offsets that should be preserved. These MSIL offsets are called sequence points.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.None">
-      <summary>Starting with the .NET Framework version 2.0, JIT tracking information is always generated, and this flag has the same effect as <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.Default" />, except that it sets the <see cref="P:System.Diagnostics.DebuggableAttribute.IsJITTrackingEnabled" /> property to <see langword="false" />. However, because JIT tracking is always enabled, the property value is ignored in version 2.0 or later.  
-  
- Note that, unlike the <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations" /> flag, the <see cref="F:System.Diagnostics.DebuggableAttribute.DebuggingModes.None" /> flag cannot be used to disable JIT optimizations.</summary>
-    </member>
-    <member name="T:System.Diagnostics.Debugger">
-      <summary>Enables communication with a debugger. This class cannot be inherited.</summary>
-    </member>
-    <member name="F:System.Diagnostics.Debugger.DefaultCategory">
-      <summary>Represents the default category of message with a constant.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Debugger.Break">
-      <summary>Signals a breakpoint to an attached debugger.</summary>
-      <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Security.Permissions.UIPermission" /> is not set to break into the debugger.</exception>
-    </member>
-    <member name="M:System.Diagnostics.Debugger.IsLogging">
-      <summary>Checks to see if logging is enabled by an attached debugger.</summary>
-      <returns>
-        <see langword="true" /> if a debugger is attached and logging is enabled; otherwise, <see langword="false" />. The attached debugger is the registered managed debugger in the <see langword="DbgManagedDebugger" /> registry key. For more information on this key, see Enabling JIT-Attach Debugging.</returns>
-    </member>
-    <member name="M:System.Diagnostics.Debugger.Launch">
-      <summary>Launches and attaches a debugger to the process.</summary>
-      <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Security.Permissions.UIPermission" /> is not set to start the debugger.</exception>
-      <returns>
-        <see langword="true" /> if the startup is successful or if the debugger is already attached; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)">
-      <summary>Posts a message for the attached debugger.</summary>
-      <param name="level">A description of the importance of the message.</param>
-      <param name="category">The category of the message.</param>
-      <param name="message">The message to show.</param>
-    </member>
-    <member name="M:System.Diagnostics.Debugger.NotifyOfCrossThreadDependency">
-      <summary>Notifies a debugger that execution is about to enter a path that involves a cross-thread dependency.</summary>
-    </member>
-    <member name="P:System.Diagnostics.Debugger.IsAttached">
-      <summary>Gets a value that indicates whether a debugger is attached to the process.</summary>
-      <returns>
-        <see langword="true" /> if a debugger is attached; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerBrowsableAttribute">
-      <summary>Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerBrowsableAttribute.#ctor(System.Diagnostics.DebuggerBrowsableState)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerBrowsableAttribute" /> class.</summary>
-      <param name="state">One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values that specifies how to display the member.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="state" /> is not one of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</exception>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerBrowsableAttribute.State">
-      <summary>Gets the display state for the attribute.</summary>
-      <returns>One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</returns>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerBrowsableState">
-      <summary>Provides display instructions for the debugger.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggerBrowsableState.Collapsed">
-      <summary>Show the element as collapsed.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggerBrowsableState.Never">
-      <summary>Never show the element.</summary>
-    </member>
-    <member name="F:System.Diagnostics.DebuggerBrowsableState.RootHidden">
-      <summary>Do not display the root element; display the child elements if the element is a collection or array of items.</summary>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerDisplayAttribute">
-      <summary>Determines how a class or field is displayed in the debugger variable windows.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerDisplayAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerDisplayAttribute" /> class.</summary>
-      <param name="value">The string to be displayed in the value column for instances of the type; an empty string ("") causes the value column to be hidden.</param>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Name">
-      <summary>Gets or sets the name to display in the debugger variable windows.</summary>
-      <returns>The name to display in the debugger variable windows.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Target">
-      <summary>Gets or sets the type of the attribute's target.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <see cref="P:System.Diagnostics.DebuggerDisplayAttribute.Target" /> is set to <see langword="null" />.</exception>
-      <returns>The attribute's target type.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerDisplayAttribute.TargetTypeName">
-      <summary>Gets or sets the type name of the attribute's target.</summary>
-      <returns>The name of the attribute's target type.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Type">
-      <summary>Gets or sets the string to display in the type column of the debugger variable windows.</summary>
-      <returns>The string to display in the type column of the debugger variable windows.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Value">
-      <summary>Gets the string to display in the value column of the debugger variable windows.</summary>
-      <returns>The string to display in the value column of the debugger variable.</returns>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerHiddenAttribute">
-      <summary>Specifies the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" />. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerHiddenAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerNonUserCodeAttribute">
-      <summary>Identifies a type or member that is not part of the user code for an application.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerNonUserCodeAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerNonUserCodeAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerStepperBoundaryAttribute">
-      <summary>Indicates the code following the attribute is to be executed in run, not step, mode.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerStepperBoundaryAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerStepperBoundaryAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerStepThroughAttribute">
-      <summary>Instructs the debugger to step through the code instead of stepping into the code. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerStepThroughAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerStepThroughAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerTypeProxyAttribute">
-      <summary>Specifies the display proxy for a type.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerTypeProxyAttribute" /> class using the type name of the proxy.</summary>
-      <param name="typeName">The type name of the proxy type.</param>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerTypeProxyAttribute" /> class using the type of the proxy.</summary>
-      <param name="type">The proxy type.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName">
-      <summary>Gets the type name of the proxy type.</summary>
-      <returns>The type name of the proxy type.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.Target">
-      <summary>Gets or sets the target type for the attribute.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <see cref="P:System.Diagnostics.DebuggerTypeProxyAttribute.Target" /> is set to <see langword="null" />.</exception>
-      <returns>The target type for the attribute.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.TargetTypeName">
-      <summary>Gets or sets the name of the target type.</summary>
-      <returns>The name of the target type.</returns>
-    </member>
-    <member name="T:System.Diagnostics.DebuggerVisualizerAttribute">
-      <summary>Specifies that the type has a visualizer. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type name of the visualizer.</summary>
-      <param name="visualizerTypeName">The fully qualified type name of the visualizer.</param>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type name of the visualizer and the type name of the visualizer object source.</summary>
-      <param name="visualizerTypeName">The fully qualified type name of the visualizer.</param>
-      <param name="visualizerObjectSourceTypeName">The fully qualified type name of the visualizer object source.</param>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type name of the visualizer and the type of the visualizer object source.</summary>
-      <param name="visualizerTypeName">The fully qualified type name of the visualizer.</param>
-      <param name="visualizerObjectSource">The type of the visualizer object source.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="visualizerObjectSource" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type of the visualizer.</summary>
-      <param name="visualizer">The type of the visualizer.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="visualizer" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type of the visualizer and the type name of the visualizer object source.</summary>
-      <param name="visualizer">The type of the visualizer.</param>
-      <param name="visualizerObjectSourceTypeName">The fully qualified type name of the visualizer object source.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="visualizer" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerVisualizerAttribute" /> class, specifying the type of the visualizer and the type of the visualizer object source.</summary>
-      <param name="visualizer">The type of the visualizer.</param>
-      <param name="visualizerObjectSource">The type of the visualizer object source.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="visualizerObjectSource" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerVisualizerAttribute.Description">
-      <summary>Gets or sets the description of the visualizer.</summary>
-      <returns>The description of the visualizer.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerVisualizerAttribute.Target">
-      <summary>Gets or sets the target type when the attribute is applied at the assembly level.</summary>
-      <exception cref="T:System.ArgumentNullException">The value cannot be set because it is <see langword="null" />.</exception>
-      <returns>The type that is the target of the visualizer.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerVisualizerAttribute.TargetTypeName">
-      <summary>Gets or sets the fully qualified type name when the attribute is applied at the assembly level.</summary>
-      <returns>The fully qualified type name of the target type.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName">
-      <summary>Gets the fully qualified type name of the visualizer object source.</summary>
-      <returns>The fully qualified type name of the visualizer object source.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName">
-      <summary>Gets the fully qualified type name of the visualizer.</summary>
-      <returns>The fully qualified visualizer type name.</returns>
-    </member>
-    <member name="T:System.Diagnostics.StackTraceHiddenAttribute">
-      <summary>Types and Methods attributed with StackTraceHidden will be omitted from the stack trace text shown in StackTrace.ToString() and Exception.StackTrace</summary>
-    </member>
-    <member name="M:System.Diagnostics.StackTraceHiddenAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.StackTraceHiddenAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Diagnostics.Stopwatch">
-      <summary>Provides a set of methods and properties that you can use to accurately measure elapsed time.</summary>
-    </member>
-    <member name="F:System.Diagnostics.Stopwatch.Frequency">
-      <summary>Gets the frequency of the timer as the number of ticks per second. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Diagnostics.Stopwatch.IsHighResolution">
-      <summary>Indicates whether the timer is based on a high-resolution performance counter. This field is read-only.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Stopwatch" /> class.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.GetTimestamp">
-      <summary>Gets the current number of ticks in the timer mechanism.</summary>
-      <returns>A long integer representing the tick counter value of the underlying timer mechanism.</returns>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.Reset">
-      <summary>Stops time interval measurement and resets the elapsed time to zero.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.Restart">
-      <summary>Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.Start">
-      <summary>Starts, or resumes, measuring elapsed time for an interval.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.StartNew">
-      <summary>Initializes a new <see cref="T:System.Diagnostics.Stopwatch" /> instance, sets the elapsed time property to zero, and starts measuring elapsed time.</summary>
-      <returns>A <see cref="T:System.Diagnostics.Stopwatch" /> that has just begun measuring elapsed time.</returns>
-    </member>
-    <member name="M:System.Diagnostics.Stopwatch.Stop">
-      <summary>Stops measuring elapsed time for an interval.</summary>
-    </member>
-    <member name="P:System.Diagnostics.Stopwatch.Elapsed">
-      <summary>Gets the total elapsed time measured by the current instance.</summary>
-      <returns>A read-only <see cref="T:System.TimeSpan" /> representing the total elapsed time measured by the current instance.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Stopwatch.ElapsedMilliseconds">
-      <summary>Gets the total elapsed time measured by the current instance, in milliseconds.</summary>
-      <returns>A read-only long integer representing the total number of milliseconds measured by the current instance.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Stopwatch.ElapsedTicks">
-      <summary>Gets the total elapsed time measured by the current instance, in timer ticks.</summary>
-      <returns>A read-only long integer representing the total number of timer ticks measured by the current instance.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Stopwatch.IsRunning">
-      <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.Stopwatch" /> timer is running.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Diagnostics.Stopwatch" /> instance is currently running and measuring elapsed time for an interval; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.DivideByZeroException">
-      <summary>The exception that is thrown when there is an attempt to divide an integral or <see cref="T:System.Decimal" /> value by zero.</summary>
-    </member>
-    <member name="M:System.DivideByZeroException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class.</summary>
-    </member>
-    <member name="M:System.DivideByZeroException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.DivideByZeroException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with a specified error message.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error.</param>
-    </member>
-    <member name="M:System.DivideByZeroException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.DivideByZeroException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.Double">
-      <summary>Represents a double-precision floating-point number.</summary>
-    </member>
-    <member name="F:System.Double.Epsilon">
-      <summary>Represents the smallest positive <see cref="T:System.Double" /> value that is greater than zero. This field is constant.</summary>
-    </member>
-    <member name="F:System.Double.MaxValue">
-      <summary>Represents the largest possible value of a <see cref="T:System.Double" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Double.MinValue">
-      <summary>Represents the smallest possible value of a <see cref="T:System.Double" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Double.NaN">
-      <summary>Represents a value that is not a number (<see langword="NaN" />). This field is constant.</summary>
-    </member>
-    <member name="F:System.Double.NegativeInfinity">
-      <summary>Represents negative infinity. This field is constant.</summary>
-    </member>
-    <member name="F:System.Double.PositiveInfinity">
-      <summary>Represents positive infinity. This field is constant.</summary>
-    </member>
-    <member name="M:System.Double.CompareTo(System.Double)">
-      <summary>Compares this instance to a specified double-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified double-precision floating-point number.</summary>
-      <param name="value">A double-precision floating-point number to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />, or both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Double.NaN" />), <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).</description></item></list></returns>
-    </member>
-    <member name="M:System.Double.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not a <see cref="T:System.Double" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />, or this instance and <paramref name="value" /> are both <see langword="Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> A positive integer</term><description> This instance is greater than <paramref name="value" />, OR this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />), OR <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Double.Equals(System.Double)">
-      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Double" /> object represent the same value.</summary>
-      <param name="obj">A <see cref="T:System.Double" /> object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Double" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Double.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Double" />.</summary>
-      <returns>The enumerated constant, <see cref="F:System.TypeCode.Double" />.</returns>
-    </member>
-    <member name="M:System.Double.IsFinite(System.Double)">
-      <summary>Determines whether the specified value is finite (zero, subnormal, or normal).</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if the value is finite (zero, subnormal or normal); <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Double.IsInfinity(System.Double)">
-      <summary>Returns a value indicating whether the specified number evaluates to negative or positive infinity.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.IsNaN(System.Double)">
-      <summary>Returns a value that indicates whether the specified value is not a number (<see cref="F:System.Double.NaN" />).</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.NaN" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.IsNegative(System.Double)">
-      <summary>Determines whether the specified value is negative.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if the value is negative; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Double.IsNegativeInfinity(System.Double)">
-      <summary>Returns a value indicating whether the specified number evaluates to negative infinity.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.NegativeInfinity" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.IsNormal(System.Double)">
-      <summary>Determines whether the specified value is normal.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if the value is normal; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Double.IsPositiveInfinity(System.Double)">
-      <summary>Returns a value indicating whether the specified number evaluates to positive infinity.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="d" /> evaluates to <see cref="F:System.Double.PositiveInfinity" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.IsSubnormal(System.Double)">
-      <summary>Determines whether the specified value is subnormal.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>
-        <see langword="true" /> if the value is subnormal; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Double.op_Equality(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether two specified <see cref="T:System.Double" /> values are equal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.op_GreaterThan(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is greater than another specified <see cref="T:System.Double" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.op_GreaterThanOrEqual(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is greater than or equal to another specified <see cref="T:System.Double" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is greater than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.op_Inequality(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether two specified <see cref="T:System.Double" /> values are not equal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.op_LessThan(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is less than another specified <see cref="T:System.Double" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.op_LessThanOrEqual(System.Double,System.Double)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Double" /> value is less than or equal to another specified <see cref="T:System.Double" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts a character span that contains the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.</summary>
-      <param name="s">A character span that contains the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />.  A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a numeric value.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Double.Parse(System.String)">
-      <summary>Converts the string representation of a number to its double-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Double.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its double-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is a combination of <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Double.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a numeric value.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Double.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its double-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>
-        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
-      <param name="type">The type to which to convert this <see cref="T:System.Double" /> value.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies culture-specific information about the format of the returned value.</param>
-      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
-    </member>
-    <member name="M:System.Double.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
-    </member>
-    <member name="M:System.Double.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance.</returns>
-    </member>
-    <member name="M:System.Double.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Double.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
-    </member>
-    <member name="M:System.Double.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current double instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.TryParse(System.ReadOnlySpan{System.Char},System.Double@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A character span that contains the string representation of the number to convert.</param>
-      <param name="result">When this method returns, contains the double-precision floating-point number equivalent of the numeric value or symbol contained in <paramref name="s" /> parameter, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty, or is not in a format compliant with <paramref name="style" />. The conversion also fails if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumerated constants. If <paramref name="s" /> is a valid number less than <see cref="F:System.Double.MinValue" />, <paramref name="result" /> is <see cref="F:System.Double.NegativeInfinity" />. If <paramref name="s" /> is a valid number greater than <see cref="F:System.Double.MaxValue" />, <paramref name="result" /> is <see cref="F:System.Double.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
-      <summary>Converts a character span containing the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A read-only character span that contains the number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns and if the conversion succeeded, contains a double-precision floating-point number equivalent of the numeric value or symbol contained in <paramref name="s" />. Contains zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, an empty character span, or not a number in a format compliant with <paramref name="style" />. If <paramref name="s" /> is a valid number less than <see cref="F:System.Double.MinValue" />, <paramref name="result" /> is <see cref="F:System.Double.NegativeInfinity" />. If <paramref name="s" /> is a valid number greater than <see cref="F:System.Double.MaxValue" />, <paramref name="result" /> is <see cref="F:System.Double.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.TryParse(System.String,System.Double@)">
-      <summary>Converts the string representation of a number to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the double-precision floating-point number equivalent of the <paramref name="s" /> parameter, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not a number in a valid format. It also fails on .NET Framework and .NET Core 2.2 and earlier versions if <paramref name="s" /> represents a number less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains a double-precision floating-point number equivalent of the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not in a format compliant with <paramref name="style" />, or if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumeration constants. It also fails on .NET Framework or .NET Core 2.2 and earlier versions if <paramref name="s" /> represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.DuplicateWaitObjectException">
-      <summary>The exception that is thrown when an object appears more than once in an array of synchronization objects.</summary>
-    </member>
-    <member name="M:System.DuplicateWaitObjectException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class.</summary>
-    </member>
-    <member name="M:System.DuplicateWaitObjectException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with the name of the parameter that causes this exception.</summary>
-      <param name="parameterName">The name of the parameter that caused the exception.</param>
-    </member>
-    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.DuplicateWaitObjectException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.DuplicateWaitObjectException" /> class with a specified error message and the name of the parameter that causes this exception.</summary>
-      <param name="parameterName">The name of the parameter that caused the exception.</param>
-      <param name="message">The message that describes the error.</param>
-    </member>
-    <member name="T:System.EntryPointNotFoundException">
-      <summary>The exception that is thrown when an attempt to load a class fails due to the absence of an entry method.</summary>
-    </member>
-    <member name="M:System.EntryPointNotFoundException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class.</summary>
-    </member>
-    <member name="M:System.EntryPointNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.EntryPointNotFoundException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-    </member>
-    <member name="M:System.EntryPointNotFoundException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.EntryPointNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.Enum">
-      <summary>Provides the base class for enumerations.</summary>
-    </member>
-    <member name="M:System.Enum.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Enum" /> class.</summary>
-    </member>
-    <member name="M:System.Enum.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
-      <param name="target">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="target" /> and this instance are not the same type.</exception>
-      <exception cref="T:System.InvalidOperationException">This instance is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />.</exception>
-      <exception cref="T:System.NullReferenceException">This instance is null.</exception>
-      <returns>A signed number that indicates the relative values of this instance and <paramref name="target" />.  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> The value of this instance is less than the value of <paramref name="target" />.</description></item><item><term> Zero</term><description> The value of this instance is equal to the value of <paramref name="target" />.</description></item><item><term> Greater than zero</term><description> The value of this instance is greater than the value of <paramref name="target" />, or <paramref name="target" /> is <see langword="null" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Enum.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an enumeration value of the same type and with the same underlying value as this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Enum.Format(System.Type,System.Object,System.String)">
-      <summary>Converts the specified value of a specified enumerated type to its equivalent string representation according to the specified format.</summary>
-      <param name="enumType">The enumeration type of the value to convert.</param>
-      <param name="value">The value to convert.</param>
-      <param name="format">The output format to use.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="enumType" />, <paramref name="value" />, or <paramref name="format" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="enumType" /> parameter is not an <see cref="T:System.Enum" /> type.  
-  
- -or-  
-  
- The <paramref name="value" /> is from an enumeration that differs in type from <paramref name="enumType" />.  
-  
- -or-  
-  
- The type of <paramref name="value" /> is not an underlying type of <paramref name="enumType" />.</exception>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter contains an invalid value.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
-      <returns>A string representation of <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.GetHashCode">
-      <summary>Returns the hash code for the value of this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Enum.GetName(System.Type,System.Object)">
-      <summary>Retrieves the name of the constant in the specified enumeration that has the specified value.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">The value of a particular enumerated constant in terms of its underlying type.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.  
-  
- -or-  
-  
- <paramref name="value" /> is neither of type <paramref name="enumType" /> nor does it have the same underlying type as <paramref name="enumType" />.</exception>
-      <returns>A string containing the name of the enumerated constant in <paramref name="enumType" /> whose value is <paramref name="value" />; or <see langword="null" /> if no such constant is found.</returns>
-    </member>
-    <member name="M:System.Enum.GetName``1(``0)">
-      <summary>Retrieves the name of the constant in the specified enumeration type that has the specified value.</summary>
-      <param name="value">The value of a particular enumerated constant in terms of its underlying type.</param>
-      <typeparam name="TEnum">The type of the enumeration.</typeparam>
-      <returns>A string containing the name of the enumerated constant in <paramref name="enumType" /> whose value is <paramref name="value" />; or <see langword="null" /> if no such constant is found.</returns>
-    </member>
-    <member name="M:System.Enum.GetNames(System.Type)">
-      <summary>Retrieves an array of the names of the constants in a specified enumeration.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> parameter is not an <see cref="T:System.Enum" />.</exception>
-      <returns>A string array of the names of the constants in <paramref name="enumType" />.</returns>
-    </member>
-    <member name="M:System.Enum.GetNames``1">
-      <summary>Retrieves an array of the names of the constants in a specified enumeration type.</summary>
-      <typeparam name="TEnum">The type of the enumeration.</typeparam>
-      <returns>A string array of the names of the constants in <typeparamref name="TEnum" />.</returns>
-    </member>
-    <member name="M:System.Enum.GetTypeCode">
-      <summary>Returns the type code of the underlying type of this enumeration member.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumeration type is unknown.</exception>
-      <returns>The type code of the underlying type of this instance.</returns>
-    </member>
-    <member name="M:System.Enum.GetUnderlyingType(System.Type)">
-      <summary>Returns the underlying type of the specified enumeration.</summary>
-      <param name="enumType">The enumeration whose underlying type will be retrieved.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>The underlying type of <paramref name="enumType" />.</returns>
-    </member>
-    <member name="M:System.Enum.GetValues(System.Type)">
-      <summary>Retrieves an array of the values of the constants in a specified enumeration.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The method is invoked by reflection in a reflection-only context,  
-  
- -or-  
-  
- <paramref name="enumType" /> is a type from an assembly loaded in a reflection-only context.</exception>
-      <returns>An array that contains the values of the constants in <paramref name="enumType" />.</returns>
-    </member>
-    <member name="M:System.Enum.GetValues``1">
-      <summary>Retrieves an array of the values of the constants in a specified enumeration type.</summary>
-      <typeparam name="TEnum">The type of the enumeration.</typeparam>
-      <returns>An array that contains the values of the constants in <typeparamref name="TEnum" />.</returns>
-    </member>
-    <member name="M:System.Enum.HasFlag(System.Enum)">
-      <summary>Determines whether one or more bit fields are set in the current instance.</summary>
-      <param name="flag">An enumeration value.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="flag" /> is a different type than the current instance.</exception>
-      <returns>
-        <see langword="true" /> if the bit field or bit fields that are set in <paramref name="flag" /> are also set in the current instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Enum.IsDefined(System.Type,System.Object)">
-      <summary>Returns a Boolean telling whether a given integral value, or its name as a string, exists in a specified enumeration.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">The value or name of a constant in <paramref name="enumType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see langword="Enum" />.  
-  
- -or-  
-  
- The type of <paramref name="value" /> is an enumeration, but it is not an enumeration of type <paramref name="enumType" />.  
-  
- -or-  
-  
- The type of <paramref name="value" /> is not an underlying type of <paramref name="enumType" />.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="value" /> is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />, or <see cref="T:System.String" />.</exception>
-      <returns>
-        <see langword="true" /> if a constant in <paramref name="enumType" /> has a value equal to <paramref name="value" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Enum.IsDefined``1(``0)">
-      <summary>Returns a boolean telling whether a given integral value, or its name as a string, exists in a specified enumeration.</summary>
-      <param name="value">The value or name of a constant in <typeparamref name="TEnum" />.</param>
-      <typeparam name="TEnum">The type of the enumeration.</typeparam>
-      <returns>
-        <see langword="true" /> if a given integral value, or its name as a string, exists in a specified enumeration; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.Parse(System.Type,System.ReadOnlySpan{System.Char})">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">A span containing the name or value to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is either an empty string or only contains white space.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" /></exception>
-      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean)">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">A span containing the name or value to convert.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to regard case.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is either an empty string or only contains white space.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" /></exception>
-      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse(System.Type,System.String)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">A string containing the name or value to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.  
-  
- -or-  
-  
- <paramref name="value" /> is either an empty string or only contains white space.  
-  
- -or-  
-  
- <paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" />.</exception>
-      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse(System.Type,System.String,System.Boolean)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
-      <param name="enumType">An enumeration type.</param>
-      <param name="value">A string containing the name or value to convert.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to regard case.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.  
-  
- -or-  
-  
- <paramref name="value" /> is either an empty string ("") or only contains white space.  
-  
- -or-  
-  
- <paramref name="value" /> is a name, but not one of the named constants defined for the enumeration.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is outside the range of the underlying type of <paramref name="enumType" />.</exception>
-      <returns>An object of type <paramref name="enumType" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse``1(System.ReadOnlySpan{System.Char})">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants specified by <typeparamref name="TEnum" /> to an equivalent enumerated object.</summary>
-      <param name="value">A span containing the name or value to convert.</param>
-      <typeparam name="TEnum">An enumeration type.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an <see cref="T:System.Enum" /> type</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> does not contain enumeration information</exception>
-      <returns>
-        <typeparamref name="TEnum" /> An object of type <typeparamref name="TEnum" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse``1(System.ReadOnlySpan{System.Char},System.Boolean)">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants specified by <typeparamref name="TEnum" /> to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
-      <param name="value">A span containing the name or value to convert.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to regard case.</param>
-      <typeparam name="TEnum">An enumeration type.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an <see cref="T:System.Enum" /> type</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> does not contain enumeration information.</exception>
-      <returns>
-        <typeparamref name="TEnum" /> An object of type <typeparamref name="TEnum" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse``1(System.String)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants specified by <typeparamref name="TEnum" /> to an equivalent enumerated object.</summary>
-      <param name="value">A string containing the name or value to convert.</param>
-      <typeparam name="TEnum">An enumeration type.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an <see cref="T:System.Enum" /> type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> does not contain enumeration information.</exception>
-      <returns>An object of type <paramref name="TEnum" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.Parse``1(System.String,System.Boolean)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants specified by <typeparamref name="TEnum" /> to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
-      <param name="value">A string containing the name or value to convert.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to regard case.</param>
-      <typeparam name="TEnum">An enumeration type.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an <see cref="T:System.Enum" /> type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> does not contain enumeration information.</exception>
-      <returns>An object of type <paramref name="TEnum" /> whose value is represented by <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>Converts the current value to a Boolean value based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>Converts the current value to an 8-bit unsigned integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>Converts the current value to a Unicode character based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>Converts the current value to a <see cref="T:System.DateTime" /> based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>Converts the current value to a <see cref="T:System.Decimal" /> based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>Converts the current value to a double-precision floating point number based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>Converts the current value to a 16-bit signed integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>Converts the current value to a 32-bit signed integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>Converts the current value to a 64-bit signed integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>Converts the current value to an 8-bit signed integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>Converts the current value to a single-precision floating-point number based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This member always throws an exception.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>Converts the current value to a specified type based on the underlying type.</summary>
-      <param name="type">The type to convert to.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>Converts the current value to a 16-bit unsigned integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>Converts the current value to a 32-bit unsigned integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>Converts the current value to a 64-bit unsigned integer based on the underlying type.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The converted value.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.Byte)">
-      <summary>Converts the specified 8-bit unsigned integer to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.Int16)">
-      <summary>Converts the specified 16-bit signed integer to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.Int32)">
-      <summary>Converts the specified 32-bit signed integer to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.Int64)">
-      <summary>Converts the specified 64-bit signed integer to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.Object)">
-      <summary>Converts the specified object with an integer value to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> or <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.  
-  
- -or-  
-  
- <paramref name="value" /> is not type <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, <see cref="T:System.Int32" />, <see cref="T:System.Int64" />, <see cref="T:System.Byte" />, <see cref="T:System.UInt16" />, <see cref="T:System.UInt32" />, or <see cref="T:System.UInt64" />.</exception>
-      <returns>An enumeration object whose value is <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.SByte)">
-      <summary>Converts the specified 8-bit signed integer value to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.UInt16)">
-      <summary>Converts the specified 16-bit unsigned integer value to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.UInt32)">
-      <summary>Converts the specified 32-bit unsigned integer value to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToObject(System.Type,System.UInt64)">
-      <summary>Converts the specified 64-bit unsigned integer value to an enumeration member.</summary>
-      <param name="enumType">The enumeration type to return.</param>
-      <param name="value">The value to convert to an enumeration member.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="enumType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="enumType" /> is not an <see cref="T:System.Enum" />.</exception>
-      <returns>An instance of the enumeration set to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToString">
-      <summary>Converts the value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance.</returns>
-    </member>
-    <member name="M:System.Enum.ToString(System.IFormatProvider)">
-      <summary>This method overload is obsolete; use <see cref="M:System.Enum.ToString" />.</summary>
-      <param name="provider">(obsolete)</param>
-      <returns>The string representation of the value of this instance.</returns>
-    </member>
-    <member name="M:System.Enum.ToString(System.String)">
-      <summary>Converts the value of this instance to its equivalent string representation using the specified format.</summary>
-      <param name="format">A format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> contains an invalid specification.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
-    </member>
-    <member name="M:System.Enum.ToString(System.String,System.IFormatProvider)">
-      <summary>This method overload is obsolete; use <see cref="M:System.Enum.ToString(System.String)" />.</summary>
-      <param name="format">A format specification.</param>
-      <param name="provider">(Obsolete.)</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> does not contain a valid format specification.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="format" /> equals "X", but the enumeration type is unknown.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.</summary>
-      <param name="enumType">The enum type to use for parsing.</param>
-      <param name="value">The span representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to read <paramref name="enumType" /> in case insensitive mode; <see langword="false" /> to read <paramref name="enumType" /> in case sensitive mode.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)">
-      <summary>Converts the span of chars representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="enumType">The enum type to use for parsing.</param>
-      <param name="value">The span representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="enumType">The enum type to use for parsing.</param>
-      <param name="value">The string representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to read <paramref name="value" /> in case insensitive mode; <see langword="false" /> to read <paramref name="value" /> in case sensitive mode.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse(System.Type,System.String,System.Object@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="enumType">The enum type to use for parsing.</param>
-      <param name="value">The string representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse``1(System.ReadOnlySpan{System.Char},``0@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.</summary>
-      <param name="value">The span representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <typeparam name="TEnum">The type of the <paramref name="result" /> object.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an enumeration type.</exception>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse``1(System.ReadOnlySpan{System.Char},System.Boolean,``0@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded.</summary>
-      <param name="value">The span representation of the name or numeric value of one or more enumerated constants.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to consider case.</param>
-      <param name="result">When this method returns <see langword="true" />, an object containing an enumeration constant representing the parsed value.</param>
-      <typeparam name="TEnum">The type of the <paramref name="result" /> object.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <typeparamref name="TEnum" /> is not an enumeration type.</exception>
-      <returns>
-        <see langword="true" /> if the conversion succeeded; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse``1(System.String,``0@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. The return value indicates whether the conversion succeeded.</summary>
-      <param name="value">The case-sensitive string representation of the enumeration name or underlying value to convert.</param>
-      <param name="result">When this method returns, <paramref name="result" /> contains an object of type <c>TEnum</c> whose value is represented by <paramref name="value" /> if the parse operation succeeds. If the parse operation fails, <paramref name="result" /> contains the default value of the underlying type of <c>TEnum</c>. Note that this value need not be a member of the <c>TEnum</c> enumeration. This parameter is passed uninitialized.</param>
-      <typeparam name="TEnum">The enumeration type to which to convert <paramref name="value" />.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="TEnum" /> is not an enumeration type.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)">
-      <summary>Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded.</summary>
-      <param name="value">The string representation of the enumeration name or underlying value to convert.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case; <see langword="false" /> to consider case.</param>
-      <param name="result">When this method returns, <paramref name="result" /> contains an object of type <c>TEnum</c> whose value is represented by <paramref name="value" /> if the parse operation succeeds. If the parse operation fails, <paramref name="result" /> contains the default value of the underlying type of <c>TEnum</c>. Note that this value need not be a member of the <c>TEnum</c> enumeration. This parameter is passed uninitialized.</param>
-      <typeparam name="TEnum">The enumeration type to which to convert <paramref name="value" />.</typeparam>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="TEnum" /> is not an enumeration type.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Environment">
-      <summary>Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Environment.Exit(System.Int32)">
-      <summary>Terminates this process and returns an exit code to the operating system.</summary>
-      <param name="exitCode">The exit code to return to the operating system. Use 0 (zero) to indicate that the process completed successfully.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have sufficient security permission to perform this function.</exception>
-    </member>
-    <member name="M:System.Environment.ExpandEnvironmentVariables(System.String)">
-      <summary>Replaces the name of each environment variable embedded in the specified string with the string equivalent of the value of the variable, then returns the resulting string.</summary>
-      <param name="name">A string containing the names of zero or more environment variables. Each environment variable is quoted with the percent sign character (%).</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>A string with each environment variable replaced by its value.</returns>
-    </member>
-    <member name="M:System.Environment.FailFast(System.String)">
-      <summary>Immediately terminates a process after writing a message to the Windows Application event log, and then includes the message in error reporting to Microsoft.</summary>
-      <param name="message">A message that explains why the process was terminated, or <see langword="null" /> if no explanation is provided.</param>
-    </member>
-    <member name="M:System.Environment.FailFast(System.String,System.Exception)">
-      <summary>Immediately terminates a process after writing a message to the Windows Application event log, and then includes the message and exception information in error reporting to Microsoft.</summary>
-      <param name="message">A message that explains why the process was terminated, or <see langword="null" /> if no explanation is provided.</param>
-      <param name="exception">An exception that represents the error that caused the termination. This is typically the exception in a <see langword="catch" /> block.</param>
-    </member>
-    <member name="M:System.Environment.GetCommandLineArgs">
-      <summary>Returns a string array containing the command-line arguments for the current process.</summary>
-      <exception cref="T:System.NotSupportedException">The system does not support command-line arguments.</exception>
-      <returns>An array of strings where each element contains a command-line argument. The first element is the executable file name, and the following zero or more elements contain the remaining command-line arguments.</returns>
-    </member>
-    <member name="M:System.Environment.GetEnvironmentVariable(System.String)">
-      <summary>Retrieves the value of an environment variable from the current process.</summary>
-      <param name="variable">The name of the environment variable.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="variable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation.</exception>
-      <returns>The value of the environment variable specified by <paramref name="variable" />, or <see langword="null" /> if the environment variable is not found.</returns>
-    </member>
-    <member name="M:System.Environment.GetEnvironmentVariable(System.String,System.EnvironmentVariableTarget)">
-      <summary>Retrieves the value of an environment variable from the current process or from the Windows operating system registry key for the current user or local machine.</summary>
-      <param name="variable">The name of an environment variable.</param>
-      <param name="target">One of the <see cref="T:System.EnvironmentVariableTarget" /> values. Only <see cref="F:System.EnvironmentVariableTarget.Process" /> is supported on .NET Core running on Unix-bases systems.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="variable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="target" /> is not a valid <see cref="T:System.EnvironmentVariableTarget" /> value.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation.</exception>
-      <returns>The value of the environment variable specified by the <paramref name="variable" /> and <paramref name="target" /> parameters, or <see langword="null" /> if the environment variable is not found.</returns>
-    </member>
-    <member name="M:System.Environment.GetEnvironmentVariables">
-      <summary>Retrieves all environment variable names and their values from the current process.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation.</exception>
-      <exception cref="T:System.OutOfMemoryException">The buffer is out of memory.</exception>
-      <returns>A dictionary that contains all environment variable names and their values; otherwise, an empty dictionary if no environment variables are found.</returns>
-    </member>
-    <member name="M:System.Environment.GetEnvironmentVariables(System.EnvironmentVariableTarget)">
-      <summary>Retrieves all environment variable names and their values from the current process, or from the Windows operating system registry key for the current user or local machine.</summary>
-      <param name="target">One of the <see cref="T:System.EnvironmentVariableTarget" /> values. Only <see cref="F:System.EnvironmentVariableTarget.Process" /> is supported on .NET Core running on Unix-based systems.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation for the specified value of <paramref name="target" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="target" /> contains an illegal value.</exception>
-      <returns>A dictionary that contains all environment variable names and their values from the source specified by the <paramref name="target" /> parameter; otherwise, an empty dictionary if no environment variables are found.</returns>
-    </member>
-    <member name="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">
-      <summary>Gets the path to the system special folder that is identified by the specified enumeration.</summary>
-      <param name="folder">One of enumeration values that identifies a system special folder.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="folder" /> is not a member of <see cref="T:System.Environment.SpecialFolder" />.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current platform is not supported.</exception>
-      <returns>The path to the specified system special folder, if that folder physically exists on your computer; otherwise, an empty string ("").
-
- A folder will not physically exist if the operating system did not create it, the existing folder was deleted, or the folder is a virtual directory, such as My Computer, which does not correspond to a physical path.</returns>
-    </member>
-    <member name="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder,System.Environment.SpecialFolderOption)">
-      <summary>Gets the path to the system special folder that is identified by the specified enumeration, and uses a specified option for accessing special folders.</summary>
-      <param name="folder">One of the enumeration values that identifies a system special folder.</param>
-      <param name="option">One of the enumeration values that specifies options to use for accessing a special folder.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="folder" /> is not a member of <see cref="T:System.Environment.SpecialFolder" />.
--or-
-
-<paramref name="options" /> is not a member of <see cref="T:System.Environment.SpecialFolderOption" />.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current platform is not supported.</exception>
-      <returns>The path to the specified system special folder, if that folder physically exists on your computer; otherwise, an empty string ("").
-
- A folder will not physically exist if the operating system did not create it, the existing folder was deleted, or the folder is a virtual directory, such as My Computer, which does not correspond to a physical path.</returns>
-    </member>
-    <member name="M:System.Environment.GetLogicalDrives">
-      <summary>Returns an array of string containing the names of the logical drives on the current computer.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permissions.</exception>
-      <returns>An array of strings where each element contains the name of a logical drive. For example, if the computer's hard drive is the first logical drive, the first element returned is "C:\".</returns>
-    </member>
-    <member name="M:System.Environment.SetEnvironmentVariable(System.String,System.String)">
-      <summary>Creates, modifies, or deletes an environment variable stored in the current process.</summary>
-      <param name="variable">The name of an environment variable.</param>
-      <param name="value">A value to assign to <paramref name="variable" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="variable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="variable" /> contains a zero-length string, an initial hexadecimal zero character (0x00), or an equal sign ("=").
-
- -or-
-
- The length of <paramref name="variable" /> or <paramref name="value" /> is greater than or equal to 32,767 characters.
-
- -or-
-
- An error occurred during the execution of this operation.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation.</exception>
-    </member>
-    <member name="M:System.Environment.SetEnvironmentVariable(System.String,System.String,System.EnvironmentVariableTarget)">
-      <summary>Creates, modifies, or deletes an environment variable stored in the current process or in the Windows operating system registry key reserved for the current user or local machine.</summary>
-      <param name="variable">The name of an environment variable.</param>
-      <param name="value">A value to assign to <paramref name="variable" />.</param>
-      <param name="target">One of the enumeration values that specifies the location of the environment variable.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="variable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="variable" /> contains a zero-length string, an initial hexadecimal zero character (0x00), or an equal sign ("=").
-
- -or-
-
- The length of <paramref name="variable" /> is greater than or equal to 32,767 characters.
-
- -or-
-
- <paramref name="target" /> is not a member of the <see cref="T:System.EnvironmentVariableTarget" /> enumeration.
-
- -or-
-
- <paramref name="target" /> is <see cref="F:System.EnvironmentVariableTarget.Machine" /> or <see cref="F:System.EnvironmentVariableTarget.User" />, and the length of <paramref name="variable" /> is greater than or equal to 255.
-
- -or-
-
- <paramref name="target" /> is <see cref="F:System.EnvironmentVariableTarget.Process" /> and the length of <paramref name="value" /> is greater than or equal to 32,767 characters.
-
- -or-
-
- An error occurred during the execution of this operation.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to perform this operation.</exception>
-    </member>
-    <member name="P:System.Environment.CommandLine">
-      <summary>Gets the command line for this process.</summary>
-      <returns>A string containing command-line arguments.</returns>
-    </member>
-    <member name="P:System.Environment.CurrentDirectory">
-      <summary>Gets or sets the fully qualified path of the current working directory.</summary>
-      <exception cref="T:System.ArgumentException">Attempted to set to an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">Attempted to set to <see langword="null" />.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">Attempted to set a local path that cannot be found.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the appropriate permission.</exception>
-      <returns>The directory path.</returns>
-    </member>
-    <member name="P:System.Environment.CurrentManagedThreadId">
-      <summary>Gets a unique identifier for the current managed thread.</summary>
-      <returns>A unique identifier for this managed thread.</returns>
-    </member>
-    <member name="P:System.Environment.ExitCode">
-      <summary>Gets or sets the exit code of the process.</summary>
-      <returns>A 32-bit signed integer containing the exit code. The default value is 0 (zero), which indicates that the process completed successfully.</returns>
-    </member>
-    <member name="P:System.Environment.HasShutdownStarted">
-      <summary>Gets a value that indicates whether the current application domain is being unloaded or the common language runtime (CLR) is shutting down.</summary>
-      <returns>
-        <see langword="true" /> if the current application domain is being unloaded or the CLR is shutting down; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Environment.Is64BitOperatingSystem">
-      <summary>Gets a value that indicates whether the current operating system is a 64-bit operating system.</summary>
-      <returns>
-        <see langword="true" /> if the operating system is 64-bit; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Environment.Is64BitProcess">
-      <summary>Gets a value that indicates whether the current process is a 64-bit process.</summary>
-      <returns>
-        <see langword="true" /> if the process is 64-bit; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Environment.MachineName">
-      <summary>Gets the NetBIOS name of this local computer.</summary>
-      <exception cref="T:System.InvalidOperationException">The name of this computer cannot be obtained.</exception>
-      <returns>The name of this computer.</returns>
-    </member>
-    <member name="P:System.Environment.NewLine">
-      <summary>Gets the newline string defined for this environment.</summary>
-      <returns>
-        <see langword="\r\n" /> for non-Unix platforms, or <see langword="\n" /> for Unix platforms.</returns>
-    </member>
-    <member name="P:System.Environment.OSVersion">
-      <summary>Gets the current platform identifier and version number.</summary>
-      <exception cref="T:System.InvalidOperationException">This property was unable to obtain the system version.
-
- -or-
-
- The obtained platform identifier is not a member of <see cref="T:System.PlatformID" /></exception>
-      <returns>The platform identifier and version number.</returns>
-    </member>
-    <member name="P:System.Environment.ProcessId">
-      <summary>Gets the unique identifier for the current process.</summary>
-      <returns>A number that represents the unique identifier for the current process.</returns>
-    </member>
-    <member name="P:System.Environment.ProcessorCount">
-      <summary>Gets the number of processors available to the current process.</summary>
-      <returns>The 32-bit signed integer that specifies the number of processors that are available.</returns>
-    </member>
-    <member name="P:System.Environment.ProcessPath">
-      <summary>Returns the path of the executable that started the currently executing process. Returns <see langword="null" /> when the path is not available.</summary>
-      <returns>The path of the executable that started the currently executing process.</returns>
-    </member>
-    <member name="P:System.Environment.StackTrace">
-      <summary>Gets current stack trace information.</summary>
-      <returns>A string containing stack trace information. This value can be <see cref="F:System.String.Empty" />.</returns>
-    </member>
-    <member name="P:System.Environment.SystemDirectory">
-      <summary>Gets the fully qualified path of the system directory.</summary>
-      <returns>A string containing a directory path.</returns>
-    </member>
-    <member name="P:System.Environment.SystemPageSize">
-      <summary>Gets the number of bytes in the operating system's memory page.</summary>
-      <returns>The number of bytes in the system memory page.</returns>
-    </member>
-    <member name="P:System.Environment.TickCount">
-      <summary>Gets the number of milliseconds elapsed since the system started.</summary>
-      <returns>A 32-bit signed integer containing the amount of time in milliseconds that has passed since the last time the computer was started.</returns>
-    </member>
-    <member name="P:System.Environment.TickCount64">
-      <summary>Gets the number of milliseconds elapsed since the system started.</summary>
-      <returns>The elapsed milliseconds since the system started.</returns>
-    </member>
-    <member name="P:System.Environment.UserDomainName">
-      <summary>Gets the network domain name associated with the current user.</summary>
-      <exception cref="T:System.PlatformNotSupportedException">The operating system does not support retrieving the network domain name.</exception>
-      <exception cref="T:System.InvalidOperationException">The network domain name cannot be retrieved.</exception>
-      <returns>The network domain name associated with the current user.</returns>
-    </member>
-    <member name="P:System.Environment.UserInteractive">
-      <summary>Gets a value indicating whether the current process is running in user interactive mode.</summary>
-      <returns>
-        <see langword="true" /> if the current process is running in user interactive mode; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Environment.UserName">
-      <summary>Gets the user name of the person who is associated with the current thread.</summary>
-      <returns>The user name of the person who is associated with the current thread.</returns>
-    </member>
-    <member name="P:System.Environment.Version">
-      <summary>Gets a version consisting of the major, minor, build, and revision numbers of the common language runtime.</summary>
-      <returns>The version of the common language runtime.</returns>
-    </member>
-    <member name="P:System.Environment.WorkingSet">
-      <summary>Gets the amount of physical memory mapped to the process context.</summary>
-      <returns>A 64-bit signed integer containing the number of bytes of physical memory mapped to the process context.</returns>
-    </member>
-    <member name="T:System.Environment.SpecialFolder">
-      <summary>Specifies enumerated constants used to retrieve directory paths to system special folders.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.AdminTools">
-      <summary>The file system directory that is used to store administrative tools for an individual user. The Microsoft Management Console (MMC) will save customized consoles to this directory, and it will roam with the user.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.ApplicationData">
-      <summary>The directory that serves as a common repository for application-specific data for the current roaming user. A roaming user works on more than one computer on a network. A roaming user's profile is kept on a server on the network and is loaded onto a system when the user logs on.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CDBurning">
-      <summary>The file system directory that acts as a staging area for files waiting to be written to a CD.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonAdminTools">
-      <summary>The file system directory that contains administrative tools for all users of the computer.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonApplicationData">
-      <summary>The directory that serves as a common repository for application-specific data that is used by all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonDesktopDirectory">
-      <summary>The file system directory that contains files and folders that appear on the desktop for all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonDocuments">
-      <summary>The file system directory that contains documents that are common to all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonMusic">
-      <summary>The file system directory that serves as a repository for music files common to all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonOemLinks">
-      <summary>This value is recognized in Windows Vista for backward compatibility, but the special folder itself is no longer used.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonPictures">
-      <summary>The file system directory that serves as a repository for image files common to all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonProgramFiles">
-      <summary>The directory for components that are shared across applications.  
-  
- To get the x86 common program files directory in a non-x86 process, use the <see cref="F:System.Environment.SpecialFolder.ProgramFilesX86" /> member.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonProgramFilesX86">
-      <summary>The Program Files folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonPrograms">
-      <summary>A folder for components that are shared across applications.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonStartMenu">
-      <summary>The file system directory that contains the programs and folders that appear on the Start menu for all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonStartup">
-      <summary>The file system directory that contains the programs that appear in the Startup folder for all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonTemplates">
-      <summary>The file system directory that contains the templates that are available to all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.CommonVideos">
-      <summary>The file system directory that serves as a repository for video files common to all users.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Cookies">
-      <summary>The directory that serves as a common repository for Internet cookies.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Desktop">
-      <summary>The logical Desktop rather than the physical file system location.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.DesktopDirectory">
-      <summary>The directory used to physically store file objects on the desktop. Do not confuse this directory with the desktop folder itself, which is a virtual folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Favorites">
-      <summary>The directory that serves as a common repository for the user's favorite items.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Fonts">
-      <summary>A virtual folder that contains fonts.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.History">
-      <summary>The directory that serves as a common repository for Internet history items.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.InternetCache">
-      <summary>The directory that serves as a common repository for temporary Internet files.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.LocalApplicationData">
-      <summary>The directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.LocalizedResources">
-      <summary>The file system directory that contains localized resource data.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.MyComputer">
-      <summary>The My Computer folder. When passed to the <see langword="Environment.GetFolderPath" /> method, the <see langword="MyComputer" /> enumeration member always yields the empty string ("") because no path is defined for the My Computer folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.MyDocuments">
-      <summary>The My Documents folder. This member is equivalent to  <see cref="F:System.Environment.SpecialFolder.Personal" />.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.MyMusic">
-      <summary>The My Music folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.MyPictures">
-      <summary>The My Pictures folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.MyVideos">
-      <summary>The file system directory that serves as a repository for videos that belong to a user.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.NetworkShortcuts">
-      <summary>A file system directory that contains the link objects that may exist in the My Network Places virtual folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Personal">
-      <summary>The directory that serves as a common repository for documents.  This member is equivalent to  <see cref="F:System.Environment.SpecialFolder.MyDocuments" />.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.PrinterShortcuts">
-      <summary>The file system directory that contains the link objects that can exist in the Printers virtual folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.ProgramFiles">
-      <summary>The program files directory.  
-  
- In a non-x86 process, passing <see cref="F:System.Environment.SpecialFolder.ProgramFiles" /> to the <see cref="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)" /> method returns the path for non-x86 programs. To get the x86 program files directory in a non-x86 process, use the <see cref="F:System.Environment.SpecialFolder.ProgramFilesX86" /> member.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.ProgramFilesX86">
-      <summary>The x86 Program Files folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Programs">
-      <summary>The directory that contains the user's program groups.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Recent">
-      <summary>The directory that contains the user's most recently used documents.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Resources">
-      <summary>The file system directory that contains resource data.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.SendTo">
-      <summary>The directory that contains the Send To menu items.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.StartMenu">
-      <summary>The directory that contains the Start menu items.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Startup">
-      <summary>The directory that corresponds to the user's Startup program group. The system starts these programs whenever a user logs on or starts Windows.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.System">
-      <summary>The System directory.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.SystemX86">
-      <summary>The Windows System folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Templates">
-      <summary>The directory that serves as a common repository for document templates.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.UserProfile">
-      <summary>The user's profile folder. Applications should not create files or folders at this level; they should put their data under the locations referred to by <see cref="F:System.Environment.SpecialFolder.ApplicationData" />.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolder.Windows">
-      <summary>The Windows directory or SYSROOT. This corresponds to the %windir% or %SYSTEMROOT% environment variables.</summary>
-    </member>
-    <member name="T:System.Environment.SpecialFolderOption">
-      <summary>Specifies options to use for getting the path to a special folder.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolderOption.Create">
-      <summary>The path to the folder is created if it does not already exist.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolderOption.DoNotVerify">
-      <summary>The path to the folder is returned without verifying whether the path exists. If the folder is located on a network, specifying this option can reduce lag time.</summary>
-    </member>
-    <member name="F:System.Environment.SpecialFolderOption.None">
-      <summary>The path to the folder is verified. If the folder exists, the path is returned. If the folder does not exist, an empty string is returned. This is the default behavior.</summary>
-    </member>
-    <member name="T:System.EnvironmentVariableTarget">
-      <summary>Specifies the location where an environment variable is stored or retrieved in a set or get operation.</summary>
-    </member>
-    <member name="F:System.EnvironmentVariableTarget.Machine">
-      <summary>The environment variable is stored or retrieved from the <see langword="HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment" /> key in the Windows operating system registry. This value should be used on .NET implementations running on Windows systems only.</summary>
-    </member>
-    <member name="F:System.EnvironmentVariableTarget.Process">
-      <summary>The environment variable is stored or retrieved from the environment block associated with the current process.</summary>
-    </member>
-    <member name="F:System.EnvironmentVariableTarget.User">
-      <summary>The environment variable is stored or retrieved from the <see langword="HKEY_CURRENT_USER\Environment" /> key in the Windows operating system registry. This value should be used on .NET implementations running on Windows systems only.</summary>
-    </member>
-    <member name="T:System.EventArgs">
-      <summary>Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.</summary>
-    </member>
-    <member name="F:System.EventArgs.Empty">
-      <summary>Provides a value to use with events that do not have event data.</summary>
-    </member>
-    <member name="M:System.EventArgs.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.EventArgs" /> class.</summary>
-    </member>
-    <member name="T:System.EventHandler">
-      <summary>Represents the method that will handle an event that has no event data.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">An object that contains no event data.</param>
-    </member>
-    <member name="T:System.EventHandler`1">
-      <summary>Represents the method that will handle an event when the event provides data.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">An object that contains the event data.</param>
-      <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
-    </member>
-    <member name="T:System.Exception">
-      <summary>Represents errors that occur during application execution.</summary>
-    </member>
-    <member name="E:System.Exception.SerializeObjectState">
-      <summary>Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.</summary>
-    </member>
-    <member name="M:System.Exception.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class.</summary>
-    </member>
-    <member name="M:System.Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with serialized data.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <see langword="null" /> or <see cref="P:System.Exception.HResult" /> is zero (0).</exception>
-    </member>
-    <member name="M:System.Exception.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
-    </member>
-    <member name="M:System.Exception.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Exception" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception, or a null reference (<see langword="Nothing" /> in Visual Basic) if no inner exception is specified.</param>
-    </member>
-    <member name="M:System.Exception.GetBaseException">
-      <summary>When overridden in a derived class, returns the <see cref="T:System.Exception" /> that is the root cause of one or more subsequent exceptions.</summary>
-      <returns>The first exception thrown in a chain of exceptions. If the <see cref="P:System.Exception.InnerException" /> property of the current exception is a null reference (<see langword="Nothing" /> in Visual Basic), this property returns the current exception.</returns>
-    </member>
-    <member name="M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
-    </member>
-    <member name="M:System.Exception.GetType">
-      <summary>Gets the runtime type of the current instance.</summary>
-      <returns>A <see cref="T:System.Type" /> object that represents the exact runtime type of the current instance.</returns>
-    </member>
-    <member name="M:System.Exception.ToString">
-      <summary>Creates and returns a string representation of the current exception.</summary>
-      <returns>A string representation of the current exception.</returns>
-    </member>
-    <member name="P:System.Exception.Data">
-      <summary>Gets a collection of key/value pairs that provide additional user-defined information about the exception.</summary>
-      <returns>An object that implements the <see cref="T:System.Collections.IDictionary" /> interface and contains a collection of user-defined key/value pairs. The default is an empty collection.</returns>
-    </member>
-    <member name="P:System.Exception.HelpLink">
-      <summary>Gets or sets a link to the help file associated with this exception.</summary>
-      <returns>The Uniform Resource Name (URN) or Uniform Resource Locator (URL).</returns>
-    </member>
-    <member name="P:System.Exception.HResult">
-      <summary>Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.</summary>
-      <returns>The HRESULT value.</returns>
-    </member>
-    <member name="P:System.Exception.InnerException">
-      <summary>Gets the <see cref="T:System.Exception" /> instance that caused the current exception.</summary>
-      <returns>An object that describes the error that caused the current exception. The <see cref="P:System.Exception.InnerException" /> property returns the same value as was passed into the <see cref="M:System.Exception.#ctor(System.String,System.Exception)" /> constructor, or <see langword="null" /> if the inner exception value was not supplied to the constructor. This property is read-only.</returns>
-    </member>
-    <member name="P:System.Exception.Message">
-      <summary>Gets a message that describes the current exception.</summary>
-      <returns>The error message that explains the reason for the exception, or an empty string ("").</returns>
-    </member>
-    <member name="P:System.Exception.Source">
-      <summary>Gets or sets the name of the application or the object that causes the error.</summary>
-      <exception cref="T:System.ArgumentException">The object must be a runtime <see cref="N:System.Reflection" /> object.</exception>
-      <returns>The name of the application or the object that causes the error.</returns>
-    </member>
-    <member name="P:System.Exception.StackTrace">
-      <summary>Gets a string representation of the immediate frames on the call stack.</summary>
-      <returns>A string that describes the immediate frames of the call stack.</returns>
-    </member>
-    <member name="P:System.Exception.TargetSite">
-      <summary>Gets the method that throws the current exception.</summary>
-      <returns>The <see cref="T:System.Reflection.MethodBase" /> that threw the current exception.</returns>
-    </member>
-    <member name="T:System.ExecutionEngineException">
-      <summary>The exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.ExecutionEngineException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class.</summary>
-    </member>
-    <member name="M:System.ExecutionEngineException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
-    </member>
-    <member name="M:System.ExecutionEngineException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.ExecutionEngineException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.FieldAccessException">
-      <summary>The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class.</summary>
-    </member>
-    <member name="M:System.FieldAccessException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class.</summary>
-    </member>
-    <member name="M:System.FieldAccessException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.FieldAccessException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-    </member>
-    <member name="M:System.FieldAccessException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.FieldAccessException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.FileStyleUriParser">
-      <summary>A customizable parser based on the File scheme.</summary>
-    </member>
-    <member name="M:System.FileStyleUriParser.#ctor">
-      <summary>Creates a customizable parser based on the File scheme.</summary>
-    </member>
-    <member name="T:System.FlagsAttribute">
-      <summary>Indicates that an enumeration can be treated as a bit field; that is, a set of flags.</summary>
-    </member>
-    <member name="M:System.FlagsAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.FlagsAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.FormatException">
-      <summary>The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed.</summary>
-    </member>
-    <member name="M:System.FormatException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class.</summary>
-    </member>
-    <member name="M:System.FormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.FormatException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
-    </member>
-    <member name="M:System.FormatException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.FormatException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.FormattableString">
-      <summary>Represents a composite format string, along with the arguments to be formatted.</summary>
-    </member>
-    <member name="M:System.FormattableString.#ctor">
-      <summary>Instantiates a new instance of the <see cref="T:System.FormattableString" /> class.</summary>
-    </member>
-    <member name="M:System.FormattableString.CurrentCulture(System.FormattableString)">
-      <summary>Returns a result string in which arguments are formatted by using the conventions of the current culture.</summary>
-      <param name="formattable">The string to be formatted.</param>
-      <returns>The string that results from formatting the current instance by using the conventions of the current culture.</returns>
-    </member>
-    <member name="M:System.FormattableString.GetArgument(System.Int32)">
-      <summary>Returns the argument at the specified index position.</summary>
-      <param name="index">The index of the argument. Its value can range from zero to one less than the value of <see cref="P:System.FormattableString.ArgumentCount" />.</param>
-      <returns>The argument.</returns>
-    </member>
-    <member name="M:System.FormattableString.GetArguments">
-      <summary>Returns an object array that contains one or more objects to format.</summary>
-      <returns>An object array that contains one or more objects to format.</returns>
-    </member>
-    <member name="M:System.FormattableString.Invariant(System.FormattableString)">
-      <summary>Returns a result string in which arguments are formatted by using the conventions of the invariant culture.</summary>
-      <param name="formattable">The object to convert to a result string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="formattable" /> is <see langword="null" />.</exception>
-      <returns>The string that results from formatting the current instance by using the conventions of the invariant culture.</returns>
-    </member>
-    <member name="M:System.FormattableString.System#IFormattable#ToString(System.String,System.IFormatProvider)">
-      <summary>Returns the string that results from formatting the format string along with its arguments by using the formatting conventions of a specified culture.</summary>
-      <param name="ignored">A string. This argument is ignored.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
-      <returns>A string formatted using the conventions of the <paramref name="formatProvider" /> parameter.</returns>
-    </member>
-    <member name="M:System.FormattableString.ToString">
-      <summary>Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of the current culture.</summary>
-      <returns>A result string formatted by using the conventions of the current culture.</returns>
-    </member>
-    <member name="M:System.FormattableString.ToString(System.IFormatProvider)">
-      <summary>Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of a specified culture.</summary>
-      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
-      <returns>A result string formatted by using the conventions of <paramref name="formatProvider" />.</returns>
-    </member>
-    <member name="P:System.FormattableString.ArgumentCount">
-      <summary>Gets the number of arguments to be formatted.</summary>
-      <returns>The number of arguments to be formatted.</returns>
-    </member>
-    <member name="P:System.FormattableString.Format">
-      <summary>Returns the composite format string.</summary>
-      <returns>The composite format string.</returns>
-    </member>
-    <member name="T:System.FtpStyleUriParser">
-      <summary>A customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
-    </member>
-    <member name="M:System.FtpStyleUriParser.#ctor">
-      <summary>Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
-    </member>
-    <member name="T:System.Func`1">
-      <summary>Encapsulates a method that has no parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`10">
-      <summary>Encapsulates a method that has nine parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`11">
-      <summary>Encapsulates a method that has 10 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`12">
-      <summary>Encapsulates a method that has 11 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`13">
-      <summary>Encapsulates a method that has 12 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`14">
-      <summary>Encapsulates a method that has 13 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`15">
-      <summary>Encapsulates a method that has 14 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`16">
-      <summary>Encapsulates a method that has 15 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`17">
-      <summary>Encapsulates a method that has 16 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg16">The sixteenth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T16">The type of the sixteenth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`2">
-      <summary>Encapsulates a method that has one parameter and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg">The parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T">The type of the parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`3">
-      <summary>Encapsulates a method that has two parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`4">
-      <summary>Encapsulates a method that has three parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`5">
-      <summary>Encapsulates a method that has four parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`6">
-      <summary>Encapsulates a method that has five parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`7">
-      <summary>Encapsulates a method that has six parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`8">
-      <summary>Encapsulates a method that has seven parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.Func`9">
-      <summary>Encapsulates a method that has eight parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
-      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
-      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
-      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
-      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
-      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-      <returns>The return value of the method that this delegate encapsulates.</returns>
-    </member>
-    <member name="T:System.GC">
-      <summary>Controls the system garbage collector, a service that automatically reclaims unused memory.</summary>
-    </member>
-    <member name="M:System.GC.AddMemoryPressure(System.Int64)">
-      <summary>Informs the runtime of a large allocation of unmanaged memory that should be taken into account when scheduling garbage collection.</summary>
-      <param name="bytesAllocated">The incremental amount of unmanaged memory that has been allocated.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bytesAllocated" /> is less than or equal to 0.  
-  
- -or-  
-  
- On a 32-bit computer, <paramref name="bytesAllocated" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-    </member>
-    <member name="M:System.GC.AllocateArray``1(System.Int32,System.Boolean)">
-      <summary>Allocates an array.</summary>
-      <param name="length">Specifies the length of the array.</param>
-      <param name="pinned">Specifies whether the allocated array must be pinned.</param>
-      <typeparam name="T">Specifies the type of the array element.</typeparam>
-      <returns>An array object.</returns>
-    </member>
-    <member name="M:System.GC.AllocateUninitializedArray``1(System.Int32,System.Boolean)">
-      <summary>Allocates an array while skipping zero-initialization, if possible.</summary>
-      <param name="length">Specifies the length of the array.</param>
-      <param name="pinned">Specifies whether the allocated array must be pinned.</param>
-      <typeparam name="T">Specifies the type of the array element.</typeparam>
-      <returns>An array object with uninitialized memory except if it contains references or if it's too small for unpinned.</returns>
-    </member>
-    <member name="M:System.GC.CancelFullGCNotification">
-      <summary>Cancels the registration of a garbage collection notification.</summary>
-      <exception cref="T:System.InvalidOperationException">This member is not available when concurrent garbage collection is enabled. See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.</exception>
-    </member>
-    <member name="M:System.GC.Collect">
-      <summary>Forces an immediate garbage collection of all generations.</summary>
-    </member>
-    <member name="M:System.GC.Collect(System.Int32)">
-      <summary>Forces an immediate garbage collection from generation 0 through a specified generation.</summary>
-      <param name="generation">The number of the oldest generation to be garbage collected.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="generation" /> is not valid.</exception>
-    </member>
-    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode)">
-      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value.</summary>
-      <param name="generation">The number of the oldest generation to be garbage collected.</param>
-      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="generation" /> is not valid.  
-  
- -or-  
-  
- <paramref name="mode" /> is not one of the <see cref="T:System.GCCollectionMode" /> values.</exception>
-    </member>
-    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode,System.Boolean)">
-      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value, with a value specifying whether the collection should be blocking.</summary>
-      <param name="generation">The number of the oldest generation to be garbage collected.</param>
-      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
-      <param name="blocking">
-        <see langword="true" /> to perform a blocking garbage collection; <see langword="false" /> to perform a background garbage collection where possible.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="generation" /> is not valid.  
-  
- -or-  
-  
- <paramref name="mode" /> is not one of the <see cref="T:System.GCCollectionMode" /> values.</exception>
-    </member>
-    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode,System.Boolean,System.Boolean)">
-      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value, with values that specify whether the collection should be blocking and compacting.</summary>
-      <param name="generation">The number of the oldest generation to be garbage collected.</param>
-      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
-      <param name="blocking">
-        <see langword="true" /> to perform a blocking garbage collection; <see langword="false" /> to perform a background garbage collection where possible.</param>
-      <param name="compacting">
-        <see langword="true" /> to compact the small object heap; <see langword="false" /> to sweep only.</param>
-    </member>
-    <member name="M:System.GC.CollectionCount(System.Int32)">
-      <summary>Returns the number of times garbage collection has occurred for the specified generation of objects.</summary>
-      <param name="generation">The generation of objects for which the garbage collection count is to be determined.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="generation" /> is less than 0.</exception>
-      <returns>The number of times garbage collection has occurred for the specified generation since the process was started.</returns>
-    </member>
-    <member name="M:System.GC.EndNoGCRegion">
-      <summary>Ends the no GC region latency mode.</summary>
-      <exception cref="T:System.InvalidOperationException">The garbage collector is not in no GC region latency mode.  
-  
- -or-  
-  
- The no GC region latency mode was ended previously because a garbage collection was induced.  
-  
- -or-  
-  
- A memory allocation exceeded the amount specified in the call to the <see cref="M:System.GC.TryStartNoGCRegion(System.Int64)" /> method.</exception>
-    </member>
-    <member name="M:System.GC.GetAllocatedBytesForCurrentThread">
-      <summary>Gets the total number of bytes allocated to the current thread since the beginning of its lifetime.</summary>
-      <returns>The total number of bytes allocated to the current thread since the beginning of its lifetime.</returns>
-    </member>
-    <member name="M:System.GC.GetGCMemoryInfo">
-      <summary>Gets garbage collection memory information.</summary>
-      <returns>An object that contains information about the garbage collector's memory usage.</returns>
-    </member>
-    <member name="M:System.GC.GetGCMemoryInfo(System.GCKind)">
-      <summary>Gets garbage collection memory information.</summary>
-      <param name="kind">The kind of collection for which to retrieve memory information.</param>
-      <returns>An object that contains information about the garbage collector's memory usage.</returns>
-    </member>
-    <member name="M:System.GC.GetGeneration(System.Object)">
-      <summary>Returns the current generation number of the specified object.</summary>
-      <param name="obj">The object that generation information is retrieved for.</param>
-      <returns>The current generation number of <paramref name="obj" />.</returns>
-    </member>
-    <member name="M:System.GC.GetGeneration(System.WeakReference)">
-      <summary>Returns the current generation number of the target of a specified weak reference.</summary>
-      <param name="wo">A <see cref="T:System.WeakReference" /> that refers to the target object whose generation number is to be determined.</param>
-      <exception cref="T:System.ArgumentException">Garbage collection has already been performed on <paramref name="wo" />.</exception>
-      <returns>The current generation number of the target of <paramref name="wo" />.</returns>
-    </member>
-    <member name="M:System.GC.GetTotalAllocatedBytes(System.Boolean)">
-      <summary>Gets a count of the bytes allocated over the lifetime of the process. The returned value does not include any native allocations.</summary>
-      <param name="precise">If <see langword="true" />, gather a precise number; otherwise, gather an approximate count. Gathering a precise value entails a significant performance penalty.</param>
-      <returns>The total number of bytes allocated over the lifetime of the process.</returns>
-    </member>
-    <member name="M:System.GC.GetTotalMemory(System.Boolean)">
-      <summary>Retrieves the number of bytes currently thought to be allocated. A parameter indicates whether this method can wait a short interval before returning, to allow the system to collect garbage and finalize objects.</summary>
-      <param name="forceFullCollection">
-        <see langword="true" /> to indicate that this method can wait for garbage collection to occur before returning; otherwise, <see langword="false" />.</param>
-      <returns>A number that is the best available approximation of the number of bytes currently allocated in managed memory.</returns>
-    </member>
-    <member name="M:System.GC.KeepAlive(System.Object)">
-      <summary>References the specified object, which makes it ineligible for garbage collection from the start of the current routine to the point where this method is called.</summary>
-      <param name="obj">The object to reference.</param>
-    </member>
-    <member name="M:System.GC.RegisterForFullGCNotification(System.Int32,System.Int32)">
-      <summary>Specifies that a garbage collection notification should be raised when conditions favor full garbage collection and when the collection has been completed.</summary>
-      <param name="maxGenerationThreshold">A number between 1 and 99 that specifies when the notification should be raised based on the objects allocated in generation 2.</param>
-      <param name="largeObjectHeapThreshold">A number between 1 and 99 that specifies when the notification should be raised based on objects allocated in the large object heap.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="maxGenerationThreshold" /> or <paramref name="largeObjectHeapThreshold" /> is not between 1 and 99.</exception>
-      <exception cref="T:System.InvalidOperationException">This member is not available when concurrent garbage collection is enabled. See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.</exception>
-    </member>
-    <member name="M:System.GC.RemoveMemoryPressure(System.Int64)">
-      <summary>Informs the runtime that unmanaged memory has been released and no longer needs to be taken into account when scheduling garbage collection.</summary>
-      <param name="bytesAllocated">The amount of unmanaged memory that has been released.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bytesAllocated" /> is less than or equal to 0.  
-  
- -or-  
-  
- On a 32-bit computer, <paramref name="bytesAllocated" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-    </member>
-    <member name="M:System.GC.ReRegisterForFinalize(System.Object)">
-      <summary>Requests that the system call the finalizer for the specified object for which <see cref="M:System.GC.SuppressFinalize(System.Object)" /> has previously been called.</summary>
-      <param name="obj">The object that a finalizer must be called for.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="obj" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.GC.SuppressFinalize(System.Object)">
-      <summary>Requests that the common language runtime not call the finalizer for the specified object.</summary>
-      <param name="obj">The object whose finalizer must not be executed.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="obj" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.GC.TryStartNoGCRegion(System.Int64)">
-      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available.</summary>
-      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. It must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="totalSize" /> exceeds the ephemeral segment size.</exception>
-      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
-      <returns>
-        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Boolean)">
-      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available, and controls whether the garbage collector does a full blocking garbage collection if not enough memory is initially available.</summary>
-      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. It must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
-      <param name="disallowFullBlockingGC">
-        <see langword="true" /> to omit a full blocking garbage collection if the garbage collector is initially unable to allocate <paramref name="totalSize" /> bytes; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="totalSize" /> exceeds the ephemeral segment size.</exception>
-      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
-      <returns>
-        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Int64)">
-      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available for the large object heap and the small object heap.</summary>
-      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. <paramref name="totalSize" /> -<paramref name="lohSize" /> must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
-      <param name="lohSize">The number of bytes in <paramref name="totalSize" /> to use for large object heap (LOH) allocations.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="totalSize" /> - <paramref name="lohSize" /> exceeds the ephemeral segment size.</exception>
-      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
-      <returns>
-        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Int64,System.Boolean)">
-      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available for the large object heap and the small object heap, and controls whether the garbage collector does a full blocking garbage collection if not enough memory is initially available.</summary>
-      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. <paramref name="totalSize" /> -<paramref name="lohSize" /> must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
-      <param name="lohSize">The number of bytes in <paramref name="totalSize" /> to use for large object heap (LOH) allocations.</param>
-      <param name="disallowFullBlockingGC">
-        <see langword="true" /> to omit a full blocking garbage collection if the garbage collector is initially unable to allocate the specified memory on the small object heap (SOH) and LOH; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="totalSize" /> - <paramref name="lohSize" /> exceeds the ephemeral segment size.</exception>
-      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
-      <returns>
-        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.GC.WaitForFullGCApproach">
-      <summary>Returns the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime is imminent.</summary>
-      <returns>The status of the registered garbage collection notification.</returns>
-    </member>
-    <member name="M:System.GC.WaitForFullGCApproach(System.Int32)">
-      <summary>Returns, in a specified time-out period, the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime is imminent.</summary>
-      <param name="millisecondsTimeout">The length of time to wait before a notification status can be obtained. Specify -1 to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="millisecondsTimeout" /> must be either non-negative or less than or equal to <see cref="F:System.Int32.MaxValue" /> or -1.</exception>
-      <returns>The status of the registered garbage collection notification.</returns>
-    </member>
-    <member name="M:System.GC.WaitForFullGCComplete">
-      <summary>Returns the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime has completed.</summary>
-      <returns>The status of the registered garbage collection notification.</returns>
-    </member>
-    <member name="M:System.GC.WaitForFullGCComplete(System.Int32)">
-      <summary>Returns, in a specified time-out period, the status of a registered notification for determining whether a full, blocking garbage collection by common language the runtime has completed.</summary>
-      <param name="millisecondsTimeout">The length of time to wait before a notification status can be obtained. Specify -1 to wait indefinitely.</param>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="millisecondsTimeout" /> must be either non-negative or less than or equal to <see cref="F:System.Int32.MaxValue" /> or -1.</exception>
-      <returns>The status of the registered garbage collection notification.</returns>
-    </member>
-    <member name="M:System.GC.WaitForPendingFinalizers">
-      <summary>Suspends the current thread until the thread that is processing the queue of finalizers has emptied that queue.</summary>
-    </member>
-    <member name="P:System.GC.MaxGeneration">
-      <summary>Gets the maximum number of generations that the system currently supports.</summary>
-      <returns>A value that ranges from zero to the maximum number of supported generations.</returns>
-    </member>
-    <member name="T:System.GCCollectionMode">
-      <summary>Specifies the behavior for a forced garbage collection.</summary>
-    </member>
-    <member name="F:System.GCCollectionMode.Default">
-      <summary>The default setting for this enumeration, which is currently <see cref="F:System.GCCollectionMode.Forced" />.</summary>
-    </member>
-    <member name="F:System.GCCollectionMode.Forced">
-      <summary>Forces the garbage collection to occur immediately.</summary>
-    </member>
-    <member name="F:System.GCCollectionMode.Optimized">
-      <summary>Allows the garbage collector to determine whether the current time is optimal to reclaim objects.</summary>
-    </member>
-    <member name="T:System.GCGenerationInfo">
-      <summary>Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in <see cref="T:System.GCMemoryInfo" />.</summary>
-    </member>
-    <member name="P:System.GCGenerationInfo.FragmentationAfterBytes">
-      <summary>Gets the fragmentation in bytes on exit from the reported collection.</summary>
-      <returns>A number representing the fragmentation in bytes on exit from the reported collection.</returns>
-    </member>
-    <member name="P:System.GCGenerationInfo.FragmentationBeforeBytes">
-      <summary>Gets the fragmentation in bytes on entry to the reported collection.</summary>
-      <returns>A number representing the fragmentation in bytes on entry to the reported collection.</returns>
-    </member>
-    <member name="P:System.GCGenerationInfo.SizeAfterBytes">
-      <summary>Gets the size in bytes on exit from the reported collection.</summary>
-      <returns>A number representing the size in bytes on exit from the reported collection.</returns>
-    </member>
-    <member name="P:System.GCGenerationInfo.SizeBeforeBytes">
-      <summary>Gets the size in bytes on entry to the reported collection.</summary>
-      <returns>A number representing the size in bytes on entry to the reported collection.</returns>
-    </member>
-    <member name="T:System.GCKind">
-      <summary>Specifies the kind of a garbage collection.</summary>
-    </member>
-    <member name="F:System.GCKind.Any">
-      <summary>Any kind of collection.</summary>
-    </member>
-    <member name="F:System.GCKind.Background">
-      <summary>A background collection. This is always a generation 2 collection.</summary>
-    </member>
-    <member name="F:System.GCKind.Ephemeral">
-      <summary>A gen0 or gen1 collection.</summary>
-    </member>
-    <member name="F:System.GCKind.FullBlocking">
-      <summary>A blocking gen2 collection.</summary>
-    </member>
-    <member name="T:System.GCMemoryInfo">
-      <summary>Provides a set of APIs that can be used to retrieve garbage collection information.</summary>
-    </member>
-    <member name="P:System.GCMemoryInfo.Compacted">
-      <summary>Gets a value that indicates if this is a compacting GC or not.</summary>
-      <returns>
-        <see langword="true" /> if this is a compacting GC; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.Concurrent">
-      <summary>Gets a value that indicates if this is a concurrent GC (background GC) or not.</summary>
-      <returns>
-        <see langword="true" /> if this is a concurrent GC (background GC); <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.FinalizationPendingCount">
-      <summary>Gets the number of objects that are ready for finalization that this GC observed.</summary>
-      <returns>The total number of objects observed by this GC that are ready for finalization.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.FragmentedBytes">
-      <summary>Gets the total fragmentation when the last garbage collection occurred.</summary>
-      <returns>The total fragmentation when the last garbage collection occurred.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.Generation">
-      <summary>Gets the generation this GC collected. Collecting a generation also collects younger generations.</summary>
-      <returns>The generation this GC collected.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.GenerationInfo">
-      <summary>Gets the generation information for all generations.</summary>
-      <returns>The generation information for all generations.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.HeapSizeBytes">
-      <summary>Gets the total heap size when the last garbage collection occurred.</summary>
-      <returns>The total heap size, in bytes, when the last garbage collection occurred.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.HighMemoryLoadThresholdBytes">
-      <summary>Gets the high memory load threshold when the last garbage collection occurred.</summary>
-      <returns>The high memory load threshold, in bytes, when the last garbage collection occurred.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.Index">
-      <summary>Gets the index of this GC. GC indices start with 1 and are increased at the beginning of a GC.
-            Since the information is updated at the end of a GC, this means you can get the information for a background GC with a smaller index than a foreground GC that finished earlier.</summary>
-      <returns>The index of this GC.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.MemoryLoadBytes">
-      <summary>Gets the physical memory load when the last garbage collection occurred.</summary>
-      <returns>The physical memory load, in bytes, when the last garbage collection occurred.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.PauseDurations">
-      <summary>Gets the pause durations. For blocking GCs, there is one pause; for background GC, there are two.</summary>
-      <returns>A timespan representing the pause durations.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.PauseTimePercentage">
-      <summary>Gets the pause time percentage in the GC so far. If the pause time is 1.2%, this property's value is 1.2. The value is calculated by taking the sum of all GC pauses so far and dividing that by the total elapsed time of the process since the runtime was loaded. This running counter is updated at the end of each GC. It does not distinguish between <see cref="T:System.GCKind" />. That is, at every GC, the calculated value is updated, and when you access this property, it gets the latest calculated value.</summary>
-      <returns>The pause time percentage.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.PinnedObjectsCount">
-      <summary>Gets the number of pinned objects this GC observed.</summary>
-      <returns>The total number of pinned objects observed by this GC.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.PromotedBytes">
-      <summary>Gets the promoted bytes for this GC.</summary>
-      <returns>The number of promoted bytes for this GC.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.TotalAvailableMemoryBytes">
-      <summary>Gets the total available memory for the garbage collector to use when the last garbage collection occurred.</summary>
-      <returns>The total available memory, in bytes, for the garbage collector to use when the last garbage collection occurred.</returns>
-    </member>
-    <member name="P:System.GCMemoryInfo.TotalCommittedBytes">
-      <summary>Gets the total committed bytes of the managed heap.</summary>
-      <returns>The total committed bytes of the managed heap.</returns>
-    </member>
-    <member name="T:System.GCNotificationStatus">
-      <summary>Provides information about the current registration for notification of the next full garbage collection.</summary>
-    </member>
-    <member name="F:System.GCNotificationStatus.Canceled">
-      <summary>The current registration was canceled by the user.</summary>
-    </member>
-    <member name="F:System.GCNotificationStatus.Failed">
-      <summary>The notification failed for any reason.</summary>
-    </member>
-    <member name="F:System.GCNotificationStatus.NotApplicable">
-      <summary>This result can be caused by the following: there is no current registration for a garbage collection notification, a full GC has happened but was done as a Background GC (ie, a GC that runs mostly concurrently with user threads) instead of a full blocking GC. Background GC is enabled by default; disabling it will make the prediction accurancy higher but will incur larger GC pauses (See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.)</summary>
-    </member>
-    <member name="F:System.GCNotificationStatus.Succeeded">
-      <summary>The notification was successful and the registration was not canceled.</summary>
-    </member>
-    <member name="F:System.GCNotificationStatus.Timeout">
-      <summary>The time specified by the <paramref name="millisecondsTimeout" /> parameter for either <see cref="M:System.GC.WaitForFullGCApproach(System.Int32)" /> or <see cref="M:System.GC.WaitForFullGCComplete(System.Int32)" /> has elapsed.</summary>
-    </member>
-    <member name="T:System.GenericUriParser">
-      <summary>A customizable parser for a hierarchical URI.</summary>
-    </member>
-    <member name="M:System.GenericUriParser.#ctor(System.GenericUriParserOptions)">
-      <summary>Create a customizable parser for a hierarchical URI.</summary>
-      <param name="options">Specify the options for this <see cref="T:System.GenericUriParser" />.</param>
-    </member>
-    <member name="T:System.GenericUriParserOptions">
-      <summary>Specifies options for a <see cref="T:System.UriParser" />.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.AllowEmptyAuthority">
-      <summary>The parser allows a URI with no authority.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.Default">
-      <summary>The parser: requires an authority; converts backslashes into forward slashes; unescapes path dots, forward slashes, and back slashes; and removes trailing dots, empty segments, and dots-only segments.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.DontCompressPath">
-      <summary>The parser does not canonicalize the URI.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.DontConvertPathBackslashes">
-      <summary>The parser does not convert back slashes into forward slashes.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.DontUnescapePathDotsAndSlashes">
-      <summary>The parser does not unescape path dots, forward slashes, or back slashes.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.GenericAuthority">
-      <summary>The parser allows a registry-based authority.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.Idn">
-      <summary>The parser supports Internationalized Domain Name (IDN) parsing (IDN) of host names. Whether IDN is used is dictated by configuration values.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.IriParsing">
-      <summary>The parser supports the parsing rules specified in RFC 3987 for International Resource Identifiers (IRI). Whether IRI is used is dictated by configuration values.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.NoFragment">
-      <summary>The scheme does not define a fragment part.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.NoPort">
-      <summary>The scheme does not define a port.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.NoQuery">
-      <summary>The scheme does not define a query part.</summary>
-    </member>
-    <member name="F:System.GenericUriParserOptions.NoUserInfo">
-      <summary>The scheme does not define a user information part.</summary>
-    </member>
-    <member name="T:System.Globalization.Calendar">
-      <summary>Represents time in divisions, such as weeks, months, and years.</summary>
-    </member>
-    <member name="F:System.Globalization.Calendar.CurrentEra">
-      <summary>Represents the current era of the current calendar. The value of this field is 0.</summary>
-    </member>
-    <member name="M:System.Globalization.Calendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.Calendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddDays(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of days away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add days.</param>
-      <param name="days">The number of days to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="days" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of days to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddHours(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of hours away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add hours.</param>
-      <param name="hours">The number of hours to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="hours" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of hours to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddMilliseconds(System.DateTime,System.Double)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of milliseconds away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to add milliseconds to.</param>
-      <param name="milliseconds">The number of milliseconds to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="milliseconds" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of milliseconds to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddMinutes(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of minutes away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add minutes.</param>
-      <param name="minutes">The number of minutes to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="minutes" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of minutes to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddSeconds(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of seconds away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add seconds.</param>
-      <param name="seconds">The number of seconds to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="seconds" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of seconds to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddWeeks(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of weeks away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add weeks.</param>
-      <param name="weeks">The number of weeks to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="weeks" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of weeks to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.AddYears(System.DateTime,System.Int32)">
-      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="years" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.Clone">
-      <summary>Creates a new object that is a copy of the current <see cref="T:System.Globalization.Calendar" /> object.</summary>
-      <returns>A new instance of <see cref="T:System.Object" /> that is the memberwise clone of the current <see cref="T:System.Globalization.Calendar" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDayOfMonth(System.DateTime)">
-      <summary>When overridden in a derived class, returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A positive integer that represents the day of the month in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDayOfWeek(System.DateTime)">
-      <summary>When overridden in a derived class, returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDayOfYear(System.DateTime)">
-      <summary>When overridden in a derived class, returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A positive integer that represents the day of the year in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDaysInMonth(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month and year of the current era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, returns the number of days in the specified month, year, and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDaysInYear(System.Int32)">
-      <summary>Returns the number of days in the specified year of the current era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, returns the number of days in the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetEra(System.DateTime)">
-      <summary>When overridden in a derived class, returns the era of the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era of <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetHour(System.DateTime)">
-      <summary>Returns the hours value in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 0 to 23 that represents the hour in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetLeapMonth(System.Int32)">
-      <summary>Calculates the leap month for a specified year.</summary>
-      <param name="year">A year.</param>
-      <returns>A positive integer that indicates the leap month in the specified year.  
-  
- -or-  
-  
- Zero if this calendar does not support a leap month or if the <paramref name="year" /> parameter does not represent a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era.</param>
-      <returns>A positive integer that indicates the leap month in the specified year and era.  
-  
- -or-  
-  
- Zero if this calendar does not support a leap month or if the <paramref name="year" /> and <paramref name="era" /> parameters do not specify a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetMilliseconds(System.DateTime)">
-      <summary>Returns the milliseconds value in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A double-precision floating-point number from 0 to 999 that represents the milliseconds in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetMinute(System.DateTime)">
-      <summary>Returns the minutes value in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 0 to 59 that represents the minutes in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetMonth(System.DateTime)">
-      <summary>When overridden in a derived class, returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A positive integer that represents the month in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetMonthsInYear(System.Int32)">
-      <summary>Returns the number of months in the specified year in the current era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetSecond(System.DateTime)">
-      <summary>Returns the seconds value in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 0 to 59 that represents the seconds in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
-      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="time">A date and time value.</param>
-      <param name="rule">An enumeration value that defines a calendar week.</param>
-      <param name="firstDayOfWeek">An enumeration value that represents the first day of the week.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is earlier than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or later than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.  
-  
- -or-  
-  
- <paramref name="firstDayOfWeek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.  
-  
- -or-  
-  
- <paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <returns>A positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.GetYear(System.DateTime)">
-      <summary>When overridden in a derived class, returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapDay(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the current era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="day">A positive integer that represents the day.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="day">A positive integer that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapMonth(System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the current era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapYear(System.Int32)">
-      <summary>Determines whether the specified year in the current era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.ReadOnly(System.Globalization.Calendar)">
-      <summary>Returns a read-only version of the specified <see cref="T:System.Globalization.Calendar" /> object.</summary>
-      <param name="calendar">A <see cref="T:System.Globalization.Calendar" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="calendar" /> is <see langword="null" />.</exception>
-      <returns>The <see cref="T:System.Globalization.Calendar" /> object specified by the <paramref name="calendar" /> parameter, if <paramref name="calendar" /> is read-only.  
-  
- -or-  
-  
- A read-only memberwise clone of the <see cref="T:System.Globalization.Calendar" /> object specified by <paramref name="calendar" />, if <paramref name="calendar" /> is not read-only.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="day">A positive integer that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">A positive integer that represents the month.</param>
-      <param name="day">A positive integer that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.Calendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.Calendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>One of the <see cref="T:System.Globalization.CalendarAlgorithmType" /> values.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.Eras">
-      <summary>When overridden in a derived class, gets the list of eras in the current calendar.</summary>
-      <returns>An array of integers that represents the eras in the current calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.IsReadOnly">
-      <summary>Gets a value indicating whether this <see cref="T:System.Globalization.Calendar" /> object is read-only.</summary>
-      <returns>
-        <see langword="true" /> if this <see cref="T:System.Globalization.Calendar" /> object is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by this <see cref="T:System.Globalization.Calendar" /> object.</summary>
-      <returns>The latest date and time supported by this calendar. The default is <see cref="F:System.DateTime.MaxValue" />.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by this <see cref="T:System.Globalization.Calendar" /> object.</summary>
-      <returns>The earliest date and time supported by this calendar. The default is <see cref="F:System.DateTime.MinValue" />.</returns>
-    </member>
-    <member name="P:System.Globalization.Calendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.Calendar" /> object is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.CalendarAlgorithmType">
-      <summary>Specifies whether a calendar is solar-based, lunar-based, or lunisolar-based.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarAlgorithmType.LunarCalendar">
-      <summary>A lunar-based calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar">
-      <summary>A lunisolar-based calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarAlgorithmType.SolarCalendar">
-      <summary>A solar-based calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarAlgorithmType.Unknown">
-      <summary>An unknown calendar basis.</summary>
-    </member>
-    <member name="T:System.Globalization.CalendarWeekRule">
-      <summary>Defines different rules for determining the first week of the year.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarWeekRule.FirstDay">
-      <summary>Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week. The value is 0.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarWeekRule.FirstFourDayWeek">
-      <summary>Indicates that the first week of the year is the first week with four or more days before the designated first day of the week. The value is 2.</summary>
-    </member>
-    <member name="F:System.Globalization.CalendarWeekRule.FirstFullWeek">
-      <summary>Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year. The value is 1.</summary>
-    </member>
-    <member name="T:System.Globalization.CharUnicodeInfo">
-      <summary>Retrieves information about a Unicode character. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetDecimalDigitValue(System.Char)">
-      <summary>Gets the decimal digit value of the specified numeric character.</summary>
-      <param name="ch">The Unicode character for which to get the decimal digit value.</param>
-      <returns>The decimal digit value of the specified numeric character.  
-  
- -or-  
-  
- -1, if the specified character is not a decimal digit.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetDecimalDigitValue(System.String,System.Int32)">
-      <summary>Gets the decimal digit value of the numeric character at the specified index of the specified string.</summary>
-      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the decimal digit value.</param>
-      <param name="index">The index of the Unicode character for which to get the decimal digit value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
-      <returns>The decimal digit value of the numeric character at the specified index of the specified string.  
-  
- -or-  
-  
- -1, if the character at the specified index of the specified string is not a decimal digit.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetDigitValue(System.Char)">
-      <summary>Gets the digit value of the specified numeric character.</summary>
-      <param name="ch">The Unicode character for which to get the digit value.</param>
-      <returns>The digit value of the specified numeric character.  
-  
- -or-  
-  
- -1, if the specified character is not a digit.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetDigitValue(System.String,System.Int32)">
-      <summary>Gets the digit value of the numeric character at the specified index of the specified string.</summary>
-      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the digit value.</param>
-      <param name="index">The index of the Unicode character for which to get the digit value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
-      <returns>The digit value of the numeric character at the specified index of the specified string.  
-  
- -or-  
-  
- -1, if the character at the specified index of the specified string is not a digit.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetNumericValue(System.Char)">
-      <summary>Gets the numeric value associated with the specified character.</summary>
-      <param name="ch">The Unicode character for which to get the numeric value.</param>
-      <returns>The numeric value associated with the specified character.  
-  
- -or-  
-  
- -1, if the specified character is not a numeric character.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetNumericValue(System.String,System.Int32)">
-      <summary>Gets the numeric value associated with the character at the specified index of the specified string.</summary>
-      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the numeric value.</param>
-      <param name="index">The index of the Unicode character for which to get the numeric value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
-      <returns>The numeric value associated with the character at the specified index of the specified string.  
-  
- -or-  
-  
- -1, if the character at the specified index of the specified string is not a numeric character.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.Char)">
-      <summary>Gets the Unicode category of the specified character.</summary>
-      <param name="ch">The Unicode character for which to get the Unicode category.</param>
-      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.Int32)">
-      <summary>Gets the Unicode category of the specified character.</summary>
-      <param name="codePoint">A number representing the 32-bit code point value of the Unicode character.</param>
-      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
-    </member>
-    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.String,System.Int32)">
-      <summary>Gets the Unicode category of the character at the specified index of the specified string.</summary>
-      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the Unicode category.</param>
-      <param name="index">The index of the Unicode character for which to get the Unicode category.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
-      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the character at the specified index of the specified string.</returns>
-    </member>
-    <member name="T:System.Globalization.ChineseLunisolarCalendar">
-      <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Chinese calendar, while days and months are calculated using the lunisolar calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.ChineseLunisolarCalendar.ChineseEra">
-      <summary>Specifies the era that corresponds to the current <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object.</summary>
-    </member>
-    <member name="M:System.Globalization.ChineseLunisolarCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.ChineseLunisolarCalendar.GetEra(System.DateTime)">
-      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" /> type.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> type to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is less than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer that represents the era in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.ChineseLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.ChineseLunisolarCalendar.Eras">
-      <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object.</summary>
-      <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object is always an array containing one element equal to the <see cref="F:System.Globalization.ChineseLunisolarCalendar.ChineseEra" /> value.</returns>
-    </member>
-    <member name="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime">
-      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
-      <returns>A <see cref="T:System.DateTime" /> type that represents the last moment on January 28, 2101 in the Gregorian calendar, which is approximately equal to the constructor <c>DateTime(2101, 1, 28, 23, 59, 59, 999)</c>.</returns>
-    </member>
-    <member name="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime">
-      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
-      <returns>A <see cref="T:System.DateTime" /> type that represents February 19, 1901 in the Gregorian calendar, which is equivalent to the constructor, <c>DateTime(1901, 2, 19)</c>.</returns>
-    </member>
-    <member name="T:System.Globalization.CompareInfo">
-      <summary>Implements a set of methods for culture-sensitive string comparisons.</summary>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Compares two read-only spans of characters.</summary>
-      <param name="string1">The first read-only span of characters to compare.</param>
-      <param name="string2">The second read-only span of characters to compare.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the comparison. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>Zero if <paramref name="string1" /> and <paramref name="string2" /> are equal; or a negative value if <paramref name="string1" /> sorts before <paramref name="string2" />; or a positive value if <paramref name="string1" /> sorts after <paramref name="string2" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)">
-      <summary>Compares a section of one string with a section of another string.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
-      <param name="length1">The number of consecutive characters in <paramref name="string1" /> to compare.</param>
-      <param name="string2">The second string to compare.</param>
-      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
-      <param name="length2">The number of consecutive characters in <paramref name="string2" /> to compare.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset1" /> or <paramref name="length1" /> or <paramref name="offset2" /> or <paramref name="length2" /> is less than zero.
-
- -or-
-
- <paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
-
- -or-
-
- <paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.
-
- -or-
-
- <paramref name="length1" /> is greater than the number of characters from <paramref name="offset1" /> to the end of <paramref name="string1" />.
-
- -or-
-
- <paramref name="length2" /> is greater than the number of characters from <paramref name="offset2" /> to the end of <paramref name="string2" />.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description> The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.</description></item><item><term> greater than zero</term><description> The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Compares a section of one string with a section of another string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
-      <param name="length1">The number of consecutive characters in <paramref name="string1" /> to compare.</param>
-      <param name="string2">The second string to compare.</param>
-      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
-      <param name="length2">The number of consecutive characters in <paramref name="string2" /> to compare.</param>
-      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset1" /> or <paramref name="length1" /> or <paramref name="offset2" /> or <paramref name="length2" /> is less than zero.
-
- -or-
-
- <paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
-
- -or-
-
- <paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.
-
- -or-
-
- <paramref name="length1" /> is greater than the number of characters from <paramref name="offset1" /> to the end of <paramref name="string1" />.
-
- -or-
-
- <paramref name="length2" /> is greater than the number of characters from <paramref name="offset2" /> to the end of <paramref name="string2" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description> The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.</description></item><item><term> greater than zero</term><description> The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32)">
-      <summary>Compares the end section of a string with the end section of another string.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
-      <param name="string2">The second string to compare.</param>
-      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset1" /> or <paramref name="offset2" /> is less than zero.
-
- -or-
-
- <paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
-
- -or-
-
- <paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description> The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.</description></item><item><term> greater than zero</term><description> The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Compares the end section of a string with the end section of another string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
-      <param name="string2">The second string to compare.</param>
-      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
-      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset1" /> or <paramref name="offset2" /> is less than zero.
-
- -or-
-
- <paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
-
- -or-
-
- <paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description> The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.</description></item><item><term> greater than zero</term><description> The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.String)">
-      <summary>Compares two strings.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="string2">The second string to compare.</param>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description><paramref name="string1" /> is less than <paramref name="string2" />.</description></item><item><term> greater than zero</term><description><paramref name="string1" /> is greater than <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions)">
-      <summary>Compares two strings using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="string1">The first string to compare.</param>
-      <param name="string2">The second string to compare.</param>
-      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> zero</term><description> The two strings are equal.</description></item><item><term> less than zero</term><description><paramref name="string1" /> is less than <paramref name="string2" />.</description></item><item><term> greater than zero</term><description><paramref name="string1" /> is greater than <paramref name="string2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.Equals(System.Object)">
-      <summary>Determines whether the specified object is equal to the current <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
-      <param name="value">The object to compare with the current <see cref="T:System.Globalization.CompareInfo" />.</param>
-      <returns>
-        <see langword="true" /> if the specified object is equal to the current <see cref="T:System.Globalization.CompareInfo" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.Int32)">
-      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the culture with the specified identifier.</summary>
-      <param name="culture">An integer representing the culture identifier.</param>
-      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.Int32,System.Reflection.Assembly)">
-      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the specified culture and that uses string comparison methods in the specified <see cref="T:System.Reflection.Assembly" />.</summary>
-      <param name="culture">An integer representing the culture identifier.</param>
-      <param name="assembly">An <see cref="T:System.Reflection.Assembly" /> that contains the string comparison methods to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assembly" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="assembly" /> is of an invalid type.</exception>
-      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.String)">
-      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the culture with the specified name.</summary>
-      <param name="name">A string representing the culture name.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="name" /> is an invalid culture name.</exception>
-      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.String,System.Reflection.Assembly)">
-      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the specified culture and that uses string comparison methods in the specified <see cref="T:System.Reflection.Assembly" />.</summary>
-      <param name="name">A string representing the culture name.</param>
-      <param name="assembly">An <see cref="T:System.Reflection.Assembly" /> that contains the string comparison methods to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="assembly" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="name" /> is an invalid culture name.
-
- -or-
-
- <paramref name="assembly" /> is of an invalid type.</exception>
-      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetHashCode">
-      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.CompareInfo" /> for hashing algorithms and data structures, such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Globalization.CompareInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetHashCode(System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Gets the hash code for a character span based on specified comparison options.</summary>
-      <param name="source">The character span whose hash code is to be returned.</param>
-      <param name="options">A value that determines how strings are compared.</param>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions)">
-      <summary>Gets the hash code for a string based on specified comparison options.</summary>
-      <param name="source">The string whose hash code is to be returned.</param>
-      <param name="options">A value that determines how strings are compared.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetSortKey(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Globalization.CompareOptions)">
-      <summary>Computes a sort key for the specified input.</summary>
-      <param name="source">The text to get the sort key for.</param>
-      <param name="destination">The buffer into which the resulting sort key bytes are stored.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use for computing the sort key. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="destination" /> is too small to contain the resulting sort key; or <paramref name="options" /> contains an unsupported flag; or <paramref name="source" /> cannot be processed using the desired <see cref="T:System.Globalization.CompareOptions" /> under the current <see cref="T:System.Globalization.CompareInfo" />.</exception>
-      <returns>The number of bytes written to <paramref name="destination" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetSortKey(System.String)">
-      <summary>Gets the sort key for the specified string.</summary>
-      <param name="source">The string for which a <see cref="T:System.Globalization.SortKey" /> object is obtained.</param>
-      <returns>The <see cref="T:System.Globalization.SortKey" /> object that contains the sort key for the specified string.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions)">
-      <summary>Gets a <see cref="T:System.Globalization.SortKey" /> object for the specified string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string for which a <see cref="T:System.Globalization.SortKey" /> object is obtained.</param>
-      <param name="options">A bitwise combination of one or more of the following enumeration values that define how the sort key is calculated: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The <see cref="T:System.Globalization.SortKey" /> object that contains the sort key for the specified string.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.GetSortKeyLength(System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Gets the total number of sort key bytes that would be produced from the specified input.</summary>
-      <param name="source">The text to get the sort key for.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use for computing the sort key. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported flag.
-
--or-
-
-<paramref name="source" /> cannot be processed using the desired <see cref="T:System.Globalization.CompareOptions" /> under the current <see cref="T:System.Globalization.CompareInfo" />.</exception>
-      <returns>The length, in bytes, of the sort key.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Searches for the first occurrence of a substring within the specified read-only span of characters.</summary>
-      <param name="source">The string to search within.</param>
-      <param name="value">The substring to locate within <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the search. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where the substring <paramref name="value" /> first appears; or a negative value if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions,System.Int32@)">
-      <summary>Searches for the first occurrence of a substring within a source string.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="value">The read-only span of characters containing the substring to locate within <paramref name="source" />.</param>
-      <param name="options">The <see cref="T:System.Globalization.CompareOptions" /> to use during the search.</param>
-      <param name="matchLength">When this method returns, contains the number of characters of <paramref name="source" /> that matched the desired value. This may be different than the length of <paramref name="value" /> if a linguistic comparison is performed. Set to 0 if <paramref name="value" /> is not found within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where the substring <paramref name="value" /> first appears; or a negative value if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.ReadOnlySpan{System.Char},System.Text.Rune,System.Globalization.CompareOptions)">
-      <summary>Searches for the first occurrence of a <see cref="T:System.Text.Rune" /> within the specified read-only span of characters.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="value">The <see cref="T:System.Text.Rune" /> to locate within <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the search. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where <paramref name="value" /> first appears; or a negative value if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="options">A value that defines how the strings should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Determines whether a read-only span of characters starts with a specific prefix.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="prefix">The prefix to attempt to match at the start of <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the match. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="prefix" /> occurs at the start of <paramref name="source" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions,System.Int32@)">
-      <summary>Determines whether a string starts with a specific prefix.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="prefix">The read-only span of characters containing the prefix to attempt to match at the start of <paramref name="source" />.</param>
-      <param name="options">The <see cref="T:System.Globalization.CompareOptions" /> to use during the match.</param>
-      <param name="matchLength">When this method returns, contains the number of characters of <paramref name="source" /> that matched the desired prefix. This may be different than the length of <paramref name="prefix" /> if a linguistic comparison is performed. Set to 0 if the prefix did not match.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="prefix" /> occurs at the start of <paramref name="source" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String)">
-      <summary>Determines whether the specified source string starts with the specified prefix.</summary>
-      <param name="source">The string to search in.</param>
-      <param name="prefix">The string to compare with the beginning of <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="prefix" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the length of <paramref name="prefix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> starts with <paramref name="prefix" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions)">
-      <summary>Determines whether the specified source string starts with the specified prefix using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search in.</param>
-      <param name="prefix">The string to compare with the beginning of <paramref name="source" />.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="prefix" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="prefix" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the length of <paramref name="prefix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> starts with <paramref name="prefix" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSortable(System.Char)">
-      <summary>Indicates whether a specified Unicode character is sortable.</summary>
-      <param name="ch">A Unicode character.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="ch" /> parameter is sortable; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSortable(System.ReadOnlySpan{System.Char})">
-      <summary>Indicates whether a specified Unicode read-only span of characters is sortable.</summary>
-      <param name="text">A read-only span of characters of zero or more Unicode characters.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="text" /> is non-empty and contains only sortable Unicode characters; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSortable(System.String)">
-      <summary>Indicates whether a specified Unicode string is sortable.</summary>
-      <param name="text">A string of zero or more Unicode characters.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="str" /> parameter is not an empty string ("") and all the Unicode characters in <paramref name="str" /> are sortable; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSortable(System.Text.Rune)">
-      <summary>Indicates whether a specified <see cref="T:System.Text.Rune" /> is sortable.</summary>
-      <param name="value">A Unicode scalar value.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is a sortable Unicode scalar value; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Determines whether a read-only span of characters ends with a specific suffix.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="suffix">The suffix to attempt to match at the end of <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the match. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="suffix" /> occurs at the end of <paramref name="source" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions,System.Int32@)">
-      <summary>Determines whether a string ends with a specific suffix.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="suffix">The read-only span of characters containing the suffix to attempt to match at the end of <paramref name="source" />.</param>
-      <param name="options">The <see cref="T:System.Globalization.CompareOptions" /> to use during the match.</param>
-      <param name="matchLength">When this method returns, contains the number of characters of <paramref name="source" /> that matched the desired suffix. This may be different than the length of <paramref name="suffix" /> if a linguistic comparison is performed. Set to 0 if the suffix did not match.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="suffix" /> occurs at the end of <paramref name="source" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String)">
-      <summary>Determines whether the specified source string ends with the specified suffix.</summary>
-      <param name="source">The string to search in.</param>
-      <param name="suffix">The string to compare with the end of <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="suffix" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the length of <paramref name="suffix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> ends with <paramref name="suffix" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions)">
-      <summary>Determines whether the specified source string ends with the specified suffix using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search in.</param>
-      <param name="suffix">The string to compare with the end of <paramref name="source" />.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="suffix" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" /> used by itself, or the bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="suffix" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the length of <paramref name="suffix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> ends with <paramref name="suffix" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
-      <summary>Searches for the last occurrence of a substring within the specified read-only span of characters.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="value">The substring to locate within <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the search. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where the substring <paramref name="value" /> last appears; or a negative value if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions,System.Int32@)">
-      <summary>Searches for the last occurrence of a substring within a source string.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="value">The read-only span of characters containing the substring to locate within <paramref name="source" />.</param>
-      <param name="options">The <see cref="T:System.Globalization.CompareOptions" /> to use during the search.</param>
-      <param name="matchLength">When this method returns, contains the number of characters of <paramref name="source" /> that matched the desired value. This may be different than the length of <paramref name="value" /> if a linguistic comparison is performed. Set to 0 if <paramref name="value" /> is not found within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where the substring <paramref name="value" /> last appears; or a negative number if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.ReadOnlySpan{System.Char},System.Text.Rune,System.Globalization.CompareOptions)">
-      <summary>Searches for the last occurrence of a <see cref="T:System.Text.Rune" /> within the specified read-only span of characters.</summary>
-      <param name="source">The read-only span of characters to search within.</param>
-      <param name="value">The <see cref="T:System.Text.Rune" /> to locate within <paramref name="source" />.</param>
-      <param name="options">An optional combination of <see cref="T:System.Globalization.CompareOptions" /> enumeration values to use during the search. The default value is <see cref="F:System.Globalization.CompareOptions.None" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an unsupported combination of flags.</exception>
-      <returns>The zero-based index into <paramref name="source" /> where <paramref name="value" /> last appears; or a negative value if <paramref name="value" /> cannot be found within <paramref name="source" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The character to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
-      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
-      <param name="source">The string to search.</param>
-      <param name="value">The string to locate within <paramref name="source" />.</param>
-      <param name="startIndex">The zero-based starting index of the backward search.</param>
-      <param name="count">The number of elements in the section to search.</param>
-      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
-
- -or-
-
- <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the entire object graph has been deserialized.</summary>
-      <param name="sender">The object that initiated the callback.</param>
-    </member>
-    <member name="M:System.Globalization.CompareInfo.ToString">
-      <summary>Returns a string that represents the current <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
-      <returns>A string that represents the current <see cref="T:System.Globalization.CompareInfo" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.CompareInfo.LCID">
-      <summary>Gets the properly formed culture identifier for the current <see cref="T:System.Globalization.CompareInfo" />.</summary>
-      <returns>The properly formed culture identifier for the current <see cref="T:System.Globalization.CompareInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CompareInfo.Name">
-      <summary>Gets the name of the culture used for sorting operations by this <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
-      <returns>The name of a culture.</returns>
-    </member>
-    <member name="P:System.Globalization.CompareInfo.Version">
-      <summary>Gets information about the version of Unicode used for comparing and sorting strings.</summary>
-      <returns>An object that contains information about the Unicode version used for comparing and sorting strings.</returns>
-    </member>
-    <member name="T:System.Globalization.CompareOptions">
-      <summary>Defines the string comparison options to use with <see cref="T:System.Globalization.CompareInfo" />.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.IgnoreCase">
-      <summary>Indicates that the string comparison must ignore case.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.IgnoreKanaType">
-      <summary>Indicates that the string comparison must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters, which represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "Internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.IgnoreNonSpace">
-      <summary>Indicates that the string comparison must ignore nonspacing combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Nonspacing combining characters do not occupy a spacing position by themselves when rendered.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.IgnoreSymbols">
-      <summary>Indicates that the string comparison must ignore symbols, such as white-space characters, punctuation, currency symbols, the percent sign, mathematical symbols, the ampersand, and so on.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.IgnoreWidth">
-      <summary>Indicates that the string comparison must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width. If this value is selected, the katakana characters written as full-width are considered equal to the same characters written as half-width.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.None">
-      <summary>Indicates the default option settings for string comparisons.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.Ordinal">
-      <summary>Indicates that the string comparison must use successive Unicode UTF-16 encoded values of the string (code unit by code unit comparison), leading to a fast comparison but one that is culture-insensitive. A string starting with a code unit XXXX16 comes before a string starting with YYYY16, if XXXX16 is less than YYYY16. This value cannot be combined with other <see cref="T:System.Globalization.CompareOptions" /> values and must be used alone.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.OrdinalIgnoreCase">
-      <summary>String comparison must ignore case, then perform an ordinal comparison. This technique is equivalent to converting the string to uppercase using the invariant culture and then performing an ordinal comparison on the result.</summary>
-    </member>
-    <member name="F:System.Globalization.CompareOptions.StringSort">
-      <summary>Indicates that the string comparison must use the string sort algorithm. In a string sort, the hyphen and the apostrophe, as well as other nonalphanumeric symbols, come before alphanumeric characters.</summary>
-    </member>
-    <member name="T:System.Globalization.CultureInfo">
-      <summary>Provides information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.</summary>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by the culture identifier.</summary>
-      <param name="culture">A predefined <see cref="T:System.Globalization.CultureInfo" /> identifier, <see cref="P:System.Globalization.CultureInfo.LCID" /> property of an existing <see cref="T:System.Globalization.CultureInfo" /> object, or Windows-only culture identifier.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="culture" /> is less than zero.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="culture" /> is not a valid culture identifier. See the Notes to Callers section for more information.</exception>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.#ctor(System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by the culture identifier and on the Boolean that specifies whether to use the user-selected culture settings from the system.</summary>
-      <param name="culture">A predefined <see cref="T:System.Globalization.CultureInfo" /> identifier, <see cref="P:System.Globalization.CultureInfo.LCID" /> property of an existing <see cref="T:System.Globalization.CultureInfo" /> object, or Windows-only culture identifier.</param>
-      <param name="useUserOverride">A Boolean that denotes whether to use the user-selected culture settings (<see langword="true" />) or the default culture settings (<see langword="false" />).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="culture" /> is less than zero.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="culture" /> is not a valid culture identifier. See the Notes to Callers section for more information.</exception>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by name.</summary>
-      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name, <see cref="P:System.Globalization.CultureInfo.Name" /> of an existing <see cref="T:System.Globalization.CultureInfo" />, or Windows-only culture name. <paramref name="name" /> is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is null.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> is not a valid culture name. For more information, see the Notes to Callers section.</exception>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.#ctor(System.String,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by name and on the Boolean that specifies whether to use the user-selected culture settings from the system.</summary>
-      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name, <see cref="P:System.Globalization.CultureInfo.Name" /> of an existing <see cref="T:System.Globalization.CultureInfo" />, or Windows-only culture name. <paramref name="name" /> is not case-sensitive.</param>
-      <param name="useUserOverride">A Boolean that denotes whether to use the user-selected culture settings (<see langword="true" />) or the default culture settings (<see langword="false" />).</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is null.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> is not a valid culture name. See the Notes to Callers section for more information.</exception>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.ClearCachedData">
-      <summary>Refreshes cached culture-related information.</summary>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.Clone">
-      <summary>Creates a copy of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <returns>A copy of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.CreateSpecificCulture(System.String)">
-      <summary>Creates a <see cref="T:System.Globalization.CultureInfo" /> that represents the specific culture that is associated with the specified name.</summary>
-      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name or the name of an existing <see cref="T:System.Globalization.CultureInfo" /> object. <paramref name="name" /> is not case-sensitive.</param>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> is not a valid culture name.
-
- -or-
-
- The culture specified by <paramref name="name" /> does not have a specific culture associated with it.</exception>
-      <exception cref="T:System.NullReferenceException">
-        <paramref name="name" /> is null.</exception>
-      <returns>A <see cref="T:System.Globalization.CultureInfo" /> object that represents:
-
- The invariant culture, if <paramref name="name" /> is an empty string ("").
-
- -or-
-
- The specific culture associated with <paramref name="name" />, if <paramref name="name" /> is a neutral culture.
-
- -or-
-
- The culture specified by <paramref name="name" />, if <paramref name="name" /> is already a specific culture.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.Equals(System.Object)">
-      <summary>Determines whether the specified object is the same culture as the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <param name="value">The object to compare with the current <see cref="T:System.Globalization.CultureInfo" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is the same culture as the current <see cref="T:System.Globalization.CultureInfo" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetConsoleFallbackUICulture">
-      <summary>Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable.</summary>
-      <returns>An alternate culture that is used to read and display text on the console.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.Int32)">
-      <summary>Retrieves a cached, read-only instance of a culture by using the specified culture identifier.</summary>
-      <param name="culture">A locale identifier (LCID).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="culture" /> is less than zero.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="culture" /> specifies a culture that is not supported. See the Notes to Caller section for more information.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.String)">
-      <summary>Retrieves a cached, read-only instance of a culture using the specified culture name.</summary>
-      <param name="name">The name of a culture. <paramref name="name" /> is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is null.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> specifies a culture that is not supported. See the Notes to Callers section for more information.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.String,System.Boolean)">
-      <summary>Retrieves a cached, read-only instance of a culture.</summary>
-      <param name="name">The name of a culture. It is not case-sensitive.</param>
-      <param name="predefinedOnly">
-        <see langword="true" /> if requesting to create an instance of a culture that is known by the platform. <see langword="false" /> if it is ok to retreive a made-up culture even if the platform does not carry data for it.</param>
-      <returns>A read-only instance of a culture.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.String,System.String)">
-      <summary>Retrieves a cached, read-only instance of a culture. Parameters specify a culture that is initialized with the <see cref="T:System.Globalization.TextInfo" /> and <see cref="T:System.Globalization.CompareInfo" /> objects specified by another culture.</summary>
-      <param name="name">The name of a culture. <paramref name="name" /> is not case-sensitive.</param>
-      <param name="altName">The name of a culture that supplies the <see cref="T:System.Globalization.TextInfo" /> and <see cref="T:System.Globalization.CompareInfo" /> objects used to initialize <paramref name="name" />. <paramref name="altName" /> is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> or <paramref name="altName" /> is null.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> or <paramref name="altName" /> specifies a culture that is not supported. See the Notes to Callers section for more information.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultureInfoByIetfLanguageTag(System.String)">
-      <summary>Deprecated. Retrieves a read-only <see cref="T:System.Globalization.CultureInfo" /> object having linguistic characteristics that are identified by the specified RFC 4646 language tag.</summary>
-      <param name="name">The name of a language as specified by the RFC 4646 standard.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is null.</exception>
-      <exception cref="T:System.Globalization.CultureNotFoundException">
-        <paramref name="name" /> does not correspond to a supported culture.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)">
-      <summary>Gets the list of supported cultures filtered by the specified <see cref="T:System.Globalization.CultureTypes" /> parameter.</summary>
-      <param name="types">A bitwise combination of the enumeration values that filter the cultures to retrieve.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="types" /> specifies an invalid combination of <see cref="T:System.Globalization.CultureTypes" /> values.</exception>
-      <returns>An array that contains the cultures specified by the <paramref name="types" /> parameter. The array of cultures is unsorted.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetFormat(System.Type)">
-      <summary>Gets an object that defines how to format the specified type.</summary>
-      <param name="formatType">The <see cref="T:System.Type" /> for which to get a formatting object. This method only supports the <see cref="T:System.Globalization.NumberFormatInfo" /> and <see cref="T:System.Globalization.DateTimeFormatInfo" /> types.</param>
-      <returns>The value of the <see cref="P:System.Globalization.CultureInfo.NumberFormat" /> property, which is a <see cref="T:System.Globalization.NumberFormatInfo" /> containing the default number format information for the current <see cref="T:System.Globalization.CultureInfo" />, if <paramref name="formatType" /> is the <see cref="T:System.Type" /> object for the <see cref="T:System.Globalization.NumberFormatInfo" /> class.
-
- -or-
-
- The value of the <see cref="P:System.Globalization.CultureInfo.DateTimeFormat" /> property, which is a <see cref="T:System.Globalization.DateTimeFormatInfo" /> containing the default date and time format information for the current <see cref="T:System.Globalization.CultureInfo" />, if <paramref name="formatType" /> is the <see cref="T:System.Type" /> object for the <see cref="T:System.Globalization.DateTimeFormatInfo" /> class.
-
- -or-
-
- null, if <paramref name="formatType" /> is any other object.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.GetHashCode">
-      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.CultureInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.ReadOnly(System.Globalization.CultureInfo)">
-      <summary>Returns a read-only wrapper around the specified <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
-      <param name="ci">The <see cref="T:System.Globalization.CultureInfo" /> object to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="ci" /> is null.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> wrapper around <paramref name="ci" />.</returns>
-    </member>
-    <member name="M:System.Globalization.CultureInfo.ToString">
-      <summary>Returns a string containing the name of the current <see cref="T:System.Globalization.CultureInfo" /> in the format languagecode2-country/regioncode2.</summary>
-      <returns>A string containing the name of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.Calendar">
-      <summary>Gets the default calendar used by the culture.</summary>
-      <returns>A <see cref="T:System.Globalization.Calendar" /> that represents the default calendar used by the culture.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.CompareInfo">
-      <summary>Gets the <see cref="T:System.Globalization.CompareInfo" /> that defines how to compare strings for the culture.</summary>
-      <returns>The <see cref="T:System.Globalization.CompareInfo" /> that defines how to compare strings for the culture.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.CultureTypes">
-      <summary>Gets the culture types that pertain to the current <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
-      <returns>A bitwise combination of one or more <see cref="T:System.Globalization.CultureTypes" /> values. There is no default value.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.CurrentCulture">
-      <summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture used by the current thread and task-based asynchronous operations.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is set to <see langword="null" />.</exception>
-      <returns>The culture used by the current thread and task-based asynchronous operations.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.CurrentUICulture">
-      <summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo" /> object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is set to a culture name that cannot be used to locate a resource file. Resource filenames can include only letters, numbers, hyphens, or underscores.</exception>
-      <returns>The culture used by the Resource Manager to look up culture-specific resources at run time.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.DateTimeFormat">
-      <summary>Gets or sets a <see cref="T:System.Globalization.DateTimeFormatInfo" /> that defines the culturally appropriate format of displaying dates and times.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is set to null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Globalization.CultureInfo.DateTimeFormat" /> property or any of the <see cref="T:System.Globalization.DateTimeFormatInfo" /> properties is set, and the <see cref="T:System.Globalization.CultureInfo" /> is read-only.</exception>
-      <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> that defines the culturally appropriate format of displaying dates and times.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.DefaultThreadCurrentCulture">
-      <summary>Gets or sets the default culture for threads in the current application domain.</summary>
-      <returns>The default culture for threads in the current application domain, or <see langword="null" /> if the current system culture is the default thread culture in the application domain.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.DefaultThreadCurrentUICulture">
-      <summary>Gets or sets the default UI culture for threads in the current application domain.</summary>
-      <exception cref="T:System.ArgumentException">In a set operation, the <see cref="P:System.Globalization.CultureInfo.Name" /> property value is invalid.</exception>
-      <returns>The default UI culture for threads in the current application domain, or <see langword="null" /> if the current system UI culture is the default thread UI culture in the application domain.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.DisplayName">
-      <summary>Gets the full localized culture name.</summary>
-      <returns>The full localized culture name in the format languagefull [country/regionfull], where languagefull is the full name of the language and country/regionfull is the full name of the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.EnglishName">
-      <summary>Gets the culture name in the format languagefull [country/regionfull] in English.</summary>
-      <returns>The culture name in the format languagefull [country/regionfull] in English, where languagefull is the full name of the language and country/regionfull is the full name of the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.IetfLanguageTag">
-      <summary>Deprecated. Gets the RFC 4646 standard identification for a language.</summary>
-      <returns>A string that is the RFC 4646 standard identification for a language.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.InstalledUICulture">
-      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> that represents the culture installed with the operating system.</summary>
-      <returns>The <see cref="T:System.Globalization.CultureInfo" /> that represents the culture installed with the operating system.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.InvariantCulture">
-      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> object that is culture-independent (invariant).</summary>
-      <returns>The object that is culture-independent (invariant).</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.IsNeutralCulture">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> represents a neutral culture.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> represents a neutral culture; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.IsReadOnly">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.KeyboardLayoutId">
-      <summary>Gets the active input locale identifier.</summary>
-      <returns>A 32-bit signed number that specifies an input locale identifier.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.LCID">
-      <summary>Gets the culture identifier for the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <returns>The culture identifier for the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.Name">
-      <summary>Gets the culture name in the format languagecode2-country/regioncode2.</summary>
-      <returns>The culture name in the format languagecode2-country/regioncode2, if the current <see cref="T:System.Globalization.CultureInfo" /> is culture-dependent; or an empty string, if it's an invariant culture. languagecode2 is a lowercase two-letter code derived from ISO 639-1. country/regioncode2 is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.NativeName">
-      <summary>Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display.</summary>
-      <returns>The culture name, consisting of the full name of the language, the full name of the country/region, and the optional script. The format is discussed in the description of the <see cref="T:System.Globalization.CultureInfo" /> class.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.NumberFormat">
-      <summary>Gets or sets a <see cref="T:System.Globalization.NumberFormatInfo" /> that defines the culturally appropriate format of displaying numbers, currency, and percentage.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is set to null.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Globalization.CultureInfo.NumberFormat" /> property or any of the <see cref="T:System.Globalization.NumberFormatInfo" /> properties is set, and the <see cref="T:System.Globalization.CultureInfo" /> is read-only.</exception>
-      <returns>A <see cref="T:System.Globalization.NumberFormatInfo" /> that defines the culturally appropriate format of displaying numbers, currency, and percentage.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.OptionalCalendars">
-      <summary>Gets the list of calendars that can be used by the culture.</summary>
-      <returns>An array of type <see cref="T:System.Globalization.Calendar" /> that represents the calendars that can be used by the culture represented by the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.Parent">
-      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> that represents the parent culture of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <returns>The <see cref="T:System.Globalization.CultureInfo" /> that represents the parent culture of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.TextInfo">
-      <summary>Gets the <see cref="T:System.Globalization.TextInfo" /> that defines the writing system associated with the culture.</summary>
-      <returns>The <see cref="T:System.Globalization.TextInfo" /> that defines the writing system associated with the culture.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.ThreeLetterISOLanguageName">
-      <summary>Gets the ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <returns>The ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.ThreeLetterWindowsLanguageName">
-      <summary>Gets the three-letter code for the language as defined in the Windows API.</summary>
-      <returns>The three-letter code for the language as defined in the Windows API.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.TwoLetterISOLanguageName">
-      <summary>Gets the ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
-      <returns>The ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureInfo.UseUserOverride">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> object uses the user-selected culture settings.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> uses the user-selected culture settings; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Globalization.CultureNotFoundException">
-      <summary>The exception that is thrown when a method attempts to construct a culture that is not available.</summary>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with its message string set to a system-supplied message.</summary>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class using the specified serialization data and context.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with the specified error message.</summary>
-      <param name="message">The error message to display with this exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message to display with this exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Int32,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture ID, and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message to display with this exception.</param>
-      <param name="invalidCultureId">The Culture ID that cannot be found.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Int32,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture ID, and the name of the parameter that is the cause this exception.</summary>
-      <param name="paramName">The name of the parameter that is the cause the current exception.</param>
-      <param name="invalidCultureId">The Culture ID that cannot be found.</param>
-      <param name="message">The error message to display with this exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message and the name of the parameter that is the cause this exception.</summary>
-      <param name="paramName">The name of the parameter that is the cause of the current exception.</param>
-      <param name="message">The error message to display with this exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture Name, and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message to display with this exception.</param>
-      <param name="invalidCultureName">The Culture Name that cannot be found.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture Name, and the name of the parameter that is the cause this exception.</summary>
-      <param name="paramName">The name of the parameter that is the cause the current exception.</param>
-      <param name="invalidCultureName">The Culture Name that cannot be found.</param>
-      <param name="message">The error message to display with this exception.</param>
-    </member>
-    <member name="M:System.Globalization.CultureNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the parameter name and additional exception information.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Globalization.CultureNotFoundException.InvalidCultureId">
-      <summary>Gets the culture identifier that cannot be found.</summary>
-      <returns>The invalid culture identifier.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureNotFoundException.InvalidCultureName">
-      <summary>Gets the culture name that cannot be found.</summary>
-      <returns>The invalid culture name.</returns>
-    </member>
-    <member name="P:System.Globalization.CultureNotFoundException.Message">
-      <summary>Gets the error message that explains the reason for the exception.</summary>
-      <returns>A text string describing the details of the exception.</returns>
-    </member>
-    <member name="T:System.Globalization.CultureTypes">
-      <summary>Defines the types of culture lists that can be retrieved using the <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> method.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.AllCultures">
-      <summary>All cultures that recognized by .NET, including neutral and specific cultures and custom cultures created by the user.
-
-On .NET Framework 4 and later versions and .NET Core running on Windows, it includes the culture data available from the Windows operating system. On .NET Core running on Linux and macOS, it includes culture data defined in the ICU libraries.
-  
- <see cref="F:System.Globalization.CultureTypes.AllCultures" /> is a composite field that includes the <see cref="F:System.Globalization.CultureTypes.NeutralCultures" />, <see cref="F:System.Globalization.CultureTypes.SpecificCultures" />, and <see cref="F:System.Globalization.CultureTypes.InstalledWin32Cultures" /> values.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.FrameworkCultures">
-      <summary>This member is deprecated; using this value with <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> returns neutral and specific cultures shipped with the .NET Framework 2.0.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.InstalledWin32Cultures">
-      <summary>This member is deprecated. All cultures that are installed in the Windows operating system.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.NeutralCultures">
-      <summary>Cultures that are associated with a language but are not specific to a country/region.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.ReplacementCultures">
-      <summary>This member is deprecated. Custom cultures created by the user that replace cultures shipped with the .NET Framework.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.SpecificCultures">
-      <summary>Cultures that are specific to a country/region.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.UserCustomCulture">
-      <summary>This member is deprecated. Custom cultures created by the user.</summary>
-    </member>
-    <member name="F:System.Globalization.CultureTypes.WindowsOnlyCultures">
-      <summary>This member is deprecated and is ignored.</summary>
-    </member>
-    <member name="T:System.Globalization.DateTimeFormatInfo">
-      <summary>Provides culture-specific information about the format of date and time values.</summary>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.#ctor">
-      <summary>Initializes a new writable instance of the <see cref="T:System.Globalization.DateTimeFormatInfo" /> class that is culture-independent (invariant).</summary>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.Clone">
-      <summary>Creates a shallow copy of the <see cref="T:System.Globalization.DateTimeFormatInfo" />.</summary>
-      <returns>A new <see cref="T:System.Globalization.DateTimeFormatInfo" /> object copied from the original <see cref="T:System.Globalization.DateTimeFormatInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedDayName(System.DayOfWeek)">
-      <summary>Returns the culture-specific abbreviated name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
-      <returns>The culture-specific abbreviated name of the day of the week represented by <paramref name="dayofweek" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedEraName(System.Int32)">
-      <summary>Returns the string containing the abbreviated name of the specified era, if an abbreviation exists.</summary>
-      <param name="era">The integer representing the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
-      <returns>A string containing the abbreviated name of the specified era, if an abbreviation exists.  
-  
- -or-  
-  
- A string containing the full name of the era, if an abbreviation does not exist.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedMonthName(System.Int32)">
-      <summary>Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="month" /> is less than 1 or greater than 13.</exception>
-      <returns>The culture-specific abbreviated name of the month represented by <paramref name="month" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetAllDateTimePatterns">
-      <summary>Returns all the standard patterns in which date and time values can be formatted.</summary>
-      <returns>An array that contains the standard patterns in which date and time values can be formatted.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetAllDateTimePatterns(System.Char)">
-      <summary>Returns all the patterns in which date and time values can be formatted using the specified standard format string.</summary>
-      <param name="format">A standard format string.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="format" /> is not a valid standard format string.</exception>
-      <returns>An array containing the standard patterns in which date and time values can be formatted using the specified format string.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetDayName(System.DayOfWeek)">
-      <summary>Returns the culture-specific full name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
-      <returns>The culture-specific full name of the day of the week represented by <paramref name="dayofweek" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetEra(System.String)">
-      <summary>Returns the integer representing the specified era.</summary>
-      <param name="eraName">The string containing the name of the era.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="eraName" /> is <see langword="null" />.</exception>
-      <returns>The integer representing the era, if <paramref name="eraName" /> is valid; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetEraName(System.Int32)">
-      <summary>Returns the string containing the name of the specified era.</summary>
-      <param name="era">The integer representing the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
-      <returns>A string containing the name of the era.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetFormat(System.Type)">
-      <summary>Returns an object of the specified type that provides a date and time  formatting service.</summary>
-      <param name="formatType">The type of the required formatting service.</param>
-      <returns>The current  object, if <paramref name="formatType" /> is the same as the type of the current <see cref="T:System.Globalization.DateTimeFormatInfo" />; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetInstance(System.IFormatProvider)">
-      <summary>Returns the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with the specified <see cref="T:System.IFormatProvider" />.</summary>
-      <param name="provider">The <see cref="T:System.IFormatProvider" /> that gets the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.  
-  
- -or-  
-  
- <see langword="null" /> to get <see cref="P:System.Globalization.DateTimeFormatInfo.CurrentInfo" />.</param>
-      <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with <see cref="T:System.IFormatProvider" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetMonthName(System.Int32)">
-      <summary>Returns the culture-specific full name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="month" /> is less than 1 or greater than 13.</exception>
-      <returns>The culture-specific full name of the month represented by <paramref name="month" />.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.GetShortestDayName(System.DayOfWeek)">
-      <summary>Obtains the shortest abbreviated day name for a specified day of the week associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <param name="dayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="dayOfWeek" /> is not a value in the <see cref="T:System.DayOfWeek" /> enumeration.</exception>
-      <returns>The abbreviated name of the week that corresponds to the <paramref name="dayOfWeek" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.ReadOnly(System.Globalization.DateTimeFormatInfo)">
-      <summary>Returns a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</summary>
-      <param name="dtfi">The <see cref="T:System.Globalization.DateTimeFormatInfo" /> object to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="dtfi" /> is <see langword="null" />.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</returns>
-    </member>
-    <member name="M:System.Globalization.DateTimeFormatInfo.SetAllDateTimePatterns(System.String[],System.Char)">
-      <summary>Sets the custom date and time format strings that correspond to a specified standard format string.</summary>
-      <param name="patterns">An array of custom format strings.</param>
-      <param name="format">The standard format string associated with the custom format strings specified in the <paramref name="patterns" /> parameter.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="patterns" /> is <see langword="null" /> or a zero-length array.  
-  
- -or-  
-  
- <paramref name="format" /> is not a valid standard format string or is a standard format string whose patterns cannot be set.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="patterns" /> has an array element whose value is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedDayNames">
-      <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", and "Sat".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedMonthGenitiveNames">
-      <summary>Gets or sets a string array of abbreviated month names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <exception cref="T:System.ArgumentException">In a set operation, the array is multidimensional or has a length that is not exactly 13.</exception>
-      <exception cref="T:System.ArgumentNullException">In a set operation, the array or one of the elements of the array is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>An array of abbreviated month names.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedMonthNames">
-      <summary>Gets or sets a one-dimensional string array that contains the culture-specific abbreviated names of the months.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A one-dimensional string array with 13 elements that contains the culture-specific abbreviated names of the months. For 12-month calendars, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", and "".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.AMDesignator">
-      <summary>Gets or sets the string designator for hours that are "ante meridiem" (before noon).</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The string designator for hours that are ante meridiem. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "AM".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.Calendar">
-      <summary>Gets or sets the calendar to use for the current culture.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a <see cref="T:System.Globalization.Calendar" /> object that is not valid for the current culture.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The calendar to use for the current culture. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is a <see cref="T:System.Globalization.GregorianCalendar" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.CalendarWeekRule">
-      <summary>Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A value that determines the first calendar week of the year. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is <see cref="F:System.Globalization.CalendarWeekRule.FirstDay" />.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.CurrentInfo">
-      <summary>Gets a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that formats values based on the current culture.</summary>
-      <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object based on the <see cref="T:System.Globalization.CultureInfo" /> object for the current thread.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.DateSeparator">
-      <summary>Gets or sets the string that separates the components of a date, that is, the year, month, and day.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The string that separates the components of a date, that is, the year, month, and day. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "/".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.DayNames">
-      <summary>Gets or sets a one-dimensional string array that contains the culture-specific full names of the days of the week.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A one-dimensional string array that contains the culture-specific full names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.FirstDayOfWeek">
-      <summary>Gets or sets the first day of the week.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>An enumeration value that represents the first day of the week. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is <see cref="F:System.DayOfWeek.Sunday" />.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.FullDateTimePattern">
-      <summary>Gets or sets the custom format string for a long date and long time value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a long date and long time value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.InvariantInfo">
-      <summary>Gets the default read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that is culture-independent (invariant).</summary>
-      <returns>A read-only object that is culture-independent (invariant).</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.LongDatePattern">
-      <summary>Gets or sets the custom format string for a long date value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a long date value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.LongTimePattern">
-      <summary>Gets or sets the custom format string for a long time value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for a long time value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.MonthDayPattern">
-      <summary>Gets or sets the custom format string for a month and day value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a month and day value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.MonthGenitiveNames">
-      <summary>Gets or sets a string array of month names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <exception cref="T:System.ArgumentException">In a set operation, the array is multidimensional or has a length that is not exactly 13.</exception>
-      <exception cref="T:System.ArgumentNullException">In a set operation, the array or one of its elements is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A string array of month names.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.MonthNames">
-      <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months. In a 12-month calendar, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", and "".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.NativeCalendarName">
-      <summary>Gets the native name of the calendar associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <returns>The native name of the calendar used in the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object if that name is available, or the empty string ("") if the native calendar name is not available.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.PMDesignator">
-      <summary>Gets or sets the string designator for hours that are "post meridiem" (after noon).</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The string designator for hours that are "post meridiem" (after noon). The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "PM".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.RFC1123Pattern">
-      <summary>Gets the custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification.</summary>
-      <returns>The custom format string for a time value that is based on the IETF RFC 1123 specification.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.ShortDatePattern">
-      <summary>Gets or sets the custom format string for a short date value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a short date value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.ShortestDayNames">
-      <summary>Gets or sets a string array of the shortest unique abbreviated day names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
-      <exception cref="T:System.ArgumentException">In a set operation, the array does not have exactly seven elements.</exception>
-      <exception cref="T:System.ArgumentNullException">In a set operation, the value array or one of the elements of the value array is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>A string array of day names.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.ShortTimePattern">
-      <summary>Gets or sets the custom format string for a short time value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a short time value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.SortableDateTimePattern">
-      <summary>Gets the custom format string for a sortable date and time value.</summary>
-      <returns>The custom format string for a sortable date and time value.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.TimeSeparator">
-      <summary>Gets or sets the string that separates the components of time, that is, the hour, minutes, and seconds.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The string that separates the components of time. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is ":".</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.UniversalSortableDateTimePattern">
-      <summary>Gets the custom format string for a universal, sortable date and time string, as defined by ISO 8601.</summary>
-      <returns>The custom format string for a universal, sortable date and time string.</returns>
-    </member>
-    <member name="P:System.Globalization.DateTimeFormatInfo.YearMonthPattern">
-      <summary>Gets or sets the custom format string for a year and month value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
-      <returns>The custom format string for a year and month value.</returns>
-    </member>
-    <member name="T:System.Globalization.DateTimeStyles">
-      <summary>Defines the formatting options that customize string parsing for some date and time parsing methods.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AdjustToUniversal">
-      <summary>Date and time are returned as a Coordinated Universal Time (UTC). If the input string denotes a local time, through a time zone specifier or <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" />, the date and time are converted from the local time to UTC. If the input string denotes a UTC time, through a time zone specifier or <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />, no conversion occurs. If the input string does not denote a local or UTC time, no conversion occurs and the resulting <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Unspecified" />. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AllowInnerWhite">
-      <summary>Extra white-space characters in the middle of the string must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AllowLeadingWhite">
-      <summary>Leading white-space characters must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AllowTrailingWhite">
-      <summary>Trailing white-space characters must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AllowWhiteSpaces">
-      <summary>Extra white-space characters anywhere in the string must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns. This value is a combination of the <see cref="F:System.Globalization.DateTimeStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.DateTimeStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.DateTimeStyles.AllowInnerWhite" /> values.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AssumeLocal">
-      <summary>If no time zone is specified in the parsed string, the string is assumed to denote a local time. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" /> or <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.AssumeUniversal">
-      <summary>If no time zone is specified in the parsed string, the string is assumed to denote a UTC. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> or <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault">
-      <summary>If the parsed string contains only the time and not the date, the parsing methods assume the Gregorian date with year = 1, month = 1, and day = 1. If this value is not used, the current date is assumed.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.None">
-      <summary>Default formatting options must be used. This value represents the default style for the <see cref="M:System.DateTime.Parse(System.String)" />, <see cref="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)" />, and <see cref="M:System.DateTime.TryParse(System.String,System.DateTime@)" /> methods.</summary>
-    </member>
-    <member name="F:System.Globalization.DateTimeStyles.RoundtripKind">
-      <summary>The <see cref="T:System.DateTimeKind" /> field of a date is preserved when a <see cref="T:System.DateTime" /> object is converted to a string using the "o" or "r" standard format specifier, and the string is then converted back to a <see cref="T:System.DateTime" /> object.</summary>
-    </member>
-    <member name="T:System.Globalization.DaylightTime">
-      <summary>Defines the period of daylight saving time.</summary>
-    </member>
-    <member name="M:System.Globalization.DaylightTime.#ctor(System.DateTime,System.DateTime,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.DaylightTime" /> class with the specified start, end, and time difference information.</summary>
-      <param name="start">The object that represents the date and time when daylight saving time begins. The value must be in local time.</param>
-      <param name="end">The object that represents the date and time when daylight saving time ends. The value must be in local time.</param>
-      <param name="delta">The object that represents the difference between standard time and daylight saving time, in ticks.</param>
-    </member>
-    <member name="P:System.Globalization.DaylightTime.Delta">
-      <summary>Gets the time interval that represents the difference between standard time and daylight saving time.</summary>
-      <returns>The time interval that represents the difference between standard time and daylight saving time.</returns>
-    </member>
-    <member name="P:System.Globalization.DaylightTime.End">
-      <summary>Gets the object that represents the date and time when the daylight saving period ends.</summary>
-      <returns>The object that represents the date and time when the daylight saving period ends. The value is in local time.</returns>
-    </member>
-    <member name="P:System.Globalization.DaylightTime.Start">
-      <summary>Gets the object that represents the date and time when the daylight saving period begins.</summary>
-      <returns>The object that represents the date and time when the daylight saving period begins. The value is in local time.</returns>
-    </member>
-    <member name="T:System.Globalization.DigitShapes">
-      <summary>Specifies the culture-specific display of digits.</summary>
-    </member>
-    <member name="F:System.Globalization.DigitShapes.Context">
-      <summary>The digit shape depends on the previous text in the same output. European digits follow Latin scripts; Arabic-Indic digits follow Arabic text; and Thai digits follow Thai text.</summary>
-    </member>
-    <member name="F:System.Globalization.DigitShapes.NativeNational">
-      <summary>The digit shape is the native equivalent of the digits from 0 through 9. ASCII digits from 0 through 9 are replaced by equivalent native national digits.</summary>
-    </member>
-    <member name="F:System.Globalization.DigitShapes.None">
-      <summary>The digit shape is not changed. Full Unicode compatibility is maintained.</summary>
-    </member>
-    <member name="T:System.Globalization.EastAsianLunisolarCalendar">
-      <summary>Represents a calendar that divides time into months, days, years, and eras, and has dates that are based on cycles of the sun and the moon.</summary>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Calculates the date that is the specified number of months away from the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="months" />.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000 or greater than 120000.  
-  
- -or-  
-  
- <paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
-      <returns>A new <see cref="T:System.DateTime" /> that results from adding the specified number of months to the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Calculates the date that is the specified number of years away from the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="years" />.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
-      <returns>A new <see cref="T:System.DateTime" /> that results from adding the specified number of years to the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetCelestialStem(System.Int32)">
-      <summary>Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle.</summary>
-      <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="sexagenaryYear" /> is less than 1 or greater than 60.</exception>
-      <returns>A number from 1 through 10.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Calculates the day of the month in the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 through 31 that represents the day of the month specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Calculates the day of the week in the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
-      <returns>One of the <see cref="T:System.DayOfWeek" /> values that represents the day of the week specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Calculates the day of the year in the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 through 354 in a common year, or 1 through 384 in a leap year, that represents the day of the year specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 through 12 in a common year, or 1 through 13 in a leap year, that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified month of the specified year and era.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Calculates the number of days in the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified year and era.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <returns>A positive integer from 1 through 13 that indicates the leap month in the specified year and era.  
-  
- -or-  
-  
- Zero if this calendar does not support a leap month, or if the <paramref name="year" /> and <paramref name="era" /> parameters do not specify a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 13 that represents the month specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Calculates the number of months in the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of months in the specified year in the specified era. The return value is 12 months in a common year or 13 months in a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetSexagenaryYear(System.DateTime)">
-      <summary>Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date.</summary>
-      <param name="time">A <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A number from 1 through 60 in the sexagenary cycle that corresponds to the <paramref name="date" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetTerrestrialBranch(System.Int32)">
-      <summary>Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle.</summary>
-      <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="sexagenaryYear" /> is less than 1 or greater than 60.</exception>
-      <returns>An integer from 1 through 12.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified date.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 through 13 that represents the month.</param>
-      <param name="day">An integer from 1 through 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 through 13 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="month" /> parameter is a leap month; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 through 13 that represents the month.</param>
-      <param name="day">An integer from 1 through 31 that represents the day.</param>
-      <param name="hour">An integer from 0 through 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 through 59 that represents the minute.</param>
-      <param name="second">An integer from 0 through 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>A <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</returns>
-    </member>
-    <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer that contains the four-digit representation of the <paramref name="year" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.EastAsianLunisolarCalendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.EastAsianLunisolarCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.EastAsianLunisolarCalendar" /> is read-only.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 99 or greater than the maximum supported year in the current calendar.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.GlobalizationExtensions">
-      <summary>Provides globalization-related extension methods.</summary>
-    </member>
-    <member name="M:System.Globalization.GlobalizationExtensions.GetStringComparer(System.Globalization.CompareInfo,System.Globalization.CompareOptions)">
-      <summary>Returns a <see cref="T:System.StringComparer" /> object based on the culture-sensitive string comparison rules of a specified <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
-      <param name="compareInfo">An object that supports culture-sensitive string comparison.</param>
-      <param name="options">A value that defines how strings should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, the enumeration value <see cref="F:System.Globalization.CompareOptions.OrdinalIgnoreCase" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="compareInfo" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> is invalid.</exception>
-      <returns>An object that can be used to perform string comparisons.</returns>
-    </member>
-    <member name="T:System.Globalization.GregorianCalendar">
-      <summary>Represents the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendar.ADEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar" /> class using the default <see cref="T:System.Globalization.GregorianCalendarTypes" /> value.</summary>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.#ctor(System.Globalization.GregorianCalendarTypes)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar" /> class using the specified <see cref="T:System.Globalization.GregorianCalendarTypes" /> value.</summary>
-      <param name="type">The <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes which language version of the calendar to create.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="type" /> is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes" /> enumeration.</exception>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify either <see cref="F:System.Globalization.GregorianCalendar.ADEra" /> or <see langword="GregorianCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than the Gregorian calendar year 1 or greater than the Gregorian calendar year 9999.  
-  
- -or-  
-  
- <paramref name="era" /> is not <see cref="F:System.Globalization.GregorianCalendar.ADEra" /> or <see langword="GregorianCalendar.Eras[Calendar.CurrentEra]" />.</exception>
-      <returns>Always 0 because the Gregorian calendar does not recognize leap months.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.GregorianCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.GregorianCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.CalendarType">
-      <summary>Gets or sets the <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar" />.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes" /> enumeration.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>A <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.GregorianCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.GregorianCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type, which is the last moment of December 31, 9999 C.E. and is equivalent to <see cref="F:System.DateTime.MaxValue" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type, which is the first moment of January 1, 0001 C.E. and is equivalent to <see cref="F:System.DateTime.MinValue" />.</returns>
-    </member>
-    <member name="P:System.Globalization.GregorianCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.GregorianCalendarTypes">
-      <summary>Defines the different language versions of the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.Arabic">
-      <summary>Refers to the Arabic version of the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.Localized">
-      <summary>Refers to the localized version of the Gregorian calendar, based on the language of the <see cref="T:System.Globalization.CultureInfo" /> that uses the <see cref="T:System.Globalization.DateTimeFormatInfo" />.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.MiddleEastFrench">
-      <summary>Refers to the Middle East French version of the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedEnglish">
-      <summary>Refers to the transliterated English version of the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedFrench">
-      <summary>Refers to the transliterated French version of the Gregorian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.GregorianCalendarTypes.USEnglish">
-      <summary>Refers to the U.S. English version of the Gregorian calendar.</summary>
-    </member>
-    <member name="T:System.Globalization.HebrewCalendar">
-      <summary>Represents the Hebrew calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.HebrewCalendar.HebrewEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.HebrewCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="months" />.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="years" />.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is earlier than September 17, 1583 in the Gregorian calendar, or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 to 385 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 13 that represents the month.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="Calendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />. The return value is always <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is not <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.  
-  
- -or-  
-  
- <paramref name="year" /> is less than the Hebrew calendar year 5343 or greater than the Hebrew calendar year 5999.</exception>
-      <returns>A positive integer that indicates the leap month in the specified year and era. The return value is 7 if the <paramref name="year" /> and <paramref name="era" /> parameters specify a leap year, or 0 if the year is not a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 to 13 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
-      <returns>The number of months in the specified year in the specified era. The return value is either 12 in a common year, or 13 in a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" /> value.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" /> value.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 13 that represents the month.</param>
-      <param name="day">An integer from 1 to 30 that represents the day.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 13 that represents the month.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 13 that represents the month.</param>
-      <param name="day">An integer from 1 to 30 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than 0 or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than 0 or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.HebrewCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a 4-digit year by using the <see cref="P:System.Globalization.HebrewCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A 2-digit year from 0 through 99, or a 4-digit Hebrew calendar year from 5343 through 5999.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 0.  
-  
- -or-  
-  
- <paramref name="year" /> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>If the <paramref name="year" /> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year" /> parameter is a 4-digit year, the return value is the unchanged <paramref name="year" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.HebrewCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HebrewCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.HebrewCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HebrewCalendar" /> type. The return value is always an array containing one element equal to <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type, which is equivalent to the last moment of September, 29, 2239 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.HebrewCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type, which is equivalent to the first moment of January, 1, 1583 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.HebrewCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.HebrewCalendar" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Hebrew calendar year value is less than 5343 but is not 99, or the year value is greater than 5999.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.HijriCalendar">
-      <summary>Represents the Hijri calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.HijriCalendar.HijriEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.HijriCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to add months to.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to add years to.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 355 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month of the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify <see cref="F:System.Globalization.Calendar.CurrentEra" /> or <see cref="F:System.Globalization.HijriCalendar.HijriEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than the Hijri calendar year 1 or greater than the year 9666.  
-  
- -or-  
-  
- <paramref name="era" /> is not <see cref="F:System.Globalization.Calendar.CurrentEra" /> or <see cref="F:System.Globalization.HijriCalendar.HijriEra" />.</exception>
-      <returns>Always 0 because the <see cref="T:System.Globalization.HijriCalendar" /> type does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of months in the specified year and era.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 30 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by this calendar.</exception>
-      <returns>This method always returns <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 30 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by this calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.HijriCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.HijriCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.HijriCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.HijriCalendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.HijriCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HijriCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.HijriAdjustment">
-      <summary>Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to an invalid value.</exception>
-      <returns>An integer from -2 to 2 that represents the number of days to add or subtract from the calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by this calendar.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.HijriCalendar" /> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by this calendar.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HijriCalendar" /> type, which is equivalent to the first moment of July 18, 622 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.HijriCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9666.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.IdnMapping">
-      <summary>Supports the use of non-ASCII characters for Internet domain names. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.IdnMapping" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.Equals(System.Object)">
-      <summary>Indicates whether a specified object and the current <see cref="T:System.Globalization.IdnMapping" /> object are equal.</summary>
-      <param name="obj">The object to compare to the current object.</param>
-      <returns>
-        <see langword="true" /> if the object specified by the <paramref name="obj" /> parameter is derived from <see cref="T:System.Globalization.IdnMapping" /> and its <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String)">
-      <summary>Encodes a string of domain name labels that consist of Unicode characters to a string of displayable Unicode characters in the US-ASCII character range. The string is formatted according to the IDNA standard.</summary>
-      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="unicode" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The equivalent of the string specified by the <paramref name="unicode" /> parameter, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32)">
-      <summary>Encodes a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard.</summary>
-      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
-      <param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring to convert. The conversion operation continues to the end of the <paramref name="unicode" /> string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="unicode" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="unicode" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The equivalent of the substring specified by the <paramref name="unicode" /> and <paramref name="index" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32,System.Int32)">
-      <summary>Encodes the specified number of characters in a  substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard.</summary>
-      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
-      <param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring.</param>
-      <param name="count">The number of characters to convert in the substring that starts at the position specified by  <paramref name="index" /> in the <paramref name="unicode" /> string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="unicode" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="unicode" />.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="unicode" /> minus <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The equivalent of the substring specified by the <paramref name="unicode" />, <paramref name="index" />, and <paramref name="count" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetHashCode">
-      <summary>Returns a hash code for this <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
-      <returns>One of four 32-bit signed constants derived from the properties of an <see cref="T:System.Globalization.IdnMapping" /> object.  The return value has no special meaning and is not suitable for use in a hash code algorithm.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String)">
-      <summary>Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
-      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="ascii" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32)">
-      <summary>Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
-      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
-      <param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring to decode. The decoding operation continues to the end of the <paramref name="ascii" /> string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="ascii" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="ascii" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> and <paramref name="index" /> parameters.</returns>
-    </member>
-    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32,System.Int32)">
-      <summary>Decodes a substring of a specified length that contains one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
-      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
-      <param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring.</param>
-      <param name="count">The number of characters to convert in the substring that starts at the position specified by <paramref name="index" /> in the <paramref name="ascii" /> string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="ascii" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="ascii" />.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than the length of <paramref name="ascii" /> minus <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
-      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" />, <paramref name="index" />, and <paramref name="count" /> parameters.</returns>
-    </member>
-    <member name="P:System.Globalization.IdnMapping.AllowUnassigned">
-      <summary>Gets or sets a value that indicates whether unassigned Unicode code points are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
-      <returns>
-        <see langword="true" /> if unassigned code points are used in operations; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.IdnMapping.UseStd3AsciiRules">
-      <summary>Gets or sets a value that indicates whether standard or relaxed naming conventions are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
-      <returns>
-        <see langword="true" /> if standard naming conventions are used in operations; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Globalization.ISOWeek">
-      <summary>Provides static members to support the ISO week date that is part of the ISO 8601 date and time standard issued by the International Organization for Standardization (ISO).</summary>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.GetWeekOfYear(System.DateTime)">
-      <summary>Calculates the ISO week number of a given Gregorian date.</summary>
-      <param name="date">A date in the Gregorian calendar.</param>
-      <returns>A number between 1 and 53 representing the ISO week number of the given Gregorian date.</returns>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.GetWeeksInYear(System.Int32)">
-      <summary>calculates the number of weeks in a given ISO week-numbering year.</summary>
-      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
-      <returns>The number of ISO weeks in the year. Returns either 52 or 53.</returns>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.GetYear(System.DateTime)">
-      <summary>Calculates the ISO week-numbering year (also called ISO year informally) mapped to the input Gregorian date.</summary>
-      <param name="date">A date in the Gregorian calendar.</param>
-      <returns>The ISO week-numbering year, between 1 and 9999</returns>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.GetYearEnd(System.Int32)">
-      <summary>Calculates the Gregorian date at which the week-numbering year will end.</summary>
-      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
-      <returns>The Gregorian date at which the week-numbering year will end.</returns>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.GetYearStart(System.Int32)">
-      <summary>Calculates the Gregorian date at which the week-numbering year will start.</summary>
-      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
-      <returns>The Gregorian date at which the week-numbering year will start.</returns>
-    </member>
-    <member name="M:System.Globalization.ISOWeek.ToDateTime(System.Int32,System.Int32,System.DayOfWeek)">
-      <summary>Maps the ISO week date represented by a specified ISO year, week number, and day of week to the equivalent Gregorian date.</summary>
-      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
-      <param name="week">The ISO week number in the given ISO week-numbering year.</param>
-      <param name="dayOfWeek">The day of week inside the given ISO week.</param>
-      <returns>The Gregorian date equivalent to the input ISO week date.</returns>
-    </member>
-    <member name="T:System.Globalization.JapaneseCalendar">
-      <summary>Represents the Japanese calendar.</summary>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseCalendar" /> class.</summary>
-      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.JapaneseCalendar" /> object because of missing culture information.</exception>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the supported range of the <see cref="T:System.Globalization.JapaneseCalendar" /> type.  
-  
- -or-  
-  
- <paramref name="years" /> is less than -10,000 or greater than 10,000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type.</exception>
-      <returns>The return value is always 0 because the <see cref="T:System.Globalization.JapaneseCalendar" /> type does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The return value is always 12.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
-      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
-      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" />, if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" />, if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.JapaneseCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">An integer (usually two digits) that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.JapaneseCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JapaneseCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar" /> object.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar" /> object.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type, which is equivalent to the first moment of September 8, 1868 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than 8011 (or <see langword="MaxSupportedDateTime.Year" />).</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.JapaneseLunisolarCalendar">
-      <summary>Represents time in divisions, such as months, days, and years. Years are calculated as for the Japanese calendar, while days and months are calculated using the lunisolar calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.JapaneseLunisolarCalendar.JapaneseEra">
-      <summary>Specifies the current era.</summary>
-    </member>
-    <member name="M:System.Globalization.JapaneseLunisolarCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.JapaneseLunisolarCalendar.GetEra(System.DateTime)">
-      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseLunisolarCalendar.Eras">
-      <summary>Gets the eras that are relevant to the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> object.</summary>
-      <returns>An array of 32-bit signed integers that specify the relevant eras.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseLunisolarCalendar.MaxSupportedDateTime">
-      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class, which is equivalent to the last moment of January 22, 2050 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime">
-      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class, which is equivalent to the first moment of January 28, 1960 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="T:System.Globalization.JulianCalendar">
-      <summary>Represents the Julian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.JulianCalendar.JulianEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <returns>A positive integer that indicates the leap month in the specified year and era. Alternatively, this method returns zero if the calendar does not support a leap month, or if <paramref name="year" /> and <paramref name="era" /> do not specify a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="era" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in <paramref name="time" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.JulianCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JulianCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JulianCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JulianCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.JulianCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JulianCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.JulianCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.JulianCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.JulianCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.KoreanCalendar">
-      <summary>Represents the Korean calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.KoreanCalendar.KoreanEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
-      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.KoreanCalendar" /> object because of missing culture information.</exception>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="years" /> or <paramref name="time" /> is out of range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era.</param>
-      <returns>The return value is always 0 because the <see cref="T:System.Globalization.KoreanCalendar" /> class does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
-      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
-      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.KoreanCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.KoreanCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanCalendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.KoreanCalendar" />.</summary>
-      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.KoreanCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.KoreanLunisolarCalendar">
-      <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra">
-      <summary>Specifies the Gregorian era that corresponds to the current <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object.</summary>
-    </member>
-    <member name="M:System.Globalization.KoreanLunisolarCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.KoreanLunisolarCalendar.GetEra(System.DateTime)">
-      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> represents a date and time less than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer that represents the era specified by the <paramref name="time" /> parameter. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object is always the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra" /> value.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year specified by the <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanLunisolarCalendar.Eras">
-      <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object.</summary>
-      <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object is always an array containing one element equal to the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra" /> value.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime">
-      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class, which is equivalent to the last  moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime">
-      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</returns>
-    </member>
-    <member name="T:System.Globalization.NumberFormatInfo">
-      <summary>Provides culture-specific information for formatting and parsing numeric values.</summary>
-    </member>
-    <member name="M:System.Globalization.NumberFormatInfo.#ctor">
-      <summary>Initializes a new writable instance of the <see cref="T:System.Globalization.NumberFormatInfo" /> class that is culture-independent (invariant).</summary>
-    </member>
-    <member name="M:System.Globalization.NumberFormatInfo.Clone">
-      <summary>Creates a shallow copy of the <see cref="T:System.Globalization.NumberFormatInfo" /> object.</summary>
-      <returns>A new object copied from the original <see cref="T:System.Globalization.NumberFormatInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.NumberFormatInfo.GetFormat(System.Type)">
-      <summary>Gets an object of the specified type that provides a number formatting service.</summary>
-      <param name="formatType">The <see cref="T:System.Type" /> of the required formatting service.</param>
-      <returns>The current <see cref="T:System.Globalization.NumberFormatInfo" />, if <paramref name="formatType" /> is the same as the type of the current <see cref="T:System.Globalization.NumberFormatInfo" />; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Globalization.NumberFormatInfo.GetInstance(System.IFormatProvider)">
-      <summary>Gets the <see cref="T:System.Globalization.NumberFormatInfo" /> associated with the specified <see cref="T:System.IFormatProvider" />.</summary>
-      <param name="formatProvider">The <see cref="T:System.IFormatProvider" /> used to get the <see cref="T:System.Globalization.NumberFormatInfo" />.  
-  
- -or-  
-  
- <see langword="null" /> to get <see cref="P:System.Globalization.NumberFormatInfo.CurrentInfo" />.</param>
-      <returns>The <see cref="T:System.Globalization.NumberFormatInfo" /> associated with the specified <see cref="T:System.IFormatProvider" />.</returns>
-    </member>
-    <member name="M:System.Globalization.NumberFormatInfo.ReadOnly(System.Globalization.NumberFormatInfo)">
-      <summary>Returns a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> wrapper.</summary>
-      <param name="nfi">The <see cref="T:System.Globalization.NumberFormatInfo" /> to wrap.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="nfi" /> is <see langword="null" />.</exception>
-      <returns>A read-only <see cref="T:System.Globalization.NumberFormatInfo" /> wrapper around <paramref name="nfi" />.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyDecimalDigits">
-      <summary>Gets or sets the number of decimal places to use in currency values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of decimal places to use in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator">
-      <summary>Gets or sets the string to use as the decimal separator in currency values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
-      <returns>The string to use as the decimal separator in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator">
-      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in currency values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that separates groups of digits to the left of the decimal in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyGroupSizes">
-      <summary>Gets or sets the number of digits in each group to the left of the decimal in currency values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.  
-  
- -or-  
-  
- The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of digits in each group to the left of the decimal in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyNegativePattern">
-      <summary>Gets or sets the format pattern for negative currency values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 15.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for negative currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "($n)", where "$" is the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> and <paramref name="n" /> is a number.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencyPositivePattern">
-      <summary>Gets or sets the format pattern for positive currency values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 3.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for positive currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "$n", where "$" is the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> and <paramref name="n" /> is a number.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrencySymbol">
-      <summary>Gets or sets the string to use as the currency symbol.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string to use as the currency symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "¤".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.CurrentInfo">
-      <summary>Gets a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> that formats values based on the current culture.</summary>
-      <returns>A read-only <see cref="T:System.Globalization.NumberFormatInfo" /> based on the culture of the current thread.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.DigitSubstitution">
-      <summary>Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentException">The value in a set operation is not a valid <see cref="T:System.Globalization.DigitShapes" /> value.</exception>
-      <returns>One of the enumeration values that specifies the culture-specific digit shape.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.InvariantInfo">
-      <summary>Gets a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> object that is culture-independent (invariant).</summary>
-      <returns>A read-only  object that is culture-independent (invariant).</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.IsReadOnly">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Globalization.NumberFormatInfo" /> is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NaNSymbol">
-      <summary>Gets or sets the string that represents the IEEE NaN (not a number) value.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that represents the IEEE NaN (not a number) value. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "NaN".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NativeDigits">
-      <summary>Gets or sets a string array of native digits equivalent to the Western digits 0 through 9.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentNullException">In a set operation, the value is <see langword="null" />.  
-  
- -or-  
-  
- In a set operation, an element of the value array is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">In a set operation, the value array does not contain 10 elements.  
-  
- -or-  
-  
- In a set operation, an element of the value array does not contain either a single <see cref="T:System.Char" /> object or a pair of <see cref="T:System.Char" /> objects that comprise a surrogate pair.  
-  
- -or-  
-  
- In a set operation, an element of the value array is not a number digit as defined by the Unicode Standard. That is, the digit in the array element does not have the Unicode <see langword="Number, Decimal Digit" /> (Nd) General Category value.  
-  
- -or-  
-  
- In a set operation, the numeric value of an element in the value array does not correspond to the element's position in the array. That is, the element at index 0, which is the first element of the array, does not have a numeric value of 0, or the element at index 1 does not have a numeric value of 1.</exception>
-      <returns>A string array that contains the native equivalent of the Western digits 0 through 9. The default is an array having the elements "0", "1", "2", "3", "4", "5", "6", "7", "8", and "9".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol">
-      <summary>Gets or sets the string that represents negative infinity.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that represents negative infinity. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "-Infinity".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NegativeSign">
-      <summary>Gets or sets the string that denotes that the associated number is negative.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that denotes that the associated number is negative. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "-".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NumberDecimalDigits">
-      <summary>Gets or sets the number of decimal places to use in numeric values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of decimal places to use in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator">
-      <summary>Gets or sets the string to use as the decimal separator in numeric values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
-      <returns>The string to use as the decimal separator in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator">
-      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that separates groups of digits to the left of the decimal in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NumberGroupSizes">
-      <summary>Gets or sets the number of digits in each group to the left of the decimal in numeric values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.  
-  
- -or-  
-  
- The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of digits in each group to the left of the decimal in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.NumberNegativePattern">
-      <summary>Gets or sets the format pattern for negative numeric values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 4.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for negative numeric values.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentDecimalDigits">
-      <summary>Gets or sets the number of decimal places to use in percent values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of decimal places to use in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentDecimalSeparator">
-      <summary>Gets or sets the string to use as the decimal separator in percent values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
-      <returns>The string to use as the decimal separator in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentGroupSeparator">
-      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in percent values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that separates groups of digits to the left of the decimal in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentGroupSizes">
-      <summary>Gets or sets the number of digits in each group to the left of the decimal in percent values.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.  
-  
- -or-  
-  
- The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The number of digits in each group to the left of the decimal in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentNegativePattern">
-      <summary>Gets or sets the format pattern for negative percent values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 11.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for negative percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "-n %", where "%" is the <see cref="P:System.Globalization.NumberFormatInfo.PercentSymbol" /> and <paramref name="n" /> is a number.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentPositivePattern">
-      <summary>Gets or sets the format pattern for positive percent values.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 3.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The format pattern for positive percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "n %", where "%" is the <see cref="P:System.Globalization.NumberFormatInfo.PercentSymbol" /> and <paramref name="n" /> is a number.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PercentSymbol">
-      <summary>Gets or sets the string to use as the percent symbol.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string to use as the percent symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "%".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PerMilleSymbol">
-      <summary>Gets or sets the string to use as the per mille symbol.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string to use as the per mille symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "‰", which is the Unicode character U+2030.</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol">
-      <summary>Gets or sets the string that represents positive infinity.</summary>
-      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that represents positive infinity. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "Infinity".</returns>
-    </member>
-    <member name="P:System.Globalization.NumberFormatInfo.PositiveSign">
-      <summary>Gets or sets the string that denotes that the associated number is positive.</summary>
-      <exception cref="T:System.ArgumentNullException">In a set operation, the value to be assigned is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
-      <returns>The string that denotes that the associated number is positive. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "+".</returns>
-    </member>
-    <member name="T:System.Globalization.NumberStyles">
-      <summary>Determines the styles permitted in numeric string arguments that are passed to the <see langword="Parse" /> and <see langword="TryParse" /> methods of the integral and floating-point numeric types.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowCurrencySymbol">
-      <summary>Indicates that the numeric string can contain a currency symbol. Valid currency symbols are determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> property.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowDecimalPoint">
-      <summary>Indicates that the numeric string can have a decimal point. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the parsed string includes a currency symbol, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator" /> property. Otherwise, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator" /> property.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowExponent">
-      <summary>Indicates that the numeric string can be in exponential notation. The <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> flag allows the parsed string to contain an exponent that begins with the "E" or "e" character and that is followed by an optional positive or negative sign and an integer. In other words, it successfully parses strings in the form nnnExx, nnnE+xx, and nnnE-xx. It does not allow a decimal separator or sign in the significand or mantissa; to allow these elements in the string to be parsed, use the <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" /> and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> flags, or use a composite style that includes these individual flags.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowHexSpecifier">
-      <summary>Indicates that the numeric string represents a hexadecimal value. Valid hexadecimal values include the numeric digits 0-9 and the hexadecimal digits A-F and a-f. Strings that are parsed using this style cannot be prefixed with "0x" or "&amp;h". A string that is parsed with the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> style will always be interpreted as a hexadecimal value. The only flags that can be combined with <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" /> and <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />. The <see cref="T:System.Globalization.NumberStyles" /> enumeration includes a composite style, <see cref="F:System.Globalization.NumberStyles.HexNumber" />, that consists of these three flags.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowLeadingSign">
-      <summary>Indicates that the numeric string can have a leading sign. Valid leading sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowLeadingWhite">
-      <summary>Indicates that leading white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns <see langword="true" />.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowParentheses">
-      <summary>Indicates that the numeric string can have one pair of parentheses enclosing the number. The parentheses indicate that the string to be parsed represents a negative number.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowThousands">
-      <summary>Indicates that the numeric string can have group separators, such as symbols that separate hundreds from thousands. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the string to be parsed includes a currency symbol, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator" /> property,  and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSizes" /> property. Otherwise, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator" /> property, and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSizes" /> property.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowTrailingSign">
-      <summary>Indicates that the numeric string can have a trailing sign. Valid trailing sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.AllowTrailingWhite">
-      <summary>Indicates that trailing white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns <see langword="true" />.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.Any">
-      <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.Currency">
-      <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.Float">
-      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> styles are used. This is a composite number style.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.HexNumber">
-      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> styles are used. This is a composite number style.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.Integer">
-      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> styles are used. This is a composite number style.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.None">
-      <summary>Indicates that no style elements, such as leading or trailing white space, thousands separators, or a decimal separator, can be present in the parsed string. The string to be parsed must consist of integral decimal digits only.</summary>
-    </member>
-    <member name="F:System.Globalization.NumberStyles.Number">
-      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowThousands" /> styles are used. This is a composite number style.</summary>
-    </member>
-    <member name="T:System.Globalization.PersianCalendar">
-      <summary>Represents the Persian calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.PersianCalendar.PersianEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> object that is offset the specified number of months from the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The positive or negative number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
-      <returns>A <see cref="T:System.DateTime" /> object that represents the date yielded by adding the number of months specified by the <paramref name="months" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> object that is offset the specified number of years from the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The positive or negative number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="years" /> is less than -10,000 or greater than 10,000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> object that results from adding the specified number of years to the specified <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 through 31 that represents the day of the month in the specified <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 through 366 that represents the day of the year in the specified <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month of the specified year and era.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="month">An integer that represents the month, and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified month of the specified year and era.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year of the specified era.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The number of days in the specified year and era. The number of days is 365 in a common year or 366 in a leap year.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>Always returns <see cref="F:System.Globalization.PersianCalendar.PersianEra" />.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Returns the leap month for a specified year and era.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>The return value is always 0.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 through 12 that represents the month in the specified <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year of the specified era.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>Returns 10 if the <paramref name="year" /> parameter is 9378; otherwise, always returns 12.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" /> object.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
-      <returns>An integer from 1 through 9378 that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date is a leap day.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="month">An integer that represents the month and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
-      <param name="day">An integer from 1 through 31 that represents the day.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="month">An integer that represents the month and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>Always returns <see langword="false" /> because the <see cref="T:System.Globalization.PersianCalendar" /> class does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> object that is set to the specified date, time, and era.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year.</param>
-      <param name="month">An integer from 1 through 12 that represents the month.</param>
-      <param name="day">An integer from 1 through 31 that represents the day.</param>
-      <param name="hour">An integer from 0 through 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 through 59 that represents the minute.</param>
-      <param name="second">An integer from 0 through 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
-      <param name="era">An integer from 0 through 1 that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>A <see cref="T:System.DateTime" /> object that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.PersianCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year representation.</summary>
-      <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 0 or greater than 9378.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.PersianCalendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or lunisolar-based.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.PersianCalendar.Eras">
-      <summary>Gets the list of eras in a <see cref="T:System.Globalization.PersianCalendar" /> object.</summary>
-      <returns>An array of integers that represents the eras in a <see cref="T:System.Globalization.PersianCalendar" /> object. The array consists of a single element having a value of <see cref="F:System.Globalization.PersianCalendar.PersianEra" />.</returns>
-    </member>
-    <member name="P:System.Globalization.PersianCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</returns>
-    </member>
-    <member name="P:System.Globalization.PersianCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</returns>
-    </member>
-    <member name="P:System.Globalization.PersianCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9378.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.RegionInfo">
-      <summary>Contains information about the country/region.</summary>
-    </member>
-    <member name="M:System.Globalization.RegionInfo.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.RegionInfo" /> class based on the country/region associated with the specified culture identifier.</summary>
-      <param name="culture">A culture identifier.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="culture" /> specifies either an invariant, custom, or neutral culture.
-
--or-
-
-.NET 6+ only: Globalization-invariant mode is enabled in the environment.</exception>
-    </member>
-    <member name="M:System.Globalization.RegionInfo.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.RegionInfo" /> class based on the country/region or specific culture, specified by name.</summary>
-      <param name="name">A string that contains a two-letter code defined in ISO 3166 for country/region.  
-  
- -or-  
-  
- A string that contains the culture name for a specific culture, custom culture, or Windows-only culture. If the culture name is not in RFC 4646 format, your application should specify the entire culture name instead of just the country/region.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="name" /> is not a valid country/region name or specific culture name.
-
--or-
-
-.NET 6+ only: Globalization-invariant mode is enabled in the environment.</exception>
-    </member>
-    <member name="M:System.Globalization.RegionInfo.Equals(System.Object)">
-      <summary>Determines whether the specified object is the same instance as the current <see cref="T:System.Globalization.RegionInfo" />.</summary>
-      <param name="value">The object to compare with the current <see cref="T:System.Globalization.RegionInfo" />.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter is a <see cref="T:System.Globalization.RegionInfo" /> object and its <see cref="P:System.Globalization.RegionInfo.Name" /> property is the same as the <see cref="P:System.Globalization.RegionInfo.Name" /> property of the current <see cref="T:System.Globalization.RegionInfo" /> object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.RegionInfo.GetHashCode">
-      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.RegionInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Globalization.RegionInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.RegionInfo.ToString">
-      <summary>Returns a string containing the culture name or ISO 3166 two-letter country/region codes specified for the current <see cref="T:System.Globalization.RegionInfo" />.</summary>
-      <returns>A string containing the culture name or ISO 3166 two-letter country/region codes defined for the current <see cref="T:System.Globalization.RegionInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.CurrencyEnglishName">
-      <summary>Gets the name, in English, of the currency used in the country/region.</summary>
-      <returns>The name, in English, of the currency used in the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.CurrencyNativeName">
-      <summary>Gets the name of the currency used in the country/region, formatted in the native language of the country/region.</summary>
-      <returns>The native name of the currency used in the country/region, formatted in the language associated with the ISO 3166 country/region code.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.CurrencySymbol">
-      <summary>Gets the currency symbol associated with the country/region.</summary>
-      <returns>The currency symbol associated with the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.CurrentRegion">
-      <summary>Gets the <see cref="T:System.Globalization.RegionInfo" /> that represents the country/region used by the current thread.</summary>
-      <returns>The <see cref="T:System.Globalization.RegionInfo" /> that represents the country/region used by the current thread.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.DisplayName">
-      <summary>Gets the full name of the country/region in the language of the localized version of .NET.</summary>
-      <returns>The full name of the country/region in the language of the localized version of .NET.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.EnglishName">
-      <summary>Gets the full name of the country/region in English.</summary>
-      <returns>The full name of the country/region in English.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.GeoId">
-      <summary>Gets a unique identification number for a geographical region, country, city, or location.</summary>
-      <returns>A 32-bit signed number that uniquely identifies a geographical location.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.IsMetric">
-      <summary>Gets a value indicating whether the country/region uses the metric system for measurements.</summary>
-      <returns>
-        <see langword="true" /> if the country/region uses the metric system for measurements; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.ISOCurrencySymbol">
-      <summary>Gets the three-character ISO 4217 currency symbol associated with the country/region.</summary>
-      <returns>The three-character ISO 4217 currency symbol associated with the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.Name">
-      <summary>Gets the name or ISO 3166 two-letter country/region code for the current <see cref="T:System.Globalization.RegionInfo" /> object.</summary>
-      <returns>The value specified by the <paramref name="name" /> parameter of the <see cref="M:System.Globalization.RegionInfo.#ctor(System.String)" /> constructor. The return value is in uppercase.  
-  
- -or-  
-  
- The two-letter code defined in ISO 3166 for the country/region specified by the <paramref name="culture" /> parameter of the <see cref="M:System.Globalization.RegionInfo.#ctor(System.Int32)" /> constructor. The return value is in uppercase.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.NativeName">
-      <summary>Gets the name of a country/region formatted in the native language of the country/region.</summary>
-      <returns>The native name of the country/region formatted in the language associated with the ISO 3166 country/region code.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.ThreeLetterISORegionName">
-      <summary>Gets the three-letter code defined in ISO 3166 for the country/region.</summary>
-      <returns>The three-letter code defined in ISO 3166 for the country/region.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.ThreeLetterWindowsRegionName">
-      <summary>Gets the three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.RegionInfo" />.</summary>
-      <returns>The three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.RegionInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.RegionInfo.TwoLetterISORegionName">
-      <summary>Gets the two-letter code defined in ISO 3166 for the country/region.</summary>
-      <returns>The two-letter code defined in ISO 3166 for the country/region.</returns>
-    </member>
-    <member name="T:System.Globalization.SortKey">
-      <summary>Represents the result of mapping a string to its sort key.</summary>
-    </member>
-    <member name="M:System.Globalization.SortKey.Compare(System.Globalization.SortKey,System.Globalization.SortKey)">
-      <summary>Compares two sort keys.</summary>
-      <param name="sortkey1">The first sort key to compare.</param>
-      <param name="sortkey2">The second sort key to compare.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sortkey1" /> or <paramref name="sortkey2" /> is <see langword="null" />.</exception>
-      <returns>A signed integer that indicates the relationship between <paramref name="sortkey1" /> and <paramref name="sortkey2" />.  
-  
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="sortkey1" /> is less than <paramref name="sortkey2" />.</description></item><item><term> Zero</term><description><paramref name="sortkey1" /> is equal to <paramref name="sortkey2" />.</description></item><item><term> Greater than zero</term><description><paramref name="sortkey1" /> is greater than <paramref name="sortkey2" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Globalization.SortKey.Equals(System.Object)">
-      <summary>Determines whether the specified object is equal to the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
-      <param name="value">The object to compare with the current <see cref="T:System.Globalization.SortKey" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter is equal to the current <see cref="T:System.Globalization.SortKey" /> object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.SortKey.GetHashCode">
-      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.SortKey" /> object that is suitable for hashing algorithms and data structures such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.SortKey.ToString">
-      <summary>Returns a string that represents the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
-      <returns>A string that represents the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.SortKey.KeyData">
-      <summary>Gets the byte array representing the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
-      <returns>A byte array representing the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.SortKey.OriginalString">
-      <summary>Gets the original string used to create the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
-      <returns>The original string used to create the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
-    </member>
-    <member name="T:System.Globalization.SortVersion">
-      <summary>Provides information about the version of Unicode used to compare and order strings.</summary>
-    </member>
-    <member name="M:System.Globalization.SortVersion.#ctor(System.Int32,System.Guid)">
-      <summary>Creates a new instance of the <see cref="T:System.Globalization.SortVersion" /> class.</summary>
-      <param name="fullVersion">A version number.</param>
-      <param name="sortId">A sort ID.</param>
-    </member>
-    <member name="M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)">
-      <summary>Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified <see cref="T:System.Globalization.SortVersion" /> object.</summary>
-      <param name="other">The object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="other" /> represents the same version as this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.SortVersion.Equals(System.Object)">
-      <summary>Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Globalization.SortVersion" /> object that represents the same version as this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.SortVersion.GetHashCode">
-      <summary>Returns a hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Globalization.SortVersion.op_Equality(System.Globalization.SortVersion,System.Globalization.SortVersion)">
-      <summary>Indicates whether two <see cref="T:System.Globalization.SortVersion" /> instances are equal.</summary>
-      <param name="left">The first instance to compare.</param>
-      <param name="right">The second instance to compare.</param>
-      <returns>
-        <see langword="true" /> if the values of <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.SortVersion.op_Inequality(System.Globalization.SortVersion,System.Globalization.SortVersion)">
-      <summary>Indicates whether two <see cref="T:System.Globalization.SortVersion" /> instances are not equal.</summary>
-      <param name="left">The first instance to compare.</param>
-      <param name="right">The second instance to compare.</param>
-      <returns>
-        <see langword="true" /> if the values of <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.SortVersion.FullVersion">
-      <summary>Gets the full version number of the <see cref="T:System.Globalization.SortVersion" /> object.</summary>
-      <returns>The version number of this <see cref="T:System.Globalization.SortVersion" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.SortVersion.SortId">
-      <summary>Gets a globally unique identifier for this <see cref="T:System.Globalization.SortVersion" /> object.</summary>
-      <returns>A globally unique identifier for this <see cref="T:System.Globalization.SortVersion" /> object.</returns>
-    </member>
-    <member name="T:System.Globalization.StringInfo">
-      <summary>Provides functionality to split a string into text elements and to iterate through those text elements.</summary>
-    </member>
-    <member name="M:System.Globalization.StringInfo.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.StringInfo" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.StringInfo.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.StringInfo" /> class to a specified string.</summary>
-      <param name="value">A string to initialize this <see cref="T:System.Globalization.StringInfo" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Globalization.StringInfo.Equals(System.Object)">
-      <summary>Indicates whether the current <see cref="T:System.Globalization.StringInfo" /> object is equal to a specified object.</summary>
-      <param name="value">An object.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter is a <see cref="T:System.Globalization.StringInfo" /> object and its <see cref="P:System.Globalization.StringInfo.String" /> property equals the <see cref="P:System.Globalization.StringInfo.String" /> property of this <see cref="T:System.Globalization.StringInfo" /> object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetHashCode">
-      <summary>Calculates a hash code for the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
-      <returns>A 32-bit signed integer hash code based on the string value of this <see cref="T:System.Globalization.StringInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetNextTextElement(System.String)">
-      <summary>Gets the first text element in a specified string.</summary>
-      <param name="str">The string from which to get the text element.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>A string containing the first text element in the specified string.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetNextTextElement(System.String,System.Int32)">
-      <summary>Gets the text element at the specified index of the specified string.</summary>
-      <param name="str">The string from which to get the text element.</param>
-      <param name="index">The zero-based index at which the text element starts.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes for <paramref name="str" />.</exception>
-      <returns>A string containing the text element at the specified index of the specified string.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetNextTextElementLength(System.ReadOnlySpan{System.Char})">
-      <summary>Returns the length of the first text element (extended grapheme cluster) that occurs in the input span.</summary>
-      <param name="str">The input span to analyze.</param>
-      <returns>The length (in chars) of the substring corresponding to the first text element within <paramref name="str" />, or 0 if <paramref name="str" /> is empty.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetNextTextElementLength(System.String)">
-      <summary>Returns the length of the first text element (extended grapheme cluster) that occurs in the input string.</summary>
-      <param name="str">The input string to analyze.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>The length (in chars) of the substring corresponding to the first text element within <paramref name="str" />, or 0 if <paramref name="str" /> is empty.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetNextTextElementLength(System.String,System.Int32)">
-      <summary>Returns the length of the first text element (extended grapheme cluster) that occurs in the input string starting at the specified index.</summary>
-      <param name="str">The input string to analyze.</param>
-      <param name="index">The char offset in <paramref name="str" /> at which to begin analysis.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is negative or beyond the end of <paramref name="str" />.</exception>
-      <returns>The length (in chars) of the substring corresponding to the first text element within <paramref name="str" /> starting at index <paramref name="index" />, or 0 if <paramref name="index" /> corresponds to the end of <paramref name="str" />.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetTextElementEnumerator(System.String)">
-      <summary>Returns an enumerator that iterates through the text elements of the entire string.</summary>
-      <param name="str">The string to iterate through.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Globalization.TextElementEnumerator" /> for the entire string.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.GetTextElementEnumerator(System.String,System.Int32)">
-      <summary>Returns an enumerator that iterates through the text elements of the string, starting at the specified index.</summary>
-      <param name="str">The string to iterate through.</param>
-      <param name="index">The zero-based index at which to start iterating.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the range of valid indexes for <paramref name="str" />.</exception>
-      <returns>A <see cref="T:System.Globalization.TextElementEnumerator" /> for the string starting at <paramref name="index" />.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.ParseCombiningCharacters(System.String)">
-      <summary>Returns the indexes of each base character, high surrogate, or control character within the specified string.</summary>
-      <param name="str">The string to search.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>An array of integers that contains the zero-based indexes of each base character, high surrogate, or control character within the specified string.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.SubstringByTextElements(System.Int32)">
-      <summary>Retrieves a substring of text elements from the current <see cref="T:System.Globalization.StringInfo" /> object starting from a specified text element and continuing through the last text element.</summary>
-      <param name="startingTextElement">The zero-based index of a text element in this <see cref="T:System.Globalization.StringInfo" /> object.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startingTextElement" /> is less than zero.  
-  
- -or-  
-  
- The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object is the empty string ("").</exception>
-      <returns>A substring of text elements in this <see cref="T:System.Globalization.StringInfo" /> object, starting from the text element index specified by the <paramref name="startingTextElement" /> parameter and continuing through the last text element in this object.</returns>
-    </member>
-    <member name="M:System.Globalization.StringInfo.SubstringByTextElements(System.Int32,System.Int32)">
-      <summary>Retrieves a substring of text elements from the current <see cref="T:System.Globalization.StringInfo" /> object starting from a specified text element and continuing through the specified number of text elements.</summary>
-      <param name="startingTextElement">The zero-based index of a text element in this <see cref="T:System.Globalization.StringInfo" /> object.</param>
-      <param name="lengthInTextElements">The number of text elements to retrieve.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startingTextElement" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="startingTextElement" /> is greater than or equal to the length of the string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object.  
-  
- -or-  
-  
- <paramref name="lengthInTextElements" /> is less than zero.  
-  
- -or-  
-  
- The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object is the empty string ("").  
-  
- -or-  
-  
- <paramref name="startingTextElement" /> + <paramref name="lengthInTextElements" /> specify an index that is greater than the number of text elements in this <see cref="T:System.Globalization.StringInfo" /> object.</exception>
-      <returns>A substring of text elements in this <see cref="T:System.Globalization.StringInfo" /> object. The substring consists of the number of text elements specified by the <paramref name="lengthInTextElements" /> parameter and starts from the text element index specified by the <paramref name="startingTextElement" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.StringInfo.LengthInTextElements">
-      <summary>Gets the number of text elements in the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
-      <returns>The number of base characters, surrogate pairs, and combining character sequences in this <see cref="T:System.Globalization.StringInfo" /> object.</returns>
-    </member>
-    <member name="P:System.Globalization.StringInfo.String">
-      <summary>Gets or sets the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
-      <returns>The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</returns>
-    </member>
-    <member name="T:System.Globalization.TaiwanCalendar">
-      <summary>the Taiwan calendar.</summary>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
-      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.TaiwanCalendar" /> object because of missing culture information.</exception>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era.</param>
-      <returns>The return value is always 0 because the <see cref="T:System.Globalization.TaiwanCalendar" /> class does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
-      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
-      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <returns>A positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
-    </member>
-    <member name="M:System.Globalization.TaiwanCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanCalendar.AlgorithmType">
-      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.TaiwanCalendar" />.</summary>
-      <returns>An array that consists of a single element for which the value is always the current era.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class, which is equivalent to the first moment of January 1, 1912 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
-    </member>
-    <member name="T:System.Globalization.TaiwanLunisolarCalendar">
-      <summary>Represents the Taiwan lunisolar calendar. As for the Taiwan calendar, years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
-    </member>
-    <member name="M:System.Globalization.TaiwanLunisolarCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.TaiwanLunisolarCalendar.GetEra(System.DateTime)">
-      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era specified in the <paramref name="time" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year specified by the <see cref="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanLunisolarCalendar.Eras">
-      <summary>Gets the eras that are relevant to the current <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> object.</summary>
-      <returns>An array that consists of a single element having a value that is always the current era.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanLunisolarCalendar.MaxSupportedDateTime">
-      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class, which is equivalent to the last moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime">
-      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class, which is equivalent to the first moment of February 18, 1912 C.E. in the Gregorian calendar.</returns>
-    </member>
-    <member name="T:System.Globalization.TextElementEnumerator">
-      <summary>Enumerates the text elements of a string.</summary>
-    </member>
-    <member name="M:System.Globalization.TextElementEnumerator.GetTextElement">
-      <summary>Gets the current text element in the string.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
-      <returns>A new string containing the current text element in the string being read.</returns>
-    </member>
-    <member name="M:System.Globalization.TextElementEnumerator.MoveNext">
-      <summary>Advances the enumerator to the next text element of the string.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator was successfully advanced to the next text element; <see langword="false" /> if the enumerator has passed the end of the string.</returns>
-    </member>
-    <member name="M:System.Globalization.TextElementEnumerator.Reset">
-      <summary>Sets the enumerator to its initial position, which is before the first text element in the string.</summary>
-    </member>
-    <member name="P:System.Globalization.TextElementEnumerator.Current">
-      <summary>Gets the current text element in the string.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
-      <returns>An object containing the current text element in the string.</returns>
-    </member>
-    <member name="P:System.Globalization.TextElementEnumerator.ElementIndex">
-      <summary>Gets the index of the text element that the enumerator is currently positioned over.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
-      <returns>The index of the text element that the enumerator is currently positioned over.</returns>
-    </member>
-    <member name="T:System.Globalization.TextInfo">
-      <summary>Defines text properties and behaviors, such as casing, that are specific to a writing system.</summary>
-    </member>
-    <member name="M:System.Globalization.TextInfo.Clone">
-      <summary>Creates a new object that is a copy of the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
-      <returns>A new instance of <see cref="T:System.Object" /> that is the memberwise clone of the current <see cref="T:System.Globalization.TextInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.Equals(System.Object)">
-      <summary>Determines whether the specified object represents the same writing system as the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
-      <param name="obj">The object to compare with the current <see cref="T:System.Globalization.TextInfo" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> represents the same writing system as the current <see cref="T:System.Globalization.TextInfo" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.GetHashCode">
-      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.TextInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ReadOnly(System.Globalization.TextInfo)">
-      <summary>Returns a read-only version of the specified <see cref="T:System.Globalization.TextInfo" /> object.</summary>
-      <param name="textInfo">A <see cref="T:System.Globalization.TextInfo" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="textInfo" /> is null.</exception>
-      <returns>The <see cref="T:System.Globalization.TextInfo" /> object specified by the <paramref name="textInfo" /> parameter, if <paramref name="textInfo" /> is read-only.  
-  
- -or-  
-  
- A read-only memberwise clone of the <see cref="T:System.Globalization.TextInfo" /> object specified by <paramref name="textInfo" />, if <paramref name="textInfo" /> is not read-only.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Raises the deserialization event when deserialization is complete.</summary>
-      <param name="sender">The source of the deserialization event.</param>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToLower(System.Char)">
-      <summary>Converts the specified character to lowercase.</summary>
-      <param name="c">The character to convert to lowercase.</param>
-      <returns>The specified character converted to lowercase.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToLower(System.String)">
-      <summary>Converts the specified string to lowercase.</summary>
-      <param name="str">The string to convert to lowercase.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is null.</exception>
-      <returns>The specified string converted to lowercase.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToString">
-      <summary>Returns a string that represents the current <see cref="T:System.Globalization.TextInfo" />.</summary>
-      <returns>A string that represents the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToTitleCase(System.String)">
-      <summary>Converts the specified string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).</summary>
-      <param name="str">The string to convert to title case.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>The specified string converted to title case.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToUpper(System.Char)">
-      <summary>Converts the specified character to uppercase.</summary>
-      <param name="c">The character to convert to uppercase.</param>
-      <returns>The specified character converted to uppercase.</returns>
-    </member>
-    <member name="M:System.Globalization.TextInfo.ToUpper(System.String)">
-      <summary>Converts the specified string to uppercase.</summary>
-      <param name="str">The string to convert to uppercase.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="str" /> is null.</exception>
-      <returns>The specified string converted to uppercase.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.ANSICodePage">
-      <summary>Gets the American National Standards Institute (ANSI) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
-      <returns>The ANSI code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.CultureName">
-      <summary>Gets the name of the culture associated with the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
-      <returns>The name of a culture.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.EBCDICCodePage">
-      <summary>Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
-      <returns>The EBCDIC code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.IsReadOnly">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.TextInfo" /> object is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Globalization.TextInfo" /> object is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.IsRightToLeft">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.TextInfo" /> object represents a writing system where text flows from right to left.</summary>
-      <returns>
-        <see langword="true" /> if text flows from right to left; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.LCID">
-      <summary>Gets the culture identifier for the culture associated with the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
-      <returns>A number that identifies the culture from which the current <see cref="T:System.Globalization.TextInfo" /> object was created.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.ListSeparator">
-      <summary>Gets or sets the string that separates items in a list.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.TextInfo" /> object is read-only.</exception>
-      <returns>The string that separates items in a list.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.MacCodePage">
-      <summary>Gets the Macintosh code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
-      <returns>The Macintosh code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="P:System.Globalization.TextInfo.OEMCodePage">
-      <summary>Gets the original equipment manufacturer (OEM) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
-      <returns>The OEM code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
-    </member>
-    <member name="T:System.Globalization.ThaiBuddhistCalendar">
-      <summary>Represents the Thai Buddhist calendar.</summary>
-    </member>
-    <member name="F:System.Globalization.ThaiBuddhistCalendar.ThaiBuddhistEra">
-      <summary>Represents the current era. This field is constant.</summary>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
-      <param name="months">The number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120000.  
-  
- -or-  
-  
- <paramref name="months" /> is greater than 120000.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
-      <param name="years">The number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of days in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of days in the specified year in the specified era.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetEra(System.DateTime)">
-      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era.</param>
-      <returns>The return value is always 0 because the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class does not support the notion of a leap month.</returns>
-    </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonth(System.DateTime)">
-      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
+    <member name="T:System.FormattableString">
+      <summary>Represents a composite format string, along with the arguments to be formatted.</summary>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Returns the number of months in the specified year in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The number of months in the specified year in the specified era.</returns>
+    <member name="M:System.FormattableString.#ctor">
+      <summary>Instantiates a new instance of the <see cref="T:System.FormattableString" /> class.</summary>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
-      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
-      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
-      <returns>A 1-based positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
+    <member name="P:System.FormattableString.ArgumentCount">
+      <summary>Gets the number of arguments to be formatted.</summary>
+      <returns>The number of arguments to be formatted.</returns>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetYear(System.DateTime)">
-      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
-      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
+    <member name="M:System.FormattableString.CurrentCulture(System.FormattableString)">
+      <summary>Returns a result string in which arguments are formatted by using the conventions of the current culture.</summary>
+      <param name="formattable">The string to be formatted.</param>
+      <returns>The string that results from formatting the current instance by using the conventions of the current culture.</returns>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.FormattableString.Format">
+      <summary>Returns the composite format string.</summary>
+      <returns>The composite format string.</returns>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
+    <member name="M:System.FormattableString.GetArgument(System.Int32)">
+      <summary>Returns the argument at the specified index position.</summary>
+      <param name="index">The index of the argument. Its value can range from zero to one less than the value of <see cref="P:System.FormattableString.ArgumentCount" />.</param>
+      <returns>The argument.</returns>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.FormattableString.GetArguments">
+      <summary>Returns an object array that contains one or more objects to format.</summary>
+      <returns>An object array that contains one or more objects to format.</returns>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
-      <param name="year">An integer that represents the year.</param>
-      <param name="month">An integer from 1 to 12 that represents the month.</param>
-      <param name="day">An integer from 1 to 31 that represents the day.</param>
-      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
-      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
-      <param name="second">An integer from 0 to 59 that represents the second.</param>
-      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
-      <param name="era">An integer that represents the era.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="month" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="day" /> is outside the range supported by the calendar.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.  
-  
- -or-  
-  
- <paramref name="era" /> is outside the range supported by the calendar.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+    <member name="M:System.FormattableString.Invariant(System.FormattableString)">
+      <summary>Returns a result string in which arguments are formatted by using the conventions of the invariant culture.</summary>
+      <param name="formattable">The object to convert to a result string.</param>
+      <returns>The string that results from formatting the current instance by using the conventions of the invariant culture.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="formattable" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Globalization.ThaiBuddhistCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by the calendar.</exception>
-      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+    <member name="M:System.FormattableString.System#IFormattable#ToString(System.String,System.IFormatProvider)">
+      <summary>Returns the string that results from formatting the format string along with its arguments by using the formatting conventions of a specified culture.</summary>
+      <param name="ignored">A string. This argument is ignored.</param>
+      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
+      <returns>A string formatted using the conventions of the <paramref name="formatProvider" /> parameter.</returns>
     </member>
-    <member name="P:System.Globalization.ThaiBuddhistCalendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
+    <member name="M:System.FormattableString.ToString">
+      <summary>Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of the current culture.</summary>
+      <returns>A result string formatted by using the conventions of the current culture.</returns>
     </member>
-    <member name="P:System.Globalization.ThaiBuddhistCalendar.Eras">
-      <summary>Gets the list of eras in the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
-      <returns>An array that consists of a single element having a value that is always the current era.</returns>
+    <member name="M:System.FormattableString.ToString(System.IFormatProvider)">
+      <summary>Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of a specified culture.</summary>
+      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
+      <returns>A result string formatted by using the conventions of <paramref name="formatProvider" />.</returns>
     </member>
-    <member name="P:System.Globalization.ThaiBuddhistCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
+    <member name="T:System.FtpStyleUriParser">
+      <summary>A customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
     </member>
-    <member name="P:System.Globalization.ThaiBuddhistCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
+    <member name="M:System.FtpStyleUriParser.#ctor">
+      <summary>Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
     </member>
-    <member name="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.  
-  
- -or-  
-  
- The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
-      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+    <member name="T:System.Func`1">
+      <summary>Encapsulates a method that has no parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="T:System.Globalization.TimeSpanStyles">
-      <summary>Defines the formatting options that customize string parsing for the <see cref="Overload:System.TimeSpan.ParseExact" /> and <see cref="Overload:System.TimeSpan.TryParseExact" /> methods.</summary>
+    <member name="T:System.Func`10">
+      <summary>Encapsulates a method that has nine parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="F:System.Globalization.TimeSpanStyles.AssumeNegative">
-      <summary>Indicates that input is always interpreted as a negative time interval.</summary>
+    <member name="T:System.Func`11">
+      <summary>Encapsulates a method that has 10 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="F:System.Globalization.TimeSpanStyles.None">
-      <summary>Indicates that input is interpreted as a negative time interval only if a negative sign is present.</summary>
+    <member name="T:System.Func`12">
+      <summary>Encapsulates a method that has 11 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="T:System.Globalization.UmAlQuraCalendar">
-      <summary>Represents the Saudi Hijri (Um Al Qura) calendar.</summary>
+    <member name="T:System.Func`13">
+      <summary>Encapsulates a method that has 12 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra">
-      <summary>Represents the current era. This field is constant.</summary>
+    <member name="T:System.Func`14">
+      <summary>Encapsulates a method that has 13 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</summary>
+    <member name="T:System.Func`15">
+      <summary>Encapsulates a method that has 14 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.AddMonths(System.DateTime,System.Int32)">
-      <summary>Calculates a date that is a specified number of months away from a specified initial date.</summary>
-      <param name="time">The date to which to add months. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <param name="months">The positive or negative number of months to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="months" /> is less than -120,000 or greater than 120,000.  
-  
- -or-  
-  
- <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>The date yielded by adding the number of months specified by the <paramref name="months" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`16">
+      <summary>Encapsulates a method that has 15 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.AddYears(System.DateTime,System.Int32)">
-      <summary>Calculates a date that is a specified number of years away from a specified initial date.</summary>
-      <param name="time">The date to which to add years. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <param name="years">The positive or negative number of years to add.</param>
-      <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="years" /> is less than -10,000 or greater than 10,000.  
-  
- -or-  
-  
- <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>The date yielded by adding the number of years specified by the <paramref name="years" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`17">
+      <summary>Encapsulates a method that has 16 parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg9">The ninth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg10">The tenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg11">The eleventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg12">The twelfth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg13">The thirteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg14">The fourteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg15">The fifteenth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg16">The sixteenth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T9">The type of the ninth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T10">The type of the tenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T11">The type of the eleventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T12">The type of the twelfth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T13">The type of the thirteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T14">The type of the fourteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T15">The type of the fifteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T16">The type of the sixteenth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfMonth(System.DateTime)">
-      <summary>Calculates the day of the month on which a specified date occurs.</summary>
-      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer from 1 through 30 that represents the day of the month specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`2">
+      <summary>Encapsulates a method that has one parameter and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg">The parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T">The type of the parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfWeek(System.DateTime)">
-      <summary>Calculates the day of the week on which a specified date occurs.</summary>
-      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`3">
+      <summary>Encapsulates a method that has two parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfYear(System.DateTime)">
-      <summary>Calculates the day of the year on which a specified date occurs.</summary>
-      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer from 1 through 355 that represents the day of the year specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`4">
+      <summary>Encapsulates a method that has three parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="month">An integer from 1 through 12 that represents a month.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <returns>The number of days in the specified month in the specified year and era. The return value is 29 in a common year and 30 in a leap year.</returns>
+    <member name="T:System.Func`5">
+      <summary>Encapsulates a method that has four parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInYear(System.Int32,System.Int32)">
-      <summary>Calculates the number of days in the specified year of the specified era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
+    <member name="T:System.Func`6">
+      <summary>Encapsulates a method that has five parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetEra(System.DateTime)">
-      <summary>Calculates the era in which a specified date occurs.</summary>
-      <param name="time">The date value to read.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>Always returns the <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" /> value.</returns>
+    <member name="T:System.Func`7">
+      <summary>Encapsulates a method that has six parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetLeapMonth(System.Int32,System.Int32)">
-      <summary>Calculates the leap month for a specified year and era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is less than 1318 or greater than 1450.  
-  
- -or-  
-  
- <paramref name="era" /> is not <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</exception>
-      <returns>Always 0 because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap months.</returns>
+    <member name="T:System.Func`8">
+      <summary>Encapsulates a method that has seven parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetMonth(System.DateTime)">
-      <summary>Calculates the month in which a specified date occurs.</summary>
-      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer from 1 through 12 that represents the month in the date specified by the <paramref name="time" /> parameter.</returns>
+    <member name="T:System.Func`9">
+      <summary>Encapsulates a method that has eight parameters and returns a value of the type specified by the <typeparamref name="TResult" /> parameter.</summary>
+      <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
+      <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
+      <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
+      <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg5">The fifth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg6">The sixth parameter of the method that this delegate encapsulates.</param>
+      <param name="arg7">The seventh parameter of the method that this delegate encapsulates.</param>
+      <param name="arg8">The eighth parameter of the method that this delegate encapsulates.</param>
+      <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T5">The type of the fifth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T6">The type of the sixth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T7">The type of the seventh parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="T8">The type of the eighth parameter of the method that this delegate encapsulates.</typeparam>
+      <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
+      <returns>The return value of the method that this delegate encapsulates.</returns>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetMonthsInYear(System.Int32,System.Int32)">
-      <summary>Calculates the number of months in the specified year of the specified era.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuaraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="era" /> is outside the range supported by this calendar.</exception>
-      <returns>Always 12.</returns>
+    <member name="T:System.GC">
+      <summary>Controls the system garbage collector, a service that automatically reclaims unused memory.</summary>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.GetYear(System.DateTime)">
-      <summary>Calculates the year of a date represented by a specified <see cref="T:System.DateTime" />.</summary>
-      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+    <member name="M:System.GC.AddMemoryPressure(System.Int64)">
+      <summary>Informs the runtime of a large allocation of unmanaged memory that should be taken into account when scheduling garbage collection.</summary>
+      <param name="bytesAllocated">The incremental amount of unmanaged memory that has been allocated.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="time" /> is outside the range supported by this calendar.</exception>
-      <returns>An integer that represents the year specified by the <paramref name="time" /> parameter.</returns>
+        <paramref name="bytesAllocated" /> is less than or equal to 0.
+-or-
+On a 32-bit computer, <paramref name="bytesAllocated" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified date is a leap day.</summary>
-      <param name="year">A year.</param>
-      <param name="month">An integer from 1 through 12 that represents a month.</param>
-      <param name="day">An integer from 1 through 30 that represents a day.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <returns>
-        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />. The return value is always <see langword="false" /> because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap days.</returns>
+    <member name="M:System.GC.CancelFullGCNotification">
+      <summary>Cancels the registration of a garbage collection notification.</summary>
+      <exception cref="T:System.InvalidOperationException">This member is not available when concurrent garbage collection is enabled. See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.</exception>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
-      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
-      <param name="year">A year.</param>
-      <param name="month">An integer from 1 through 12 that represents a month.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <returns>Always <see langword="false" /> because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap months.</returns>
+    <member name="M:System.GC.Collect">
+      <summary>Forces an immediate garbage collection of all generations.</summary>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapYear(System.Int32,System.Int32)">
-      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
-      <param name="year">A year.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+    <member name="M:System.GC.Collect(System.Int32)">
+      <summary>Forces an immediate garbage collection from generation 0 through a specified generation.</summary>
+      <param name="generation">The number of the oldest generation to be garbage collected.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
-      <returns>
-        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+        <paramref name="generation" /> is not valid.</exception>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
-      <param name="year">A year.</param>
-      <param name="month">An integer from 1 through 12 that represents a month.</param>
-      <param name="day">An integer from 1 through 29 that represents a day.</param>
-      <param name="hour">An integer from 0 through 23 that represents an hour.</param>
-      <param name="minute">An integer from 0 through 59 that represents a minute.</param>
-      <param name="second">An integer from 0 through 59 that represents a second.</param>
-      <param name="millisecond">An integer from 0 through 999 that represents a millisecond.</param>
-      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode)">
+      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value.</summary>
+      <param name="generation">The number of the oldest generation to be garbage collected.</param>
+      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.  
-  
- -or-  
-  
- <paramref name="hour" /> is less than zero or greater than 23.  
-  
- -or-  
-  
- <paramref name="minute" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="second" /> is less than zero or greater than 59.  
-  
- -or-  
-  
- <paramref name="millisecond" /> is less than zero or greater than 999.</exception>
-      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+        <paramref name="generation" /> is not valid.
+-or-
+<paramref name="mode" /> is not one of the <see cref="T:System.GCCollectionMode" /> values.</exception>
     </member>
-    <member name="M:System.Globalization.UmAlQuraCalendar.ToFourDigitYear(System.Int32)">
-      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
-      <param name="year">A 2-digit year from 0 through 99, or a 4-digit Um Al Qura calendar year from 1318 through 1450.</param>
+    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode,System.Boolean)">
+      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value, with a value specifying whether the collection should be blocking.</summary>
+      <param name="generation">The number of the oldest generation to be garbage collected.</param>
+      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
+      <param name="blocking">
+        <see langword="true" /> to perform a blocking garbage collection; <see langword="false" /> to perform a background garbage collection where possible.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="year" /> is outside the range supported by this calendar.</exception>
-      <returns>If the <paramref name="year" /> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year" /> parameter is a 4-digit year, the return value is the unchanged <paramref name="year" /> parameter.</returns>
-    </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.AlgorithmType">
-      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
-      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunarCalendar" />.</returns>
+        <paramref name="generation" /> is not valid.
+-or-
+<paramref name="mode" /> is not one of the <see cref="T:System.GCCollectionMode" /> values.</exception>
     </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.DaysInYearBeforeMinSupportedYear">
-      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime" /> property.</summary>
-      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime" />.</returns>
+    <member name="M:System.GC.Collect(System.Int32,System.GCCollectionMode,System.Boolean,System.Boolean)">
+      <summary>Forces a garbage collection from generation 0 through a specified generation, at a time specified by a <see cref="T:System.GCCollectionMode" /> value, with values that specify whether the collection should be blocking and compacting.</summary>
+      <param name="generation">The number of the oldest generation to be garbage collected.</param>
+      <param name="mode">An enumeration value that specifies whether the garbage collection is forced (<see cref="F:System.GCCollectionMode.Default" /> or <see cref="F:System.GCCollectionMode.Forced" />) or optimized (<see cref="F:System.GCCollectionMode.Optimized" />).</param>
+      <param name="blocking">
+        <see langword="true" /> to perform a blocking garbage collection; <see langword="false" /> to perform a background garbage collection where possible.</param>
+      <param name="compacting">
+        <see langword="true" /> to compact the small object heap; <see langword="false" /> to sweep only.</param>
     </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.Eras">
-      <summary>Gets a list of the eras that are supported by the current <see cref="T:System.Globalization.UmAlQuraCalendar" />.</summary>
-      <returns>An array that consists of a single element having a value that is <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</returns>
+    <member name="M:System.GC.CollectionCount(System.Int32)">
+      <summary>Returns the number of times garbage collection has occurred for the specified generation of objects.</summary>
+      <param name="generation">The generation of objects for which the garbage collection count is to be determined.</param>
+      <returns>The number of times garbage collection has occurred for the specified generation since the process was started.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="generation" /> is less than 0.</exception>
     </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.MaxSupportedDateTime">
-      <summary>Gets the latest date and time supported by this calendar.</summary>
-      <returns>The latest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class, which is equivalent to the last moment of November 16, 2077 C.E. in the Gregorian calendar.</returns>
+    <member name="M:System.GC.EndNoGCRegion">
+      <summary>Ends the no GC region latency mode.</summary>
+      <exception cref="T:System.InvalidOperationException">The garbage collector is not in no GC region latency mode.
+-or-
+The no GC region latency mode was ended previously because a garbage collection was induced.
+-or-
+A memory allocation exceeded the amount specified in the call to the <see cref="M:System.GC.TryStartNoGCRegion(System.Int64)" /> method.</exception>
     </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime">
-      <summary>Gets the earliest date and time supported by this calendar.</summary>
-      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class, which is equivalent to the first moment of April 30, 1900 C.E. in the Gregorian calendar.</returns>
+    <member name="M:System.GC.GetAllocatedBytesForCurrentThread">
+      <summary>Gets the total number of bytes allocated to the current thread since the beginning of its lifetime.</summary>
+      <returns>The total number of bytes allocated to the current thread since the beginning of its lifetime.</returns>
     </member>
-    <member name="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax">
-      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
-      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Um Al Qura calendar year value is less than 1318 but not 99, or is greater than 1450.</exception>
-      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+    <member name="M:System.GC.GetGCMemoryInfo">
+      <summary>Gets garbage collection memory information.</summary>
+      <returns>An object that contains information about the garbage collector's memory usage.</returns>
     </member>
-    <member name="T:System.Globalization.UnicodeCategory">
-      <summary>Defines the Unicode category of a character.</summary>
+    <member name="M:System.GC.GetGeneration(System.Object)">
+      <summary>Returns the current generation number of the specified object.</summary>
+      <param name="obj">The object that generation information is retrieved for.</param>
+      <returns>The current generation number of <paramref name="obj" />.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.ClosePunctuation">
-      <summary>Closing character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation "Pe" (punctuation, close). The value is 21.</summary>
+    <member name="M:System.GC.GetGeneration(System.WeakReference)">
+      <summary>Returns the current generation number of the target of a specified weak reference.</summary>
+      <param name="wo">A <see cref="T:System.WeakReference" /> that refers to the target object whose generation number is to be determined.</param>
+      <returns>The current generation number of the target of <paramref name="wo" />.</returns>
+      <exception cref="T:System.ArgumentException">Garbage collection has already been performed on <paramref name="wo" />.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.ConnectorPunctuation">
-      <summary>Connector punctuation character that connects two characters. Signified by the Unicode designation "Pc" (punctuation, connector). The value is 18.</summary>
+    <member name="M:System.GC.GetTotalAllocatedBytes(System.Boolean)">
+      <summary>Gets a count of the bytes allocated over the lifetime of the process.</summary>
+      <param name="precise">If <see langword="true" />, gather a precise number; otherwise, gather an approximate count. Gathering a precise value entails a significant performance penalty.</param>
+      <returns>The total number of bytes allocated over the lifetime of the process.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.Control">
-      <summary>Control code character, with a Unicode value of U+007F or in the range U+0000 through U+001F or U+0080 through U+009F. Signified by the Unicode designation "Cc" (other, control). The value is 14.</summary>
+    <member name="M:System.GC.GetTotalMemory(System.Boolean)">
+      <summary>Retrieves the number of bytes currently thought to be allocated. A parameter indicates whether this method can wait a short interval before returning, to allow the system to collect garbage and finalize objects.</summary>
+      <param name="forceFullCollection">
+        <see langword="true" /> to indicate that this method can wait for garbage collection to occur before returning; otherwise, <see langword="false" />.</param>
+      <returns>A number that is the best available approximation of the number of bytes currently allocated in managed memory.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.CurrencySymbol">
-      <summary>Currency symbol character. Signified by the Unicode designation "Sc" (symbol, currency). The value is 26.</summary>
+    <member name="M:System.GC.KeepAlive(System.Object)">
+      <summary>References the specified object, which makes it ineligible for garbage collection from the start of the current routine to the point where this method is called.</summary>
+      <param name="obj">The object to reference.</param>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.DashPunctuation">
-      <summary>Dash or hyphen character. Signified by the Unicode designation "Pd" (punctuation, dash). The value is 19.</summary>
+    <member name="P:System.GC.MaxGeneration">
+      <summary>Gets the maximum number of generations that the system currently supports.</summary>
+      <returns>A value that ranges from zero to the maximum number of supported generations.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.DecimalDigitNumber">
-      <summary>Decimal digit character, that is, a character in the range 0 through 9. Signified by the Unicode designation "Nd" (number, decimal digit). The value is 8.</summary>
+    <member name="M:System.GC.RegisterForFullGCNotification(System.Int32,System.Int32)">
+      <summary>Specifies that a garbage collection notification should be raised when conditions favor full garbage collection and when the collection has been completed.</summary>
+      <param name="maxGenerationThreshold">A number between 1 and 99 that specifies when the notification should be raised based on the objects allocated in generation 2.</param>
+      <param name="largeObjectHeapThreshold">A number between 1 and 99 that specifies when the notification should be raised based on objects allocated in the large object heap.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="maxGenerationThreshold" /> or <paramref name="largeObjectHeapThreshold" /> is not between 1 and 99.</exception>
+      <exception cref="T:System.InvalidOperationException">This member is not available when concurrent garbage collection is enabled. See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.EnclosingMark">
-      <summary>Enclosing mark character, which is a nonspacing combining character that surrounds all previous characters up to and including a base character. Signified by the Unicode designation "Me" (mark, enclosing). The value is 7.</summary>
+    <member name="M:System.GC.RemoveMemoryPressure(System.Int64)">
+      <summary>Informs the runtime that unmanaged memory has been released and no longer needs to be taken into account when scheduling garbage collection.</summary>
+      <param name="bytesAllocated">The amount of unmanaged memory that has been released.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="bytesAllocated" /> is less than or equal to 0.
+-or-
+On a 32-bit computer, <paramref name="bytesAllocated" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.FinalQuotePunctuation">
-      <summary>Closing or final quotation mark character. Signified by the Unicode designation "Pf" (punctuation, final quote). The value is 23.</summary>
+    <member name="M:System.GC.ReRegisterForFinalize(System.Object)">
+      <summary>Requests that the system call the finalizer for the specified object for which <see cref="M:System.GC.SuppressFinalize(System.Object)" /> has previously been called.</summary>
+      <param name="obj">The object that a finalizer must be called for.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="obj" /> is <see langword="null" />.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.Format">
-      <summary>Format character that affects the layout of text or the operation of text processes, but is not normally rendered. Signified by the Unicode designation "Cf" (other, format). The value is 15.</summary>
+    <member name="M:System.GC.SuppressFinalize(System.Object)">
+      <summary>Requests that the common language runtime not call the finalizer for the specified object.</summary>
+      <param name="obj">The object whose finalizer must not be executed.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="obj" /> is <see langword="null" />.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.InitialQuotePunctuation">
-      <summary>Opening or initial quotation mark character. Signified by the Unicode designation "Pi" (punctuation, initial quote). The value is 22.</summary>
+    <member name="M:System.GC.TryStartNoGCRegion(System.Int64)">
+      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available.</summary>
+      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. It must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
+      <returns>
+        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="totalSize" /> exceeds the ephemeral segment size.</exception>
+      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.LetterNumber">
-      <summary>Number represented by a letter, instead of a decimal digit, for example, the Roman numeral for five, which is "V". The indicator is signified by the Unicode designation "Nl" (number, letter). The value is 9.</summary>
+    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Boolean)">
+      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available, and controls whether the garbage collector does a full blocking garbage collection if not enough memory is initially available.</summary>
+      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. It must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
+      <param name="disallowFullBlockingGC">
+        <see langword="true" /> to omit a full blocking garbage collection if the garbage collector is initially unable to allocate <paramref name="totalSize" /> bytes; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="totalSize" /> exceeds the ephemeral segment size.</exception>
+      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.LineSeparator">
-      <summary>Character that is used to separate lines of text. Signified by the Unicode designation "Zl" (separator, line). The value is 12.</summary>
+    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Int64)">
+      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available for the large object heap and the small object heap.</summary>
+      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. <paramref name="totalSize" /> -<paramref name="lohSize" /> must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
+      <param name="lohSize">The number of bytes in <paramref name="totalSize" /> to use for large object heap (LOH) allocations.</param>
+      <returns>
+        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="totalSize" /> - <paramref name="lohSize" /> exceeds the ephemeral segment size.</exception>
+      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.LowercaseLetter">
-      <summary>Lowercase letter. Signified by the Unicode designation "Ll" (letter, lowercase). The value is 1.</summary>
+    <member name="M:System.GC.TryStartNoGCRegion(System.Int64,System.Int64,System.Boolean)">
+      <summary>Attempts to disallow garbage collection during the execution of a critical path if a specified amount of memory is available for the large object heap and the small object heap, and controls whether the garbage collector does a full blocking garbage collection if not enough memory is initially available.</summary>
+      <param name="totalSize">The amount of memory in bytes to allocate without triggering a garbage collection. <paramref name="totalSize" /> -<paramref name="lohSize" /> must be less than or equal to the size of an ephemeral segment. For information on the size of an ephemeral segment, see the "Ephemeral generations and segments" section in the Fundamentals of Garbage Collection article.</param>
+      <param name="lohSize">The number of bytes in <paramref name="totalSize" /> to use for large object heap (LOH) allocations.</param>
+      <param name="disallowFullBlockingGC">
+        <see langword="true" /> to omit a full blocking garbage collection if the garbage collector is initially unable to allocate the specified memory on the small object heap (SOH) and LOH; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if the runtime was able to commit the required amount of memory and the garbage collector is able to enter no GC region latency mode; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="totalSize" /> - <paramref name="lohSize" /> exceeds the ephemeral segment size.</exception>
+      <exception cref="T:System.InvalidOperationException">The process is already in no GC region latency mode.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.MathSymbol">
-      <summary>Mathematical symbol character, such as "+" or "= ". Signified by the Unicode designation "Sm" (symbol, math). The value is 25.</summary>
+    <member name="M:System.GC.WaitForFullGCApproach">
+      <summary>Returns the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime is imminent.</summary>
+      <returns>The status of the registered garbage collection notification.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.ModifierLetter">
-      <summary>Modifier letter character, which is free-standing spacing character that indicates modifications of a preceding letter. Signified by the Unicode designation "Lm" (letter, modifier). The value is 3.</summary>
+    <member name="M:System.GC.WaitForFullGCApproach(System.Int32)">
+      <summary>Returns, in a specified time-out period, the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime is imminent.</summary>
+      <param name="millisecondsTimeout">The length of time to wait before a notification status can be obtained. Specify -1 to wait indefinitely.</param>
+      <returns>The status of the registered garbage collection notification.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="millisecondsTimeout" /> must be either non-negative or less than or equal to <see cref="F:System.Int32.MaxValue" /> or -1.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.ModifierSymbol">
-      <summary>Modifier symbol character, which indicates modifications of surrounding characters. For example, the fraction slash indicates that the number to the left is the numerator and the number to the right is the denominator. The indicator is signified by the Unicode designation "Sk" (symbol, modifier). The value is 27.</summary>
+    <member name="M:System.GC.WaitForFullGCComplete">
+      <summary>Returns the status of a registered notification for determining whether a full, blocking garbage collection by the common language runtime has completed.</summary>
+      <returns>The status of the registered garbage collection notification.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.NonSpacingMark">
-      <summary>Nonspacing character that indicates modifications of a base character. Signified by the Unicode designation "Mn" (mark, nonspacing). The value is 5.</summary>
+    <member name="M:System.GC.WaitForFullGCComplete(System.Int32)">
+      <summary>Returns, in a specified time-out period, the status of a registered notification for determining whether a full, blocking garbage collection by common language the runtime has completed.</summary>
+      <param name="millisecondsTimeout">The length of time to wait before a notification status can be obtained. Specify -1 to wait indefinitely.</param>
+      <returns>The status of the registered garbage collection notification.</returns>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="millisecondsTimeout" /> must be either non-negative or less than or equal to <see cref="F:System.Int32.MaxValue" /> or -1.</exception>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OpenPunctuation">
-      <summary>Opening character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation "Ps" (punctuation, open). The value is 20.</summary>
+    <member name="M:System.GC.WaitForPendingFinalizers">
+      <summary>Suspends the current thread until the thread that is processing the queue of finalizers has emptied that queue.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OtherLetter">
-      <summary>Letter that is not an uppercase letter, a lowercase letter, a titlecase letter, or a modifier letter. Signified by the Unicode designation "Lo" (letter, other). The value is 4.</summary>
+    <member name="T:System.GCCollectionMode">
+      <summary>Specifies the behavior for a forced garbage collection.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OtherNotAssigned">
-      <summary>Character that is not assigned to any Unicode category. Signified by the Unicode designation "Cn" (other, not assigned). The value is 29.</summary>
+    <member name="F:System.GCCollectionMode.Default">
+      <summary>The default setting for this enumeration, which is currently <see cref="F:System.GCCollectionMode.Forced" />.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OtherNumber">
-      <summary>Number that is neither a decimal digit nor a letter number, for example, the fraction 1/2. The indicator is signified by the Unicode designation "No" (number, other). The value is 10.</summary>
+    <member name="F:System.GCCollectionMode.Forced">
+      <summary>Forces the garbage collection to occur immediately.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OtherPunctuation">
-      <summary>Punctuation character that is not a connector, a dash, open punctuation, close punctuation, an initial quote, or a final quote. Signified by the Unicode designation "Po" (punctuation, other). The value is 24.</summary>
+    <member name="F:System.GCCollectionMode.Optimized">
+      <summary>Allows the garbage collector to determine whether the current time is optimal to reclaim objects.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.OtherSymbol">
-      <summary>Symbol character that is not a mathematical symbol, a currency symbol or a modifier symbol. Signified by the Unicode designation "So" (symbol, other). The value is 28.</summary>
+    <member name="T:System.GCMemoryInfo">
+      <summary>Provides a set of APIs that can be used to retrieve garbage collection information.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.ParagraphSeparator">
-      <summary>Character used to separate paragraphs. Signified by the Unicode designation "Zp" (separator, paragraph). The value is 13.</summary>
+    <member name="P:System.GCMemoryInfo.FragmentedBytes">
+      <summary>Gets the total fragmentation when the last garbage collection occurred.</summary>
+      <returns>An integer representing the total fragmentation when the last garbage collection occurred.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.PrivateUse">
-      <summary>Private-use character, with a Unicode value in the range U+E000 through U+F8FF. Signified by the Unicode designation "Co" (other, private use). The value is 17.</summary>
+    <member name="P:System.GCMemoryInfo.HeapSizeBytes">
+      <summary>Gets the total heap size when the last garbage collection occurred.</summary>
+      <returns>The total heap size, in bytes, when the last garbage collection occurred.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.SpaceSeparator">
-      <summary>Space character, which has no glyph but is not a control or format character. Signified by the Unicode designation "Zs" (separator, space). The value is 11.</summary>
+    <member name="P:System.GCMemoryInfo.HighMemoryLoadThresholdBytes">
+      <summary>Gets the high memory load threshold when the last garbage collection occured.</summary>
+      <returns>The high memory load threshold, in bytes, when the last garbage collection occured.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.SpacingCombiningMark">
-      <summary>Spacing character that indicates modifications of a base character and affects the width of the glyph for that base character. Signified by the Unicode designation "Mc" (mark, spacing combining). The value is 6.</summary>
+    <member name="P:System.GCMemoryInfo.MemoryLoadBytes">
+      <summary>Gets the memory load when the last garbage collection occurred.</summary>
+      <returns>The memory load when the last garbage collection occurred.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.Surrogate">
-      <summary>High surrogate or a low surrogate character. Surrogate code values are in the range U+D800 through U+DFFF. Signified by the Unicode designation "Cs" (other, surrogate). The value is 16.</summary>
+    <member name="P:System.GCMemoryInfo.TotalAvailableMemoryBytes">
+      <summary>Gets the total available memory for the garbage collector to use when the last garbage collection occurred.</summary>
+      <returns>The total available memory, in bytes, for the garbage collector to use when the last garbage collection occurred.</returns>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.TitlecaseLetter">
-      <summary>Titlecase letter. Signified by the Unicode designation "Lt" (letter, titlecase). The value is 2.</summary>
+    <member name="T:System.GCNotificationStatus">
+      <summary>Provides information about the current registration for notification of the next full garbage collection.</summary>
     </member>
-    <member name="F:System.Globalization.UnicodeCategory.UppercaseLetter">
-      <summary>Uppercase letter. Signified by the Unicode designation "Lu" (letter, uppercase). The value is 0.</summary>
+    <member name="F:System.GCNotificationStatus.Canceled">
+      <summary>The current registration was canceled by the user.</summary>
     </member>
-    <member name="T:System.GopherStyleUriParser">
-      <summary>A customizable parser based on the Gopher scheme.</summary>
+    <member name="F:System.GCNotificationStatus.Failed">
+      <summary>The notification failed for any reason.</summary>
     </member>
-    <member name="M:System.GopherStyleUriParser.#ctor">
-      <summary>Creates a customizable parser based on the Gopher scheme.</summary>
+    <member name="F:System.GCNotificationStatus.NotApplicable">
+      <summary>This result can be caused by the following: there is no current registration for a garbage collection notification, concurrent garbage collection is enabled, or the time specified for the <paramref name="millisecondsTimeout" /> parameter has expired and no garbage collection notification was obtained. (See the &lt;gcConcurrent&gt; runtime setting for information about how to disable concurrent garbage collection.)</summary>
     </member>
-    <member name="T:System.Guid">
-      <summary>Represents a globally unique identifier (GUID).</summary>
+    <member name="F:System.GCNotificationStatus.Succeeded">
+      <summary>The notification was successful and the registration was not canceled.</summary>
     </member>
-    <member name="F:System.Guid.Empty">
-      <summary>A read-only instance of the <see cref="T:System.Guid" /> structure whose value is all zeros.</summary>
+    <member name="F:System.GCNotificationStatus.Timeout">
+      <summary>The time specified by the <paramref name="millisecondsTimeout" /> parameter for either <see cref="M:System.GC.WaitForFullGCApproach(System.Int32)" /> or <see cref="M:System.GC.WaitForFullGCComplete(System.Int32)" /> has elapsed.</summary>
     </member>
-    <member name="M:System.Guid.#ctor(System.Byte[])">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified array of bytes.</summary>
-      <param name="b">A 16-element byte array containing values with which to initialize the GUID.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="b" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="b" /> is not 16 bytes long.</exception>
+    <member name="T:System.GenericUriParser">
+      <summary>A customizable parser for a hierarchical URI.</summary>
     </member>
-    <member name="M:System.Guid.#ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and bytes.</summary>
-      <param name="a">The first 4 bytes of the GUID.</param>
-      <param name="b">The next 2 bytes of the GUID.</param>
-      <param name="c">The next 2 bytes of the GUID.</param>
-      <param name="d">The next byte of the GUID.</param>
-      <param name="e">The next byte of the GUID.</param>
-      <param name="f">The next byte of the GUID.</param>
-      <param name="g">The next byte of the GUID.</param>
-      <param name="h">The next byte of the GUID.</param>
-      <param name="i">The next byte of the GUID.</param>
-      <param name="j">The next byte of the GUID.</param>
-      <param name="k">The next byte of the GUID.</param>
+    <member name="M:System.GenericUriParser.#ctor(System.GenericUriParserOptions)">
+      <summary>Create a customizable parser for a hierarchical URI.</summary>
+      <param name="options">Specify the options for this <see cref="T:System.GenericUriParser" />.</param>
     </member>
-    <member name="M:System.Guid.#ctor(System.Int32,System.Int16,System.Int16,System.Byte[])">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and byte array.</summary>
-      <param name="a">The first 4 bytes of the GUID.</param>
-      <param name="b">The next 2 bytes of the GUID.</param>
-      <param name="c">The next 2 bytes of the GUID.</param>
-      <param name="d">The remaining 8 bytes of the GUID.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="d" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="d" /> is not 8 bytes long.</exception>
+    <member name="T:System.GenericUriParserOptions">
+      <summary>Specifies options for a <see cref="T:System.UriParser" />.</summary>
     </member>
-    <member name="M:System.Guid.#ctor(System.ReadOnlySpan{System.Byte})">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the value represented by the specified read-only span of bytes.</summary>
-      <param name="b">A read-only span containing the bytes representing the GUID. The span must be exactly 16 bytes long.</param>
-      <exception cref="T:System.ArgumentException">The span must be exactly 16 bytes long.</exception>
+    <member name="F:System.GenericUriParserOptions.AllowEmptyAuthority">
+      <summary>The parser allows a URI with no authority.</summary>
     </member>
-    <member name="M:System.Guid.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the value represented by the specified string.</summary>
-      <param name="g">A string that contains a GUID in one of the following formats ("d" represents a hexadecimal digit whose case is ignored):  
-  
- 32 contiguous hexadecimal digits:  
-  
- dddddddddddddddddddddddddddddddd  
-  
- -or-  
-  
- Groups of 8, 4, 4, 4, and 12 hexadecimal digits with hyphens between the groups. The entire GUID can optionally be enclosed in matching braces or parentheses:  
-  
- dddddddd-dddd-dddd-dddd-dddddddddddd  
-  
- -or-  
-  
- {dddddddd-dddd-dddd-dddd-dddddddddddd}  
-  
- -or-  
-  
- (dddddddd-dddd-dddd-dddd-dddddddddddd)  
-  
- -or-  
-  
- Groups of 8, 4, and 4 hexadecimal digits, and a subset of eight groups of 2 hexadecimal digits, with each group prefixed by "0x" or "0X", and separated by commas. The entire GUID, as well as the subset, is enclosed in matching braces:  
-  
- {0xdddddddd, 0xdddd, 0xdddd,{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd}}  
-  
- All braces, commas, and "0x" prefixes are required. All embedded spaces are ignored. All leading zeros in a group are ignored.  
-  
- The hexadecimal digits shown in a group are the maximum number of meaningful hexadecimal digits that can appear in that group. You can specify from 1 to the number of hexadecimal digits shown for a group. The specified digits are assumed to be the low-order digits of the group.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="g" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">The format of <paramref name="g" /> is invalid.</exception>
-      <exception cref="T:System.OverflowException">The format of <paramref name="g" /> is invalid.</exception>
+    <member name="F:System.GenericUriParserOptions.Default">
+      <summary>The parser: requires an authority; converts backslashes into forward slashes; unescapes path dots, forward slashes, and back slashes; and removes trailing dots, empty segments, and dots-only segments.</summary>
     </member>
-    <member name="M:System.Guid.#ctor(System.UInt32,System.UInt16,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified unsigned integers and bytes.</summary>
-      <param name="a">The first 4 bytes of the GUID.</param>
-      <param name="b">The next 2 bytes of the GUID.</param>
-      <param name="c">The next 2 bytes of the GUID.</param>
-      <param name="d">The next byte of the GUID.</param>
-      <param name="e">The next byte of the GUID.</param>
-      <param name="f">The next byte of the GUID.</param>
-      <param name="g">The next byte of the GUID.</param>
-      <param name="h">The next byte of the GUID.</param>
-      <param name="i">The next byte of the GUID.</param>
-      <param name="j">The next byte of the GUID.</param>
-      <param name="k">The next byte of the GUID.</param>
+    <member name="F:System.GenericUriParserOptions.DontCompressPath">
+      <summary>The parser does not canonicalize the URI.</summary>
     </member>
-    <member name="M:System.Guid.CompareTo(System.Guid)">
-      <summary>Compares this instance to a specified <see cref="T:System.Guid" /> object and returns an indication of their relative values.</summary>
-      <param name="value">An object to compare to this instance.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> A positive integer</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+    <member name="F:System.GenericUriParserOptions.DontConvertPathBackslashes">
+      <summary>The parser does not convert back slashes into forward slashes.</summary>
     </member>
-    <member name="M:System.Guid.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not a <see cref="T:System.Guid" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> A positive integer</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+    <member name="F:System.GenericUriParserOptions.DontUnescapePathDotsAndSlashes">
+      <summary>The parser does not unescape path dots, forward slashes, or back slashes.</summary>
     </member>
-    <member name="M:System.Guid.Equals(System.Guid)">
-      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Guid" /> object represent the same value.</summary>
-      <param name="g">An object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="g" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.GenericUriParserOptions.GenericAuthority">
+      <summary>The parser allows a registry-based authority.</summary>
     </member>
-    <member name="M:System.Guid.Equals(System.Object)">
-      <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
-      <param name="o">The object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Guid" /> that has the same value as this instance; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.GenericUriParserOptions.Idn">
+      <summary>The parser supports Internationalized Domain Name (IDN) parsing (IDN) of host names. Whether IDN is used is dictated by configuration values.</summary>
     </member>
-    <member name="M:System.Guid.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>The hash code for this instance.</returns>
+    <member name="F:System.GenericUriParserOptions.IriParsing">
+      <summary>The parser supports the parsing rules specified in RFC 3987 for International Resource Identifiers (IRI). Whether IRI is used is dictated by configuration values.</summary>
     </member>
-    <member name="M:System.Guid.NewGuid">
-      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure.</summary>
-      <returns>A new GUID object.</returns>
+    <member name="F:System.GenericUriParserOptions.NoFragment">
+      <summary>The scheme does not define a fragment part.</summary>
     </member>
-    <member name="M:System.Guid.op_Equality(System.Guid,System.Guid)">
-      <summary>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are equal.</summary>
-      <param name="a">The first object to compare.</param>
-      <param name="b">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="a" /> and <paramref name="b" /> are equal; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.GenericUriParserOptions.NoPort">
+      <summary>The scheme does not define a port.</summary>
     </member>
-    <member name="M:System.Guid.op_Inequality(System.Guid,System.Guid)">
-      <summary>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are not equal.</summary>
-      <param name="a">The first object to compare.</param>
-      <param name="b">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="a" /> and <paramref name="b" /> are not equal; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.GenericUriParserOptions.NoQuery">
+      <summary>The scheme does not define a query part.</summary>
     </member>
-    <member name="M:System.Guid.Parse(System.ReadOnlySpan{System.Char})">
-      <summary>Converts a read-only character span that represents a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
-      <param name="input">A read-only span containing the bytes representing a GUID.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is not in a recognized format.
-
--or-
-
-After trimming, the length of the read-only character span is 0.</exception>
-      <returns>A structure that contains the value that was parsed.</returns>
+    <member name="F:System.GenericUriParserOptions.NoUserInfo">
+      <summary>The scheme does not define a user information part.</summary>
     </member>
-    <member name="M:System.Guid.Parse(System.String)">
-      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
-      <param name="input">The string to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is not in a recognized format.</exception>
-      <returns>A structure that contains the value that was parsed.</returns>
+    <member name="T:System.Globalization.Calendar">
+      <summary>Represents time in divisions, such as weeks, months, and years.</summary>
     </member>
-    <member name="M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
-      <summary>Converts the character span representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
-      <param name="input">A read-only span containing the characters representing the GUID to convert.</param>
-      <param name="format">A read-only span of characters representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
-      <returns>A structure that contains the value that was parsed.</returns>
+    <member name="M:System.Globalization.Calendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.Calendar" /> class.</summary>
     </member>
-    <member name="M:System.Guid.ParseExact(System.String,System.String)">
-      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
-      <param name="input">The GUID to convert.</param>
-      <param name="format">One of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="input" /> or <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="input" /> is not in the format specified by <paramref name="format" />.</exception>
-      <returns>A structure that contains the value that was parsed.</returns>
+    <member name="M:System.Globalization.Calendar.AddDays(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of days away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add days.</param>
+      <param name="days">The number of days to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of days to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="days" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.AddHours(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of hours away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add hours.</param>
+      <param name="hours">The number of hours to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of hours to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="hours" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.ToByteArray">
-      <summary>Returns a 16-element byte array that contains the value of this instance.</summary>
-      <returns>A 16-element byte array.</returns>
+    <member name="M:System.Globalization.Calendar.AddMilliseconds(System.DateTime,System.Double)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of milliseconds away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to add milliseconds to.</param>
+      <param name="milliseconds">The number of milliseconds to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of milliseconds to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="milliseconds" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.ToString">
-      <summary>Returns a string representation of the value of this instance in registry format.</summary>
-      <returns>The value of this <see cref="T:System.Guid" />, formatted by using the "D" format specifier as follows:  
-  
- <c>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</c>  
-  
- where the value of the GUID is represented as a series of lowercase hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "382c74c3-721d-4f34-80e5-57657b6cbc27". To convert the hexadecimal digits from a through f to uppercase, call the <see cref="M:System.String.ToUpper" /> method on the returned string.</returns>
+    <member name="M:System.Globalization.Calendar.AddMinutes(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of minutes away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add minutes.</param>
+      <param name="minutes">The number of minutes to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of minutes to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="minutes" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.ToString(System.String)">
-      <summary>Returns a string representation of the value of this <see cref="T:System.Guid" /> instance, according to the provided format specifier.</summary>
-      <param name="format">A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is <see langword="null" /> or an empty string (""), "D" is used.</param>
-      <exception cref="T:System.FormatException">The value of <paramref name="format" /> is not <see langword="null" />, an empty string (""), "N", "D", "B", "P", or "X".</exception>
-      <returns>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format.</returns>
+    <member name="M:System.Globalization.Calendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.ToString(System.String,System.IFormatProvider)">
-      <summary>Returns a string representation of the value of this instance of the <see cref="T:System.Guid" /> class, according to the provided format specifier and culture-specific format information.</summary>
-      <param name="format">A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is <see langword="null" /> or an empty string (""), "D" is used.</param>
-      <param name="provider">(Reserved) An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">The value of <paramref name="format" /> is not <see langword="null" />, an empty string (""), "N", "D", "B", "P", or "X".</exception>
-      <returns>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format.</returns>
+    <member name="M:System.Globalization.Calendar.AddSeconds(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of seconds away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add seconds.</param>
+      <param name="seconds">The number of seconds to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of seconds to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="seconds" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})">
-      <summary>Tries to format the current GUID instance into the provided character span.</summary>
-      <param name="destination">When this method returns, the GUID as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters written into the span.</param>
-      <param name="format">A read-only span containing the character representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
-      <returns>
-        <see langword="true" /> if the formatting operation was successful; <see langword="false" /> otherwise.</returns>
+    <member name="M:System.Globalization.Calendar.AddWeeks(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of weeks away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add weeks.</param>
+      <param name="weeks">The number of weeks to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of weeks to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="weeks" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.TryParse(System.ReadOnlySpan{System.Char},System.Guid@)">
-      <summary>Converts the specified read-only span of characters containing the representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
-      <param name="input">A span containing the characters representing the GUID to convert.</param>
-      <param name="result">A <see cref="T:System.Guid" /> instance to contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
-      <returns>
-        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.AddYears(System.DateTime,System.Int32)">
+      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range of this calendar.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="years" /> is outside the supported range of the <see cref="T:System.DateTime" /> return value.</exception>
     </member>
-    <member name="M:System.Guid.TryParse(System.String,System.Guid@)">
-      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
-      <param name="input">A string containing the GUID to convert.</param>
-      <param name="result">A <see cref="T:System.Guid" /> instance to contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
-      <returns>
-        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.Calendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>One of the <see cref="T:System.Globalization.CalendarAlgorithmType" /> values.</returns>
     </member>
-    <member name="M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)">
-      <summary>Converts span of characters representing the GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
-      <param name="input">A read-only span containing the characters representing the GUID to convert.</param>
-      <param name="format">A read-only span containing a character representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
-      <param name="result">The structure to contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
-      <returns>
-        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.Clone">
+      <summary>Creates a new object that is a copy of the current <see cref="T:System.Globalization.Calendar" /> object.</summary>
+      <returns>A new instance of <see cref="T:System.Object" /> that is the memberwise clone of the current <see cref="T:System.Globalization.Calendar" /> object.</returns>
     </member>
-    <member name="M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)">
-      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
-      <param name="input">The GUID to convert.</param>
-      <param name="format">One of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
-      <param name="result">The structure that will contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
-      <returns>
-        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.Calendar.CurrentEra">
+      <summary>Represents the current era of the current calendar. The value of this field is 0.</summary>
     </member>
-    <member name="M:System.Guid.TryWriteBytes(System.Span{System.Byte})">
-      <summary>Tries to write the current GUID instance into a span of bytes.</summary>
-      <param name="destination">When this method returns, the GUID as a span of bytes.</param>
-      <returns>
-        <see langword="true" /> if the GUID is successfully written to the specified span; <see langword="false" /> otherwise.</returns>
+    <member name="P:System.Globalization.Calendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="T:System.Half">
-      <summary>Represents a half-precision floating-point number.</summary>
+    <member name="P:System.Globalization.Calendar.Eras">
+      <summary>When overridden in a derived class, gets the list of eras in the current calendar.</summary>
+      <returns>An array of integers that represents the eras in the current calendar.</returns>
     </member>
-    <member name="M:System.Half.CompareTo(System.Half)">
-      <summary>Compares this instance to a specified half-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified half-precision floating-point number.</summary>
-      <param name="other">A half-precision floating-point number to compare.</param>
-      <returns>A value less than zero if this is less than <paramref name="other" />, zero if this is equal to <paramref name="other" />, or a value greater than zero if this is greater than <paramref name="other" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDayOfMonth(System.DateTime)">
+      <summary>When overridden in a derived class, returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A positive integer that represents the day of the month in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.Half.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
-      <param name="obj">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="obj" /> is not of type <see cref="T:System.Half" />.</exception>
-      <returns>
-        A value less than zero if this instance is less than <paramref name="obj" />, or this instance is not a number (NaN) and <paramref name="obj" /> is a number.
-        
-        -or-
-        
-        Zero if this instance is equal to <paramref name="obj" />, or this instance and <paramref name="obj" /> are both not a number (NaN), <see cref="P:System.Half.PositiveInfinity" />, or <see cref="P:System.Half.NegativeInfinity" />.
-        
-        -or-
-        
-        A value greater than zero if this instance is greater than <paramref name="obj" />, or this instance is a number and <paramref name="obj" /> is not a number (NaN), or <paramref name="obj" /> is <see langword="null" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDayOfWeek(System.DateTime)">
+      <summary>When overridden in a derived class, returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.Half.Equals(System.Half)">
-      <summary>Compares this instance for equality with <paramref name="other" />.</summary>
-      <param name="other">A half-precision floating point number to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDayOfYear(System.DateTime)">
+      <summary>When overridden in a derived class, returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A positive integer that represents the day of the year in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.Half.Equals(System.Object)">
-      <summary>Returns a value that indicates whether this instance is equal to the specified <paramref name="obj" />.</summary>
-      <param name="obj">The object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Half" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDaysInMonth(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month and year of the current era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <returns>The number of days in the specified month in the specified year in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+    <member name="M:System.Globalization.Calendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, returns the number of days in the specified month, year, and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.IsFinite(System.Half)">
-      <summary>Determines whether the specified value is finite (zero, subnormal, or normal).</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if the specified value is finite (zero, subnormal or normal); otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDaysInYear(System.Int32)">
+      <summary>Returns the number of days in the specified year of the current era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <returns>The number of days in the specified year in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.IsInfinity(System.Half)">
-      <summary>Returns a value indicating whether the specified number evaluates to positive infinity.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> evaluates to <see cref="P:System.Half.PositiveInfinity" />; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, returns the number of days in the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.IsNaN(System.Half)">
-      <summary>Determines whether the specified value is not a number.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> evaluates to not a number <see cref="P:System.Half.NaN" />; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetEra(System.DateTime)">
+      <summary>When overridden in a derived class, returns the era of the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era of <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.Half.IsNegative(System.Half)">
-      <summary>Determines whether the specified value is negative.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if negative; <see langword="false" /> otherwise.</returns>
+    <member name="M:System.Globalization.Calendar.GetHour(System.DateTime)">
+      <summary>Returns the hours value in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 0 to 23 that represents the hour in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.Half.IsNegativeInfinity(System.Half)">
-      <summary>Determines whether the specified value is negative infinity.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> evaluates to <see cref="P:System.Half.NegativeInfinity" />; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetLeapMonth(System.Int32)">
+      <summary>Calculates the leap month for a specified year.</summary>
+      <param name="year">A year.</param>
+      <returns>A positive integer that indicates the leap month in the specified year.
+-or-
+Zero if this calendar does not support a leap month or if the <paramref name="year" /> parameter does not represent a leap year.</returns>
     </member>
-    <member name="M:System.Half.IsNormal(System.Half)">
-      <summary>Determines whether the specified value is normal.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is normal; <see langword="false" /> otherwise.</returns>
+    <member name="M:System.Globalization.Calendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era.</param>
+      <returns>A positive integer that indicates the leap month in the specified year and era.
+-or-
+Zero if this calendar does not support a leap month or if the <paramref name="year" /> and <paramref name="era" /> parameters do not specify a leap year.</returns>
     </member>
-    <member name="M:System.Half.IsPositiveInfinity(System.Half)">
-      <summary>Determines whether the specified value is positive infinity.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> evaluates to <see cref="P:System.Half.PositiveInfinity" />; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetMilliseconds(System.DateTime)">
+      <summary>Returns the milliseconds value in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A double-precision floating-point number from 0 to 999 that represents the milliseconds in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.Half.IsSubnormal(System.Half)">
-      <summary>Determines whether the specified value is subnormal.</summary>
-      <param name="value">A <see cref="T:System.Half" /> floating-point number.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is subnormal; <see langword="false" /><see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetMinute(System.DateTime)">
+      <summary>Returns the minutes value in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 0 to 59 that represents the minutes in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.Half.op_Equality(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether two specified <see cref="T:System.Half" /> values are equal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetMonth(System.DateTime)">
+      <summary>When overridden in a derived class, returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A positive integer that represents the month in <paramref name="time" />.</returns>
+    </member>
+    <member name="M:System.Globalization.Calendar.GetMonthsInYear(System.Int32)">
+      <summary>Returns the number of months in the specified year in the current era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <returns>The number of months in the specified year in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_Explicit(System.Double)~System.Half">
-      <summary>An explicit operator to convert a <see cref="T:System.Double" /> value to a <see cref="T:System.Half" />.</summary>
-      <param name="value">The double-precision floating point value to convert to <see cref="T:System.Half" />.</param>
-      <returns>The <see cref="T:System.Half" /> representation of the specified double-precision floating point <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_Explicit(System.Half)~System.Double">
-      <summary>An explicit operator to convert a <see cref="T:System.Half" /> value to a <see cref="T:System.Double" />.</summary>
-      <param name="value">The half-precision floating point value to convert to <see cref="T:System.Double" />.</param>
-      <returns>The <see cref="T:System.Double" /> representation of the specified half-precision floating point <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetSecond(System.DateTime)">
+      <summary>Returns the seconds value in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 0 to 59 that represents the seconds in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.Half.op_Explicit(System.Half)~System.Single">
-      <summary>An explicit operator to convert a <see cref="T:System.Half" /> value to a <see cref="T:System.Single" />.</summary>
-      <param name="value">The half-precision floating point value to convert to <see cref="T:System.Single" />.</param>
-      <returns>The <see cref="T:System.Single" /> representation of the specified half-precision floating point <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
+      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" /> value.</summary>
+      <param name="time">A date and time value.</param>
+      <param name="rule">An enumeration value that defines a calendar week.</param>
+      <param name="firstDayOfWeek">An enumeration value that represents the first day of the week.</param>
+      <returns>A positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is earlier than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or later than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.
+-or-
+<paramref name="firstDayOfWeek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.
+-or-
+<paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
     </member>
-    <member name="M:System.Half.op_Explicit(System.Single)~System.Half">
-      <summary>An explicit operator to convert a <see cref="T:System.Single" /> value to a <see cref="T:System.Half" />.</summary>
-      <param name="value">The single-precision floating point value to convert to <see cref="T:System.Half" />.</param>
-      <returns>The <see cref="T:System.Half" /> representation of the specified single-precision floating point <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.Calendar.GetYear(System.DateTime)">
+      <summary>When overridden in a derived class, returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.Half.op_GreaterThan(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Half" /> value is greater than another specified <see cref="T:System.Half" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
+    <member name="M:System.Globalization.Calendar.IsLeapDay(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the current era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="day">A positive integer that represents the day.</param>
       <returns>
-        <see langword="true" /> if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_GreaterThanOrEqual(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether <paramref name="left" /> is greater than or equal to <paramref name="right" />.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
+    <member name="M:System.Globalization.Calendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="day">A positive integer that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
       <returns>
-        <see langword="true" /> if <paramref name="left" /> is greater than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_Inequality(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether two specified <see cref="T:System.Half" /> values are not equal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
+    <member name="M:System.Globalization.Calendar.IsLeapMonth(System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the current era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
       <returns>
-        <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_LessThan(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Half" /> value is less than another specified <see cref="T:System.Half" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
+    <member name="M:System.Globalization.Calendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
       <returns>
-        <see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.op_LessThanOrEqual(System.Half,System.Half)">
-      <summary>Returns a value that indicates whether a specified <see cref="T:System.Half" /> value is less than or equal to another specified <see cref="T:System.Half" /> value.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
+    <member name="M:System.Globalization.Calendar.IsLeapYear(System.Int32)">
+      <summary>Determines whether the specified year in the current era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
       <returns>
-        <see langword="true" /> if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent.</summary>
-      <param name="s">Converts the string representation of a number to its half-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-          
-          -or-
-          
-          <see cref="T:System.Globalization.NumberStyles" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A half-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.Calendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.Parse(System.String)">
-      <summary>Converts the string representation of a number to its half-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.Half.MinValue" /> or greater than <see cref="P:System.Half.MaxValue" />.</exception>
-      <returns>A half-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.Calendar.IsReadOnly">
+      <summary>Gets a value indicating whether this <see cref="T:System.Globalization.Calendar" /> object is read-only.</summary>
+      <returns>
+        <see langword="true" /> if this <see cref="T:System.Globalization.Calendar" /> object is read-only; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Half.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its single-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
+    <member name="P:System.Globalization.Calendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by this <see cref="T:System.Globalization.Calendar" /> object.</summary>
+      <returns>The latest date and time supported by this calendar. The default is <see cref="F:System.DateTime.MaxValue" />.</returns>
+    </member>
+    <member name="P:System.Globalization.Calendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by this <see cref="T:System.Globalization.Calendar" /> object.</summary>
+      <returns>The earliest date and time supported by this calendar. The default is <see cref="F:System.DateTime.MinValue" />.</returns>
+    </member>
+    <member name="M:System.Globalization.Calendar.ReadOnly(System.Globalization.Calendar)">
+      <summary>Returns a read-only version of the specified <see cref="T:System.Globalization.Calendar" /> object.</summary>
+      <param name="calendar">A <see cref="T:System.Globalization.Calendar" /> object.</param>
+      <returns>The <see cref="T:System.Globalization.Calendar" /> object specified by the <paramref name="calendar" /> parameter, if <paramref name="calendar" /> is read-only.
+-or-
+A read-only memberwise clone of the <see cref="T:System.Globalization.Calendar" /> object specified by <paramref name="calendar" />, if <paramref name="calendar" /> is not read-only.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.Half.MinValue" /> or greater than <see cref="P:System.Half.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-          
-           -or- 
-           
-           <see cref="T:System.Globalization.NumberStyles" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A half-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+        <paramref name="calendar" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="M:System.Globalization.Calendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="day">A positive integer that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.</exception>
+    </member>
+    <member name="M:System.Globalization.Calendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">A positive integer that represents the month.</param>
+      <param name="day">A positive integer that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
+    </member>
+    <member name="M:System.Globalization.Calendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.Calendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.Half.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.Half.MinValue" /> or greater than <see cref="P:System.Half.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-          
-          -or-
-          
-          <see cref="T:System.Globalization.NumberStyles" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A half-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.Calendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.Calendar" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Half.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its single-precision floating-point number equivalent.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a number in a valid format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.Half.MinValue" /> or greater than <see cref="P:System.Half.MaxValue" />.</exception>
-      <returns>A half-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+    <member name="T:System.Globalization.CalendarAlgorithmType">
+      <summary>Specifies whether a calendar is solar-based, lunar-based, or lunisolar-based.</summary>
     </member>
-    <member name="M:System.Half.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance.</returns>
+    <member name="F:System.Globalization.CalendarAlgorithmType.LunarCalendar">
+      <summary>A lunar-based calendar.</summary>
     </member>
-    <member name="M:System.Half.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar">
+      <summary>A lunisolar-based calendar.</summary>
     </member>
-    <member name="M:System.Half.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+    <member name="F:System.Globalization.CalendarAlgorithmType.SolarCalendar">
+      <summary>A solar-based calendar.</summary>
     </member>
-    <member name="M:System.Half.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="F:System.Globalization.CalendarAlgorithmType.Unknown">
+      <summary>An unknown calendar basis.</summary>
     </member>
-    <member name="M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current <see cref="System.Half" /> instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful, otherwise, <see langword="false" />.</returns>
+    <member name="T:System.Globalization.CalendarWeekRule">
+      <summary>Defines different rules for determining the first week of the year.</summary>
     </member>
-    <member name="M:System.Half.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Half@)">
-      <summary>Converts the span representation of a number to its half-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A read-only span that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains half-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or a default <see cref="T:System.Half" /> value if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is not a number in a valid format. If <paramref name="s" /> is a valid number less than <see cref="P:System.Half.MinValue" />, result is <see cref="P:System.Half.NegativeInfinity" />. If <paramref name="s" /> is a valid number greater than <see cref="P:System.Half.MaxValue" />, result is <see cref="P:System.Half.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-          
-          -or-
-          
-          <see cref="T:System.Globalization.NumberStyles" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the parse was successful; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.CalendarWeekRule.FirstDay">
+      <summary>Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week. The value is 0.</summary>
     </member>
-    <member name="M:System.Half.TryParse(System.ReadOnlySpan{System.Char},System.Half@)">
-      <summary>Converts the span representation of a number to its half-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A read-only span that contains a number to convert.</param>
-      <param name="result">When this method returns, contains half-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or a default <see cref="T:System.Half" /> value if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not a number in a valid format. If is a valid number less than <see cref="P:System.Half.MinValue" />, result is <see cref="P:System.Half.NegativeInfinity" />. If is a valid number greater than <see cref="P:System.Half.MaxValue" />, result is <see cref="P:System.Half.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully, <see langword="false" /> otherwise.</returns>
+    <member name="F:System.Globalization.CalendarWeekRule.FirstFourDayWeek">
+      <summary>Indicates that the first week of the year is the first week with four or more days before the designated first day of the week. The value is 2.</summary>
     </member>
-    <member name="M:System.Half.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Half@)">
-      <summary>Converts the string representation of a number to its half-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains half-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or a default <see cref="T:System.Half" /> value if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not a number in a valid format. If is a valid number less than <see cref="P:System.Half.MinValue" />, result is <see cref="P:System.Half.NegativeInfinity" />. If is a valid number greater than <see cref="P:System.Half.MaxValue" />, result is <see cref="P:System.Half.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
-          
-          -or-
-          
-          <see cref="T:System.Globalization.NumberStyles" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the parse was successful; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.CalendarWeekRule.FirstFullWeek">
+      <summary>Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year. The value is 1.</summary>
     </member>
-    <member name="M:System.Half.TryParse(System.String,System.Half@)">
-      <summary>Converts the string representation of a number to its half-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string that contains a number to convert.</param>
-      <param name="result">When this method returns, contains half-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or a default <see cref="T:System.Half" /> value if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not a number in a valid format. If is a valid number less than <see cref="P:System.Half.MinValue" />, result is <see cref="P:System.Half.NegativeInfinity" />. If is a valid number greater than <see cref="P:System.Half.MaxValue" />, result is <see cref="P:System.Half.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if the parse was successful; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.Globalization.CharUnicodeInfo">
+      <summary>Retrieves information about a Unicode character. This class cannot be inherited.</summary>
     </member>
-    <member name="P:System.Half.Epsilon">
-      <summary>Represents the smallest positive <see cref="T:System.Half" /> value that is greater than zero.</summary>
-      <returns>5.9604645E-08</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetDecimalDigitValue(System.Char)">
+      <summary>Gets the decimal digit value of the specified numeric character.</summary>
+      <param name="ch">The Unicode character for which to get the decimal digit value.</param>
+      <returns>The decimal digit value of the specified numeric character.
+-or-
+-1, if the specified character is not a decimal digit.</returns>
     </member>
-    <member name="P:System.Half.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.Half" />.</summary>
-      <returns>65504</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetDecimalDigitValue(System.String,System.Int32)">
+      <summary>Gets the decimal digit value of the numeric character at the specified index of the specified string.</summary>
+      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the decimal digit value.</param>
+      <param name="index">The index of the Unicode character for which to get the decimal digit value.</param>
+      <returns>The decimal digit value of the numeric character at the specified index of the specified string.
+-or-
+-1, if the character at the specified index of the specified string is not a decimal digit.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
     </member>
-    <member name="P:System.Half.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.Half" />.</summary>
-      <returns>-65504</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetDigitValue(System.Char)">
+      <summary>Gets the digit value of the specified numeric character.</summary>
+      <param name="ch">The Unicode character for which to get the digit value.</param>
+      <returns>The digit value of the specified numeric character.
+-or-
+-1, if the specified character is not a digit.</returns>
     </member>
-    <member name="P:System.Half.NaN">
-      <summary>Represents not a number.</summary>
-      <returns>NaN.</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetDigitValue(System.String,System.Int32)">
+      <summary>Gets the digit value of the numeric character at the specified index of the specified string.</summary>
+      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the digit value.</param>
+      <param name="index">The index of the Unicode character for which to get the digit value.</param>
+      <returns>The digit value of the numeric character at the specified index of the specified string.
+-or-
+-1, if the character at the specified index of the specified string is not a digit.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
     </member>
-    <member name="P:System.Half.NegativeInfinity">
-      <summary>Represents negative infinity.</summary>
-      <returns>-Infinity.</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetNumericValue(System.Char)">
+      <summary>Gets the numeric value associated with the specified character.</summary>
+      <param name="ch">The Unicode character for which to get the numeric value.</param>
+      <returns>The numeric value associated with the specified character.
+-or-
+-1, if the specified character is not a numeric character.</returns>
     </member>
-    <member name="P:System.Half.PositiveInfinity">
-      <summary>Represents positive infinity.</summary>
-      <returns>Infinity.</returns>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetNumericValue(System.String,System.Int32)">
+      <summary>Gets the numeric value associated with the character at the specified index of the specified string.</summary>
+      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the numeric value.</param>
+      <param name="index">The index of the Unicode character for which to get the numeric value.</param>
+      <returns>The numeric value associated with the character at the specified index of the specified string.
+-or-
+-1, if the character at the specified index of the specified string is not a numeric character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
     </member>
-    <member name="T:System.HashCode">
-      <summary>Combines the hash code for multiple values into a single hash code.</summary>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.Char)">
+      <summary>Gets the Unicode category of the specified character.</summary>
+      <param name="ch">The Unicode character for which to get the Unicode category.</param>
+      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
     </member>
-    <member name="M:System.HashCode.Add``1(``0)">
-      <summary>Adds a single value to the hash code.</summary>
-      <param name="value">The value to add to the hash code.</param>
-      <typeparam name="T">The type of the value to add to the hash code.</typeparam>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.Int32)">
+      <param name="codePoint" />
     </member>
-    <member name="M:System.HashCode.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})">
-      <summary>Adds a single value to the hash code, specifying the type that provides the hash code function.</summary>
-      <param name="value">The value to add to the hash code.</param>
-      <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to use to calculate the hash code.
-This value can be a null reference (Nothing in Visual Basic), which will use the default equality comparer for <typeparamref name="T" />.</param>
-      <typeparam name="T">The type of the value to add to the hash code.</typeparam>
+    <member name="M:System.Globalization.CharUnicodeInfo.GetUnicodeCategory(System.String,System.Int32)">
+      <summary>Gets the Unicode category of the character at the specified index of the specified string.</summary>
+      <param name="s">The <see cref="T:System.String" /> containing the Unicode character for which to get the Unicode category.</param>
+      <param name="index">The index of the Unicode character for which to get the Unicode category.</param>
+      <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the character at the specified index of the specified string.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes in <paramref name="s" />.</exception>
     </member>
-    <member name="M:System.HashCode.AddBytes(System.ReadOnlySpan{System.Byte})">
-      <summary>Adds a span of bytes to the hash code.</summary>
-      <param name="value">The span to add.</param>
+    <member name="T:System.Globalization.ChineseLunisolarCalendar">
+      <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Chinese calendar, while days and months are calculated using the lunisolar calendar.</summary>
     </member>
-    <member name="M:System.HashCode.Combine``1(``0)">
-      <summary>Diffuses the hash code returned by the specified value.</summary>
-      <param name="value1">The value to add to the hash code.</param>
-      <typeparam name="T1">The type of the value to add the hash code.</typeparam>
-      <returns>The hash code that represents the single value.</returns>
+    <member name="M:System.Globalization.ChineseLunisolarCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
     </member>
-    <member name="M:System.HashCode.Combine``2(``0,``1)">
-      <summary>Combines two values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the two values.</returns>
+    <member name="F:System.Globalization.ChineseLunisolarCalendar.ChineseEra">
+      <summary>Specifies the era that corresponds to the current <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object.</summary>
     </member>
-    <member name="M:System.HashCode.Combine``3(``0,``1,``2)">
-      <summary>Combines three values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the three values.</returns>
+    <member name="P:System.Globalization.ChineseLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="M:System.HashCode.Combine``4(``0,``1,``2,``3)">
-      <summary>Combines four values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <param name="value4">The fourth value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the four values.</returns>
+    <member name="P:System.Globalization.ChineseLunisolarCalendar.Eras">
+      <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object.</summary>
+      <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> object is always an array containing one element equal to the <see cref="F:System.Globalization.ChineseLunisolarCalendar.ChineseEra" /> value.</returns>
     </member>
-    <member name="M:System.HashCode.Combine``5(``0,``1,``2,``3,``4)">
-      <summary>Combines five values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <param name="value4">The fourth value to combine into the hash code.</param>
-      <param name="value5">The fifth value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
-      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the five values.</returns>
+    <member name="M:System.Globalization.ChineseLunisolarCalendar.GetEra(System.DateTime)">
+      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" /> type.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> type to read.</param>
+      <returns>An integer that represents the era in the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is less than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.HashCode.Combine``6(``0,``1,``2,``3,``4,``5)">
-      <summary>Combines six values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <param name="value4">The fourth value to combine into the hash code.</param>
-      <param name="value5">The fifth value to combine into the hash code.</param>
-      <param name="value6">The sixth value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
-      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
-      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the six values.</returns>
+    <member name="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime">
+      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
+      <returns>A <see cref="T:System.DateTime" /> type that represents the last moment on January 28, 2101 in the Gregorian calendar, which is approximately equal to the constructor <c>DateTime(2101, 1, 28, 23, 59, 59, 999)</c>.</returns>
     </member>
-    <member name="M:System.HashCode.Combine``7(``0,``1,``2,``3,``4,``5,``6)">
-      <summary>Combines seven values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <param name="value4">The fourth value to combine into the hash code.</param>
-      <param name="value5">The fifth value to combine into the hash code.</param>
-      <param name="value6">The sixth value to combine into the hash code.</param>
-      <param name="value7">The seventh value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
-      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
-      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
-      <typeparam name="T7">The type of the seventh value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the seven values.</returns>
+    <member name="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime">
+      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar" /> class.</summary>
+      <returns>A <see cref="T:System.DateTime" /> type that represents February 19, 1901 in the Gregorian calendar, which is equivalent to the constructor, <c>DateTime(1901, 2, 19)</c>.</returns>
     </member>
-    <member name="M:System.HashCode.Combine``8(``0,``1,``2,``3,``4,``5,``6,``7)">
-      <summary>Combines eight values into a hash code.</summary>
-      <param name="value1">The first value to combine into the hash code.</param>
-      <param name="value2">The second value to combine into the hash code.</param>
-      <param name="value3">The third value to combine into the hash code.</param>
-      <param name="value4">The fourth value to combine into the hash code.</param>
-      <param name="value5">The fifth value to combine into the hash code.</param>
-      <param name="value6">The sixth value to combine into the hash code.</param>
-      <param name="value7">The seventh value to combine into the hash code.</param>
-      <param name="value8">The eighth value to combine into the hash code.</param>
-      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
-      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
-      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
-      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
-      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
-      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
-      <typeparam name="T7">The type of the seventh value to combine into the hash code.</typeparam>
-      <typeparam name="T8">The type of the eighth value to combine into the hash code.</typeparam>
-      <returns>The hash code that represents the eight values.</returns>
+    <member name="T:System.Globalization.CompareInfo">
+      <summary>Implements a set of methods for culture-sensitive string comparisons.</summary>
     </member>
-    <member name="M:System.HashCode.Equals(System.Object)">
-      <summary>This method is not supported and should not be called.</summary>
-      <param name="obj">Ignored.</param>
-      <exception cref="T:System.NotSupportedException">Always thrown when this method is called.</exception>
-      <returns>This method will always throw a <see cref="T:System.NotSupportedException" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)">
+      <summary>Compares a section of one string with a section of another string.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
+      <param name="length1">The number of consecutive characters in <paramref name="string1" /> to compare.</param>
+      <param name="string2">The second string to compare.</param>
+      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
+      <param name="length2">The number of consecutive characters in <paramref name="string2" /> to compare.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+  The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.
+  greater than zero
+  The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset1" /> or <paramref name="length1" /> or <paramref name="offset2" /> or <paramref name="length2" /> is less than zero.
+-or-
+<paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
+-or-
+<paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.
+-or-
+<paramref name="length1" /> is greater than the number of characters from <paramref name="offset1" /> to the end of <paramref name="string1" />.
+-or-
+<paramref name="length2" /> is greater than the number of characters from <paramref name="offset2" /> to the end of <paramref name="string2" />.</exception>
     </member>
-    <member name="M:System.HashCode.GetHashCode">
-      <summary>This method is not supported and should not be called.</summary>
-      <exception cref="T:System.NotSupportedException">Always thrown when this method is called.</exception>
-      <returns>This method will always throw a <see cref="T:System.NotSupportedException" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Compares a section of one string with a section of another string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
+      <param name="length1">The number of consecutive characters in <paramref name="string1" /> to compare.</param>
+      <param name="string2">The second string to compare.</param>
+      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
+      <param name="length2">The number of consecutive characters in <paramref name="string2" /> to compare.</param>
+      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+  The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.
+  greater than zero
+  The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset1" /> or <paramref name="length1" /> or <paramref name="offset2" /> or <paramref name="length2" /> is less than zero.
+-or-
+<paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
+-or-
+<paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.
+-or-
+<paramref name="length1" /> is greater than the number of characters from <paramref name="offset1" /> to the end of <paramref name="string1" />.
+-or-
+<paramref name="length2" /> is greater than the number of characters from <paramref name="offset2" /> to the end of <paramref name="string2" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.HashCode.ToHashCode">
-      <summary>Calculates the final hash code after consecutive <see cref="Overload:System.HashCode.Add" /> invocations.</summary>
-      <returns>The calculated hash code.</returns>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32)">
+      <summary>Compares the end section of a string with the end section of another string.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
+      <param name="string2">The second string to compare.</param>
+      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+  The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.
+  greater than zero
+  The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset1" /> or <paramref name="offset2" /> is less than zero.
+-or-
+<paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
+-or-
+<paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.</exception>
     </member>
-    <member name="T:System.HttpStyleUriParser">
-      <summary>A customizable parser based on the HTTP scheme.</summary>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Compares the end section of a string with the end section of another string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="offset1">The zero-based index of the character in <paramref name="string1" /> at which to start comparing.</param>
+      <param name="string2">The second string to compare.</param>
+      <param name="offset2">The zero-based index of the character in <paramref name="string2" /> at which to start comparing.</param>
+      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+  The specified section of <paramref name="string1" /> is less than the specified section of <paramref name="string2" />.
+  greater than zero
+  The specified section of <paramref name="string1" /> is greater than the specified section of <paramref name="string2" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset1" /> or <paramref name="offset2" /> is less than zero.
+-or-
+<paramref name="offset1" /> is greater than or equal to the number of characters in <paramref name="string1" />.
+-or-
+<paramref name="offset2" /> is greater than or equal to the number of characters in <paramref name="string2" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.HttpStyleUriParser.#ctor">
-      <summary>Create a customizable parser based on the HTTP scheme.</summary>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.String)">
+      <summary>Compares two strings.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="string2">The second string to compare.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+ <paramref name="string1" /> is less than <paramref name="string2" />.
+  greater than zero
+ <paramref name="string1" /> is greater than <paramref name="string2" />.</returns>
     </member>
-    <member name="T:System.IAsyncDisposable">
-      <summary>Provides a mechanism for releasing unmanaged resources asynchronously.</summary>
+    <member name="M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions)">
+      <summary>Compares two strings using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="string1">The first string to compare.</param>
+      <param name="string2">The second string to compare.</param>
+      <param name="options">A value that defines how <paramref name="string1" /> and <paramref name="string2" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value
+  Condition
+  zero
+  The two strings are equal.
+  less than zero
+ <paramref name="string1" /> is less than <paramref name="string2" />.
+  greater than zero
+ <paramref name="string1" /> is greater than <paramref name="string2" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IAsyncDisposable.DisposeAsync">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
+    <member name="M:System.Globalization.CompareInfo.Equals(System.Object)">
+      <summary>Determines whether the specified object is equal to the current <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
+      <param name="value">The object to compare with the current <see cref="T:System.Globalization.CompareInfo" />.</param>
+      <returns>
+        <see langword="true" /> if the specified object is equal to the current <see cref="T:System.Globalization.CompareInfo" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="T:System.IAsyncResult">
-      <summary>Represents the status of an asynchronous operation.</summary>
+    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.Int32)">
+      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the culture with the specified identifier.</summary>
+      <param name="culture">An integer representing the culture identifier.</param>
+      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
     </member>
-    <member name="P:System.IAsyncResult.AsyncState">
-      <summary>Gets a user-defined object that qualifies or contains information about an asynchronous operation.</summary>
-      <returns>A user-defined object that qualifies or contains information about an asynchronous operation.</returns>
+    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.Int32,System.Reflection.Assembly)">
+      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the specified culture and that uses string comparison methods in the specified <see cref="T:System.Reflection.Assembly" />.</summary>
+      <param name="culture">An integer representing the culture identifier.</param>
+      <param name="assembly">An <see cref="T:System.Reflection.Assembly" /> that contains the string comparison methods to use.</param>
+      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="assembly" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="assembly" /> is of an invalid type.</exception>
     </member>
-    <member name="P:System.IAsyncResult.AsyncWaitHandle">
-      <summary>Gets a <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an asynchronous operation to complete.</summary>
-      <returns>A <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an asynchronous operation to complete.</returns>
+    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.String)">
+      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the culture with the specified name.</summary>
+      <param name="name">A string representing the culture name.</param>
+      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="name" /> is an invalid culture name.</exception>
     </member>
-    <member name="P:System.IAsyncResult.CompletedSynchronously">
-      <summary>Gets a value that indicates whether the asynchronous operation completed synchronously.</summary>
-      <returns>
-        <see langword="true" /> if the asynchronous operation completed synchronously; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.GetCompareInfo(System.String,System.Reflection.Assembly)">
+      <summary>Initializes a new <see cref="T:System.Globalization.CompareInfo" /> object that is associated with the specified culture and that uses string comparison methods in the specified <see cref="T:System.Reflection.Assembly" />.</summary>
+      <param name="name">A string representing the culture name.</param>
+      <param name="assembly">An <see cref="T:System.Reflection.Assembly" /> that contains the string comparison methods to use.</param>
+      <returns>A new <see cref="T:System.Globalization.CompareInfo" /> object associated with the culture with the specified identifier and using string comparison methods in the current <see cref="T:System.Reflection.Assembly" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="assembly" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="name" /> is an invalid culture name.
+-or-
+<paramref name="assembly" /> is of an invalid type.</exception>
     </member>
-    <member name="P:System.IAsyncResult.IsCompleted">
-      <summary>Gets a value that indicates whether the asynchronous operation has completed.</summary>
-      <returns>
-        <see langword="true" /> if the operation is complete; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.GetHashCode">
+      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.CompareInfo" /> for hashing algorithms and data structures, such as a hash table.</summary>
+      <returns>A hash code for the current <see cref="T:System.Globalization.CompareInfo" />.</returns>
     </member>
-    <member name="T:System.ICloneable">
-      <summary>Supports cloning, which creates a new instance of a class with the same value as an existing instance.</summary>
+    <member name="M:System.Globalization.CompareInfo.GetHashCode(System.ReadOnlySpan{System.Char},System.Globalization.CompareOptions)">
+      <summary>Gets the hash code for a character span based on specified comparison options.</summary>
+      <param name="source">The character span whose hash code is to be returned.</param>
+      <param name="options">A value that determines how strings are compared.</param>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.ICloneable.Clone">
-      <summary>Creates a new object that is a copy of the current instance.</summary>
-      <returns>A new object that is a copy of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions)">
+      <summary>Gets the hash code for a string based on specified comparison options.</summary>
+      <param name="source">The string whose hash code is to be returned.</param>
+      <param name="options">A value that determines how strings are compared.</param>
+      <returns>A 32-bit signed integer hash code.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
     </member>
-    <member name="T:System.IComparable">
-      <summary>Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances.</summary>
+    <member name="M:System.Globalization.CompareInfo.GetSortKey(System.String)">
+      <summary>Gets the sort key for the specified string.</summary>
+      <param name="source">The string for which a <see cref="T:System.Globalization.SortKey" /> object is obtained.</param>
+      <returns>The <see cref="T:System.Globalization.SortKey" /> object that contains the sort key for the specified string.</returns>
     </member>
-    <member name="M:System.IComparable.CompareTo(System.Object)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="obj">An object to compare with this instance.</param>
+    <member name="M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions)">
+      <summary>Gets a <see cref="T:System.Globalization.SortKey" /> object for the specified string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string for which a <see cref="T:System.Globalization.SortKey" /> object is obtained.</param>
+      <param name="options">A bitwise combination of one or more of the following enumeration values that define how the sort key is calculated: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />, and <see cref="F:System.Globalization.CompareOptions.StringSort" />.</param>
+      <returns>The <see cref="T:System.Globalization.SortKey" /> object that contains the sort key for the specified string.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="obj" /> is not the same type as this instance.</exception>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="obj" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="obj" /> in the sort order.</description></item></list></returns>
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IComparable`1">
-      <summary>Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering or sorting its instances.</summary>
-      <typeparam name="T">The type of object to compare.</typeparam>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IComparable`1.CompareTo(`0)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="other">An object to compare with this instance.</param>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="other" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="other" /> in the sort order.</description></item></list></returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="options">A value that defines how the strings should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IConvertible">
-      <summary>Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value.</summary>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IConvertible.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for this instance.</summary>
-      <returns>The enumerated constant that is the <see cref="T:System.TypeCode" /> of the class or value type that implements this interface.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToBoolean(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A Boolean value equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToByte(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 8-bit unsigned integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToChar(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A Unicode character equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToDateTime(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent <see cref="T:System.DateTime" /> using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A <see cref="T:System.DateTime" /> instance equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns 0 (zero) if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToDecimal(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent <see cref="T:System.Decimal" /> number using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A <see cref="T:System.Decimal" /> number equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToDouble(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A double-precision floating-point number equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from <paramref name="startIndex" /> to the end of <paramref name="source" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToInt16(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 16-bit signed integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToInt32(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 32-bit signed integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the first occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that starts at <paramref name="startIndex" /> and contains the number of elements specified by <paramref name="count" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToInt64(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 64-bit signed integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String)">
+      <summary>Determines whether the specified source string starts with the specified prefix.</summary>
+      <param name="source">The string to search in.</param>
+      <param name="prefix">The string to compare with the beginning of <paramref name="source" />.</param>
+      <returns>
+        <see langword="true" /> if the length of <paramref name="prefix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> starts with <paramref name="prefix" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="prefix" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToSByte(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 8-bit signed integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions)">
+      <summary>Determines whether the specified source string starts with the specified prefix using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search in.</param>
+      <param name="prefix">The string to compare with the beginning of <paramref name="source" />.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="prefix" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>
+        <see langword="true" /> if the length of <paramref name="prefix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> starts with <paramref name="prefix" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="prefix" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToSingle(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A single-precision floating-point number equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsSortable(System.Char)">
+      <summary>Indicates whether a specified Unicode character is sortable.</summary>
+      <param name="ch">A Unicode character.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="ch" /> parameter is sortable; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IConvertible.ToString(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent <see cref="T:System.String" /> using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>A <see cref="T:System.String" /> instance equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsSortable(System.String)">
+      <summary>Indicates whether a specified Unicode string is sortable.</summary>
+      <param name="text">A string of zero or more Unicode characters.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="str" /> parameter is not an empty string ("") and all the Unicode characters in <paramref name="str" /> are sortable; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="str" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)">
-      <summary>Converts the value of this instance to an <see cref="T:System.Object" /> of the specified <see cref="T:System.Type" /> that has an equivalent value, using the specified culture-specific formatting information.</summary>
-      <param name="conversionType">The <see cref="T:System.Type" /> to which the value of this instance is converted.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An <see cref="T:System.Object" /> instance of type <paramref name="conversionType" /> whose value is equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String)">
+      <summary>Determines whether the specified source string ends with the specified suffix.</summary>
+      <param name="source">The string to search in.</param>
+      <param name="suffix">The string to compare with the end of <paramref name="source" />.</param>
+      <returns>
+        <see langword="true" /> if the length of <paramref name="suffix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> ends with <paramref name="suffix" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="suffix" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToUInt16(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 16-bit unsigned integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions)">
+      <summary>Determines whether the specified source string ends with the specified suffix using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search in.</param>
+      <param name="suffix">The string to compare with the end of <paramref name="source" />.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="suffix" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" /> used by itself, or the bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>
+        <see langword="true" /> if the length of <paramref name="suffix" /> is less than or equal to the length of <paramref name="source" /> and <paramref name="source" /> ends with <paramref name="suffix" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="suffix" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="M:System.IConvertible.ToUInt32(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 32-bit unsigned integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IConvertible.ToUInt64(System.IFormatProvider)">
-      <summary>Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
-      <returns>An 64-bit unsigned integer equivalent to the value of this instance.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.ICustomFormatter">
-      <summary>Defines a method that supports custom formatting of the value of an object.</summary>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.ICustomFormatter.Format(System.String,System.Object,System.IFormatProvider)">
-      <summary>Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.</summary>
-      <param name="format">A format string containing formatting specifications.</param>
-      <param name="arg">An object to format.</param>
-      <param name="formatProvider">An object that supplies format information about the current instance.</param>
-      <returns>The string representation of the value of <paramref name="arg" />, formatted as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IDisposable">
-      <summary>Provides a mechanism for releasing unmanaged resources.</summary>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IDisposable.Dispose">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The character to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IEquatable`1">
-      <summary>Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.</summary>
-      <typeparam name="T">The type of objects to compare.</typeparam>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />; otherwise, -1.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IEquatable`1.Equals(`0)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to the <paramref name="other" /> parameter; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within <paramref name="source" />, using the specified comparison options; otherwise, -1.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IFormatProvider">
-      <summary>Provides a mechanism for retrieving an object to control formatting.</summary>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IFormatProvider.GetFormat(System.Type)">
-      <summary>Returns an object that provides formatting services for the specified type.</summary>
-      <param name="formatType">An object that specifies the type of format object to return.</param>
-      <returns>An instance of the object specified by <paramref name="formatType" />, if the <see cref="T:System.IFormatProvider" /> implementation can supply that type of object; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that extends from the beginning of <paramref name="source" /> to <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.IFormattable">
-      <summary>Provides functionality to format the value of an object into a string representation.</summary>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
     </member>
-    <member name="M:System.IFormattable.ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="formatProvider">The provider to use to format the value.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
-      <returns>The value of the current instance in the specified format.</returns>
+    <member name="M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)">
+      <summary>Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified <see cref="T:System.Globalization.CompareOptions" /> value.</summary>
+      <param name="source">The string to search.</param>
+      <param name="value">The string to locate within <paramref name="source" />.</param>
+      <param name="startIndex">The zero-based starting index of the backward search.</param>
+      <param name="count">The number of elements in the section to search.</param>
+      <param name="options">A value that defines how <paramref name="source" /> and <paramref name="value" /> should be compared. <paramref name="options" /> is either the enumeration value <see cref="F:System.Globalization.CompareOptions.Ordinal" />, or a bitwise combination of one or more of the following values: <see cref="F:System.Globalization.CompareOptions.IgnoreCase" />, <see cref="F:System.Globalization.CompareOptions.IgnoreSymbols" />, <see cref="F:System.Globalization.CompareOptions.IgnoreNonSpace" />, <see cref="F:System.Globalization.CompareOptions.IgnoreWidth" />, and <see cref="F:System.Globalization.CompareOptions.IgnoreKanaType" />.</param>
+      <returns>The zero-based index of the last occurrence of <paramref name="value" />, if found, within the section of <paramref name="source" /> that contains the number of elements specified by <paramref name="count" /> and that ends at <paramref name="startIndex" />, using the specified comparison options; otherwise, -1. Returns <paramref name="startIndex" /> if <paramref name="value" /> is an ignorable character.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="source" />.
+-or-
+<paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in <paramref name="source" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="options" /> contains an invalid <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
     </member>
-    <member name="T:System.Index">
-      <summary>Represents a type that can be used to index a collection either from the start or the end.</summary>
+    <member name="P:System.Globalization.CompareInfo.LCID">
+      <summary>Gets the properly formed culture identifier for the current <see cref="T:System.Globalization.CompareInfo" />.</summary>
+      <returns>The properly formed culture identifier for the current <see cref="T:System.Globalization.CompareInfo" />.</returns>
     </member>
-    <member name="M:System.Index.#ctor(System.Int32,System.Boolean)">
-      <summary>Initializes a new <see cref="T:System.Index" /> with a specified index position and a value that indicates if the index is from the start or the end of a collection.</summary>
-      <param name="value">The index value. It has to be greater or equal than zero.</param>
-      <param name="fromEnd">A boolean indicating if the index is from the start (<see langword="false" />) or from the end (<see langword="true" />) of a collection.</param>
+    <member name="P:System.Globalization.CompareInfo.Name">
+      <summary>Gets the name of the culture used for sorting operations by this <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
+      <returns>The name of a culture.</returns>
     </member>
-    <member name="M:System.Index.Equals(System.Index)">
-      <summary>Returns a value that indicates whether the current object is equal to another <see cref="T:System.Index" /> object.</summary>
-      <param name="other">The object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if the current Index object is equal to <paramref name="other" />; <see langword="false" /> otherwise.</returns>
+    <member name="M:System.Globalization.CompareInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Runs when the entire object graph has been deserialized.</summary>
+      <param name="sender">The object that initiated the callback.</param>
     </member>
-    <member name="M:System.Index.Equals(System.Object)">
-      <summary>Indicates whether the current Index object is equal to a specified object.</summary>
-      <param name="value">An object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is of type <see cref="T:System.Index" /> and is equal to the current instance; <see langword="false" /> otherwise.</returns>
+    <member name="M:System.Globalization.CompareInfo.ToString">
+      <summary>Returns a string that represents the current <see cref="T:System.Globalization.CompareInfo" /> object.</summary>
+      <returns>A string that represents the current <see cref="T:System.Globalization.CompareInfo" /> object.</returns>
     </member>
-    <member name="M:System.Index.FromEnd(System.Int32)">
-      <summary>Creates an <see cref="T:System.Index" /> from the end of a collection at a specified index position.</summary>
-      <param name="value">The index value from the end of a collection.</param>
-      <returns>The Index value.</returns>
+    <member name="P:System.Globalization.CompareInfo.Version">
+      <summary>Gets information about the version of Unicode used for comparing and sorting strings.</summary>
+      <returns>An object that contains information about the Unicode version used for comparing and sorting strings.</returns>
     </member>
-    <member name="M:System.Index.FromStart(System.Int32)">
-      <summary>Create an <see cref="T:System.Index" /> from the specified index at the start of a collection.</summary>
-      <param name="value">The index position from the start of a collection.</param>
-      <returns>The Index value.</returns>
+    <member name="T:System.Globalization.CompareOptions">
+      <summary>Defines the string comparison options to use with <see cref="T:System.Globalization.CompareInfo" />.</summary>
     </member>
-    <member name="M:System.Index.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>The hash code.</returns>
+    <member name="F:System.Globalization.CompareOptions.IgnoreCase">
+      <summary>Indicates that the string comparison must ignore case.</summary>
     </member>
-    <member name="M:System.Index.GetOffset(System.Int32)">
-      <summary>Calculates the offset from the start of the collection using the given collection length.</summary>
-      <param name="length">The length of the collection that the Index will be used with. Must be a positive value.</param>
-      <returns>The offset.</returns>
+    <member name="F:System.Globalization.CompareOptions.IgnoreKanaType">
+      <summary>Indicates that the string comparison must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters, which represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "Internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound.</summary>
     </member>
-    <member name="M:System.Index.op_Implicit(System.Int32)~System.Index">
-      <summary>Converts integer number to an Index.</summary>
-      <param name="value">The integer to convert.</param>
-      <returns>An Index representing the integer.</returns>
+    <member name="F:System.Globalization.CompareOptions.IgnoreNonSpace">
+      <summary>Indicates that the string comparison must ignore nonspacing combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Nonspacing combining characters do not occupy a spacing position by themselves when rendered.</summary>
     </member>
-    <member name="M:System.Index.ToString">
-      <summary>Returns the string representation of the current <see cref="T:System.Index" /> instance.</summary>
-      <returns>The string representation of the <see cref="T:System.Index" />.</returns>
+    <member name="F:System.Globalization.CompareOptions.IgnoreSymbols">
+      <summary>Indicates that the string comparison must ignore symbols, such as white-space characters, punctuation, currency symbols, the percent sign, mathematical symbols, the ampersand, and so on.</summary>
     </member>
-    <member name="P:System.Index.End">
-      <summary>Gets an <see cref="T:System.Index" /> that points beyond the last element.</summary>
-      <returns>an <see cref="T:System.Index" /> that points beyond the last element.</returns>
+    <member name="F:System.Globalization.CompareOptions.IgnoreWidth">
+      <summary>Indicates that the string comparison must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width. If this value is selected, the katakana characters written as full-width are considered equal to the same characters written as half-width.</summary>
     </member>
-    <member name="P:System.Index.IsFromEnd">
-      <summary>Gets a value that indicates whether the index is from the start or the end.</summary>
-      <returns>
-        <see langword="true" /> if the Index is from the end; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.CompareOptions.None">
+      <summary>Indicates the default option settings for string comparisons.</summary>
     </member>
-    <member name="P:System.Index.Start">
-      <summary>Gets an <see cref="T:System.Index" /> that points to the first element of a collection.</summary>
-      <returns>An instance that points to the first element of a collection.</returns>
+    <member name="F:System.Globalization.CompareOptions.Ordinal">
+      <summary>Indicates that the string comparison must use successive Unicode UTF-16 encoded values of the string (code unit by code unit comparison), leading to a fast comparison but one that is culture-insensitive. A string starting with a code unit XXXX16 comes before a string starting with YYYY16, if XXXX16 is less than YYYY16. This value cannot be combined with other <see cref="T:System.Globalization.CompareOptions" /> values and must be used alone.</summary>
     </member>
-    <member name="P:System.Index.Value">
-      <summary>Gets the index value.</summary>
-      <returns>The index value.</returns>
+    <member name="F:System.Globalization.CompareOptions.OrdinalIgnoreCase">
+      <summary>String comparison must ignore case, then perform an ordinal comparison. This technique is equivalent to converting the string to uppercase using the invariant culture and then performing an ordinal comparison on the result.</summary>
     </member>
-    <member name="T:System.IndexOutOfRangeException">
-      <summary>The exception that is thrown when an attempt is made to access an element of an array or collection with an index that is outside its bounds.</summary>
+    <member name="F:System.Globalization.CompareOptions.StringSort">
+      <summary>Indicates that the string comparison must use the string sort algorithm. In a string sort, the hyphen and the apostrophe, as well as other nonalphanumeric symbols, come before alphanumeric characters.</summary>
     </member>
-    <member name="M:System.IndexOutOfRangeException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class.</summary>
+    <member name="T:System.Globalization.CultureInfo">
+      <summary>Provides information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.</summary>
     </member>
-    <member name="M:System.IndexOutOfRangeException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
+    <member name="M:System.Globalization.CultureInfo.#ctor(System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by the culture identifier.</summary>
+      <param name="culture">A predefined <see cref="T:System.Globalization.CultureInfo" /> identifier, <see cref="P:System.Globalization.CultureInfo.LCID" /> property of an existing <see cref="T:System.Globalization.CultureInfo" /> object, or Windows-only culture identifier.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="culture" /> is less than zero.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="culture" /> is not a valid culture identifier. See the Notes to Callers section for more information.</exception>
     </member>
-    <member name="M:System.IndexOutOfRangeException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.CultureInfo.#ctor(System.Int32,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by the culture identifier and on the Boolean that specifies whether to use the user-selected culture settings from the system.</summary>
+      <param name="culture">A predefined <see cref="T:System.Globalization.CultureInfo" /> identifier, <see cref="P:System.Globalization.CultureInfo.LCID" /> property of an existing <see cref="T:System.Globalization.CultureInfo" /> object, or Windows-only culture identifier.</param>
+      <param name="useUserOverride">A Boolean that denotes whether to use the user-selected culture settings (<see langword="true" />) or the default culture settings (<see langword="false" />).</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="culture" /> is less than zero.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="culture" /> is not a valid culture identifier. See the Notes to Callers section for more information.</exception>
     </member>
-    <member name="T:System.InsufficientExecutionStackException">
-      <summary>The exception that is thrown when there is insufficient execution stack available to allow most methods to execute.</summary>
+    <member name="M:System.Globalization.CultureInfo.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by name.</summary>
+      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name, <see cref="P:System.Globalization.CultureInfo.Name" /> of an existing <see cref="T:System.Globalization.CultureInfo" />, or Windows-only culture name. <paramref name="name" /> is not case-sensitive.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is null.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> is not a valid culture name. For more information, see the Notes to Callers section.</exception>
+    </member>
+    <member name="M:System.Globalization.CultureInfo.#ctor(System.String,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureInfo" /> class based on the culture specified by name and on the Boolean that specifies whether to use the user-selected culture settings from the system.</summary>
+      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name, <see cref="P:System.Globalization.CultureInfo.Name" /> of an existing <see cref="T:System.Globalization.CultureInfo" />, or Windows-only culture name. <paramref name="name" /> is not case-sensitive.</param>
+      <param name="useUserOverride">A Boolean that denotes whether to use the user-selected culture settings (<see langword="true" />) or the default culture settings (<see langword="false" />).</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is null.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> is not a valid culture name. See the Notes to Callers section for more information.</exception>
     </member>
-    <member name="M:System.InsufficientExecutionStackException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class.</summary>
+    <member name="P:System.Globalization.CultureInfo.Calendar">
+      <summary>Gets the default calendar used by the culture.</summary>
+      <returns>A <see cref="T:System.Globalization.Calendar" /> that represents the default calendar used by the culture.</returns>
     </member>
-    <member name="M:System.InsufficientExecutionStackException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
+    <member name="M:System.Globalization.CultureInfo.ClearCachedData">
+      <summary>Refreshes cached culture-related information.</summary>
     </member>
-    <member name="M:System.InsufficientExecutionStackException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <c>inner</c> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.CultureInfo.Clone">
+      <summary>Creates a copy of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <returns>A copy of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="T:System.InsufficientMemoryException">
-      <summary>The exception that is thrown when a check for sufficient available memory fails. This class cannot be inherited.</summary>
+    <member name="P:System.Globalization.CultureInfo.CompareInfo">
+      <summary>Gets the <see cref="T:System.Globalization.CompareInfo" /> that defines how to compare strings for the culture.</summary>
+      <returns>The <see cref="T:System.Globalization.CompareInfo" /> that defines how to compare strings for the culture.</returns>
     </member>
-    <member name="M:System.InsufficientMemoryException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a system-supplied message that describes the error.</summary>
+    <member name="M:System.Globalization.CultureInfo.CreateSpecificCulture(System.String)">
+      <summary>Creates a <see cref="T:System.Globalization.CultureInfo" /> that represents the specific culture that is associated with the specified name.</summary>
+      <param name="name">A predefined <see cref="T:System.Globalization.CultureInfo" /> name or the name of an existing <see cref="T:System.Globalization.CultureInfo" /> object. <paramref name="name" /> is not case-sensitive.</param>
+      <returns>A <see cref="T:System.Globalization.CultureInfo" /> object that represents:
+The invariant culture, if <paramref name="name" /> is an empty string ("").
+-or-
+The specific culture associated with <paramref name="name" />, if <paramref name="name" /> is a neutral culture.
+-or-
+The culture specified by <paramref name="name" />, if <paramref name="name" /> is already a specific culture.</returns>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> is not a valid culture name.
+-or-
+The culture specified by <paramref name="name" /> does not have a specific culture associated with it.</exception>
+      <exception cref="T:System.NullReferenceException">
+        <paramref name="name" /> is null.</exception>
     </member>
-    <member name="M:System.InsufficientMemoryException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a specified message that describes the error.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="P:System.Globalization.CultureInfo.CultureTypes">
+      <summary>Gets the culture types that pertain to the current <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
+      <returns>A bitwise combination of one or more <see cref="T:System.Globalization.CultureTypes" /> values. There is no default value.</returns>
     </member>
-    <member name="M:System.InsufficientMemoryException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="P:System.Globalization.CultureInfo.CurrentCulture">
+      <summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture used by the current thread.</summary>
+      <returns>An object that represents the culture used by the current thread.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is set to <see langword="null" />.</exception>
     </member>
-    <member name="T:System.Int16">
-      <summary>Represents a 16-bit signed integer.</summary>
+    <member name="P:System.Globalization.CultureInfo.CurrentUICulture">
+      <summary>Gets or sets the <see cref="T:System.Globalization.CultureInfo" /> object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time.</summary>
+      <returns>The culture used by the Resource Manager to look up culture-specific resources at run time.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is set to a culture name that cannot be used to locate a resource file. Resource filenames can include only letters, numbers, hyphens, or underscores.</exception>
     </member>
-    <member name="F:System.Int16.MaxValue">
-      <summary>Represents the largest possible value of an <see cref="T:System.Int16" />. This field is constant.</summary>
+    <member name="P:System.Globalization.CultureInfo.DateTimeFormat">
+      <summary>Gets or sets a <see cref="T:System.Globalization.DateTimeFormatInfo" /> that defines the culturally appropriate format of displaying dates and times.</summary>
+      <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> that defines the culturally appropriate format of displaying dates and times.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is set to null.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Globalization.CultureInfo.DateTimeFormat" /> property or any of the <see cref="T:System.Globalization.DateTimeFormatInfo" /> properties is set, and the <see cref="T:System.Globalization.CultureInfo" /> is read-only.</exception>
     </member>
-    <member name="F:System.Int16.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.Int16" />. This field is constant.</summary>
+    <member name="P:System.Globalization.CultureInfo.DefaultThreadCurrentCulture">
+      <summary>Gets or sets the default culture for threads in the current application domain.</summary>
+      <returns>The default culture for threads in the current application domain, or <see langword="null" /> if the current system culture is the default thread culture in the application domain.</returns>
     </member>
-    <member name="M:System.Int16.CompareTo(System.Int16)">
-      <summary>Compares this instance to a specified 16-bit signed integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified 16-bit signed integer.</summary>
-      <param name="value">An integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+    <member name="P:System.Globalization.CultureInfo.DefaultThreadCurrentUICulture">
+      <summary>Gets or sets the default UI culture for threads in the current application domain.</summary>
+      <returns>The default UI culture for threads in the current application domain, or <see langword="null" /> if the current system UI culture is the default thread UI culture in the application domain.</returns>
+      <exception cref="T:System.ArgumentException">In a set operation, the <see cref="P:System.Globalization.CultureInfo.Name" /> property value is invalid.</exception>
     </member>
-    <member name="M:System.Int16.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not an <see cref="T:System.Int16" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+    <member name="P:System.Globalization.CultureInfo.DisplayName">
+      <summary>Gets the full localized culture name.</summary>
+      <returns>The full localized culture name in the format languagefull [country/regionfull], where languagefull is the full name of the language and country/regionfull is the full name of the country/region.</returns>
     </member>
-    <member name="M:System.Int16.Equals(System.Int16)">
-      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int16" /> value.</summary>
-      <param name="obj">An <see cref="T:System.Int16" /> value to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.EnglishName">
+      <summary>Gets the culture name in the format languagefull [country/regionfull] in English.</summary>
+      <returns>The culture name in the format languagefull [country/regionfull] in English, where languagefull is the full name of the language and country/regionfull is the full name of the country/region.</returns>
     </member>
-    <member name="M:System.Int16.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare to this instance.</param>
+    <member name="M:System.Globalization.CultureInfo.Equals(System.Object)">
+      <summary>Determines whether the specified object is the same culture as the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <param name="value">The object to compare with the current <see cref="T:System.Globalization.CultureInfo" />.</param>
       <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Int16" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Int16.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+        <see langword="true" /> if <paramref name="value" /> is the same culture as the current <see cref="T:System.Globalization.CultureInfo" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Int16.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int16" />.</summary>
-      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int16" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.GetConsoleFallbackUICulture">
+      <summary>Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable.</summary>
+      <returns>An alternate culture that is used to read and display text on the console.</returns>
     </member>
-    <member name="M:System.Int16.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.Int32)">
+      <summary>Retrieves a cached, read-only instance of a culture by using the specified culture identifier.</summary>
+      <param name="culture">A locale identifier (LCID).</param>
+      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="culture" /> is less than zero.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="culture" /> specifies a culture that is not supported. See the Notes to Caller section for more information.</exception>
     </member>
-    <member name="M:System.Int16.Parse(System.String)">
-      <summary>Converts the string representation of a number to its 16-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
+    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.String)">
+      <summary>Retrieves a cached, read-only instance of a culture using the specified culture name.</summary>
+      <param name="name">The name of a culture. <paramref name="name" /> is not case-sensitive.</param>
+      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
+        <paramref name="name" /> is null.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> specifies a culture that is not supported. See the Notes to Callers section for more information.</exception>
     </member>
-    <member name="M:System.Int16.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its 16-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+    <member name="M:System.Globalization.CultureInfo.GetCultureInfo(System.String,System.String)">
+      <summary>Retrieves a cached, read-only instance of a culture. Parameters specify a culture that is initialized with the <see cref="T:System.Globalization.TextInfo" /> and <see cref="T:System.Globalization.CompareInfo" /> objects specified by another culture.</summary>
+      <param name="name">The name of a culture. <paramref name="name" /> is not case-sensitive.</param>
+      <param name="altName">The name of a culture that supplies the <see cref="T:System.Globalization.TextInfo" /> and <see cref="T:System.Globalization.CompareInfo" /> objects used to initialize <paramref name="name" />. <paramref name="altName" /> is not case-sensitive.</param>
+      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero fractional digits.</exception>
-      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="name" /> or <paramref name="altName" /> is null.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> or <paramref name="altName" /> specifies a culture that is not supported. See the Notes to Callers section for more information.</exception>
     </member>
-    <member name="M:System.Int16.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+    <member name="M:System.Globalization.CultureInfo.GetCultureInfoByIetfLanguageTag(System.String)">
+      <summary>Deprecated. Retrieves a read-only <see cref="T:System.Globalization.CultureInfo" /> object having linguistic characteristics that are identified by the specified RFC 4646 language tag.</summary>
+      <param name="name">The name of a language as specified by the RFC 4646 standard.</param>
+      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero fractional digits.</exception>
-      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="name" /> is null.</exception>
+      <exception cref="T:System.Globalization.CultureNotFoundException">
+        <paramref name="name" /> does not correspond to a supported culture.</exception>
     </member>
-    <member name="M:System.Int16.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its 16-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
-      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)">
+      <summary>Gets the list of supported cultures filtered by the specified <see cref="T:System.Globalization.CultureTypes" /> parameter.</summary>
+      <param name="types">A bitwise combination of the enumeration values that filter the cultures to retrieve.</param>
+      <returns>An array that contains the cultures specified by the <paramref name="types" /> parameter. The array of cultures is unsorted.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="types" /> specifies an invalid combination of <see cref="T:System.Globalization.CultureTypes" /> values.</exception>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>
-        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.GetFormat(System.Type)">
+      <summary>Gets an object that defines how to format the specified type.</summary>
+      <param name="formatType">The <see cref="T:System.Type" /> for which to get a formatting object. This method only supports the <see cref="T:System.Globalization.NumberFormatInfo" /> and <see cref="T:System.Globalization.DateTimeFormatInfo" /> types.</param>
+      <returns>The value of the <see cref="P:System.Globalization.CultureInfo.NumberFormat" /> property, which is a <see cref="T:System.Globalization.NumberFormatInfo" /> containing the default number format information for the current <see cref="T:System.Globalization.CultureInfo" />, if <paramref name="formatType" /> is the <see cref="T:System.Type" /> object for the <see cref="T:System.Globalization.NumberFormatInfo" /> class.
+-or-
+The value of the <see cref="P:System.Globalization.CultureInfo.DateTimeFormat" /> property, which is a <see cref="T:System.Globalization.DateTimeFormatInfo" /> containing the default date and time format information for the current <see cref="T:System.Globalization.CultureInfo" />, if <paramref name="formatType" /> is the <see cref="T:System.Type" /> object for the <see cref="T:System.Globalization.DateTimeFormatInfo" /> class.
+-or-
+null, if <paramref name="formatType" /> is any other object.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.GetHashCode">
+      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.CultureInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
+      <returns>A hash code for the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.IetfLanguageTag">
+      <summary>Deprecated. Gets the RFC 4646 standard identification for a language.</summary>
+      <returns>A string that is the RFC 4646 standard identification for a language.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.Globalization.CultureInfo.InstalledUICulture">
+      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> that represents the culture installed with the operating system.</summary>
+      <returns>The <see cref="T:System.Globalization.CultureInfo" /> that represents the culture installed with the operating system.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.InvariantCulture">
+      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> object that is culture-independent (invariant).</summary>
+      <returns>The object that is culture-independent (invariant).</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.IsNeutralCulture">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> represents a neutral culture.</summary>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> represents a neutral culture; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
+    <member name="P:System.Globalization.CultureInfo.IsReadOnly">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.KeyboardLayoutId">
+      <summary>Gets the active input locale identifier.</summary>
+      <returns>A 32-bit signed number that specifies an input locale identifier.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.LCID">
+      <summary>Gets the culture identifier for the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <returns>The culture identifier for the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.Name">
+      <summary>Gets the culture name in the format languagecode2-country/regioncode2.</summary>
+      <returns>The culture name in the format languagecode2-country/regioncode2. languagecode2 is a lowercase two-letter code derived from ISO 639-1. country/regioncode2 is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.NativeName">
+      <summary>Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display.</summary>
+      <returns>The culture name. consisting of the full name of the language, the full name of the country/region, and the optional script. The format is discussed in the description of the <see cref="T:System.Globalization.CultureInfo" /> class.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
-      <param name="type">The type to which to convert this <see cref="T:System.Int16" /> value.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies information about the format of the returned value.</param>
-      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.NumberFormat">
+      <summary>Gets or sets a <see cref="T:System.Globalization.NumberFormatInfo" /> that defines the culturally appropriate format of displaying numbers, currency, and percentage.</summary>
+      <returns>A <see cref="T:System.Globalization.NumberFormatInfo" /> that defines the culturally appropriate format of displaying numbers, currency, and percentage.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is set to null.</exception>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Globalization.CultureInfo.NumberFormat" /> property or any of the <see cref="T:System.Globalization.NumberFormatInfo" /> properties is set, and the <see cref="T:System.Globalization.CultureInfo" /> is read-only.</exception>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
+    <member name="P:System.Globalization.CultureInfo.OptionalCalendars">
+      <summary>Gets the list of calendars that can be used by the culture.</summary>
+      <returns>An array of type <see cref="T:System.Globalization.Calendar" /> that represents the calendars that can be used by the culture represented by the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.Parent">
+      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> that represents the parent culture of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <returns>The <see cref="T:System.Globalization.CultureInfo" /> that represents the parent culture of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.ReadOnly(System.Globalization.CultureInfo)">
+      <summary>Returns a read-only wrapper around the specified <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
+      <param name="ci">The <see cref="T:System.Globalization.CultureInfo" /> object to wrap.</param>
+      <returns>A read-only <see cref="T:System.Globalization.CultureInfo" /> wrapper around <paramref name="ci" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="ci" /> is null.</exception>
     </member>
-    <member name="M:System.Int16.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance, consisting of a minus sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
+    <member name="P:System.Globalization.CultureInfo.TextInfo">
+      <summary>Gets the <see cref="T:System.Globalization.TextInfo" /> that defines the writing system associated with the culture.</summary>
+      <returns>The <see cref="T:System.Globalization.TextInfo" /> that defines the writing system associated with the culture.</returns>
     </member>
-    <member name="M:System.Int16.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.ThreeLetterISOLanguageName">
+      <summary>Gets the ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <returns>The ISO 639-2 three-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A numeric format string.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.ThreeLetterWindowsLanguageName">
+      <summary>Gets the three-letter code for the language as defined in the Windows API.</summary>
+      <returns>The three-letter code for the language as defined in the Windows API.</returns>
     </member>
-    <member name="M:System.Int16.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific formatting information.</summary>
-      <param name="format">A numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+    <member name="M:System.Globalization.CultureInfo.ToString">
+      <summary>Returns a string containing the name of the current <see cref="T:System.Globalization.CultureInfo" /> in the format languagecode2-country/regioncode2.</summary>
+      <returns>A string containing the name of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current short number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.CultureInfo.TwoLetterISOLanguageName">
+      <summary>Gets the ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</summary>
+      <returns>The ISO 639-1 two-letter code for the language of the current <see cref="T:System.Globalization.CultureInfo" />.</returns>
     </member>
-    <member name="M:System.Int16.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert. The span is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+    <member name="P:System.Globalization.CultureInfo.UseUserOverride">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.CultureInfo" /> object uses the user-selected culture settings.</summary>
       <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the current <see cref="T:System.Globalization.CultureInfo" /> uses the user-selected culture settings; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Int16.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.Globalization.CultureNotFoundException">
+      <summary>The exception that is thrown when a method attempts to construct a culture that is not available.</summary>
     </member>
-    <member name="M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with its message string set to a system-supplied message.</summary>
     </member>
-    <member name="M:System.Int16.TryParse(System.String,System.Int16@)">
-      <summary>Converts the string representation of a number to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class using the specified serialization data and context.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="T:System.Int32">
-      <summary>Represents a 32-bit signed integer.</summary>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with the specified error message.</summary>
+      <param name="message">The error message to display with this exception.</param>
     </member>
-    <member name="F:System.Int32.MaxValue">
-      <summary>Represents the largest possible value of an <see cref="T:System.Int32" />. This field is constant.</summary>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message to display with this exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="F:System.Int32.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.Int32" />. This field is constant.</summary>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Int32,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture ID, and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message to display with this exception.</param>
+      <param name="invalidCultureId">The Culture ID that cannot be found.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.Int32.CompareTo(System.Int32)">
-      <summary>Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values.</summary>
-      <param name="value">An integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.Int32,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture ID, and the name of the parameter that is the cause this exception.</summary>
+      <param name="paramName">The name of the parameter that is the cause the current exception.</param>
+      <param name="invalidCultureId">The Culture ID that cannot be found.</param>
+      <param name="message">The error message to display with this exception.</param>
     </member>
-    <member name="M:System.Int32.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not an <see cref="T:System.Int32" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message and the name of the parameter that is the cause this exception.</summary>
+      <param name="paramName">The name of the parameter that is the cause of the current exception.</param>
+      <param name="message">The error message to display with this exception.</param>
     </member>
-    <member name="M:System.Int32.Equals(System.Int32)">
-      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int32" /> value.</summary>
-      <param name="obj">An <see cref="T:System.Int32" /> value to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture Name, and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message to display with this exception.</param>
+      <param name="invalidCultureName">The Culture Name that cannot be found.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.Int32.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Int32" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.CultureNotFoundException.#ctor(System.String,System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.CultureNotFoundException" /> class with a specified error message, the invalid Culture Name, and the name of the parameter that is the cause this exception.</summary>
+      <param name="paramName">The name of the parameter that is the cause the current exception.</param>
+      <param name="invalidCultureName">The Culture Name that cannot be found.</param>
+      <param name="message">The error message to display with this exception.</param>
     </member>
-    <member name="M:System.Int32.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+    <member name="M:System.Globalization.CultureNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the parameter name and additional exception information.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="info" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Int32.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int32" />.</summary>
-      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int32" />.</returns>
+    <member name="P:System.Globalization.CultureNotFoundException.InvalidCultureId">
+      <summary>Gets the culture identifier that cannot be found.</summary>
+      <returns>The invalid culture identifier.</returns>
     </member>
-    <member name="M:System.Int32.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific information about the format of <paramref name="s" />.</param>
-      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.CultureNotFoundException.InvalidCultureName">
+      <summary>Gets the culture name that cannot be found.</summary>
+      <returns>The invalid culture name.</returns>
     </member>
-    <member name="M:System.Int32.Parse(System.String)">
-      <summary>Converts the string representation of a number to its 32-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.CultureNotFoundException.Message">
+      <summary>Gets the error message that explains the reason for the exception.</summary>
+      <returns>A text string describing the details of the exception.</returns>
     </member>
-    <member name="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its 32-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="T:System.Globalization.CultureTypes">
+      <summary>Defines the types of culture lists that can be retrieved using the <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> method.</summary>
+    </member>
+    <member name="F:System.Globalization.CultureTypes.AllCultures">
+      <summary>All cultures that recognized by .NET, including neutral and specific cultures and custom cultures created by the user.
+On .NET Framework 4 and later versions and .NET Core running on Windows, it includes the culture data available from the Windows operating system. On .NET Core running on Linux and macOS, it includes culture data defined in the ICU libraries.
+<see cref="F:System.Globalization.CultureTypes.AllCultures" /> is a composite field that includes the <see cref="F:System.Globalization.CultureTypes.NeutralCultures" />, <see cref="F:System.Globalization.CultureTypes.SpecificCultures" />, and <see cref="F:System.Globalization.CultureTypes.InstalledWin32Cultures" /> values.</summary>
     </member>
-    <member name="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific information about the format of <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.FrameworkCultures">
+      <summary>This member is deprecated; using this value with <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> returns neutral and specific cultures shipped with the .NET Framework 2.0.</summary>
     </member>
-    <member name="M:System.Int32.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its 32-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not of the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.InstalledWin32Cultures">
+      <summary>This member is deprecated. All cultures that are installed in the Windows operating system.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>
-        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.NeutralCultures">
+      <summary>Cultures that are associated with a language but are not specific to a country/region.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.ReplacementCultures">
+      <summary>This member is deprecated. Custom cultures created by the user that replace cultures shipped with the .NET Framework.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.SpecificCultures">
+      <summary>Cultures that are specific to a country/region.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="F:System.Globalization.CultureTypes.UserCustomCulture">
+      <summary>This member is deprecated. Custom cultures created by the user.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
+    <member name="F:System.Globalization.CultureTypes.WindowsOnlyCultures">
+      <summary>This member is deprecated and is ignored.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
+    <member name="T:System.Globalization.DateTimeFormatInfo">
+      <summary>Provides culture-specific information about the format of date and time values.</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.#ctor">
+      <summary>Initializes a new writable instance of the <see cref="T:System.Globalization.DateTimeFormatInfo" /> class that is culture-independent (invariant).</summary>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedDayNames">
+      <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week.</summary>
+      <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", and "Sat".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedMonthGenitiveNames">
+      <summary>Gets or sets a string array of abbreviated month names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <returns>An array of abbreviated month names.</returns>
+      <exception cref="T:System.ArgumentException">In a set operation, the array is multidimensional or has a length that is not exactly 13.</exception>
+      <exception cref="T:System.ArgumentNullException">In a set operation, the array or one of the elements of the array is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.AbbreviatedMonthNames">
+      <summary>Gets or sets a one-dimensional string array that contains the culture-specific abbreviated names of the months.</summary>
+      <returns>A one-dimensional string array with 13 elements that contains the culture-specific abbreviated names of the months. For 12-month calendars, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", and "".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.AMDesignator">
+      <summary>Gets or sets the string designator for hours that are "ante meridiem" (before noon).</summary>
+      <returns>The string designator for hours that are ante meridiem. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "AM".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
-      <param name="type">The type to which to convert this <see cref="T:System.Int32" /> value.</param>
-      <param name="provider">An object that provides information about the format of the returned value.</param>
-      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.Calendar">
+      <summary>Gets or sets the calendar to use for the current culture.</summary>
+      <returns>The calendar to use for the current culture. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is a <see cref="T:System.Globalization.GregorianCalendar" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a <see cref="T:System.Globalization.Calendar" /> object that is not valid for the current culture.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.CalendarWeekRule">
+      <summary>Gets or sets a value that specifies which rule is used to determine the first calendar week of the year.</summary>
+      <returns>A value that determines the first calendar week of the year. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is <see cref="F:System.Globalization.CalendarWeekRule.FirstDay" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.Clone">
+      <summary>Creates a shallow copy of the <see cref="T:System.Globalization.DateTimeFormatInfo" />.</summary>
+      <returns>A new <see cref="T:System.Globalization.DateTimeFormatInfo" /> object copied from the original <see cref="T:System.Globalization.DateTimeFormatInfo" />.</returns>
     </member>
-    <member name="M:System.Int32.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.CurrentInfo">
+      <summary>Gets a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that formats values based on the current culture.</summary>
+      <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object based on the <see cref="T:System.Globalization.CultureInfo" /> object for the current thread.</returns>
     </member>
-    <member name="M:System.Int32.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance, consisting of a negative sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.DateSeparator">
+      <summary>Gets or sets the string that separates the components of a date, that is, the year, month, and day.</summary>
+      <returns>The string that separates the components of a date, that is, the year, month, and day. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "/".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.DayNames">
+      <summary>Gets or sets a one-dimensional string array that contains the culture-specific full names of the days of the week.</summary>
+      <returns>A one-dimensional string array that contains the culture-specific full names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A standard or custom numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.FirstDayOfWeek">
+      <summary>Gets or sets the first day of the week.</summary>
+      <returns>An enumeration value that represents the first day of the week. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is <see cref="F:System.DayOfWeek.Sunday" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A standard or custom numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.FullDateTimePattern">
+      <summary>Gets or sets the custom format string for a long date and long time value.</summary>
+      <returns>The custom format string for a long date and long time value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current integer number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedDayName(System.DayOfWeek)">
+      <summary>Returns the culture-specific abbreviated name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
+      <returns>The culture-specific abbreviated name of the day of the week represented by <paramref name="dayofweek" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
     </member>
-    <member name="M:System.Int32.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedEraName(System.Int32)">
+      <summary>Returns the string containing the abbreviated name of the specified era, if an abbreviation exists.</summary>
+      <param name="era">The integer representing the era.</param>
+      <returns>A string containing the abbreviated name of the specified era, if an abbreviation exists.
+-or-
+A string containing the full name of the era, if an abbreviation does not exist.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
     </member>
-    <member name="M:System.Int32.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters that represent the number to convert.</param>
-      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetAbbreviatedMonthName(System.Int32)">
+      <summary>Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
+      <returns>The culture-specific abbreviated name of the month represented by <paramref name="month" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="month" /> is less than 1 or greater than 13.</exception>
     </member>
-    <member name="M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetAllDateTimePatterns">
+      <summary>Returns all the standard patterns in which date and time values can be formatted.</summary>
+      <returns>An array that contains the standard patterns in which date and time values can be formatted.</returns>
+    </member>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetAllDateTimePatterns(System.Char)">
+      <summary>Returns all the patterns in which date and time values can be formatted using the specified standard format string.</summary>
+      <param name="format">A standard format string.</param>
+      <returns>An array containing the standard patterns in which date and time values can be formatted using the specified format string.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+        <paramref name="format" /> is not a valid standard format string.</exception>
     </member>
-    <member name="M:System.Int32.TryParse(System.String,System.Int32@)">
-      <summary>Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetDayName(System.DayOfWeek)">
+      <summary>Returns the culture-specific full name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
+      <returns>The culture-specific full name of the day of the week represented by <paramref name="dayofweek" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
     </member>
-    <member name="T:System.Int64">
-      <summary>Represents a 64-bit signed integer.</summary>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetEra(System.String)">
+      <summary>Returns the integer representing the specified era.</summary>
+      <param name="eraName">The string containing the name of the era.</param>
+      <returns>The integer representing the era, if <paramref name="eraName" /> is valid; otherwise, -1.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="eraName" /> is <see langword="null" />.</exception>
     </member>
-    <member name="F:System.Int64.MaxValue">
-      <summary>Represents the largest possible value of an <see cref="T:System.Int64" />. This field is constant.</summary>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetEraName(System.Int32)">
+      <summary>Returns the string containing the name of the specified era.</summary>
+      <param name="era">The integer representing the era.</param>
+      <returns>A string containing the name of the era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
     </member>
-    <member name="F:System.Int64.MinValue">
-      <summary>Represents the smallest possible value of an <see cref="T:System.Int64" />. This field is constant.</summary>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetFormat(System.Type)">
+      <summary>Returns an object of the specified type that provides a date and time  formatting service.</summary>
+      <param name="formatType">The type of the required formatting service.</param>
+      <returns>The current  object, if <paramref name="formatType" /> is the same as the type of the current <see cref="T:System.Globalization.DateTimeFormatInfo" />; otherwise, <see langword="null" />.</returns>
     </member>
-    <member name="M:System.Int64.CompareTo(System.Int64)">
-      <summary>Compares this instance to a specified 64-bit signed integer and returns an indication of their relative values.</summary>
-      <param name="value">An integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
<list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetInstance(System.IFormatProvider)">
+      <summary>Returns the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with the specified <see cref="T:System.IFormatProvider" />.</summary>
+      <param name="provider">The <see cref="T:System.IFormatProvider" /> that gets the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.
+-or-
+<see langword="null" /> to get <see cref="P:System.Globalization.DateTimeFormatInfo.CurrentInfo" />.</param>
     <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with <see cref="T:System.IFormatProvider" />.</returns>
     </member>
-    <member name="M:System.Int64.CompareTo(System.Object)">
-      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is not an <see cref="T:System.Int64" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetMonthName(System.Int32)">
+      <summary>Returns the culture-specific full name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
+      <returns>The culture-specific full name of the month represented by <paramref name="month" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="month" /> is less than 1 or greater than 13.</exception>
     </member>
-    <member name="M:System.Int64.Equals(System.Int64)">
-      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int64" /> value.</summary>
-      <param name="obj">An <see cref="T:System.Int64" /> value to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.DateTimeFormatInfo.GetShortestDayName(System.DayOfWeek)">
+      <summary>Obtains the shortest abbreviated day name for a specified day of the week associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <param name="dayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values.</param>
+      <returns>The abbreviated name of the week that corresponds to the <paramref name="dayOfWeek" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="dayOfWeek" /> is not a value in the <see cref="T:System.DayOfWeek" /> enumeration.</exception>
     </member>
-    <member name="M:System.Int64.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance.</param>
+    <member name="P:System.Globalization.DateTimeFormatInfo.InvariantInfo">
+      <summary>Gets the default read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that is culture-independent (invariant).</summary>
+      <returns>A read-only object that is culture-independent (invariant).</returns>
+    </member>
+    <member name="P:System.Globalization.DateTimeFormatInfo.IsReadOnly">
+      <summary>Gets a value indicating whether the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</summary>
       <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of an <see cref="T:System.Int64" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Int64.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.LongDatePattern">
+      <summary>Gets or sets the custom format string for a long date value.</summary>
+      <returns>The custom format string for a long date value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.GetTypeCode">
-      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int64" />.</summary>
-      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int64" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.LongTimePattern">
+      <summary>Gets or sets the custom format string for a long time value.</summary>
+      <returns>The format pattern for a long time value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.MonthDayPattern">
+      <summary>Gets or sets the custom format string for a month and day value.</summary>
+      <returns>The custom format string for a month and day value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.Parse(System.String)">
-      <summary>Converts the string representation of a number to its 64-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.MonthGenitiveNames">
+      <summary>Gets or sets a string array of month names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <returns>A string array of month names.</returns>
+      <exception cref="T:System.ArgumentException">In a set operation, the array is multidimensional or has a length that is not exactly 13.</exception>
+      <exception cref="T:System.ArgumentNullException">In a set operation, the array or one of its elements is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its 64-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="style" /> supports fractional digits but <paramref name="s" /> includes non-zero fractional digits.</exception>
-      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.MonthNames">
+      <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months.</summary>
+      <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months. In a 12-month calendar, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", and "".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+    <member name="P:System.Globalization.DateTimeFormatInfo.NativeCalendarName">
+      <summary>Gets the native name of the calendar associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <returns>The native name of the calendar used in the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object if that name is available, or the empty string ("") if the native calendar name is not available.</returns>
+    </member>
+    <member name="P:System.Globalization.DateTimeFormatInfo.PMDesignator">
+      <summary>Gets or sets the string designator for hours that are "post meridiem" (after noon).</summary>
+      <returns>The string designator for hours that are "post meridiem" (after noon). The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "PM".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
+    </member>
+    <member name="M:System.Globalization.DateTimeFormatInfo.ReadOnly(System.Globalization.DateTimeFormatInfo)">
+      <summary>Returns a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</summary>
+      <param name="dtfi">The <see cref="T:System.Globalization.DateTimeFormatInfo" /> object to wrap.</param>
+      <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="style" /> supports fractional digits, but <paramref name="s" /> includes non-zero fractional digits.</exception>
-      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="dtfi" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Int64.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its 64-bit signed integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+    <member name="P:System.Globalization.DateTimeFormatInfo.RFC1123Pattern">
+      <summary>Gets the custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification.</summary>
+      <returns>The custom format string for a time value that is based on the IETF RFC 1123 specification.</returns>
+    </member>
+    <member name="M:System.Globalization.DateTimeFormatInfo.SetAllDateTimePatterns(System.String[],System.Char)">
+      <summary>Sets the custom date and time format strings that correspond to a specified standard format string.</summary>
+      <param name="patterns">An array of custom format strings.</param>
+      <param name="format">The standard format string associated with the custom format strings specified in the <paramref name="patterns" /> parameter.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="patterns" /> is <see langword="null" /> or a zero-length array.
+-or-
+<paramref name="format" /> is not a valid standard format string or is a standard format string whose patterns cannot be set.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="patterns" /> has an array element whose value is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToBoolean(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>
-        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.ShortDatePattern">
+      <summary>Gets or sets the custom format string for a short date value.</summary>
+      <returns>The custom format string for a short date value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.ShortestDayNames">
+      <summary>Gets or sets a string array of the shortest unique abbreviated day names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
+      <returns>A string array of day names.</returns>
+      <exception cref="T:System.ArgumentException">In a set operation, the array does not have exactly seven elements.</exception>
+      <exception cref="T:System.ArgumentNullException">In a set operation, the value array or one of the elements of the value array is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToChar(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.ShortTimePattern">
+      <summary>Gets or sets the custom format string for a short time value.</summary>
+      <returns>The custom format string for a short time value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToDateTime(System.IFormatProvider)">
-      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
-      <returns>This conversion is not supported. No value is returned.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.SortableDateTimePattern">
+      <summary>Gets the custom format string for a sortable date and time value.</summary>
+      <returns>The custom format string for a sortable date and time value.</returns>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToDecimal(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.TimeSeparator">
+      <summary>Gets or sets the string that separates the components of time, that is, the hour, minutes, and seconds.</summary>
+      <returns>The string that separates the components of time. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is ":".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToDouble(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.UniversalSortableDateTimePattern">
+      <summary>Gets the custom format string for a universal, sortable date and time string, as defined by ISO 8601.</summary>
+      <returns>The custom format string for a universal, sortable date and time string.</returns>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
+    <member name="P:System.Globalization.DateTimeFormatInfo.YearMonthPattern">
+      <summary>Gets or sets the custom format string for a year and month value.</summary>
+      <returns>The custom format string for a year and month value.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
+    <member name="T:System.Globalization.DateTimeStyles">
+      <summary>Defines the formatting options that customize string parsing for some date and time parsing methods.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, unchanged.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AdjustToUniversal">
+      <summary>Date and time are returned as a Coordinated Universal Time (UTC). If the input string denotes a local time, through a time zone specifier or <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" />, the date and time are converted from the local time to UTC. If the input string denotes a UTC time, through a time zone specifier or <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" />, no conversion occurs. If the input string does not denote a local or UTC time, no conversion occurs and the resulting <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Unspecified" />. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
+    </member>
+    <member name="F:System.Globalization.DateTimeStyles.AllowInnerWhite">
+      <summary>Extra white-space characters in the middle of the string must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToSByte(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AllowLeadingWhite">
+      <summary>Leading white-space characters must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToSingle(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AllowTrailingWhite">
+      <summary>Trailing white-space characters must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
-      <param name="type">The type to which to convert this <see cref="T:System.Int64" /> value.</param>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that provides information about the format of the returned value.</param>
-      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AllowWhiteSpaces">
+      <summary>Extra white-space characters anywhere in the string must be ignored during parsing, except if they occur in the <see cref="T:System.Globalization.DateTimeFormatInfo" /> format patterns. This value is a combination of the <see cref="F:System.Globalization.DateTimeStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.DateTimeStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.DateTimeStyles.AllowInnerWhite" /> values.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToUInt16(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AssumeLocal">
+      <summary>If no time zone is specified in the parsed string, the string is assumed to denote a local time. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.AssumeUniversal" /> or <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToUInt32(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.AssumeUniversal">
+      <summary>If no time zone is specified in the parsed string, the string is assumed to denote a UTC. This value cannot be used with <see cref="F:System.Globalization.DateTimeStyles.AssumeLocal" /> or <see cref="F:System.Globalization.DateTimeStyles.RoundtripKind" />.</summary>
     </member>
-    <member name="M:System.Int64.System#IConvertible#ToUInt64(System.IFormatProvider)">
-      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
-      <param name="provider">This parameter is ignored.</param>
-      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.NoCurrentDateDefault">
+      <summary>If the parsed string contains only the time and not the date, the parsing methods assume the Gregorian date with year = 1, month = 1, and day = 1. If this value is not used, the current date is assumed.</summary>
     </member>
-    <member name="M:System.Int64.ToString">
-      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance, consisting of a minus sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.None">
+      <summary>Default formatting options must be used. This value represents the default style for the <see cref="M:System.DateTime.Parse(System.String)" />, <see cref="M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)" />, and <see cref="M:System.DateTime.TryParse(System.String,System.DateTime@)" /> methods.</summary>
     </member>
-    <member name="M:System.Int64.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="F:System.Globalization.DateTimeStyles.RoundtripKind">
+      <summary>The <see cref="T:System.DateTimeKind" /> field of a date is preserved when a <see cref="T:System.DateTime" /> object is converted to a string using the "o" or "r" standard format specifier, and the string is then converted back to a <see cref="T:System.DateTime" /> object.</summary>
     </member>
-    <member name="M:System.Int64.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+    <member name="T:System.Globalization.DaylightTime">
+      <summary>Defines the period of daylight saving time.</summary>
     </member>
-    <member name="M:System.Int64.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="format">A numeric format string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+    <member name="M:System.Globalization.DaylightTime.#ctor(System.DateTime,System.DateTime,System.TimeSpan)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.DaylightTime" /> class with the specified start, end, and time difference information.</summary>
+      <param name="start">The object that represents the date and time when daylight saving time begins. The value must be in local time.</param>
+      <param name="end">The object that represents the date and time when daylight saving time ends. The value must be in local time.</param>
+      <param name="delta">The object that represents the difference between standard time and daylight saving time, in ticks.</param>
     </member>
-    <member name="M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current long number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.DaylightTime.Delta">
+      <summary>Gets the time interval that represents the difference between standard time and daylight saving time.</summary>
+      <returns>The time interval that represents the difference between standard time and daylight saving time.</returns>
     </member>
-    <member name="M:System.Int64.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert. The span is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.DaylightTime.End">
+      <summary>Gets the object that represents the date and time when the daylight saving period ends.</summary>
+      <returns>The object that represents the date and time when the daylight saving period ends. The value is in local time.</returns>
     </member>
-    <member name="M:System.Int64.TryParse(System.ReadOnlySpan{System.Char},System.Int64@)">
-      <summary>Converts the span representation of a number to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.DaylightTime.Start">
+      <summary>Gets the object that represents the date and time when the daylight saving period begins.</summary>
+      <returns>The object that represents the date and time when the daylight saving period begins. The value is in local time.</returns>
     </member>
-    <member name="M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.Globalization.DigitShapes">
+      <summary>Specifies the culture-specific display of digits.</summary>
     </member>
-    <member name="M:System.Int64.TryParse(System.String,System.Int64@)">
-      <summary>Converts the string representation of a number to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.DigitShapes.Context">
+      <summary>The digit shape depends on the previous text in the same output. European digits follow Latin scripts; Arabic-Indic digits follow Arabic text; and Thai digits follow Thai text.</summary>
     </member>
-    <member name="T:System.IntPtr">
-      <summary>A platform-specific type that is used to represent a pointer or a handle.</summary>
+    <member name="F:System.Globalization.DigitShapes.NativeNational">
+      <summary>The digit shape is the native equivalent of the digits from 0 through 9. ASCII digits from 0 through 9 are replaced by equivalent native national digits.</summary>
     </member>
-    <member name="F:System.IntPtr.Zero">
-      <summary>A read-only field that represents a pointer or handle that has been initialized to zero.</summary>
+    <member name="F:System.Globalization.DigitShapes.None">
+      <summary>The digit shape is not changed. Full Unicode compatibility is maintained.</summary>
     </member>
-    <member name="M:System.IntPtr.#ctor(System.Int32)">
-      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified 32-bit pointer or handle.</summary>
-      <param name="value">A pointer or handle contained in a 32-bit signed integer.</param>
+    <member name="T:System.Globalization.EastAsianLunisolarCalendar">
+      <summary>Represents a calendar that divides time into months, days, years, and eras, and has dates that are based on cycles of the sun and the moon.</summary>
     </member>
-    <member name="M:System.IntPtr.#ctor(System.Int64)">
-      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified 64-bit pointer.</summary>
-      <param name="value">A pointer or handle contained in a 64-bit signed integer.</param>
-      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large or too small to represent as an <see cref="T:System.IntPtr" />.</exception>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Calculates the date that is the specified number of months away from the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="months" />.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>A new <see cref="T:System.DateTime" /> that results from adding the specified number of months to the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000 or greater than 120000.
+-or-
+<paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IntPtr.#ctor(System.Void*)">
-      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified pointer to an unspecified type.</summary>
-      <param name="value">A pointer to an unspecified type.</param>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Calculates the date that is the specified number of years away from the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="years" />.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>A new <see cref="T:System.DateTime" /> that results from adding the specified number of years to the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IntPtr.Add(System.IntPtr,System.Int32)">
-      <summary>Adds an offset to the value of a pointer.</summary>
-      <param name="pointer">The pointer to add the offset to.</param>
-      <param name="offset">The offset to add.</param>
-      <returns>A new pointer that reflects the addition of <paramref name="offset" /> to <paramref name="pointer" />.</returns>
+    <member name="P:System.Globalization.EastAsianLunisolarCalendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar" />.</returns>
     </member>
-    <member name="M:System.IntPtr.CompareTo(System.IntPtr)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="value">A signed native integer to compare.</param>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="other" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="other" /> in the sort order.</description></item></list></returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetCelestialStem(System.Int32)">
+      <summary>Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle.</summary>
+      <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
+      <returns>A number from 1 through 10.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="sexagenaryYear" /> is less than 1 or greater than 60.</exception>
     </member>
-    <member name="M:System.IntPtr.CompareTo(System.Object)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="obj" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="obj" /> in the sort order.</description></item></list></returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Calculates the day of the month in the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 31 that represents the day of the month specified in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.IntPtr.Equals(System.IntPtr)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Calculates the day of the week in the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>One of the <see cref="T:System.DayOfWeek" /> values that represents the day of the week specified in the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IntPtr.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="obj">An object to compare with this instance or <see langword="null" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.IntPtr" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Calculates the day of the year in the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 354 in a common year, or 1 through 384 in a leap year, that represents the day of the year specified in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.IntPtr.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 through 12 in a common year, or 1 through 13 in a leap year, that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month of the specified year and era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Addition(System.IntPtr,System.Int32)">
-      <summary>Adds an offset to the value of a pointer.</summary>
-      <param name="pointer">The pointer to add the offset to.</param>
-      <param name="offset">The offset to add.</param>
-      <returns>A new pointer that reflects the addition of <paramref name="offset" /> to <paramref name="pointer" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Calculates the number of days in the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year and era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Equality(System.IntPtr,System.IntPtr)">
-      <summary>Determines whether two specified instances of <see cref="T:System.IntPtr" /> are equal.</summary>
-      <param name="value1">The first pointer or handle to compare.</param>
-      <param name="value2">The second pointer or handle to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="value1" /> equals <paramref name="value2" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>A positive integer from 1 through 13 that indicates the leap month in the specified year and era.
+-or-
+Zero if this calendar does not support a leap month, or if the <paramref name="year" /> and <paramref name="era" /> parameters do not specify a leap year.</returns>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.Int32)~System.IntPtr">
-      <summary>Converts the value of a 32-bit signed integer to an <see cref="T:System.IntPtr" />.</summary>
-      <param name="value">A 32-bit signed integer.</param>
-      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 13 that represents the month specified in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.Int64)~System.IntPtr">
-      <summary>Converts the value of a 64-bit signed integer to an <see cref="T:System.IntPtr" />.</summary>
-      <param name="value">A 64-bit signed integer.</param>
-      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large to represent as an <see cref="T:System.IntPtr" />.</exception>
-      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Calculates the number of months in the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era. The return value is 12 months in a common year or 13 months in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Int32">
-      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a 32-bit signed integer.</summary>
-      <param name="value">The pointer or handle to convert.</param>
-      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of <paramref name="value" /> is too large to represent as a 32-bit signed integer.</exception>
-      <returns>The contents of <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetSexagenaryYear(System.DateTime)">
+      <summary>Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date.</summary>
+      <param name="time">A <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A number from 1 through 60 in the sexagenary cycle that corresponds to the <paramref name="date" /> parameter.</returns>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Int64">
-      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a 64-bit signed integer.</summary>
-      <param name="value">The pointer or handle to convert.</param>
-      <returns>The contents of <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetTerrestrialBranch(System.Int32)">
+      <summary>Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle.</summary>
+      <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
+      <returns>An integer from 1 through 12.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="sexagenaryYear" /> is less than 1 or greater than 60.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Void*">
-      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a pointer to an unspecified type.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">The pointer or handle to convert.</param>
-      <returns>The contents of <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified date.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IntPtr.op_Explicit(System.Void*)~System.IntPtr">
-      <summary>Converts the specified pointer to an unspecified type to an <see cref="T:System.IntPtr" />.  
-  
- This API is not CLS-compliant.</summary>
-      <param name="value">A pointer to an unspecified type.</param>
-      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 through 13 that represents the month.</param>
+      <param name="day">An integer from 1 through 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Inequality(System.IntPtr,System.IntPtr)">
-      <summary>Determines whether two specified instances of <see cref="T:System.IntPtr" /> are not equal.</summary>
-      <param name="value1">The first pointer or handle to compare.</param>
-      <param name="value2">The second pointer or handle to compare.</param>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 through 13 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
       <returns>
-        <see langword="true" /> if <paramref name="value1" /> does not equal <paramref name="value2" />; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <paramref name="month" /> parameter is a leap month; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.op_Subtraction(System.IntPtr,System.Int32)">
-      <summary>Subtracts an offset from the value of a pointer.</summary>
-      <param name="pointer">The pointer to subtract the offset from.</param>
-      <param name="offset">The offset to subtract.</param>
-      <returns>A new pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the read-only span of characters representation of a number in a specified style and culture-specific format to its signed native integer equivalent.</summary>
-      <param name="s">A read-only span of characters containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />.</exception>
-      <returns>A signed native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 through 13 that represents the month.</param>
+      <param name="day">An integer from 1 through 31 that represents the day.</param>
+      <param name="hour">An integer from 0 through 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 through 59 that represents the minute.</param>
+      <param name="second">An integer from 0 through 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>A <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.Parse(System.String)">
-      <summary>Converts the string representation of a number to its signed native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />.</exception>
-      <returns>A signed native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of the <paramref name="year" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its signed native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />.</exception>
-      <returns>A signed native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="P:System.Globalization.EastAsianLunisolarCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.EastAsianLunisolarCalendar" /> is read-only.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 99 or greater than the maximum supported year in the current calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its signed native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />.</exception>
-      <returns>A signed native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="T:System.Globalization.GregorianCalendar">
+      <summary>Represents the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.IntPtr.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its signed native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />.</exception>
-      <returns>A signed native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar" /> class using the default <see cref="T:System.Globalization.GregorianCalendarTypes" /> value.</summary>
     </member>
-    <member name="M:System.IntPtr.Subtract(System.IntPtr,System.Int32)">
-      <summary>Subtracts an offset from the value of a pointer.</summary>
-      <param name="pointer">The pointer to subtract the offset from.</param>
-      <param name="offset">The offset to subtract.</param>
-      <returns>A new pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.#ctor(System.Globalization.GregorianCalendarTypes)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar" /> class using the specified <see cref="T:System.Globalization.GregorianCalendarTypes" /> value.</summary>
+      <param name="type">The <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes which language version of the calendar to create.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="type" /> is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes" /> enumeration.</exception>
     </member>
-    <member name="M:System.IntPtr.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.IntPtr" /> object.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
-      <param name="context">The destination for this serialization. (This parameter is not used; specify <see langword="null" />.)</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.GregorianCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000.
+-or-
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="M:System.IntPtr.ToInt32">
-      <summary>Converts the value of this instance to a 32-bit signed integer.</summary>
-      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of this instance is too large or too small to represent as a 32-bit signed integer.</exception>
-      <returns>A 32-bit signed integer equal to the value of this instance.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.IntPtr.ToInt64">
-      <summary>Converts the value of this instance to a 64-bit signed integer.</summary>
-      <returns>A 64-bit signed integer equal to the value of this instance.</returns>
+    <member name="F:System.Globalization.GregorianCalendar.ADEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IntPtr.ToPointer">
-      <summary>Converts the value of this instance to a pointer to an unspecified type.</summary>
-      <returns>A pointer to <see cref="T:System.Void" />; that is, a pointer to memory containing data of an unspecified type.</returns>
+    <member name="P:System.Globalization.GregorianCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="M:System.IntPtr.ToString">
-      <summary>Converts the numeric value of the current <see cref="T:System.IntPtr" /> object to its equivalent string representation.</summary>
-      <returns>The string representation of the value of this instance.</returns>
+    <member name="P:System.Globalization.GregorianCalendar.CalendarType">
+      <summary>Gets or sets the <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar" />.</summary>
+      <returns>A <see cref="T:System.Globalization.GregorianCalendarTypes" /> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes" /> enumeration.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IntPtr.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
+    <member name="P:System.Globalization.GregorianCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.GregorianCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.GregorianCalendar" />.</returns>
     </member>
-    <member name="M:System.IntPtr.ToString(System.String)">
-      <summary>Converts the numeric value of the current <see cref="T:System.IntPtr" /> object to its equivalent string representation.</summary>
-      <param name="format">A format specification that governs how the current <see cref="T:System.IntPtr" /> object is converted.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of the current <see cref="T:System.IntPtr" /> object.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IntPtr.ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The value of the current instance in the specified format.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">The span where this instance's value formatted as a span of characters should be written.</param>
-      <param name="charsWritten">When this method returns, contains the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">The characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IntPtr.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.IntPtr@)">
-      <summary>Converts the read-only span of characters representation of a number in a specified style and culture-specific format to its signed native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A read-only span of characters containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the signed native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty, is not of the correct format, or represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.TryParse(System.ReadOnlySpan{System.Char},System.IntPtr@)">
-      <summary>Converts the read-only span of characters representation of a number to its signed native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A read-only span of characters containing a number to convert.</param>
-      <param name="result">When this method returns, contains the signed native integer equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty, is not of the correct format, or represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IntPtr.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.IntPtr@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its signed native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the signed native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty, is not of the correct format, or represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IntPtr.TryParse(System.String,System.IntPtr@)">
-      <summary>Converts the string representation of a number to its signed native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the signed native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty, is not of the correct format, or represents a number less than <see cref="P:System.IntPtr.MinValue" /> or greater than <see cref="P:System.IntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify either <see cref="F:System.Globalization.GregorianCalendar.ADEra" /> or <see langword="GregorianCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>Always 0 because the Gregorian calendar does not recognize leap months.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than the Gregorian calendar year 1 or greater than the Gregorian calendar year 9999.
+-or-
+<paramref name="era" /> is not <see cref="F:System.Globalization.GregorianCalendar.ADEra" /> or <see langword="GregorianCalendar.Eras[Calendar.CurrentEra]" />.</exception>
+    </member>
+    <member name="M:System.Globalization.GregorianCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in <paramref name="time" />.</returns>
+    </member>
+    <member name="M:System.Globalization.GregorianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="P:System.IntPtr.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.IntPtr" />.</summary>
+    <member name="M:System.Globalization.GregorianCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in <paramref name="time" />.</returns>
     </member>
-    <member name="P:System.IntPtr.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.IntPtr" />.</summary>
+    <member name="M:System.Globalization.GregorianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="P:System.IntPtr.Size">
-      <summary>Gets the size of this instance.</summary>
-      <returns>The size of a pointer or handle in this process, measured in bytes. The value of this property is 4 in a 32-bit process, and 8 in a 64-bit process. You can define the process type by setting the <see langword="/platform" /> switch when you compile your code with the C# and Visual Basic compilers.</returns>
+    <member name="M:System.Globalization.GregorianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="T:System.InvalidCastException">
-      <summary>The exception that is thrown for invalid casting or explicit conversion.</summary>
+    <member name="M:System.Globalization.GregorianCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.InvalidCastException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class.</summary>
+    <member name="P:System.Globalization.GregorianCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type, which is the last moment of December 31, 9999 C.E. and is equivalent to <see cref="F:System.DateTime.MaxValue" />.</returns>
     </member>
-    <member name="M:System.InvalidCastException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
+    <member name="P:System.Globalization.GregorianCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar" /> type, which is the first moment of January 1, 0001 C.E. and is equivalent to <see cref="F:System.DateTime.MinValue" />.</returns>
     </member>
-    <member name="M:System.InvalidCastException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
+    <member name="M:System.Globalization.GregorianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.</exception>
     </member>
-    <member name="M:System.InvalidCastException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.GregorianCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.GregorianCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.InvalidCastException.#ctor(System.String,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified message and error code.</summary>
-      <param name="message">The message that indicates the reason the exception occurred.</param>
-      <param name="errorCode">The error code (HRESULT) value associated with the exception.</param>
+    <member name="P:System.Globalization.GregorianCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="T:System.InvalidOperationException">
-      <summary>The exception that is thrown when a method call is invalid for the object's current state.</summary>
+    <member name="T:System.Globalization.GregorianCalendarTypes">
+      <summary>Defines the different language versions of the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.InvalidOperationException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class.</summary>
+    <member name="F:System.Globalization.GregorianCalendarTypes.Arabic">
+      <summary>Refers to the Arabic version of the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.InvalidOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
+    <member name="F:System.Globalization.GregorianCalendarTypes.Localized">
+      <summary>Refers to the localized version of the Gregorian calendar, based on the language of the <see cref="T:System.Globalization.CultureInfo" /> that uses the <see cref="T:System.Globalization.DateTimeFormatInfo" />.</summary>
     </member>
-    <member name="M:System.InvalidOperationException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with a specified error message.</summary>
-      <param name="message">The message that describes the error.</param>
+    <member name="F:System.Globalization.GregorianCalendarTypes.MiddleEastFrench">
+      <summary>Refers to the Middle East French version of the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.InvalidOperationException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedEnglish">
+      <summary>Refers to the transliterated English version of the Gregorian calendar.</summary>
     </member>
-    <member name="T:System.InvalidProgramException">
-      <summary>The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program.</summary>
+    <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedFrench">
+      <summary>Refers to the transliterated French version of the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.InvalidProgramException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with default properties.</summary>
+    <member name="F:System.Globalization.GregorianCalendarTypes.USEnglish">
+      <summary>Refers to the U.S. English version of the Gregorian calendar.</summary>
     </member>
-    <member name="M:System.InvalidProgramException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
+    <member name="T:System.Globalization.HebrewCalendar">
+      <summary>Represents the Hebrew calendar.</summary>
     </member>
-    <member name="M:System.InvalidProgramException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.HebrewCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.HebrewCalendar" /> class.</summary>
     </member>
-    <member name="T:System.InvalidTimeZoneException">
-      <summary>The exception that is thrown when time zone information is invalid.</summary>
+    <member name="M:System.Globalization.HebrewCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="months" />.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
     </member>
-    <member name="M:System.InvalidTimeZoneException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a system-supplied message.</summary>
+    <member name="M:System.Globalization.HebrewCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add <paramref name="years" />.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.InvalidTimeZoneException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class from serialized data.</summary>
-      <param name="info">The object that contains the serialized data.</param>
-      <param name="context">The stream that contains the serialized data.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="context" /> parameter is <see langword="null" />.</exception>
+    <member name="P:System.Globalization.HebrewCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunisolarCalendar" />.</returns>
     </member>
-    <member name="M:System.InvalidTimeZoneException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with the specified message string.</summary>
-      <param name="message">A string that describes the exception.</param>
+    <member name="P:System.Globalization.HebrewCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.HebrewCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HebrewCalendar" /> type. The return value is always an array containing one element equal to <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" />.</returns>
     </member>
-    <member name="M:System.InvalidTimeZoneException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A string that describes the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception.</param>
+    <member name="M:System.Globalization.HebrewCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="T:System.IO.BinaryReader">
-      <summary>Reads primitive data types as binary values in a specific encoding.</summary>
+    <member name="M:System.Globalization.HebrewCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryReader" /> class based on the specified stream and using UTF-8 encoding.</summary>
-      <param name="input">The input stream.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support reading, is <see langword="null" />, or is already closed.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 385 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is earlier than September 17, 1583 in the Gregorian calendar, or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.#ctor(System.IO.Stream,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryReader" /> class based on the specified stream and character encoding.</summary>
-      <param name="input">The input stream.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support reading, is <see langword="null" />, or is already closed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="encoding" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 13 that represents the month.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="Calendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryReader" /> class based on the specified stream and character encoding, and optionally leaves the stream open.</summary>
-      <param name="input">The input stream.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="leaveOpen">
-        <see langword="true" /> to leave the stream open after the <see cref="T:System.IO.BinaryReader" /> object is disposed; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support reading, is <see langword="null" />, or is already closed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="encoding" /> or <paramref name="input" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Close">
-      <summary>Closes the current reader and the underlying stream.</summary>
+    <member name="M:System.Globalization.HebrewCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />. The return value is always <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.Dispose">
-      <summary>Releases all resources used by the current instance of the <see cref="T:System.IO.BinaryReader" /> class.</summary>
+    <member name="M:System.Globalization.HebrewCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>A positive integer that indicates the leap month in the specified year and era. The return value is 7 if the <paramref name="year" /> and <paramref name="era" /> parameters specify a leap year, or 0 if the year is not a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is not <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.
+-or-
+<paramref name="year" /> is less than the Hebrew calendar year 5343 or greater than the Hebrew calendar year 5999.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.BinaryReader" /> class and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.Globalization.HebrewCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 13 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.FillBuffer(System.Int32)">
-      <summary>Fills the internal buffer with the specified number of bytes read from the stream.</summary>
-      <param name="numBytes">The number of bytes to be read.</param>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached before <paramref name="numBytes" /> could be read.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">Requested <paramref name="numBytes" /> is larger than the internal buffer size.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>The number of months in the specified year in the specified era. The return value is either 12 in a common year, or 13 in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.PeekChar">
-      <summary>Returns the next available character and does not advance the byte or character position.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentException">The current character cannot be decoded into the internal character buffer by using the <see cref="T:System.Text.Encoding" /> selected for the stream.</exception>
-      <returns>The next available character, or -1 if no more characters are available or the stream does not support seeking.</returns>
+    <member name="M:System.Globalization.HebrewCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" /> value.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" /> value.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Read">
-      <summary>Reads characters from the underlying stream and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and the specific character being read from the stream.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The next character from the input stream, or -1 if no characters are currently available.</returns>
+    <member name="F:System.Globalization.HebrewCalendar.HebrewEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.BinaryReader.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the specified number of bytes from the stream, starting from a specified point in the byte array.</summary>
-      <param name="buffer">The buffer to read data into.</param>
-      <param name="index">The starting point in the buffer at which to begin reading into the buffer.</param>
-      <param name="count">The number of bytes to read.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.  
-  
- -or-  
-  
- The number of decoded characters to read is greater than <paramref name="count" />. This can happen if a Unicode decoder returns fallback characters or a surrogate pair.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 13 that represents the month.</param>
+      <param name="day">An integer from 1 to 30 that represents the day.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The number of bytes read into <paramref name="buffer" />. This might be less than the number of bytes requested if that many bytes are not available, or it might be zero if the end of the stream is reached.</returns>
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Read(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads the specified number of characters from the stream, starting from a specified point in the character array.</summary>
-      <param name="buffer">The buffer to read data into.</param>
-      <param name="index">The starting point in the buffer at which to begin reading into the buffer.</param>
-      <param name="count">The number of characters to read.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.  
-  
- -or-  
-  
- The number of decoded characters to read is greater than <paramref name="count" />. This can happen if a Unicode decoder returns fallback characters or a surrogate pair.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HebrewCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 13 that represents the month.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>
+        <see langword="true" /> if the specified month is a leap month; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of characters read into the buffer. This might be less than the number of characters requested if that many characters are not currently available, or it might be zero if the end of the stream is reached.</returns>
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Read(System.Span{System.Byte})">
-      <summary>Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
-      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current source.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+    <member name="M:System.Globalization.HebrewCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.Read(System.Span{System.Char})">
-      <summary>Reads, from the current stream, the same number of characters as the length of the provided buffer, writes them in the provided buffer, and advances the current position in accordance with the <see langword="Encoding" /> used and the specific character being read from the stream.</summary>
-      <param name="buffer">A span of characters. When this method returns, the contents of this region are replaced by the characters read from the current source.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of characters read into the buffer. This might be less than the number of characters requested if that many characters are not currently available, or it might be zero if the end of the stream is reached.</returns>
+    <member name="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type, which is equivalent to the last moment of September, 29, 2239 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.Read7BitEncodedInt">
-      <summary>Reads in a 32-bit integer in compressed format.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.FormatException">The stream is corrupted.</exception>
-      <returns>A 32-bit integer in compressed format.</returns>
+    <member name="P:System.Globalization.HebrewCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar" /> type, which is equivalent to the first moment of January, 1, 1583 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.Read7BitEncodedInt64">
-      <summary>Reads a number 7 bits at a time.</summary>
-      <returns>The number that is read from this binary reader instance.</returns>
+    <member name="M:System.Globalization.HebrewCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 13 that represents the month.</param>
+      <param name="day">An integer from 1 to 30 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra" /> or <see langword="HebrewCalendar.Eras[Calendar.CurrentEra]" />.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" /> or <paramref name="era" /> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar" /> object.
+-or-
+<paramref name="hour" /> is less than 0 or greater than 23.
+-or-
+<paramref name="minute" /> is less than 0 or greater than 59.
+-or-
+<paramref name="second" /> is less than 0 or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than 0 or greater than 999.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadBoolean">
-      <summary>Reads a <see langword="Boolean" /> value from the current stream and advances the current position of the stream by one byte.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>
-        <see langword="true" /> if the byte is nonzero; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.HebrewCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a 4-digit year by using the <see cref="P:System.Globalization.HebrewCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A 2-digit year from 0 through 99, or a 4-digit Hebrew calendar year from 5343 through 5999.</param>
+      <returns>If the <paramref name="year" /> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year" /> parameter is a 4-digit year, the return value is the unchanged <paramref name="year" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 0.
+-or-
+<paramref name="year" /> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadByte">
-      <summary>Reads the next byte from the current stream and advances the current position of the stream by one byte.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The next byte read from the current stream.</returns>
+    <member name="P:System.Globalization.HebrewCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.HebrewCalendar" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Hebrew calendar year value is less than 5343 but is not 99, or the year value is greater than 5999.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadBytes(System.Int32)">
-      <summary>Reads the specified number of bytes from the current stream into a byte array and advances the current position by that number of bytes.</summary>
-      <param name="count">The number of bytes to read. This value must be 0 or a non-negative number or an exception will occur.</param>
-      <exception cref="T:System.ArgumentException">The number of decoded characters to read is greater than <paramref name="count" />. This can happen if a Unicode decoder returns fallback characters or a surrogate pair.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is negative.</exception>
-      <returns>A byte array containing data read from the underlying stream. This might be less than the number of bytes requested if the end of the stream is reached.</returns>
+    <member name="T:System.Globalization.HijriCalendar">
+      <summary>Represents the Hijri calendar.</summary>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadChar">
-      <summary>Reads the next character from the current stream and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and the specific character being read from the stream.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentException">A surrogate character was read.</exception>
-      <returns>A character read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.HijriCalendar" /> class.</summary>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadChars(System.Int32)">
-      <summary>Reads the specified number of characters from the current stream, returns the data in a character array, and advances the current position in accordance with the <see langword="Encoding" /> used and the specific character being read from the stream.</summary>
-      <param name="count">The number of characters to read.</param>
-      <exception cref="T:System.ArgumentException">The number of decoded characters to read is greater than <paramref name="count" />. This can happen if a Unicode decoder returns fallback characters or a surrogate pair.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+    <member name="M:System.Globalization.HijriCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to add months to.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is negative.</exception>
-      <returns>A character array containing data read from the underlying stream. This might be less than the number of characters requested if the end of the stream is reached.</returns>
+        <paramref name="months" /> is less than -120000.
+-or-
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadDecimal">
-      <summary>Reads a decimal value from the current stream and advances the current position of the stream by sixteen bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A decimal value read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to add years to.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadDouble">
-      <summary>Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>An 8-byte floating point value read from the current stream.</returns>
+    <member name="P:System.Globalization.HijriCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunarCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadHalf">
-      <summary>Reads a 2-byte floating point value from the current stream and advances the current position of the stream by two bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 2-byte floating point value read from the current stream.</returns>
+    <member name="P:System.Globalization.HijriCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.HijriCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.HijriCalendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadInt16">
-      <summary>Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 2-byte signed integer read from the current stream.</returns>
+    <member name="P:System.Globalization.HijriCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.HijriCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HijriCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadInt32">
-      <summary>Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 4-byte signed integer read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadInt64">
-      <summary>Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>An 8-byte signed integer read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadSByte">
-      <summary>Reads a signed byte from this stream and advances the current position of the stream by one byte.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A signed byte read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 355 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadSingle">
-      <summary>Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 4-byte floating point value read from the current stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month of the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.
+-or-
+<paramref name="month" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadString">
-      <summary>Reads a string from the current stream. The string is prefixed with the length, encoded as an integer seven bits at a time.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The string being read.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadUInt16">
-      <summary>Reads a 2-byte unsigned integer from the current stream using little-endian encoding and advances the position of the stream by two bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 2-byte unsigned integer read from this stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadUInt32">
-      <summary>Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A 4-byte unsigned integer read from this stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify <see cref="F:System.Globalization.Calendar.CurrentEra" /> or <see cref="F:System.Globalization.HijriCalendar.HijriEra" />.</param>
+      <returns>Always 0 because the <see cref="T:System.Globalization.HijriCalendar" /> type does not support the notion of a leap month.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than the Hijri calendar year 1 or greater than the year 9666.
+-or-
+<paramref name="era" /> is not <see cref="F:System.Globalization.Calendar.CurrentEra" /> or <see cref="F:System.Globalization.HijriCalendar.HijriEra" />.</exception>
     </member>
-    <member name="M:System.IO.BinaryReader.ReadUInt64">
-      <summary>Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes.</summary>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>An 8-byte unsigned integer read from this stream.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="P:System.IO.BinaryReader.BaseStream">
-      <summary>Exposes access to the underlying stream of the <see cref="T:System.IO.BinaryReader" />.</summary>
-      <returns>The underlying stream associated with the <see langword="BinaryReader" />.</returns>
+    <member name="M:System.Globalization.HijriCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year and era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="T:System.IO.BinaryWriter">
-      <summary>Writes primitive types in binary to a stream and supports writing strings in a specific encoding.</summary>
+    <member name="M:System.Globalization.HijriCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="F:System.IO.BinaryWriter.Null">
-      <summary>Specifies a <see cref="T:System.IO.BinaryWriter" /> with no backing store.</summary>
+    <member name="P:System.Globalization.HijriCalendar.HijriAdjustment">
+      <summary>Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
+      <returns>An integer from -2 to 2 that represents the number of days to add or subtract from the calendar.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to an invalid value.</exception>
     </member>
-    <member name="F:System.IO.BinaryWriter.OutStream">
-      <summary>Holds the underlying stream.</summary>
+    <member name="F:System.Globalization.HijriCalendar.HijriEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.BinaryWriter.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryWriter" /> class that writes to a stream.</summary>
+    <member name="M:System.Globalization.HijriCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 30 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.
+-or-
+<paramref name="month" /> is outside the range supported by this calendar.
+-or-
+<paramref name="day" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryWriter" /> class based on the specified stream and using UTF-8 encoding.</summary>
-      <param name="output">The output stream.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support writing or is already closed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="output" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HijriCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.
+-or-
+<paramref name="month" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryWriter" /> class based on the specified stream and character encoding.</summary>
-      <param name="output">The output stream.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support writing or is already closed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="output" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.HijriCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BinaryWriter" /> class based on the specified stream and character encoding, and optionally leaves the stream open.</summary>
-      <param name="output">The output stream.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="leaveOpen">
-        <see langword="true" /> to leave the stream open after the <see cref="T:System.IO.BinaryWriter" /> object is disposed; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support writing or is already closed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="output" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
+    <member name="P:System.Globalization.HijriCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by this calendar.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.HijriCalendar" /> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Close">
-      <summary>Closes the current <see cref="T:System.IO.BinaryWriter" /> and the underlying stream.</summary>
+    <member name="P:System.Globalization.HijriCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by this calendar.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HijriCalendar" /> type, which is equivalent to the first moment of July 18, 622 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Dispose">
-      <summary>Releases all resources used by the current instance of the <see cref="T:System.IO.BinaryWriter" /> class.</summary>
+    <member name="M:System.Globalization.HijriCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 30 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="era" /> is outside the range supported by this calendar.
+-or-
+<paramref name="year" /> is outside the range supported by this calendar.
+-or-
+<paramref name="month" /> is outside the range supported by this calendar.
+-or-
+<paramref name="day" /> is outside the range supported by this calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.BinaryWriter" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.Globalization.HijriCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.HijriCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.DisposeAsync">
-      <summary>Asynchronously releases all resources used by the current instance of the <see cref="T:System.IO.BinaryWriter" /> class.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
+    <member name="P:System.Globalization.HijriCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9666.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Flush">
-      <summary>Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.</summary>
+    <member name="T:System.Globalization.IdnMapping">
+      <summary>Supports the use of non-ASCII characters for Internet domain names. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.IO.BinaryWriter.Seek(System.Int32,System.IO.SeekOrigin)">
-      <summary>Sets the position within the current stream.</summary>
-      <param name="offset">A byte offset relative to <paramref name="origin" />.</param>
-      <param name="origin">A field of <see cref="T:System.IO.SeekOrigin" /> indicating the reference point from which the new position is to be obtained.</param>
-      <exception cref="T:System.IO.IOException">The file pointer was moved to an invalid location.</exception>
-      <exception cref="T:System.ArgumentException">The <see cref="T:System.IO.SeekOrigin" /> value is invalid.</exception>
-      <returns>The position with the current stream.</returns>
+    <member name="M:System.Globalization.IdnMapping.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.IdnMapping" /> class.</summary>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Boolean)">
-      <summary>Writes a one-byte <see langword="Boolean" /> value to the current stream, with 0 representing <see langword="false" /> and 1 representing <see langword="true" />.</summary>
-      <param name="value">The <see langword="Boolean" /> value to write (0 or 1).</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="P:System.Globalization.IdnMapping.AllowUnassigned">
+      <summary>Gets or sets a value that indicates whether unassigned Unicode code points are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
+      <returns>
+        <see langword="true" /> if unassigned code points are used in operations; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Byte)">
-      <summary>Writes an unsigned byte to the current stream and advances the stream position by one byte.</summary>
-      <param name="value">The unsigned byte to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.IdnMapping.Equals(System.Object)">
+      <summary>Indicates whether a specified object and the current <see cref="T:System.Globalization.IdnMapping" /> object are equal.</summary>
+      <param name="obj">The object to compare to the current object.</param>
+      <returns>
+        <see langword="true" /> if the object specified by the <paramref name="obj" /> parameter is derived from <see cref="T:System.Globalization.IdnMapping" /> and its <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Byte[])">
-      <summary>Writes a byte array to the underlying stream.</summary>
-      <param name="buffer">A byte array containing the data to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String)">
+      <summary>Encodes a string of domain name labels that consist of Unicode characters to a string of displayable Unicode characters in the US-ASCII character range. The string is formatted according to the IDNA standard.</summary>
+      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
+      <returns>The equivalent of the string specified by the <paramref name="unicode" /> parameter, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+        <paramref name="unicode" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>Writes a region of a byte array to the current stream.</summary>
-      <param name="buffer">A byte array containing the data to write.</param>
-      <param name="index">The index of the first byte to read from <paramref name="buffer" /> and to write to the stream.</param>
-      <param name="count">The number of bytes to read from <paramref name="buffer" /> and to write to the stream.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32)">
+      <summary>Encodes a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard.</summary>
+      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
+      <param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring to convert. The conversion operation continues to the end of the <paramref name="unicode" /> string.</param>
+      <returns>The equivalent of the substring specified by the <paramref name="unicode" /> and <paramref name="index" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+        <paramref name="unicode" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="unicode" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Char)">
-      <summary>Writes a Unicode character to the current stream and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and the specific characters being written to the stream.</summary>
-      <param name="ch">The non-surrogate, Unicode character to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.IdnMapping.GetAscii(System.String,System.Int32,System.Int32)">
+      <summary>Encodes the specified number of characters in a  substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard.</summary>
+      <param name="unicode">The string to convert, which consists of one or more domain name labels delimited with label separators.</param>
+      <param name="index">A zero-based offset into <paramref name="unicode" /> that specifies the start of the substring.</param>
+      <param name="count">The number of characters to convert in the substring that starts at the position specified by  <paramref name="index" /> in the <paramref name="unicode" /> string.</param>
+      <returns>The equivalent of the substring specified by the <paramref name="unicode" />, <paramref name="index" />, and <paramref name="count" /> parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="unicode" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="unicode" />.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="unicode" /> minus <paramref name="count" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="ch" /> is a single surrogate character.</exception>
+        <paramref name="unicode" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
+    </member>
+    <member name="M:System.Globalization.IdnMapping.GetHashCode">
+      <summary>Returns a hash code for this <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
+      <returns>One of four 32-bit signed constants derived from the properties of an <see cref="T:System.Globalization.IdnMapping" /> object.  The return value has no special meaning and is not suitable for use in a hash code algorithm.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Char[])">
-      <summary>Writes a character array to the current stream and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and the specific characters being written to the stream.</summary>
-      <param name="chars">A character array containing the data to write.</param>
+    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String)">
+      <summary>Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
+      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
+      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+        <paramref name="ascii" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a section of a character array to the current stream, and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and perhaps the specific characters being written to the stream.</summary>
-      <param name="chars">A character array containing the data to write.</param>
-      <param name="index">The index of the first character to read from <paramref name="chars" /> and to write to the stream.</param>
-      <param name="count">The number of characters to read from <paramref name="chars" /> and to write to the stream.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32)">
+      <summary>Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
+      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
+      <param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring to decode. The decoding operation continues to the end of the <paramref name="ascii" /> string.</param>
+      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" /> and <paramref name="index" /> parameters.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.</exception>
+        <paramref name="ascii" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-    </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Decimal)">
-      <summary>Writes a decimal value to the current stream and advances the stream position by sixteen bytes.</summary>
-      <param name="value">The decimal value to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-    </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Double)">
-      <summary>Writes an eight-byte floating-point value to the current stream and advances the stream position by eight bytes.</summary>
-      <param name="value">The eight-byte floating-point value to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+        <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="ascii" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Half)">
-      <summary>Writes an two-byte floating-point value to the current stream and advances the stream position by two bytes.</summary>
-      <param name="value">The two-byte floating-point value to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.IdnMapping.GetUnicode(System.String,System.Int32,System.Int32)">
+      <summary>Decodes a substring of a specified length that contains one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.</summary>
+      <param name="ascii">The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.</param>
+      <param name="index">A zero-based offset into <paramref name="ascii" /> that specifies the start of the substring.</param>
+      <param name="count">The number of characters to convert in the substring that starts at the position specified by <paramref name="index" /> in the <paramref name="ascii" /> string.</param>
+      <returns>The Unicode equivalent of the IDNA substring specified by the <paramref name="ascii" />, <paramref name="index" />, and <paramref name="count" /> parameters.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="ascii" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="ascii" />.
+-or-
+<paramref name="index" /> is greater than the length of <paramref name="ascii" /> minus <paramref name="count" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="ascii" /> is invalid based on the <see cref="P:System.Globalization.IdnMapping.AllowUnassigned" /> and <see cref="P:System.Globalization.IdnMapping.UseStd3AsciiRules" /> properties, and the IDNA standard.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Int16)">
-      <summary>Writes a two-byte signed integer to the current stream and advances the stream position by two bytes.</summary>
-      <param name="value">The two-byte signed integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="P:System.Globalization.IdnMapping.UseStd3AsciiRules">
+      <summary>Gets or sets a value that indicates whether standard or relaxed naming conventions are used in operations performed by members of the current <see cref="T:System.Globalization.IdnMapping" /> object.</summary>
+      <returns>
+        <see langword="true" /> if standard naming conventions are used in operations; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Int32)">
-      <summary>Writes a four-byte signed integer to the current stream and advances the stream position by four bytes.</summary>
-      <param name="value">The four-byte signed integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="T:System.Globalization.ISOWeek">
+      <summary>Provides static members to support the ISO week date that is part of the ISO 8601 date and time standard issued by the International Organization for Standardization (ISO).</summary>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Int64)">
-      <summary>Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes.</summary>
-      <param name="value">The eight-byte signed integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.ISOWeek.GetWeekOfYear(System.DateTime)">
+      <summary>Calculates the ISO week number of a given Gregorian date.</summary>
+      <param name="date">A date in the Gregorian calendar.</param>
+      <returns>A number between 1 and 53 represnting the ISO week number of the given Gregorian date.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>Writes a span of bytes to the current stream.</summary>
-      <param name="buffer">The span of bytes to write.</param>
+    <member name="M:System.Globalization.ISOWeek.GetWeeksInYear(System.Int32)">
+      <summary>calculates the number of weeks in a given ISO week-numbering year.</summary>
+      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
+      <returns>The number of ISO weeks in the year. Returns either 52 or 53.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.ReadOnlySpan{System.Char})">
-      <summary>Writes a span of characters to the current stream, and advances the current position of the stream in accordance with the <see langword="Encoding" /> used and perhaps the specific characters being written to the stream.</summary>
-      <param name="chars">A span of chars to write.</param>
+    <member name="M:System.Globalization.ISOWeek.GetYear(System.DateTime)">
+      <summary>Calculates the ISO week-numbering year (also called ISO year informally) mapped to the input Gregorian date.</summary>
+      <param name="date">A date in the Gregorian calendar.</param>
+      <returns>The ISO week-numbering year, between 1 and 9999</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.SByte)">
-      <summary>Writes a signed byte to the current stream and advances the stream position by one byte.</summary>
-      <param name="value">The signed byte to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.ISOWeek.GetYearEnd(System.Int32)">
+      <summary>Calculates the Gregorian date at which the week-numbering year will end.</summary>
+      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
+      <returns>The Gregorian date at which the week-numbering year will end.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.Single)">
-      <summary>Writes a four-byte floating-point value to the current stream and advances the stream position by four bytes.</summary>
-      <param name="value">The four-byte floating-point value to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.ISOWeek.GetYearStart(System.Int32)">
+      <summary>Calculates the Gregorian date at which the week-numbering year will start.</summary>
+      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
+      <returns>The Gregorian date at which the week-numbering year will start.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.String)">
-      <summary>Writes a length-prefixed string to this stream in the current encoding of the <see cref="T:System.IO.BinaryWriter" />, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream.</summary>
-      <param name="value">The value to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.ISOWeek.ToDateTime(System.Int32,System.Int32,System.DayOfWeek)">
+      <summary>Maps the ISO week date represented by a specified ISO year, week number, and day of week to the equivalent Gregorian date.</summary>
+      <param name="year">An ISO week-numbering year (also called an ISO year informally).</param>
+      <param name="week">The ISO week number in the given ISO week-numbering year.</param>
+      <param name="dayOfWeek">The day of week inside the given ISO week.</param>
+      <returns>The Gregorian date equivalent to the input ISO week date.</returns>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.UInt16)">
-      <summary>Writes a two-byte unsigned integer to the current stream and advances the stream position by two bytes.</summary>
-      <param name="value">The two-byte unsigned integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="T:System.Globalization.JapaneseCalendar">
+      <summary>Represents the Japanese calendar.</summary>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.UInt32)">
-      <summary>Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes.</summary>
-      <param name="value">The four-byte unsigned integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseCalendar" /> class.</summary>
+      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.JapaneseCalendar" /> object because of missing culture information.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write(System.UInt64)">
-      <summary>Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.</summary>
-      <param name="value">The eight-byte unsigned integer to write.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000.
+-or-
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write7BitEncodedInt(System.Int32)">
-      <summary>Writes a 32-bit integer in a compressed format.</summary>
-      <param name="value">The 32-bit integer to be written.</param>
-      <exception cref="T:System.IO.EndOfStreamException">The end of the stream is reached.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the supported range of the <see cref="T:System.Globalization.JapaneseCalendar" /> type.
+-or-
+<paramref name="years" /> is less than -10,000 or greater than 10,000.</exception>
     </member>
-    <member name="M:System.IO.BinaryWriter.Write7BitEncodedInt64(System.Int64)">
-      <summary>Writes out a number 7 bits at a time.</summary>
-      <param name="value">The value to write.</param>
+    <member name="P:System.Globalization.JapaneseCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="P:System.IO.BinaryWriter.BaseStream">
-      <summary>Gets the underlying stream of the <see cref="T:System.IO.BinaryWriter" />.</summary>
-      <returns>The underlying stream associated with the <see langword="BinaryWriter" />.</returns>
+    <member name="P:System.Globalization.JapaneseCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.JapaneseCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JapaneseCalendar" />.</returns>
     </member>
-    <member name="T:System.IO.BufferedStream">
-      <summary>Adds a buffering layer to read and write operations on another stream. This class cannot be inherited.</summary>
+    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BufferedStream" /> class with a default buffer size of 4096 bytes.</summary>
-      <param name="stream">The current stream.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.#ctor(System.IO.Stream,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.BufferedStream" /> class with the specified buffer size.</summary>
-      <param name="stream">The current stream.</param>
-      <param name="bufferSize">The buffer size in bytes.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous read operation. (Consider using <see cref="M:System.IO.BufferedStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="buffer">The buffer to read the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data read from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="callback">An optional asynchronous callback, to be called when the read is complete.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">Attempted an asynchronous read past the end of the stream.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="offset" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support the read operation.</exception>
-      <returns>An object that represents the asynchronous read, which could still be pending.</returns>
-    </member>
-    <member name="M:System.IO.BufferedStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous write operation. (Consider using <see cref="M:System.IO.BufferedStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="buffer">The buffer containing data to write to the current stream.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="callback">The method to be called when the asynchronous write operation is completed.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="buffer" /> length minus <paramref name="offset" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <returns>An object that references the asynchronous write which could still be pending.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.CopyTo(System.IO.Stream,System.Int32)">
-      <summary>Reads the bytes from the current buffered stream and writes them to another stream.</summary>
-      <param name="destination">The stream to which the contents of the current buffered stream will be copied.</param>
-      <param name="bufferSize">The size of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative or zero.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading.
-
+        <paramref name="year" /> is outside the range supported by the calendar.
 -or-
-
-<paramref name="destination" /> does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or <paramref name="destination" /> was closed before the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream)" /> method was called.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-    </member>
-    <member name="M:System.IO.BufferedStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the bytes from the current buffered stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
-      <param name="destination">The stream to which the contents of the current buffered stream will be copied.</param>
-      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default sizer is 81920.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.DisposeAsync">
-      <summary>Asynchronously releases the unmanaged resources used by the buffered stream.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
-    </member>
-    <member name="M:System.IO.BufferedStream.EndRead(System.IAsyncResult)">
-      <summary>Waits for the pending asynchronous read operation to complete. (Consider using <see cref="M:System.IO.BufferedStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">The reference to the pending asynchronous request to wait for.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.BufferedStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
-      <returns>The number of bytes read from the stream, between 0 (zero) and the number of bytes you requested. Streams only return 0 only at the end of the stream, otherwise, they should block until at least 1 byte is available.</returns>
+    <member name="M:System.Globalization.JapaneseCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.EndWrite(System.IAsyncResult)">
-      <summary>Ends an asynchronous write operation and blocks until the I/O operation is complete. (Consider using <see cref="M:System.IO.BufferedStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">The pending asynchronous request.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.BufferedStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era.</param>
+      <returns>The return value is always 0 because the <see cref="T:System.Globalization.JapaneseCalendar" /> type does not support the notion of a leap month.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.Flush">
-      <summary>Clears all buffers for this stream and causes any buffered data to be written to the underlying device.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.IO.IOException">The data source or repository is not open.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.FlushAsync(System.Threading.CancellationToken)">
-      <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.Globalization.JapaneseCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The return value is always 12.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>Copies bytes from the current buffered stream to an array.</summary>
-      <param name="buffer" />
-      <param name="offset">The byte offset in the buffer at which to begin reading bytes.</param>
-      <param name="count">The number of bytes to be read.</param>
-      <exception cref="T:System.ArgumentException">Length of <paramref name="array" /> minus <paramref name="offset" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
+      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
+      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
+      <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">The stream is not open or is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The total number of bytes read into <paramref name="array" />. This can be less than the number of bytes requested if that many bytes are not currently available, or 0 if the end of the stream has been reached before any data can be read.</returns>
+        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.
+-or-
+<paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.Read(System.Span{System.Byte})">
-      <summary>Copies bytes from the current buffered stream to a byte span and advances the position within the buffered stream by the number of bytes read.</summary>
-      <param name="destination">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current source.</param>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+    <member name="M:System.Globalization.JapaneseCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" />, if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current buffered stream and advances the position within the buffered stream by the number of bytes read.</summary>
-      <param name="buffer">The region of memory to write the data into.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation. The value of its <see cref="P:System.Threading.Tasks.ValueTask`1.Result" /> property contains the total number of bytes read into the buffer. The result value can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.Globalization.JapaneseCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.ReadByte">
-      <summary>Reads a byte from the underlying stream and returns the byte cast to an <see langword="int" />, or returns -1 if reading from the end of the stream.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs, such as the stream being closed.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The byte cast to an <see langword="int" />, or -1 if reading from the end of the stream.</returns>
+    <member name="M:System.Globalization.JapaneseCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" />, if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.Seek(System.Int64,System.IO.SeekOrigin)">
-      <summary>Sets the position within the current buffered stream.</summary>
-      <param name="offset">A byte offset relative to <paramref name="origin" />.</param>
-      <param name="origin">A value of type <see cref="T:System.IO.SeekOrigin" /> indicating the reference point from which to obtain the new position.</param>
-      <exception cref="T:System.IO.IOException">The stream is not open or is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The new position within the current buffered stream.</returns>
+    <member name="P:System.Globalization.JapaneseCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar" /> object.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.SetLength(System.Int64)">
-      <summary>Sets the length of the buffered stream.</summary>
-      <param name="value">An integer indicating the desired length of the current buffered stream in bytes.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">The stream is not open or is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    <member name="P:System.Globalization.JapaneseCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar" /> object.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar" /> type, which is equivalent to the first moment of September 8, 1868 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>Copies bytes to the buffered stream and advances the current position within the buffered stream by the number of bytes written.</summary>
-      <param name="buffer" />
-      <param name="offset">The offset in the buffer at which to begin copying bytes to the current buffered stream.</param>
-      <param name="count">The number of bytes to be written to the current buffered stream.</param>
-      <exception cref="T:System.ArgumentException">Length of <paramref name="array" /> minus <paramref name="offset" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-    </member>
-    <member name="M:System.IO.BufferedStream.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>Writes a sequence of bytes to the current buffered stream and advances the current position within this buffered stream by the number of bytes written.</summary>
-      <param name="buffer">A region of memory. This method copies the contents of this region to the current buffered stream.</param>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JapaneseCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">An integer (usually two digits) that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current buffered stream, advances the current position within this buffered stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The region of memory to write data from.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than 8011 (or <see langword="MaxSupportedDateTime.Year" />).</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IO.BufferedStream.WriteByte(System.Byte)">
-      <summary>Writes a byte to the current position in the buffered stream.</summary>
-      <param name="value">A byte to write to the stream.</param>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    <member name="T:System.Globalization.JapaneseLunisolarCalendar">
+      <summary>Represents time in divisions, such as months, days, and years. Years are calculated as for the Japanese calendar, while days and months are calculated using the lunisolar calendar.</summary>
     </member>
-    <member name="P:System.IO.BufferedStream.BufferSize">
-      <summary>Gets the buffer size in bytes for this buffered stream.</summary>
-      <returns>An integer representing the buffer size in bytes.</returns>
+    <member name="M:System.Globalization.JapaneseLunisolarCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
     </member>
-    <member name="P:System.IO.BufferedStream.CanRead">
-      <summary>Gets a value indicating whether the current stream supports reading.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports reading; <see langword="false" /> if the stream is closed or was opened with write-only access.</returns>
+    <member name="P:System.Globalization.JapaneseLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="P:System.IO.BufferedStream.CanSeek">
-      <summary>Gets a value indicating whether the current stream supports seeking.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports seeking; <see langword="false" /> if the stream is closed or if the stream was constructed from an operating system handle such as a pipe or output to the console.</returns>
+    <member name="P:System.Globalization.JapaneseLunisolarCalendar.Eras">
+      <summary>Gets the eras that are relevant to the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> object.</summary>
+      <returns>An array of 32-bit signed integers that specify the relevant eras.</returns>
     </member>
-    <member name="P:System.IO.BufferedStream.CanWrite">
-      <summary>Gets a value indicating whether the current stream supports writing.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports writing; <see langword="false" /> if the stream is closed or was opened with read-only access.</returns>
+    <member name="M:System.Globalization.JapaneseLunisolarCalendar.GetEra(System.DateTime)">
+      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era specified in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="P:System.IO.BufferedStream.Length">
-      <summary>Gets the stream length in bytes.</summary>
-      <exception cref="T:System.IO.IOException">The underlying stream is <see langword="null" /> or closed.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The stream length in bytes.</returns>
+    <member name="F:System.Globalization.JapaneseLunisolarCalendar.JapaneseEra">
+      <summary>Specifies the current era.</summary>
     </member>
-    <member name="P:System.IO.BufferedStream.Position">
-      <summary>Gets the position within the current stream.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value passed to <see cref="M:System.IO.BufferedStream.Seek(System.Int64,System.IO.SeekOrigin)" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs, such as the stream being closed.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The position within the current stream.</returns>
+    <member name="P:System.Globalization.JapaneseLunisolarCalendar.MaxSupportedDateTime">
+      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class, which is equivalent to the last moment of January 22, 2050 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="P:System.IO.BufferedStream.UnderlyingStream">
-      <summary>Gets the underlying <see cref="T:System.IO.Stream" /> instance for this buffered stream.</summary>
-      <returns>The underlying stream instance.</returns>
+    <member name="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime">
+      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar" /> class, which is equivalent to the first moment of January 28, 1960 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="T:System.IO.Directory">
-      <summary>Exposes static methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.</summary>
+    <member name="T:System.Globalization.JulianCalendar">
+      <summary>Represents the Julian calendar.</summary>
     </member>
-    <member name="M:System.IO.Directory.CreateDirectory(System.String)">
-      <summary>Creates all directories and subdirectories in the specified path unless they already exist.</summary>
-      <param name="path">The directory to create.</param>
-      <exception cref="T:System.IO.IOException">The directory specified by <paramref name="path" /> is a file.  
-  
- -or-  
-  
- The network name is not known.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="path" /> is prefixed with, or contains, only a colon character (:).</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> contains a colon character (:) that is not part of a drive label ("C:\").</exception>
-      <returns>An object that represents the directory at the specified path. This object is returned regardless of whether a directory at the specified path already exists.</returns>
+    <member name="M:System.Globalization.JulianCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
     </member>
-    <member name="M:System.IO.Directory.CreateSymbolicLink(System.String,System.String)">
-      <summary>Creates a directory symbolic link identified by <paramref name="path" /> that points to <paramref name="pathToTarget" />.</summary>
-      <param name="path">The path where the symbolic link should be created.</param>
-      <param name="pathToTarget">The target directory of the symbolic link.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="pathToTarget" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> or <paramref name="pathToTarget" /> is empty.
-
--or-
-
-<paramref name="path" /> or <paramref name="pathToTarget" /> contains invalid path characters.</exception>
-      <exception cref="T:System.IO.IOException">A file or directory already exists in the location of <paramref name="path" />.
-
+    <member name="M:System.Globalization.JulianCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000.
 -or-
-
-An I/O error occurred.</exception>
-      <returns>A <see cref="T:System.IO.DirectoryInfo" /> instance that wraps the newly created directory symbolic link.</returns>
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="M:System.IO.Directory.Delete(System.String)">
-      <summary>Deletes an empty directory from a specified path.</summary>
-      <param name="path">The name of the empty directory to remove. This directory must be writable and empty.</param>
-      <exception cref="T:System.IO.IOException">A file with the same name and location specified by <paramref name="path" /> exists.  
-  
- -or-  
-  
- The directory is the application's current working directory.  
-  
- -or-  
-  
- The directory specified by <paramref name="path" /> is not empty.  
-  
- -or-  
-  
- The directory is read-only or contains a read-only file.  
-  
- -or-  
-  
- The directory is being used by another process.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> does not exist or could not be found.  
-  
- -or-  
-  
- The specified path is invalid (for example, it is on an unmapped drive).</exception>
+    <member name="M:System.Globalization.JulianCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.IO.Directory.Delete(System.String,System.Boolean)">
-      <summary>Deletes the specified directory and, if indicated, any subdirectories and files in the directory.</summary>
-      <param name="path">The name of the directory to remove.</param>
-      <param name="recursive">
-        <see langword="true" /> to remove directories, subdirectories, and files in <paramref name="path" />; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.IO.IOException">A file with the same name and location specified by <paramref name="path" /> exists.  
-  
- -or-  
-  
- The directory specified by <paramref name="path" /> is read-only, or <paramref name="recursive" /> is <see langword="false" /> and <paramref name="path" /> is not an empty directory.  
-  
- -or-  
-  
- The directory is the application's current working directory.  
-  
- -or-  
-  
- The directory contains a read-only file.  
-  
- -or-  
-  
- The directory is being used by another process.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> does not exist or could not be found.  
-  
- -or-  
-  
- The specified path is invalid (for example, it is on an unmapped drive).</exception>
+    <member name="P:System.Globalization.JulianCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
+    </member>
+    <member name="P:System.Globalization.JulianCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.JulianCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JulianCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateDirectories(System.String)">
-      <summary>Returns an enumerable collection of directory full names in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path" />.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String)">
-      <summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of directories in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path" /> and that match the specified search pattern.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of the directory full names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of directories in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time" />.</returns>
+    </member>
+    <member name="M:System.Globalization.JulianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path" /> and that match the specified search pattern and enumeration options.</returns>
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.EnumerateDirectories(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of directories in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramref name="path" /> and that match the specified search pattern and search option.</returns>
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFiles(System.String)">
-      <summary>Returns an enumerable collection of full file names in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path" />.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String)">
-      <summary>Returns an enumerable collection of full file names that match a search pattern in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path" /> and that match the specified search pattern.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>A positive integer that indicates the leap month in the specified year and era. Alternatively, this method returns zero if the calendar does not support a leap month, or if <paramref name="year" /> and <paramref name="era" /> do not specify a leap year.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of full file names that match a search pattern and enumeration options in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path" /> and that match the specified search pattern and enumeration options.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFiles(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of full file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramref name="path" /> and that match the specified search pattern and search option.</returns>
-    </member>
-    <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String)">
-      <summary>Returns an enumerable collection of file names and directory names in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path" />.</returns>
+        <paramref name="era" /> is outside the range supported by the calendar.
+-or-
+<paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String)">
-      <summary>Returns an enumerable collection of file names and directory names that match a search pattern in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of file-system entries in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path" /> and that match the specified search pattern.</returns>
+    <member name="M:System.Globalization.JulianCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in <paramref name="time" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of file names and directory names that match a search pattern and enumeration options in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path" />, that match the specified search pattern and the specified enumeration options.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.EnumerateFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against file-system entries in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values  that specifies whether the search operation should include only the current directory or should include all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path" /> and that match the specified search pattern and option.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.Exists(System.String)">
-      <summary>Determines whether the given path refers to an existing directory on disk.</summary>
-      <param name="path">The path to test.</param>
+    <member name="M:System.Globalization.JulianCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
       <returns>
-        <see langword="true" /> if <paramref name="path" /> refers to an existing directory; <see langword="false" /> if the directory does not exist or an error occurs when trying to determine if the specified directory exists.</returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetCreationTime(System.String)">
-      <summary>Gets the creation date and time of a directory.</summary>
-      <param name="path">The path of the directory.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A structure that is set to the creation date and time for the specified directory. This value is expressed in local time.</returns>
+    <member name="F:System.Globalization.JulianCalendar.JulianEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.Directory.GetCreationTimeUtc(System.String)">
-      <summary>Gets the creation date and time, in Coordinated Universal Time (UTC) format, of a directory.</summary>
-      <param name="path">The path of the directory.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A structure that is set to the creation date and time for the specified directory. This value is expressed in UTC time.</returns>
+    <member name="P:System.Globalization.JulianCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetCurrentDirectory">
-      <summary>Gets the current working directory of the application.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">The operating system is Windows CE, which does not have current directory functionality.  
-  
- This method is available in the .NET Compact Framework, but is not currently supported.</exception>
-      <returns>A string that contains the absolute path of the current working directory, and does not end with a backslash (\).</returns>
+    <member name="P:System.Globalization.JulianCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetDirectories(System.String)">
-      <summary>Returns the names of subdirectories (including their paths) in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) of subdirectories in the specified path, or an empty array if no directories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetDirectories(System.String,System.String)">
-      <summary>Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="M:System.IO.Path.GetInvalidPathChars" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> doesn't contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) of the subdirectories that match the search pattern in the specified directory, or an empty array if no directories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetDirectories(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns the names of subdirectories (including their paths) that match the specified search pattern and enumeration options in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="M:System.IO.Path.GetInvalidPathChars" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> doesn't contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) of the subdirectories that match the search pattern and enumeration options in the specified directory, or an empty array if no directories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetDirectories(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include all subdirectories or only the current directory.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.JulianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) of the subdirectories that match the specified criteria, or an empty array if no directories are found.</returns>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetDirectoryRoot(System.String)">
-      <summary>Returns the volume information, root information, or both for the specified path.</summary>
-      <param name="path">The path of a file or directory.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A string that contains the volume information, root information, or both for the specified path.</returns>
+    <member name="M:System.Globalization.JulianCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JulianCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetFiles(System.String)">
-      <summary>Returns the names of files (including their paths) in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.  
-  
- -or-  
-  
- A network error has occurred.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) for the files in the specified directory, or an empty array if no files are found.</returns>
+    <member name="P:System.Globalization.JulianCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetFiles(System.String,System.String)">
-      <summary>Returns the names of files (including their paths) that match the specified search pattern in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.  
-  
- -or-  
-  
- A network error has occurred.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="M:System.IO.Path.GetInvalidPathChars" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> doesn't contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern, or an empty array if no files are found.</returns>
+    <member name="T:System.Globalization.KoreanCalendar">
+      <summary>Represents the Korean calendar.</summary>
     </member>
-    <member name="M:System.IO.Directory.GetFiles(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns the names of files (including their paths) that match the specified search pattern and enumeration options in the specified directory.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.  
-  
- -or-  
-  
- A network error has occurred.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using <see cref="M:System.IO.Path.GetInvalidPathChars" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> doesn't contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern and enumeration options, or an empty array if no files are found.</returns>
+    <member name="M:System.Globalization.KoreanCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
+      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.KoreanCalendar" /> object because of missing culture information.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetFiles(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns the names of files (including their paths) that match the specified search pattern in the specified directory, using a value to determine whether to search subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include all subdirectories or only the current directory.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchpattern" /> is <see langword="null" />.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is not found or is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.  
-  
- -or-  
-  
- A network error has occurred.</exception>
-      <returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern and option, or an empty array if no files are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetFileSystemEntries(System.String)">
-      <summary>Returns the names of all files and subdirectories in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of the names of files and subdirectories in the specified directory, or an empty array if no files or subdirectories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String)">
-      <summary>Returns an array of file names and directory names that match a search pattern in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of file and directories in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of file names and directory names that match the specified search criteria, or an empty array if no files or directories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an array of file names and directory names that match a search pattern and enumeration options in a specified path.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.
-
+        <paramref name="months" /> is less than -120000.
 -or-
-
-<paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of file names and directory names that match the specified search pattern and enumeration options, or an empty array if no files or directories are found.</returns>
-    </member>
-    <member name="M:System.IO.Directory.GetFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
-      <summary>Returns an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
-      <param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
-      <param name="searchPattern">The search string to match against the names of files and directories in <paramref name="path" />.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> does not contain a valid pattern.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="searchPattern" /> is <see langword="null" />.</exception>
+<paramref name="months" /> is greater than 120000.</exception>
+    </member>
+    <member name="M:System.Globalization.KoreanCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid, such as referring to an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> is a file name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or combined exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An array of file the file names and directory names that match the specified search criteria, or an empty array if no files or directories are found.</returns>
+        <paramref name="years" /> or <paramref name="time" /> is out of range.</exception>
     </member>
-    <member name="M:System.IO.Directory.GetLastAccessTime(System.String)">
-      <summary>Returns the date and time the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to obtain access date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">The <paramref name="path" /> parameter is in an invalid format.</exception>
-      <returns>A structure that is set to the date and time the specified file or directory was last accessed. This value is expressed in local time.</returns>
+    <member name="P:System.Globalization.KoreanCalendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetLastAccessTimeUtc(System.String)">
-      <summary>Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to obtain access date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">The <paramref name="path" /> parameter is in an invalid format.</exception>
-      <returns>A structure that is set to the date and time the specified file or directory was last accessed. This value is expressed in UTC time.</returns>
+    <member name="P:System.Globalization.KoreanCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.KoreanCalendar" />.</summary>
+      <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.KoreanCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetLastWriteTime(System.String)">
-      <summary>Returns the date and time the specified file or directory was last written to.</summary>
-      <param name="path">The file or directory for which to obtain modification date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A structure that is set to the date and time the specified file or directory was last written to. This value is expressed in local time.</returns>
+    <member name="M:System.Globalization.KoreanCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetLastWriteTimeUtc(System.String)">
-      <summary>Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last written to.</summary>
-      <param name="path">The file or directory for which to obtain modification date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A structure that is set to the date and time the specified file or directory was last written to. This value is expressed in UTC time.</returns>
+    <member name="M:System.Globalization.KoreanCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetLogicalDrives">
-      <summary>Retrieves the names of the logical drives on this computer in the form "&lt;drive letter&gt;:\".</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error).</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>The logical drives on this computer.</returns>
+    <member name="M:System.Globalization.KoreanCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.GetParent(System.String)">
-      <summary>Retrieves the parent directory of the specified path, including both absolute and relative paths.</summary>
-      <param name="path">The path for which to retrieve the parent directory.</param>
-      <exception cref="T:System.IO.IOException">The directory specified by <paramref name="path" /> is read-only.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For more information, see the <see cref="T:System.IO.PathTooLongException" /> topic.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">.NET Framework only: The caller does not have the required permissions.</exception>
-      <returns>The parent directory, or <see langword="null" /> if <paramref name="path" /> is the root directory, including the root of a UNC server or share name.</returns>
+    <member name="M:System.Globalization.KoreanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.Move(System.String,System.String)">
-      <summary>Moves a file or a directory and its contents to a new location.</summary>
-      <param name="sourceDirName">The path of the file or directory to move.</param>
-      <param name="destDirName">The path to the new location for <paramref name="sourceDirName" />. If <paramref name="sourceDirName" /> is a file, then <paramref name="destDirName" /> must also be a file name.</param>
-      <exception cref="T:System.IO.IOException">An attempt was made to move a directory to a different volume.
-  
- -or-  
-  
- <paramref name="destDirName" /> already exists. See the Note in the Remarks section.
-  
- -or-  
-  
- The <paramref name="sourceDirName" /> and <paramref name="destDirName" /> parameters refer to the same file or directory.  
-  
- -or-  
-  
- The directory or a file within it is being used by another process.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="sourceDirName" /> or <paramref name="destDirName" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceDirName" /> or <paramref name="destDirName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified by <paramref name="sourceDirName" /> is invalid (for example, it is on an unmapped drive).</exception>
-    </member>
-    <member name="M:System.IO.Directory.ResolveLinkTarget(System.String,System.Boolean)">
-      <summary>Gets the target of the specified directory link.</summary>
-      <param name="linkPath">The path of the directory link.</param>
-      <param name="returnFinalTarget">
-        <see langword="true" /> to follow links to the final target; <see langword="false" /> to return the immediate next link.</param>
-      <exception cref="T:System.IO.IOException">The directory on <paramref name="linkPath" /> does not exist.
-
+    <member name="M:System.Globalization.KoreanCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
 -or-
-
-There are too many levels of symbolic links.</exception>
-      <returns>A <see cref="T:System.IO.DirectoryInfo" /> instance if <paramref name="linkPath" /> exists, independently if the target exists or not. <see langword="null" /> if <paramref name="linkPath" /> is not a link.</returns>
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetCreationTime(System.String,System.DateTime)">
-      <summary>Sets the creation date and time for the specified file or directory.</summary>
-      <param name="path">The file or directory for which to set the creation date and time information.</param>
-      <param name="creationTime">The date and time the file or directory was last written to. This value is expressed in local time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.KoreanCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era.</param>
+      <returns>The return value is always 0 because the <see cref="T:System.Globalization.KoreanCalendar" /> class does not support the notion of a leap month.</returns>
+    </member>
+    <member name="M:System.Globalization.KoreanCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.KoreanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="creationTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetCreationTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the creation date and time, in Coordinated Universal Time (UTC) format, for the specified file or directory.</summary>
-      <param name="path">The file or directory for which to set the creation date and time information.</param>
-      <param name="creationTimeUtc">The date and time the directory or file was created. This value is expressed in local time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
+      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
+      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
+      <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="creationTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.
+-or-
+<paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetCurrentDirectory(System.String)">
-      <summary>Sets the application's current working directory to the specified directory.</summary>
-      <param name="path">The path to which the current working directory is set.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission to access unmanaged code.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified directory was not found.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.Directory.SetLastAccessTime(System.String,System.DateTime)">
-      <summary>Sets the date and time the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to set the access date and time information.</param>
-      <param name="lastAccessTime">An object that contains the value to set for the access date and time of <paramref name="path" />. This value is expressed in local time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastAccessTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetLastAccessTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to set the access date and time information.</param>
-      <param name="lastAccessTimeUtc">An object that  contains the value to set for the access date and time of <paramref name="path" />. This value is expressed in UTC time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastAccessTimeUtc" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetLastWriteTime(System.String,System.DateTime)">
-      <summary>Sets the date and time a directory was last written to.</summary>
-      <param name="path">The path of the directory.</param>
-      <param name="lastWriteTime">The date and time the directory was last written to. This value is expressed in local time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="path" /> was not found (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> was not found (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+    <member name="M:System.Globalization.KoreanCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastWriteTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.Directory.SetLastWriteTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the date and time, in Coordinated Universal Time (UTC) format, that a directory was last written to.</summary>
-      <param name="path">The path of the directory.</param>
-      <param name="lastWriteTimeUtc">The date and time the directory was last written to. This value is expressed in UTC time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="path" /> was not found (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> was not found (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
+    <member name="F:System.Globalization.KoreanCalendar.KoreanEra">
+      <summary>Represents the current era. This field is constant.</summary>
+    </member>
+    <member name="P:System.Globalization.KoreanCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
+    </member>
+    <member name="P:System.Globalization.KoreanCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
+    </member>
+    <member name="M:System.Globalization.KoreanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastWriteTimeUtc" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="T:System.IO.DirectoryInfo">
-      <summary>Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.</summary>
+    <member name="M:System.Globalization.KoreanCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.KoreanCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryInfo" /> class on the specified path.</summary>
-      <param name="path">A string specifying the path on which to create the <see langword="DirectoryInfo" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains invalid characters such as ", &lt;, &gt;, or |.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
+    <member name="P:System.Globalization.KoreanCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.Create">
-      <summary>Creates a directory.</summary>
-      <exception cref="T:System.IO.IOException">The directory cannot be created.</exception>
+    <member name="T:System.Globalization.KoreanLunisolarCalendar">
+      <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
     </member>
-    <member name="M:System.IO.DirectoryInfo.CreateSubdirectory(System.String)">
-      <summary>Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the <see cref="T:System.IO.DirectoryInfo" /> class.</summary>
-      <param name="path">The specified path. This cannot be a different disk volume or Universal Naming Convention (UNC) name.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> does not specify a valid file path or contains invalid <see langword="DirectoryInfo" /> characters.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">The subdirectory cannot be created.  
-  
- -or-  
-  
- A file or directory already has the name specified by <paramref name="path" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have code access permission to create the directory.  
-  
- -or-  
-  
- The caller does not have code access permission to read the directory described by the returned <see cref="T:System.IO.DirectoryInfo" /> object.  This can occur when the <paramref name="path" /> parameter describes an existing directory.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> contains a colon character (:) that is not part of a drive label ("C:\").</exception>
-      <returns>The last directory specified in <paramref name="path" />.</returns>
+    <member name="M:System.Globalization.KoreanLunisolarCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
+    </member>
+    <member name="P:System.Globalization.KoreanLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year specified by the <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" />.</returns>
+    </member>
+    <member name="P:System.Globalization.KoreanLunisolarCalendar.Eras">
+      <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object.</summary>
+      <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object is always an array containing one element equal to the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra" /> value.</returns>
+    </member>
+    <member name="M:System.Globalization.KoreanLunisolarCalendar.GetEra(System.DateTime)">
+      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era specified by the <paramref name="time" /> parameter. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object is always the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra" /> value.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> represents a date and time less than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime" />.</exception>
+    </member>
+    <member name="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra">
+      <summary>Specifies the Gregorian era that corresponds to the current <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> object.</summary>
+    </member>
+    <member name="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime">
+      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class, which is equivalent to the last  moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.Delete">
-      <summary>Deletes this <see cref="T:System.IO.DirectoryInfo" /> if it is empty.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">The directory contains a read-only file.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The directory described by this <see cref="T:System.IO.DirectoryInfo" /> object does not exist or could not be found.</exception>
-      <exception cref="T:System.IO.IOException">The directory is not empty.  
-  
- -or-  
-  
- The directory is the application's current working directory.  
-  
- -or-  
-  
- There is an open handle on the directory, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories. For more information, see How to: Enumerate Directories and Files.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime">
+      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar" /> class.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.Delete(System.Boolean)">
-      <summary>Deletes this instance of a <see cref="T:System.IO.DirectoryInfo" />, specifying whether to delete subdirectories and files.</summary>
-      <param name="recursive">
-        <see langword="true" /> to delete this directory, its subdirectories, and all files; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The directory contains a read-only file.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The directory described by this <see cref="T:System.IO.DirectoryInfo" /> object does not exist or could not be found.</exception>
-      <exception cref="T:System.IO.IOException">The directory is read-only.  
-  
- -or-  
-  
- The directory contains one or more files or subdirectories and <paramref name="recursive" /> is <see langword="false" />.  
-  
- -or-  
-  
- The directory is the application's current working directory.  
-  
- -or-  
-  
- There is an open handle on the directory or on one of its files, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="T:System.Globalization.NumberFormatInfo">
+      <summary>Provides culture-specific information for formatting and parsing numeric values.</summary>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateDirectories">
-      <summary>Returns an enumerable collection of directory information in the current directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of directories in the current directory.</returns>
+    <member name="M:System.Globalization.NumberFormatInfo.#ctor">
+      <summary>Initializes a new writable instance of the <see cref="T:System.Globalization.NumberFormatInfo" /> class that is culture-independent (invariant).</summary>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String)">
-      <summary>Returns an enumerable collection of directory information that matches a specified search pattern.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of directories that matches <paramref name="searchPattern" />.</returns>
+    <member name="M:System.Globalization.NumberFormatInfo.Clone">
+      <summary>Creates a shallow copy of the <see cref="T:System.Globalization.NumberFormatInfo" /> object.</summary>
+      <returns>A new object copied from the original <see cref="T:System.Globalization.NumberFormatInfo" /> object.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of directory information that matches the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of directories. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of directories that matches <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyDecimalDigits">
+      <summary>Gets or sets the number of decimal places to use in currency values.</summary>
+      <returns>The number of decimal places to use in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateDirectories(System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of directories that matches <paramref name="searchPattern" /> and <paramref name="searchOption" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator">
+      <summary>Gets or sets the string to use as the decimal separator in currency values.</summary>
+      <returns>The string to use as the decimal separator in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFiles">
-      <summary>Returns an enumerable collection of file information in the current directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of the files in the current directory.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator">
+      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in currency values.</summary>
+      <returns>The string that separates groups of digits to the left of the decimal in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String)">
-      <summary>Returns an enumerable collection of file information that matches a search pattern.</summary>
-      <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of files that matches <paramref name="searchPattern" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyGroupSizes">
+      <summary>Gets or sets the number of digits in each group to the left of the decimal in currency values.</summary>
+      <returns>The number of digits in each group to the left of the decimal in currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.
+-or-
+The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of file information that matches the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of files. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of files that matches <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyNegativePattern">
+      <summary>Gets or sets the format pattern for negative currency values.</summary>
+      <returns>The format pattern for negative currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "($n)", where "$" is the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> and <paramref name="n" /> is a number.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 15.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFiles(System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.</summary>
-      <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of files that matches <paramref name="searchPattern" /> and <paramref name="searchOption" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencyPositivePattern">
+      <summary>Gets or sets the format pattern for positive currency values.</summary>
+      <returns>The format pattern for positive currency values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "$n", where "$" is the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> and <paramref name="n" /> is a number.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 3.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos">
-      <summary>Returns an enumerable collection of file system information in the current directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file system information in the current directory.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrencySymbol">
+      <summary>Gets or sets the string to use as the currency symbol.</summary>
+      <returns>The string to use as the currency symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "¤".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String)">
-      <summary>Returns an enumerable collection of file system information that matches a specified search pattern.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file system information objects that matches <paramref name="searchPattern" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.CurrentInfo">
+      <summary>Gets a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> that formats values based on the current culture.</summary>
+      <returns>A read-only <see cref="T:System.Globalization.NumberFormatInfo" /> based on the culture of the current thread.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an enumerable collection of file system information that matches the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of directories. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file system information objects that matches <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.DigitSubstitution">
+      <summary>Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.</summary>
+      <returns>One of the enumeration values that specifies the culture-specific digit shape.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentException">The value in a set operation is not a valid <see cref="T:System.Globalization.DigitShapes" /> value.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.EnumerateFileSystemInfos(System.String,System.IO.SearchOption)">
-      <summary>Returns an enumerable collection of file system information that matches a specified search pattern and search subdirectory option.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An enumerable collection of file system information objects that matches <paramref name="searchPattern" /> and <paramref name="searchOption" />.</returns>
+    <member name="M:System.Globalization.NumberFormatInfo.GetFormat(System.Type)">
+      <summary>Gets an object of the specified type that provides a number formatting service.</summary>
+      <param name="formatType">The <see cref="T:System.Type" /> of the required formatting service.</param>
+      <returns>The current <see cref="T:System.Globalization.NumberFormatInfo" />, if <paramref name="formatType" /> is the same as the type of the current <see cref="T:System.Globalization.NumberFormatInfo" />; otherwise, <see langword="null" />.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetDirectories">
-      <summary>Returns the subdirectories of the current directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see cref="T:System.IO.DirectoryInfo" /> object is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An array of <see cref="T:System.IO.DirectoryInfo" /> objects.</returns>
-    </member>
-    <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String)">
-      <summary>Returns an array of directories in the current <see cref="T:System.IO.DirectoryInfo" /> matching the given search criteria.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see langword="DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see langword="DirectoryInfo" /> matching <paramref name="searchPattern" />.</returns>
-    </member>
-    <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String,System.IO.EnumerationOptions)">
-      <summary>Returns an array of directories in the current <see cref="T:System.IO.DirectoryInfo" /> matching the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of directories. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see langword="DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see langword="DirectoryInfo" /> matching <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
-    </member>
-    <member name="M:System.IO.DirectoryInfo.GetDirectories(System.String,System.IO.SearchOption)">
-      <summary>Returns an array of directories in the current <see cref="T:System.IO.DirectoryInfo" /> matching the given search criteria and using a value to determine whether to search subdirectories.</summary>
-      <param name="searchPattern">The search string to match against the names of directories.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path encapsulated in the <see langword="DirectoryInfo" /> object is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see langword="DirectoryInfo" /> matching <paramref name="searchPattern" />.</returns>
-    </member>
-    <member name="M:System.IO.DirectoryInfo.GetFiles">
-      <summary>Returns a file list from the current directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid, such as being on an unmapped drive.</exception>
-      <returns>An array of type <see cref="T:System.IO.FileInfo" />.</returns>
-    </member>
-    <member name="M:System.IO.DirectoryInfo.GetFiles(System.String)">
-      <summary>Returns a file list from the current directory matching the given search pattern.</summary>
-      <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see cref="T:System.IO.FileInfo" />.</returns>
+    <member name="M:System.Globalization.NumberFormatInfo.GetInstance(System.IFormatProvider)">
+      <summary>Gets the <see cref="T:System.Globalization.NumberFormatInfo" /> associated with the specified <see cref="T:System.IFormatProvider" />.</summary>
+      <param name="formatProvider">The <see cref="T:System.IFormatProvider" /> used to get the <see cref="T:System.Globalization.NumberFormatInfo" />.
+-or-
+<see langword="null" /> to get <see cref="P:System.Globalization.NumberFormatInfo.CurrentInfo" />.</param>
+      <returns>The <see cref="T:System.Globalization.NumberFormatInfo" /> associated with the specified <see cref="T:System.IFormatProvider" />.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFiles(System.String,System.IO.EnumerationOptions)">
-      <summary>Returns a file list from the current directory matching the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of files. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of strongly typed <see cref="T:System.IO.FileInfo" /> objects that match <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.InvariantInfo">
+      <summary>Gets a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> object that is culture-independent (invariant).</summary>
+      <returns>A read-only  object that is culture-independent (invariant).</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFiles(System.String,System.IO.SearchOption)">
-      <summary>Returns a file list from the current directory matching the given search pattern and using a value to determine whether to search subdirectories.</summary>
-      <param name="searchPattern">The search string to match against the names of files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see cref="T:System.IO.FileInfo" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.IsReadOnly">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Globalization.NumberFormatInfo" /> is read-only; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos">
-      <summary>Returns an array of strongly typed <see cref="T:System.IO.FileSystemInfo" /> entries representing all the files and subdirectories in a directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path is invalid (for example, it is on an unmapped drive).</exception>
-      <returns>An array of strongly typed <see cref="T:System.IO.FileSystemInfo" /> entries.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NaNSymbol">
+      <summary>Gets or sets the string that represents the IEEE NaN (not a number) value.</summary>
+      <returns>The string that represents the IEEE NaN (not a number) value. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "NaN".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String)">
-      <summary>Retrieves an array of strongly typed <see cref="T:System.IO.FileSystemInfo" /> objects representing the files and subdirectories that match the specified search criteria.</summary>
-      <param name="searchPattern">The search string to match against the names of directories and files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of strongly typed <see langword="FileSystemInfo" /> objects matching the search criteria.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NativeDigits">
+      <summary>Gets or sets a string array of native digits equivalent to the Western digits 0 through 9.</summary>
+      <returns>A string array that contains the native equivalent of the Western digits 0 through 9. The default is an array having the elements "0", "1", "2", "3", "4", "5", "6", "7", "8", and "9".</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentNullException">In a set operation, the value is <see langword="null" />.
+-or-
+In a set operation, an element of the value array is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">In a set operation, the value array does not contain 10 elements.
+-or-
+In a set operation, an element of the value array does not contain either a single <see cref="T:System.Char" /> object or a pair of <see cref="T:System.Char" /> objects that comprise a surrogate pair.
+-or-
+In a set operation, an element of the value array is not a number digit as defined by the Unicode Standard. That is, the digit in the array element does not have the Unicode <see langword="Number, Decimal Digit" /> (Nd) General Category value.
+-or-
+In a set operation, the numeric value of an element in the value array does not correspond to the element's position in the array. That is, the element at index 0, which is the first element of the array, does not have a numeric value of 0, or the element at index 1 does not have a numeric value of 1.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String,System.IO.EnumerationOptions)">
-      <summary>Retrieves an array of strongly typed <see cref="T:System.IO.FileSystemInfo" /> objects representing the files and subdirectories that match the specified search pattern and enumeration options.</summary>
-      <param name="searchPattern">The search string to match against the names of directories and files. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of strongly typed <see langword="FileSystemInfo" /> objects matching <paramref name="searchPattern" /> and <paramref name="enumerationOptions" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol">
+      <summary>Gets or sets the string that represents negative infinity.</summary>
+      <returns>The string that represents negative infinity. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "-Infinity".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.GetFileSystemInfos(System.String,System.IO.SearchOption)">
-      <summary>Retrieves an array of <see cref="T:System.IO.FileSystemInfo" /> objects that represent the files and subdirectories matching the specified search criteria.</summary>
-      <param name="searchPattern">The search string to match against the names of directories and files.  This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
-      <param name="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <see cref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="searchPattern" /> contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="searchPattern" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="searchOption" /> is not a valid <see cref="T:System.IO.SearchOption" /> value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of file system entries that match the search criteria.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NegativeSign">
+      <summary>Gets or sets the string that denotes that the associated number is negative.</summary>
+      <returns>The string that denotes that the associated number is negative. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "-".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.MoveTo(System.String)">
-      <summary>Moves a <see cref="T:System.IO.DirectoryInfo" /> instance and its contents to a new path.</summary>
-      <param name="destDirName">The name and path to which to move this directory. The destination cannot be another disk volume or a directory with the identical name. It can be an existing directory to which you want to add this directory as a subdirectory.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destDirName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="destDirName" /> is an empty string (''").</exception>
-      <exception cref="T:System.IO.IOException">An attempt was made to move a directory to a different volume.  
-  
- -or-  
-  
- <paramref name="destDirName" /> already exists.  
-  
- -or-  
-  
- You are not authorized to access this path.  
-  
- -or-  
-  
- The directory being moved and the destination directory have the same name.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The destination directory cannot be found.</exception>
+    <member name="P:System.Globalization.NumberFormatInfo.NumberDecimalDigits">
+      <summary>Gets or sets the number of decimal places to use in numeric values.</summary>
+      <returns>The number of decimal places to use in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryInfo.ToString">
-      <summary>Returns the original path that was passed to the <see cref="T:System.IO.DirectoryInfo" /> constructor. Use the <see cref="P:System.IO.DirectoryInfo.FullName" /> or <see cref="P:System.IO.DirectoryInfo.Name" /> properties for the full path or file/directory name instead of this method.</summary>
-      <returns>The original path that was passed by the user.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator">
+      <summary>Gets or sets the string to use as the decimal separator in numeric values.</summary>
+      <returns>The string to use as the decimal separator in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
     </member>
-    <member name="P:System.IO.DirectoryInfo.Exists">
-      <summary>Gets a value indicating whether the directory exists.</summary>
-      <returns>
-        <see langword="true" /> if the directory exists; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator">
+      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.</summary>
+      <returns>The string that separates groups of digits to the left of the decimal in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="P:System.IO.DirectoryInfo.Name">
-      <summary>Gets the name of this <see cref="T:System.IO.DirectoryInfo" /> instance.</summary>
-      <returns>The directory name.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NumberGroupSizes">
+      <summary>Gets or sets the number of digits in each group to the left of the decimal in numeric values.</summary>
+      <returns>The number of digits in each group to the left of the decimal in numeric values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.
+-or-
+The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="P:System.IO.DirectoryInfo.Parent">
-      <summary>Gets the parent directory of a specified subdirectory.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>The parent directory, or <see langword="null" /> if the path is null or if the file path denotes a root (such as \, C:\, or \\server\share).</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.NumberNegativePattern">
+      <summary>Gets or sets the format pattern for negative numeric values.</summary>
+      <returns>The format pattern for negative numeric values.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 4.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="P:System.IO.DirectoryInfo.Root">
-      <summary>Gets the root portion of the directory.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An object that represents the root of the directory.</returns>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentDecimalDigits">
+      <summary>Gets or sets the number of decimal places to use in percent values.</summary>
+      <returns>The number of decimal places to use in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 2.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 99.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="T:System.IO.DirectoryNotFoundException">
-      <summary>The exception that is thrown when part of a file or directory cannot be found.</summary>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentDecimalSeparator">
+      <summary>Gets or sets the string to use as the decimal separator in percent values.</summary>
+      <returns>The string to use as the decimal separator in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ".".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set to an empty string.</exception>
     </member>
-    <member name="M:System.IO.DirectoryNotFoundException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with its message string set to a system-supplied message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentGroupSeparator">
+      <summary>Gets or sets the string that separates groups of digits to the left of the decimal in percent values.</summary>
+      <returns>The string that separates groups of digits to the left of the decimal in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is ",".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with the specified serialization and context information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentGroupSizes">
+      <summary>Gets or sets the number of digits in each group to the left of the decimal in percent values.</summary>
+      <returns>The number of digits in each group to the left of the decimal in percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is a one-dimensional array with only one element, which is set to 3.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The property is being set and the array contains an entry that is less than 0 or greater than 9.
+-or-
+The property is being set and the array contains an entry, other than the last entry, that is set to 0.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with its message string set to <paramref name="message" /> and its HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentNegativePattern">
+      <summary>Gets or sets the format pattern for negative percent values.</summary>
+      <returns>The format pattern for negative percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "-n %", where "%" is the <see cref="P:System.Globalization.NumberFormatInfo.PercentSymbol" /> and <paramref name="n" /> is a number.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 11.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentPositivePattern">
+      <summary>Gets or sets the format pattern for positive percent values.</summary>
+      <returns>The format pattern for positive percent values. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is 0, which represents "n %", where "%" is the <see cref="P:System.Globalization.NumberFormatInfo.PercentSymbol" /> and <paramref name="n" /> is a number.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a value that is less than 0 or greater than 3.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="T:System.IO.EndOfStreamException">
-      <summary>The exception that is thrown when reading is attempted past the end of a stream.</summary>
+    <member name="P:System.Globalization.NumberFormatInfo.PercentSymbol">
+      <summary>Gets or sets the string to use as the percent symbol.</summary>
+      <returns>The string to use as the percent symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "%".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.EndOfStreamException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.EndOfStreamException" /> class with its message string set to a system-supplied message and its HRESULT set to COR_E_ENDOFSTREAM.</summary>
+    <member name="P:System.Globalization.NumberFormatInfo.PerMilleSymbol">
+      <summary>Gets or sets the string to use as the per mille symbol.</summary>
+      <returns>The string to use as the per mille symbol. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "‰", which is the Unicode character U+2030.</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.EndOfStreamException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.EndOfStreamException" /> class with the specified serialization and context information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="P:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol">
+      <summary>Gets or sets the string that represents positive infinity.</summary>
+      <returns>The string that represents positive infinity. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "Infinity".</returns>
+      <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.EndOfStreamException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.EndOfStreamException" /> class with its message string set to <paramref name="message" /> and its HRESULT set to COR_E_ENDOFSTREAM.</summary>
-      <param name="message">A string that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="P:System.Globalization.NumberFormatInfo.PositiveSign">
+      <summary>Gets or sets the string that denotes that the associated number is positive.</summary>
+      <returns>The string that denotes that the associated number is positive. The default for <see cref="P:System.Globalization.NumberFormatInfo.InvariantInfo" /> is "+".</returns>
+      <exception cref="T:System.ArgumentNullException">In a set operation, the value to be assigned is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.NumberFormatInfo" /> object is read-only.</exception>
     </member>
-    <member name="M:System.IO.EndOfStreamException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.EndOfStreamException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A string that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.NumberFormatInfo.ReadOnly(System.Globalization.NumberFormatInfo)">
+      <summary>Returns a read-only <see cref="T:System.Globalization.NumberFormatInfo" /> wrapper.</summary>
+      <param name="nfi">The <see cref="T:System.Globalization.NumberFormatInfo" /> to wrap.</param>
+      <returns>A read-only <see cref="T:System.Globalization.NumberFormatInfo" /> wrapper around <paramref name="nfi" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="nfi" /> is <see langword="null" />.</exception>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemEntry">
-      <summary>Provides a lower level view of <see cref="T:System.IO.FileSystemInfo" /> to help process and filter find results.</summary>
+    <member name="T:System.Globalization.NumberStyles">
+      <summary>Determines the styles permitted in numeric string arguments that are passed to the <see langword="Parse" /> and <see langword="TryParse" /> methods of the integral and floating-point numeric types.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEntry.ToFileSystemInfo">
-      <summary>Converts the value of this instance to a <see cref="T:System.IO.FileSystemInfo" />.</summary>
-      <returns>The value of this instance as a <see cref="T:System.IO.FileSystemInfo" />.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowCurrencySymbol">
+      <summary>Indicates that the numeric string can contain a currency symbol. Valid currency symbols are determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> property.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEntry.ToFullPath">
-      <summary>Returns the full path of the find result.</summary>
-      <returns>A string representing the full path.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowDecimalPoint">
+      <summary>Indicates that the numeric string can have a decimal point. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the parsed string includes a currency symbol, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator" /> property. Otherwise, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator" /> property.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEntry.ToSpecifiedFullPath">
-      <summary>Returns the full path for the find results, based on the initially provided path.</summary>
-      <returns>A string representing the full path.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowExponent">
+      <summary>Indicates that the numeric string can be in exponential notation. The <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> flag allows the parsed string to contain an exponent that begins with the "E" or "e" character and that is followed by an optional positive or negative sign and an integer. In other words, it successfully parses strings in the form nnnExx, nnnE+xx, and nnnE-xx. It does not allow a decimal separator or sign in the significand or mantissa; to allow these elements in the string to be parsed, use the <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" /> and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> flags, or use a composite style that includes these individual flags.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.Attributes">
-      <summary>Gets the attributes for this entry.</summary>
-      <returns>The attributes for this entry.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowHexSpecifier">
+      <summary>Indicates that the numeric string represents a hexadecimal value. Valid hexadecimal values include the numeric digits 0-9 and the hexadecimal digits A-F and a-f. Strings that are parsed using this style cannot be prefixed with "0x" or "&amp;h". A string that is parsed with the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> style will always be interpreted as a hexadecimal value. The only flags that can be combined with <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" /> and <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />. The <see cref="T:System.Globalization.NumberStyles" /> enumeration includes a composite style, <see cref="F:System.Globalization.NumberStyles.HexNumber" />, that consists of these three flags.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.CreationTimeUtc">
-      <summary>Gets the creation time for the entry or the oldest available time stamp if the operating system does not support creation time stamps.</summary>
-      <returns>The creation time for the entry.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowLeadingSign">
+      <summary>Indicates that the numeric string can have a leading sign. Valid leading sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.Directory">
-      <summary>Gets the full path of the directory this entry resides in.</summary>
-      <returns>The full path of this entry's directory.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowLeadingWhite">
+      <summary>Indicates that leading white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns <see langword="true" />.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.FileName">
-      <summary>Gets the file name for this entry.</summary>
-      <returns>This entry's file name.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowParentheses">
+      <summary>Indicates that the numeric string can have one pair of parentheses enclosing the number. The parentheses indicate that the string to be parsed represents a negative number.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.IsDirectory">
-      <summary>Gets a value that indicates whether this entry is a directory.</summary>
-      <returns>
-        <see langword="true" /> if the entry is a directory; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowThousands">
+      <summary>Indicates that the numeric string can have group separators, such as symbols that separate hundreds from thousands. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the string to be parsed includes a currency symbol, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator" /> property,  and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSizes" /> property. Otherwise, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator" /> property, and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSizes" /> property.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.IsHidden">
-      <summary>Gets a value that indicates whether the file has the hidden attribute.</summary>
-      <returns>
-        <see langword="true" /> if the file has the hidden attribute; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowTrailingSign">
+      <summary>Indicates that the numeric string can have a trailing sign. Valid trailing sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.LastAccessTimeUtc">
-      <summary>Gets a datetime offset that represents the last access time in UTC.</summary>
-      <returns>The last access time in UTC.</returns>
+    <member name="F:System.Globalization.NumberStyles.AllowTrailingWhite">
+      <summary>Indicates that trailing white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns <see langword="true" />.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.LastWriteTimeUtc">
-      <summary>Gets a datetime offset that represents the last write time in UTC.</summary>
-      <returns>The last write time in UTC.</returns>
+    <member name="F:System.Globalization.NumberStyles.Any">
+      <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.Length">
-      <summary>Gets the length of the file, in bytes.</summary>
-      <returns>The file length in bytes.</returns>
+    <member name="F:System.Globalization.NumberStyles.Currency">
+      <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.OriginalRootDirectory">
-      <summary>Gets the root directory for the enumeration as specified in the constructor.</summary>
-      <returns>The original root directory.</returns>
+    <member name="F:System.Globalization.NumberStyles.Float">
+      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> styles are used. This is a composite number style.</summary>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEntry.RootDirectory">
-      <summary>Gets the full path of the root directory used for the enumeration.</summary>
-      <returns>The root directory.</returns>
+    <member name="F:System.Globalization.NumberStyles.HexNumber">
+      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> styles are used. This is a composite number style.</summary>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemEnumerable`1">
-      <summary>Allows utilizing custom filter predicates and transform delegates for enumeration purposes.</summary>
-      <typeparam name="TResult">The type that this enumerable encapsulates.</typeparam>
+    <member name="F:System.Globalization.NumberStyles.Integer">
+      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> styles are used. This is a composite number style.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.#ctor(System.String,System.IO.Enumeration.FileSystemEnumerable{`0}.FindTransform,System.IO.EnumerationOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.Enumeration.FileSystemEnumerable`1" /> class with specific search and filtering options.</summary>
-      <param name="directory">The path of the directory where the enumeration will be performed.</param>
-      <param name="transform">A delegate method for transforming raw find data into a result.</param>
-      <param name="options">An object describing the enumeration options.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="directory" /> or <paramref name="transform" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="directory" /> path is empty.
-
--or-
-
-<paramref name="directory" /> contains a null character "\0".</exception>
+    <member name="F:System.Globalization.NumberStyles.None">
+      <summary>Indicates that no style elements, such as leading or trailing white space, thousands separators, or a decimal separator, can be present in the parsed string. The string to be parsed must consist of integral decimal digits only.</summary>
+    </member>
+    <member name="F:System.Globalization.NumberStyles.Number">
+      <summary>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowThousands" /> styles are used. This is a composite number style.</summary>
+    </member>
+    <member name="T:System.Globalization.PersianCalendar">
+      <summary>Represents the Persian calendar.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.GetEnumerator">
-      <summary>Retrieves the enumerator for this type of result.</summary>
-      <returns>An enumerator.</returns>
+    <member name="M:System.Globalization.PersianCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Gets an enumerator that can be used to iterate.</summary>
-      <returns>An enumerator instance.</returns>
+    <member name="M:System.Globalization.PersianCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> object that is offset the specified number of months from the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The positive or negative number of months to add.</param>
+      <returns>A <see cref="T:System.DateTime" /> object that represents the date yielded by adding the number of months specified by the <paramref name="months" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120,000 or greater than 120,000.</exception>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEnumerable`1.ShouldIncludePredicate">
-      <summary>Gets or sets the predicate that can be used to verify if the TResults should be included.</summary>
-      <returns>The include predicate.</returns>
+    <member name="M:System.Globalization.PersianCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> object that is offset the specified number of years from the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The positive or negative number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> object that results from adding the specified number of years to the specified <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="years" /> is less than -10,000 or greater than 10,000.</exception>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEnumerable`1.ShouldRecursePredicate">
-      <summary>Gets or sets the predicate that can be used to verify if the TResults should be recursed.</summary>
-      <returns>The recurse predicate.</returns>
+    <member name="P:System.Globalization.PersianCalendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or lunisolar-based.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate">
-      <summary>Encapsulates a method for filtering out find results.</summary>
-      <param name="entry">A reference to the file system entry that will be evaluated with the predicate condition.</param>
-      <returns>
-        <see langword="true" /> if the predicate condition is met; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.PersianCalendar.Eras">
+      <summary>Gets the list of eras in a <see cref="T:System.Globalization.PersianCalendar" /> object.</summary>
+      <returns>An array of integers that represents the eras in a <see cref="T:System.Globalization.PersianCalendar" /> object. The array consists of a single element having a value of <see cref="F:System.Globalization.PersianCalendar.PersianEra" />.</returns>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform">
-      <summary>Encapsulates a method for transforming raw find data into a result.</summary>
-      <param name="entry">A reference to the file system entry that will be evaluated with the predicate condition.</param>
-      <returns>An instance of the type that this delegate encapsulates.</returns>
+    <member name="M:System.Globalization.PersianCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 31 that represents the day of the month in the specified <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemEnumerator`1">
-      <summary>Enumerates the file system elements of the provided type that are being searched and filtered by a <see cref="T:System.IO.Enumeration.FileSystemEnumerable`1" />.</summary>
-      <typeparam name="TResult">The type of the result produced by this file system enumerator.</typeparam>
+    <member name="M:System.Globalization.PersianCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" /> object.</returns>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.#ctor(System.String,System.IO.EnumerationOptions)">
-      <summary>Encapsulates a find operation.</summary>
-      <param name="directory">The directory to search in.</param>
-      <param name="options">Enumeration options to use.</param>
+    <member name="M:System.Globalization.PersianCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 366 that represents the day of the year in the specified <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ContinueOnError(System.Int32)">
-      <summary>When overriden in a derived class, returns a value that indicates whether to continue execution or throw the default exception.</summary>
-      <param name="error">The native error code.</param>
-      <returns>
-        <see langword="true" /> to continue; <see langword="false" /> to throw the default exception for the given error.</returns>
+    <member name="M:System.Globalization.PersianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month of the specified year and era.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="month">An integer that represents the month, and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>The number of days in the specified month of the specified year and era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Dispose">
-      <summary>Releases the resources used by the current instance of the <see cref="T:System.IO.Enumeration.FileSystemEnumerator`1" /> class.</summary>
+    <member name="M:System.Globalization.PersianCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year of the specified era.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>The number of days in the specified year and era. The number of days is 365 in a common year or 366 in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Dispose(System.Boolean)">
-      <summary>When overridden in a derived class, releases the unmanaged resources used by the <see cref="T:System.IO.Enumeration.FileSystemEnumerator`1" /> class and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.Globalization.PersianCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>Always returns <see cref="F:System.Globalization.PersianCalendar.PersianEra" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.MoveNext">
-      <summary>Advances the enumerator to the next item of the <see cref="T:System.IO.Enumeration.FileSystemEnumerator`1" />.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator successfully advanced to the next item; <see langword="false" /> if the end of the enumerator has been passed.</returns>
+    <member name="M:System.Globalization.PersianCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Returns the leap month for a specified year and era.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>The return value is always 0.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.OnDirectoryFinished(System.ReadOnlySpan{System.Char})">
-      <summary>When overriden in a derived class, this method is called whenever the end of a directory is reached.</summary>
-      <param name="directory">The directory path as a read-only span.</param>
+    <member name="M:System.Globalization.PersianCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 12 that represents the month in the specified <see cref="T:System.DateTime" /> object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
+    </member>
+    <member name="M:System.Globalization.PersianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year of the specified era.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>Returns 10 if the <paramref name="year" /> parameter is 9378; otherwise, always returns 12.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.Reset">
-      <summary>Always throws <see cref="T:System.NotSupportedException" />.</summary>
+    <member name="M:System.Globalization.PersianCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" /> object.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 through 9378 that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time" /> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime" /> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime" />.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ShouldIncludeEntry(System.IO.Enumeration.FileSystemEntry@)">
-      <summary>When overridden in a derived class, determines whether the specified file system entry should be included in the results.</summary>
-      <param name="entry">A file system entry reference.</param>
+    <member name="M:System.Globalization.PersianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date is a leap day.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="month">An integer that represents the month and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
+      <param name="day">An integer from 1 through 31 that represents the day.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
       <returns>
-        <see langword="true" /> if the specified file system entry should be included in the results; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
+    </member>
+    <member name="M:System.Globalization.PersianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="month">An integer that represents the month and ranges from 1 through 12 if <paramref name="year" /> is not 9378, or 1 through 10 if <paramref name="year" /> is 9378.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>Always returns <see langword="false" /> because the <see cref="T:System.Globalization.PersianCalendar" /> class does not support the notion of a leap month.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.ShouldRecurseIntoEntry(System.IO.Enumeration.FileSystemEntry@)">
-      <summary>When overridden in a derived class, determines whether the specified file system entry should be recursed.</summary>
-      <param name="entry">A file system entry reference.</param>
+    <member name="M:System.Globalization.PersianCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
       <returns>
-        <see langword="true" /> if the specified directory entry should be recursed into; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemEnumerator`1.TransformEntry(System.IO.Enumeration.FileSystemEntry@)">
-      <summary>When overridden in a derived class, generates the result type from the current entry.</summary>
-      <param name="entry">A file system entry reference.</param>
-      <returns>The result type from the current entry.</returns>
+    <member name="P:System.Globalization.PersianCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</returns>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEnumerator`1.Current">
-      <summary>Gets the currently visited element.</summary>
-      <returns>The currently visited element.</returns>
+    <member name="P:System.Globalization.PersianCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar" /> class.</returns>
     </member>
-    <member name="P:System.IO.Enumeration.FileSystemEnumerator`1.System#Collections#IEnumerator#Current">
-      <summary>Gets the currently visited object.</summary>
-      <returns>The currently visited object.</returns>
+    <member name="F:System.Globalization.PersianCalendar.PersianEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="T:System.IO.Enumeration.FileSystemName">
-      <summary>Provides methods for matching file system names.</summary>
+    <member name="M:System.Globalization.PersianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> object that is set to the specified date, time, and era.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year.</param>
+      <param name="month">An integer from 1 through 12 that represents the month.</param>
+      <param name="day">An integer from 1 through 31 that represents the day.</param>
+      <param name="hour">An integer from 0 through 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 through 59 that represents the minute.</param>
+      <param name="second">An integer from 0 through 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
+      <param name="era">An integer from 0 through 1 that represents the era.</param>
+      <returns>A <see cref="T:System.DateTime" /> object that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, <paramref name="hour" />, <paramref name="minute" />, <paramref name="second" />, <paramref name="millisecond" />, or <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemName.MatchesSimpleExpression(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Boolean)">
-      <summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\' escapes.</summary>
-      <param name="expression">The expression to match with.</param>
-      <param name="name">The name to check against the expression.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case (default); <see langword="false" /> if the match should be case-sensitive.</param>
-      <returns>
-        <see langword="true" /> if the given expression matches the given name; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.PersianCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year representation.</summary>
+      <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 0 or greater than 9378.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemName.MatchesWin32Expression(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Boolean)">
-      <summary>Verifies if the given Win32 expression matches the given name. Supports the following wildcards: '*', '?', '&lt;', '&gt;', '"'. The backslash character '\' escapes.</summary>
-      <param name="expression">The expression to match with, such as "*.foo".</param>
-      <param name="name">The name to check against the expression.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore case (default), <see langword="false" /> if the match should be case-sensitive.</param>
-      <returns>
-        <see langword="true" /> if the given expression matches the given name; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.PersianCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9378.</exception>
     </member>
-    <member name="M:System.IO.Enumeration.FileSystemName.TranslateWin32Expression(System.String)">
-      <summary>Translates the given Win32 expression. Change '*' and '?' to '&lt;', '&gt;' and '"' to match Win32 behavior.</summary>
-      <param name="expression">The expression to translate.</param>
-      <returns>A string with the translated Win32 expression.</returns>
+    <member name="T:System.Globalization.RegionInfo">
+      <summary>Contains information about the country/region.</summary>
     </member>
-    <member name="T:System.IO.EnumerationOptions">
-      <summary>Provides file and directory enumeration options.</summary>
+    <member name="M:System.Globalization.RegionInfo.#ctor(System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.RegionInfo" /> class based on the country/region associated with the specified culture identifier.</summary>
+      <param name="culture">A culture identifier.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="culture" /> specifies either an invariant, custom, or neutral culture.</exception>
     </member>
-    <member name="M:System.IO.EnumerationOptions.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.EnumerationOptions" /> class with the recommended default options.</summary>
+    <member name="M:System.Globalization.RegionInfo.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.RegionInfo" /> class based on the country/region or specific culture, specified by name.</summary>
+      <param name="name">A string that contains a two-letter code defined in ISO 3166 for country/region.
+-or-
+A string that contains the culture name for a specific culture, custom culture, or Windows-only culture. If the culture name is not in RFC 4646 format, your application should specify the entire culture name instead of just the country/region.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="name" /> is not a valid country/region name or specific culture name.</exception>
     </member>
-    <member name="P:System.IO.EnumerationOptions.AttributesToSkip">
-      <summary>Gets or sets the attributes to skip. The default is <c>FileAttributes.Hidden | FileAttributes.System</c>.</summary>
-      <returns>The attributes to skip.</returns>
+    <member name="P:System.Globalization.RegionInfo.CurrencyEnglishName">
+      <summary>Gets the name, in English, of the currency used in the country/region.</summary>
+      <returns>The name, in English, of the currency used in the country/region.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.BufferSize">
-      <summary>Gets or sets the suggested buffer size, in bytes. The default is 0 (no suggestion).</summary>
-      <returns>The buffer size.</returns>
+    <member name="P:System.Globalization.RegionInfo.CurrencyNativeName">
+      <summary>Gets the name of the currency used in the country/region, formatted in the native language of the country/region.</summary>
+      <returns>The native name of the currency used in the country/region, formatted in the language associated with the ISO 3166 country/region code.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.IgnoreInaccessible">
-      <summary>Gets or sets a value that indicates whether to skip files or directories when access is denied (for example, <see cref="T:System.UnauthorizedAccessException" /> or <see cref="T:System.Security.SecurityException" />). The default is <see langword="true" />.</summary>
-      <returns>
-        <see langword="true" /> to skip innacessible files or directories; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.RegionInfo.CurrencySymbol">
+      <summary>Gets the currency symbol associated with the country/region.</summary>
+      <returns>The currency symbol associated with the country/region.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.MatchCasing">
-      <summary>Gets or sets the case matching behavior.</summary>
-      <returns>One of the enumeration values that indicates the case matching behavior.</returns>
+    <member name="P:System.Globalization.RegionInfo.CurrentRegion">
+      <summary>Gets the <see cref="T:System.Globalization.RegionInfo" /> that represents the country/region used by the current thread.</summary>
+      <returns>The <see cref="T:System.Globalization.RegionInfo" /> that represents the country/region used by the current thread.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.MatchType">
-      <summary>Gets or sets the match type.</summary>
-      <returns>One of the enumeration values that indicates the match type.</returns>
+    <member name="P:System.Globalization.RegionInfo.DisplayName">
+      <summary>Gets the full name of the country/region in the language of the localized version of .NET Framework.</summary>
+      <returns>The full name of the country/region in the language of the localized version of .NET Framework.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.MaxRecursionDepth">
-      <summary>Gets or sets a value that indicates the maximum directory depth to recurse while enumerating, when <see cref="P:System.IO.EnumerationOptions.RecurseSubdirectories" /> is set to <see langword="true" />.</summary>
-      <returns>A number that represents the maximum directory depth to recurse while enumerating. The default value is <see cref="F:System.Int32.MaxValue" />.</returns>
+    <member name="P:System.Globalization.RegionInfo.EnglishName">
+      <summary>Gets the full name of the country/region in English.</summary>
+      <returns>The full name of the country/region in English.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.RecurseSubdirectories">
-      <summary>Gets or sets a value that indicates whether to recurse into subdirectories while enumerating. The default is <see langword="false" />.</summary>
+    <member name="M:System.Globalization.RegionInfo.Equals(System.Object)">
+      <summary>Determines whether the specified object is the same instance as the current <see cref="T:System.Globalization.RegionInfo" />.</summary>
+      <param name="value">The object to compare with the current <see cref="T:System.Globalization.RegionInfo" />.</param>
       <returns>
-        <see langword="true" /> to recurse into subdirectories; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter is a <see cref="T:System.Globalization.RegionInfo" /> object and its <see cref="P:System.Globalization.RegionInfo.Name" /> property is the same as the <see cref="P:System.Globalization.RegionInfo.Name" /> property of the current <see cref="T:System.Globalization.RegionInfo" /> object; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.EnumerationOptions.ReturnSpecialDirectories">
-      <summary>Gets or sets a value that indicates whether to return the special directory entries "." and "..".</summary>
-      <returns>
-        <see langword="true" /> to return the special directory entries "." and ".."; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Globalization.RegionInfo.GeoId">
+      <summary>Gets a unique identification number for a geographical region, country, city, or location.</summary>
+      <returns>A 32-bit signed number that uniquely identifies a geographical location.</returns>
     </member>
-    <member name="T:System.IO.File">
-      <summary>Provides static methods for the creation, copying, deletion, moving, and opening of a single file, and aids in the creation of <see cref="T:System.IO.FileStream" /> objects.</summary>
+    <member name="M:System.Globalization.RegionInfo.GetHashCode">
+      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.RegionInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
+      <returns>A hash code for the current <see cref="T:System.Globalization.RegionInfo" />.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})">
-      <summary>Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
-      <param name="path">The file to append the lines to. The file is created if it doesn't already exist.</param>
-      <param name="contents">The lines to append to the file.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is a zero-length string, contains only white space, or contains one more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" /> or <paramref name="contents" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have permission to write to the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.</exception>
+    <member name="P:System.Globalization.RegionInfo.IsMetric">
+      <summary>Gets a value indicating whether the country/region uses the metric system for measurements.</summary>
+      <returns>
+        <see langword="true" /> if the country/region uses the metric system for measurements; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding)">
-      <summary>Appends lines to a file by using a specified encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
-      <param name="path">The file to append the lines to. The file is created if it doesn't already exist.</param>
-      <param name="contents">The lines to append to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is a zero-length string, contains only white space, or contains one more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" />, <paramref name="contents" />, or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.RegionInfo.ISOCurrencySymbol">
+      <summary>Gets the three-character ISO 4217 currency symbol associated with the country/region.</summary>
+      <returns>The three-character ISO 4217 currency symbol associated with the country/region.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously appends lines to a file by using a specified encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
-      <param name="path">The file to append the lines to. The file is created if it doesn't already exist.</param>
-      <param name="contents">The lines to append to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous append operation.</returns>
+    <member name="P:System.Globalization.RegionInfo.Name">
+      <summary>Gets the name or ISO 3166 two-letter country/region code for the current <see cref="T:System.Globalization.RegionInfo" /> object.</summary>
+      <returns>The value specified by the <paramref name="name" /> parameter of the <see cref="M:System.Globalization.RegionInfo.#ctor(System.String)" /> constructor. The return value is in uppercase.
+-or-
+The two-letter code defined in ISO 3166 for the country/region specified by the <paramref name="culture" /> parameter of the <see cref="M:System.Globalization.RegionInfo.#ctor(System.Int32)" /> constructor. The return value is in uppercase.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
-      <summary>Asynchronously appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.</summary>
-      <param name="path">The file to append the lines to. The file is created if it doesn't already exist.</param>
-      <param name="contents">The lines to append to the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous append operation.</returns>
+    <member name="P:System.Globalization.RegionInfo.NativeName">
+      <summary>Gets the name of a country/region formatted in the native language of the country/region.</summary>
+      <returns>The native name of the country/region formatted in the language associated with the ISO 3166 country/region code.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllText(System.String,System.String)">
-      <summary>Opens a file, appends the specified string to the file, and then closes the file. If the file does not exist, this method creates a file, writes the specified string to the file, then closes the file.</summary>
-      <param name="path">The file to append the specified string to.</param>
-      <param name="contents">The string to append to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.RegionInfo.ThreeLetterISORegionName">
+      <summary>Gets the three-letter code defined in ISO 3166 for the country/region.</summary>
+      <returns>The three-letter code defined in ISO 3166 for the country/region.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllText(System.String,System.String,System.Text.Encoding)">
-      <summary>Appends the specified string to the file using the specified encoding, creating the file if it does not already exist.</summary>
-      <param name="path">The file to append the specified string to.</param>
-      <param name="contents">The string to append to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.RegionInfo.ThreeLetterWindowsRegionName">
+      <summary>Gets the three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.RegionInfo" />.</summary>
+      <returns>The three-letter code assigned by Windows to the country/region represented by this <see cref="T:System.Globalization.RegionInfo" />.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file using the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to append the specified string to.</param>
-      <param name="contents">The string to append to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous append operation.</returns>
+    <member name="M:System.Globalization.RegionInfo.ToString">
+      <summary>Returns a string containing the culture name or ISO 3166 two-letter country/region codes specified for the current <see cref="T:System.Globalization.RegionInfo" />.</summary>
+      <returns>A string containing the culture name or ISO 3166 two-letter country/region codes defined for the current <see cref="T:System.Globalization.RegionInfo" />.</returns>
     </member>
-    <member name="M:System.IO.File.AppendAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a file or creates a file if it does not already exist, appends the specified string to the file, and then closes the file.</summary>
-      <param name="path">The file to append the specified string to.</param>
-      <param name="contents">The string to append to the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous append operation.</returns>
+    <member name="P:System.Globalization.RegionInfo.TwoLetterISORegionName">
+      <summary>Gets the two-letter code defined in ISO 3166 for the country/region.</summary>
+      <returns>The two-letter code defined in ISO 3166 for the country/region.</returns>
     </member>
-    <member name="M:System.IO.File.AppendText(System.String)">
-      <summary>Creates a <see cref="T:System.IO.StreamWriter" /> that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist.</summary>
-      <param name="path">The path to the file to append to.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, the directory doesn't exist or it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A stream writer that appends UTF-8 encoded text to the specified file or to a new file.</returns>
+    <member name="T:System.Globalization.SortKey">
+      <summary>Represents the result of mapping a string to its sort key.</summary>
     </member>
-    <member name="M:System.IO.File.Copy(System.String,System.String)">
-      <summary>Copies an existing file to a new file. Overwriting a file of the same name is not allowed.</summary>
-      <param name="sourceFileName">The file to copy.</param>
-      <param name="destFileName">The name of the destination file. This cannot be a directory or an existing file.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="sourceFileName" /> or <paramref name="destFileName" /> specifies a directory.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="sourceFileName" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="destFileName" /> exists.  
+    <member name="M:System.Globalization.SortKey.Compare(System.Globalization.SortKey,System.Globalization.SortKey)">
+      <summary>Compares two sort keys.</summary>
+      <param name="sortkey1">The first sort key to compare.</param>
+      <param name="sortkey2">The second sort key to compare.</param>
+      <returns>A signed integer that indicates the relationship between <paramref name="sortkey1" /> and <paramref name="sortkey2" />.
+  Value  
   
- -or-  
+  Condition  
   
- An I/O error has occurred.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is in an invalid format.</exception>
-    </member>
-    <member name="M:System.IO.File.Copy(System.String,System.String,System.Boolean)">
-      <summary>Copies an existing file to a new file. Overwriting a file of the same name is allowed.</summary>
-      <param name="sourceFileName">The file to copy.</param>
-      <param name="destFileName">The name of the destination file. This cannot be a directory.</param>
-      <param name="overwrite">
-        <see langword="true" /> if the destination file can be overwritten; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
+  Less than zero  
   
- -or-  
+ <paramref name="sortkey1" /> is less than <paramref name="sortkey2" />.  
   
- <paramref name="destFileName" /> is read-only.
-        
- -or-  
+  Zero  
   
-<paramref name="overwrite" /> is <see langword="true" />, <paramref name="destFileName" /> exists and is hidden, but <paramref name="sourceFileName" /> is not hidden.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
+ <paramref name="sortkey1" /> is equal to <paramref name="sortkey2" />.  
   
- -or-  
+  Greater than zero  
   
- <paramref name="sourceFileName" /> or <paramref name="destFileName" /> specifies a directory.</exception>
+ <paramref name="sortkey1" /> is greater than <paramref name="sortkey2" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="sourceFileName" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="destFileName" /> exists and <paramref name="overwrite" /> is <see langword="false" />.  
-  
- -or-  
-  
- An I/O error has occurred.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is in an invalid format.</exception>
+        <paramref name="sortkey1" /> or <paramref name="sortkey2" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.Create(System.String)">
-      <summary>Creates or overwrites a file in the specified path.</summary>
-      <param name="path">The path and name of the file to create.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.SortKey.Equals(System.Object)">
+      <summary>Determines whether the specified object is equal to the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
+      <param name="value">The object to compare with the current <see cref="T:System.Globalization.SortKey" /> object.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter is equal to the current <see cref="T:System.Globalization.SortKey" /> object; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> that provides read/write access to the file specified in <paramref name="path" />.</returns>
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.Create(System.String,System.Int32)">
-      <summary>Creates or overwrites a file in the specified path, specifying a buffer size.</summary>
-      <param name="path">The path and name of the file to create.</param>
-      <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> with the specified buffer size that provides read/write access to the file specified in <paramref name="path" />.</returns>
+    <member name="M:System.Globalization.SortKey.GetHashCode">
+      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.SortKey" /> object that is suitable for hashing algorithms and data structures such as a hash table.</summary>
+      <returns>A hash code for the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.Create(System.String,System.Int32,System.IO.FileOptions)">
-      <summary>Creates or overwrites a file in the specified path, specifying a buffer size and options that describe how to create or overwrite the file.</summary>
-      <param name="path">The path and name of the file to create.</param>
-      <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
-      <param name="options">One of the <see cref="T:System.IO.FileOptions" /> values that describes how to create or overwrite the file.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A new file with the specified buffer size.</returns>
+    <member name="P:System.Globalization.SortKey.KeyData">
+      <summary>Gets the byte array representing the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
+      <returns>A byte array representing the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.CreateSymbolicLink(System.String,System.String)">
-      <summary>Creates a file symbolic link identified by <paramref name="path" /> that points to <paramref name="pathToTarget" />.</summary>
-      <param name="path">The path where the symbolic link should be created.</param>
-      <param name="pathToTarget">The path of the target to which the symbolic link points.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="pathToTarget" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> or <paramref name="pathToTarget" /> is empty.
-
--or-
-
-<paramref name="path" /> or <paramref name="pathToTarget" /> contains a <see langword="null" /> character.</exception>
-      <exception cref="T:System.IO.IOException">A file or directory already exists in the location of <paramref name="path" />.
-
--or-
-
-An I/O error occurred.</exception>
-      <returns>A <see cref="T:System.IO.FileInfo" /> instance that wraps the newly created file symbolic link.</returns>
+    <member name="P:System.Globalization.SortKey.OriginalString">
+      <summary>Gets the original string used to create the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
+      <returns>The original string used to create the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.CreateText(System.String)">
-      <summary>Creates or opens a file for writing UTF-8 encoded text. If the file already exists, its contents are overwritten.</summary>
-      <param name="path">The file to be opened for writing.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.StreamWriter" /> that writes to the specified file using UTF-8 encoding.</returns>
+    <member name="M:System.Globalization.SortKey.ToString">
+      <summary>Returns a string that represents the current <see cref="T:System.Globalization.SortKey" /> object.</summary>
+      <returns>A string that represents the current <see cref="T:System.Globalization.SortKey" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.Decrypt(System.String)">
-      <summary>Decrypts a file that was encrypted by the current account using the <see cref="M:System.IO.File.Encrypt(System.String)" /> method.</summary>
-      <param name="path">A path that describes a file to decrypt.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: The <paramref name="path" /> parameter is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="path" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the <paramref name="path" /> parameter could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file. For example, the encrypted file is already open.  
-  
- -or-  
-  
- This operation is not supported on the current platform.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="path" /> parameter specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- The <paramref name="path" /> parameter specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="T:System.Globalization.SortVersion">
+      <summary>Provides information about the version of Unicode used to compare and order strings.</summary>
     </member>
-    <member name="M:System.IO.File.Delete(System.String)">
-      <summary>Deletes the specified file.</summary>
-      <param name="path">The name of the file to be deleted. Wildcard characters are not supported.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">The specified file is in use.  
-  
- -or-  
-  
- There is an open handle on the file, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- The file is an executable file that is in use.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- <paramref name="path" /> specified a read-only file.</exception>
+    <member name="M:System.Globalization.SortVersion.#ctor(System.Int32,System.Guid)">
+      <summary>Creates a new instance of the <see cref="T:System.Globalization.SortVersion" /> class.</summary>
+      <param name="fullVersion">A version number.</param>
+      <param name="sortId">A sort ID.</param>
     </member>
-    <member name="M:System.IO.File.Encrypt(System.String)">
-      <summary>Encrypts a file so that only the account used to encrypt the file can decrypt it.</summary>
-      <param name="path">A path that describes a file to encrypt.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: The <paramref name="path" /> parameter is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="path" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the <paramref name="path" /> parameter could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
-  
- -or-  
-  
- This operation is not supported on the current platform.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="path" /> parameter specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- The <paramref name="path" /> parameter specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)">
+      <summary>Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified <see cref="T:System.Globalization.SortVersion" /> object.</summary>
+      <param name="other">The object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="other" /> represents the same version as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.File.Exists(System.String)">
-      <summary>Determines whether the specified file exists.</summary>
-      <param name="path">The file to check.</param>
+    <member name="M:System.Globalization.SortVersion.Equals(System.Object)">
+      <summary>Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance.</param>
       <returns>
-        <see langword="true" /> if the caller has the required permissions and <paramref name="path" /> contains the name of an existing file; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="path" /> is <see langword="null" />, an invalid path, or a zero-length string. If the caller does not have sufficient permissions to read the specified file, no exception is thrown and the method returns <see langword="false" /> regardless of the existence of <paramref name="path" />.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Globalization.SortVersion" /> object that represents the same version as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.File.GetAttributes(System.String)">
-      <summary>Gets the <see cref="T:System.IO.FileAttributes" /> of the file on the path.</summary>
-      <param name="path">The path to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="path" /> represents a file and is invalid, such as being on an unmapped drive, or the file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> represents a directory and is invalid, such as being on an unmapped drive, or the directory cannot be found.</exception>
-      <exception cref="T:System.IO.IOException">This file is being used by another process.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <returns>The <see cref="T:System.IO.FileAttributes" /> of the file on the path.</returns>
-    </member>
-    <member name="M:System.IO.File.GetCreationTime(System.String)">
-      <summary>Returns the creation date and time of the specified file or directory.</summary>
-      <param name="path">The file or directory for which to obtain creation date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the creation date and time for the specified file or directory. This value is expressed in local time.</returns>
+    <member name="P:System.Globalization.SortVersion.FullVersion">
+      <summary>Gets the full version number of the <see cref="T:System.Globalization.SortVersion" /> object.</summary>
+      <returns>The version number of this <see cref="T:System.Globalization.SortVersion" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.GetCreationTimeUtc(System.String)">
-      <summary>Returns the creation date and time, in coordinated universal time (UTC), of the specified file or directory.</summary>
-      <param name="path">The file or directory for which to obtain creation date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the creation date and time for the specified file or directory. This value is expressed in UTC time.</returns>
+    <member name="M:System.Globalization.SortVersion.GetHashCode">
+      <summary>Returns a hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.IO.File.GetLastAccessTime(System.String)">
-      <summary>Returns the date and time the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to obtain access date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the date and time that the specified file or directory was last accessed. This value is expressed in local time.</returns>
+    <member name="M:System.Globalization.SortVersion.op_Equality(System.Globalization.SortVersion,System.Globalization.SortVersion)">
+      <summary>Indicates whether two <see cref="T:System.Globalization.SortVersion" /> instances are equal.</summary>
+      <param name="left">The first instance to compare.</param>
+      <param name="right">The second instance to compare.</param>
+      <returns>
+        <see langword="true" /> if the values of <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.File.GetLastAccessTimeUtc(System.String)">
-      <summary>Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.</summary>
-      <param name="path">The file or directory for which to obtain access date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the date and time that the specified file or directory was last accessed. This value is expressed in UTC time.</returns>
+    <member name="M:System.Globalization.SortVersion.op_Inequality(System.Globalization.SortVersion,System.Globalization.SortVersion)">
+      <summary>Indicates whether two <see cref="T:System.Globalization.SortVersion" /> instances are not equal.</summary>
+      <param name="left">The first instance to compare.</param>
+      <param name="right">The second instance to compare.</param>
+      <returns>
+        <see langword="true" /> if the values of <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.File.GetLastWriteTime(System.String)">
-      <summary>Returns the date and time the specified file or directory was last written to.</summary>
-      <param name="path">The file or directory for which to obtain write date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the date and time that the specified file or directory was last written to. This value is expressed in local time.</returns>
+    <member name="P:System.Globalization.SortVersion.SortId">
+      <summary>Gets a globally unique identifier for this <see cref="T:System.Globalization.SortVersion" /> object.</summary>
+      <returns>A globally unique identifier for this <see cref="T:System.Globalization.SortVersion" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.GetLastWriteTimeUtc(System.String)">
-      <summary>Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.</summary>
-      <param name="path">The file or directory for which to obtain write date and time information.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.DateTime" /> structure set to the date and time that the specified file or directory was last written to. This value is expressed in UTC time.</returns>
-    </member>
-    <member name="M:System.IO.File.Move(System.String,System.String)">
-      <summary>Moves a specified file to a new location, providing the option to specify a new file name.</summary>
-      <param name="sourceFileName">The name of the file to move. Can include a relative or absolute path.</param>
-      <param name="destFileName">The new path and name for the file.</param>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="destFileName" /> already exists.
-
-          -or-
-
-          An I/O error has occurred, e.g. while copying the file across disk volumes.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="sourceFileName" /> was not found.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is in an invalid format.</exception>
-    </member>
-    <member name="M:System.IO.File.Move(System.String,System.String,System.Boolean)">
-      <summary>Moves a specified file to a new location, providing the options to specify a new file name and to overwrite the destination file if it already exists.</summary>
-      <param name="sourceFileName">The name of the file to move. Can include a relative or absolute path.</param>
-      <param name="destFileName">The new path and name for the file.</param>
-      <param name="overwrite">
-        <see langword="true" /> to overwrite the destination file if it already exists; <see langword="false" /> otherwise.</param>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="destFileName" /> already exists and <paramref name="overwrite" /> is <see langword="false" />.
-
-          -or-
-
-          An I/O error has occurred, e.g. while copying the file across disk volumes.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="sourceFileName" /> was not found.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is a zero-length string, contains only white space, or contains invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified in <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="sourceFileName" /> or <paramref name="destFileName" /> is in an invalid format.</exception>
+    <member name="T:System.Globalization.StringInfo">
+      <summary>Provides functionality to split a string into text elements and to iterate through those text elements.</summary>
     </member>
-    <member name="M:System.IO.File.Open(System.String,System.IO.FileMode)">
-      <summary>Opens a <see cref="T:System.IO.FileStream" /> on the specified path with read/write access with no sharing.</summary>
-      <param name="path">The file to open.</param>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="mode" /> is <see cref="F:System.IO.FileMode.Create" /> and the specified file is a hidden file.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" /> specified an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> opened in the specified mode and path, with read/write access and not shared.</returns>
+    <member name="M:System.Globalization.StringInfo.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.StringInfo" /> class.</summary>
     </member>
-    <member name="M:System.IO.File.Open(System.String,System.IO.FileMode,System.IO.FileAccess)">
-      <summary>Opens a <see cref="T:System.IO.FileStream" /> on the specified path, with the specified mode and access with no sharing.</summary>
-      <param name="path">The file to open.</param>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
-      <param name="access">A <see cref="T:System.IO.FileAccess" /> value that specifies the operations that can be performed on the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="access" /> specified <see langword="Read" /> and <paramref name="mode" /> specified <see langword="Create" />, <see langword="CreateNew" />, <see langword="Truncate" />, or <see langword="Append" />.</exception>
+    <member name="M:System.Globalization.StringInfo.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.StringInfo" /> class to a specified string.</summary>
+      <param name="value">A string to initialize this <see cref="T:System.Globalization.StringInfo" /> object.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only and <paramref name="access" /> is not <see langword="Read" />.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="mode" /> is <see cref="F:System.IO.FileMode.Create" /> and the specified file is a hidden file.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" /> or <paramref name="access" /> specified an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>An unshared <see cref="T:System.IO.FileStream" /> that provides access to the specified file, with the specified mode and access.</returns>
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
-      <summary>Opens a <see cref="T:System.IO.FileStream" /> on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.</summary>
-      <param name="path">The file to open.</param>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.</param>
-      <param name="access">A <see cref="T:System.IO.FileAccess" /> value that specifies the operations that can be performed on the file.</param>
-      <param name="share">A <see cref="T:System.IO.FileShare" /> value specifying the type of access other threads have to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.  
-  
- -or-  
-  
- <paramref name="access" /> specified <see langword="Read" /> and <paramref name="mode" /> specified <see langword="Create" />, <see langword="CreateNew" />, <see langword="Truncate" />, or <see langword="Append" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only and <paramref name="access" /> is not <see langword="Read" />.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="mode" /> is <see cref="F:System.IO.FileMode.Create" /> and the specified file is a hidden file.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> specified an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> on the specified path, having the specified mode with read, write, or read/write access and the specified sharing option.</returns>
-    </member>
-    <member name="M:System.IO.File.Open(System.String,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, additional file options and the allocation size.</summary>
-      <param name="path">The path of the file to open.</param>
-      <param name="options">An object that describes optional <see cref="T:System.IO.FileStream" /> parameters to use.</param>
-      <returns>A <see cref="T:System.IO.FileStream" /> instance that wraps the opened file.</returns>
-    </member>
-    <member name="M:System.IO.File.OpenHandle(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,System.Int64)">
-      <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> class with the specified path, creation mode, read/write and sharing permission, the access other SafeFileHandles can have to the same file, additional file options and the allocation size.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> instance will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file. The default value is <see cref="F:System.IO.FileMode.Open" /></param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed. The default value is <see cref="F:System.IO.FileAccess.Read" /></param>
-      <param name="share">A bitwise combination of the enumeration values that determines how the file will be shared by processes. The default value is <see cref="F:System.IO.FileShare.Read" />.</param>
-      <param name="options">An object that describes optional <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> parameters to use.</param>
-      <param name="preallocationSize">The initial allocation size in bytes for the file. A positive value is effective only when a regular file is being created, overwritten, or replaced.
-            Negative values are not allowed. In other cases (including the default 0 value), it's ignored.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
-            -or- <paramref name="path" /> refers to a non-file device, such as <c>CON:</c>, <c>COM1:</c>, <c>LPT1:</c>, etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as <c>CON:</c>, <c>COM1:</c>, <c>LPT1:</c>, etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="preallocationSize" /> is negative.
-            -or- <paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see cref="F:System.IO.FileMode.Truncate" /> or <see cref="F:System.IO.FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see cref="F:System.IO.FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
-             -or- The disk was full (when <paramref name="preallocationSize" /> was provided and <paramref name="path" /> was pointing to a regular file).
-             -or- The file was too large (when <paramref name="preallocationSize" /> was provided and <paramref name="path" /> was pointing to a regular file).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" />  is <see cref="F:System.IO.FileAccess.Write" /> or <see cref="F:System.IO.FileAccess.ReadWrite" /> and the file or directory is set for read-only access.
-             -or- <see cref="F:System.IO.FileOptions.Encrypted" /> is specified for <paramref name="options" />, but file encryption is not supported on the current platform.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>A <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> instance.</returns>
+    <member name="M:System.Globalization.StringInfo.Equals(System.Object)">
+      <summary>Indicates whether the current <see cref="T:System.Globalization.StringInfo" /> object is equal to a specified object.</summary>
+      <param name="value">An object.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter is a <see cref="T:System.Globalization.StringInfo" /> object and its <see cref="P:System.Globalization.StringInfo.String" /> property equals the <see cref="P:System.Globalization.StringInfo.String" /> property of this <see cref="T:System.Globalization.StringInfo" /> object; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Globalization.StringInfo.GetHashCode">
+      <summary>Calculates a hash code for the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
+      <returns>A 32-bit signed integer hash code based on the string value of this <see cref="T:System.Globalization.StringInfo" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.OpenRead(System.String)">
-      <summary>Opens an existing file for reading.</summary>
-      <param name="path">The file to be opened for reading.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.StringInfo.GetNextTextElement(System.String)">
+      <summary>Gets the first text element in a specified string.</summary>
+      <param name="str">The string from which to get the text element.</param>
+      <returns>A string containing the first text element in the specified string.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <returns>A read-only <see cref="T:System.IO.FileStream" /> on the specified path.</returns>
+        <paramref name="str" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.OpenText(System.String)">
-      <summary>Opens an existing UTF-8 encoded text file for reading.</summary>
-      <param name="path">The file to be opened for reading.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.StringInfo.GetNextTextElement(System.String,System.Int32)">
+      <summary>Gets the text element at the specified index of the specified string.</summary>
+      <param name="str">The string from which to get the text element.</param>
+      <param name="index">The zero-based index at which the text element starts.</param>
+      <returns>A string containing the text element at the specified index of the specified string.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>A <see cref="T:System.IO.StreamReader" /> on the specified path.</returns>
+        <paramref name="str" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes for <paramref name="str" />.</exception>
     </member>
-    <member name="M:System.IO.File.OpenWrite(System.String)">
-      <summary>Opens an existing file or creates a new file for writing.</summary>
-      <param name="path">The file to be opened for writing.</param>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.  
-  
- -or-  
-  
- <paramref name="path" /> specified a read-only file or directory.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.StringInfo.GetTextElementEnumerator(System.String)">
+      <summary>Returns an enumerator that iterates through the text elements of the entire string.</summary>
+      <param name="str">The string to iterate through.</param>
+      <returns>A <see cref="T:System.Globalization.TextElementEnumerator" /> for the entire string.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <returns>An unshared <see cref="T:System.IO.FileStream" /> object on the specified path with <see cref="F:System.IO.FileAccess.Write" /> access.</returns>
+        <paramref name="str" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllBytes(System.String)">
-      <summary>Opens a binary file, reads the contents of the file into a byte array, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.StringInfo.GetTextElementEnumerator(System.String,System.Int32)">
+      <summary>Returns an enumerator that iterates through the text elements of the string, starting at the specified index.</summary>
+      <param name="str">The string to iterate through.</param>
+      <param name="index">The zero-based index at which to start iterating.</param>
+      <returns>A <see cref="T:System.Globalization.TextElementEnumerator" /> for the string starting at <paramref name="index" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A byte array containing the contents of the file.</returns>
+        <paramref name="str" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the range of valid indexes for <paramref name="str" />.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllBytesAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a binary file, reads the contents of the file into a byte array, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, which wraps the byte array containing the contents of the file.</returns>
+    <member name="P:System.Globalization.StringInfo.LengthInTextElements">
+      <summary>Gets the number of text elements in the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
+      <returns>The number of base characters, surrogate pairs, and combining character sequences in this <see cref="T:System.Globalization.StringInfo" /> object.</returns>
     </member>
-    <member name="M:System.IO.File.ReadAllLines(System.String)">
-      <summary>Opens a text file, reads all lines of the file, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
+    <member name="M:System.Globalization.StringInfo.ParseCombiningCharacters(System.String)">
+      <summary>Returns the indexes of each base character, high surrogate, or control character within the specified string.</summary>
+      <param name="str">The string to search.</param>
+      <returns>An array of integers that contains the zero-based indexes of each base character, high surrogate, or control character within the specified string.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string array containing all lines of the file.</returns>
+        <paramref name="str" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllLines(System.String,System.Text.Encoding)">
-      <summary>Opens a file, reads all lines of the file with the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="encoding">The encoding applied to the contents of the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string array containing all lines of the file.</returns>
+    <member name="P:System.Globalization.StringInfo.String">
+      <summary>Gets or sets the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</summary>
+      <returns>The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a text file, reads all lines of the file with the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="encoding">The encoding applied to the contents of the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, which wraps the string array containing all lines of the file.</returns>
+    <member name="M:System.Globalization.StringInfo.SubstringByTextElements(System.Int32)">
+      <summary>Retrieves a substring of text elements from the current <see cref="T:System.Globalization.StringInfo" /> object starting from a specified text element and continuing through the last text element.</summary>
+      <param name="startingTextElement">The zero-based index of a text element in this <see cref="T:System.Globalization.StringInfo" /> object.</param>
+      <returns>A substring of text elements in this <see cref="T:System.Globalization.StringInfo" /> object, starting from the text element index specified by the <paramref name="startingTextElement" /> parameter and continuing through the last text element in this object.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startingTextElement" /> is less than zero.
+-or-
+The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object is the empty string ("").</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllLinesAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a text file, reads all lines of the file, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, which wraps the string array containing all lines of the file.</returns>
+    <member name="M:System.Globalization.StringInfo.SubstringByTextElements(System.Int32,System.Int32)">
+      <summary>Retrieves a substring of text elements from the current <see cref="T:System.Globalization.StringInfo" /> object starting from a specified text element and continuing through the specified number of text elements.</summary>
+      <param name="startingTextElement">The zero-based index of a text element in this <see cref="T:System.Globalization.StringInfo" /> object.</param>
+      <param name="lengthInTextElements">The number of text elements to retrieve.</param>
+      <returns>A substring of text elements in this <see cref="T:System.Globalization.StringInfo" /> object. The substring consists of the number of text elements specified by the <paramref name="lengthInTextElements" /> parameter and starts from the text element index specified by the <paramref name="startingTextElement" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="startingTextElement" /> is less than zero.
+-or-
+<paramref name="startingTextElement" /> is greater than or equal to the length of the string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object.
+-or-
+<paramref name="lengthInTextElements" /> is less than zero.
+-or-
+The string that is the value of the current <see cref="T:System.Globalization.StringInfo" /> object is the empty string ("").
+-or-
+<paramref name="startingTextElement" /> + <paramref name="lengthInTextElements" /> specify an index that is greater than the number of text elements in this <see cref="T:System.Globalization.StringInfo" /> object.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllText(System.String)">
-      <summary>Opens a text file, reads all the text in the file, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string containing all the text in the file.</returns>
+    <member name="T:System.Globalization.TaiwanCalendar">
+      <summary>the Taiwan calendar.</summary>
     </member>
-    <member name="M:System.IO.File.ReadAllText(System.String,System.Text.Encoding)">
-      <summary>Opens a file, reads all text in the file with the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="encoding">The encoding applied to the contents of the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string containing all text in the file.</returns>
+    <member name="M:System.Globalization.TaiwanCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
+      <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.TaiwanCalendar" /> object because of missing culture information.</exception>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000.
+-or-
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllTextAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a text file, reads all text in the file with the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="encoding">The encoding applied to the contents of the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, which wraps the string containing all text in the file.</returns>
+    <member name="M:System.Globalization.TaiwanCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="M:System.IO.File.ReadAllTextAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Asynchronously opens a text file, reads all the text in the file, and then closes the file.</summary>
-      <param name="path">The file to open for reading.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, which wraps the string containing all text in the file.</returns>
+    <member name="P:System.Globalization.TaiwanCalendar.AlgorithmType">
+      <summary>Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="M:System.IO.File.ReadLines(System.String)">
-      <summary>Reads the lines of a file.</summary>
-      <param name="path">The file to read.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <returns>All the lines of the file, or the lines that are the result of a query.</returns>
+    <member name="P:System.Globalization.TaiwanCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.TaiwanCalendar" />.</summary>
+      <returns>An array that consists of a single element for which the value is always the current era.</returns>
     </member>
-    <member name="M:System.IO.File.ReadLines(System.String,System.Text.Encoding)">
-      <summary>Read the lines of a file that has a specified encoding.</summary>
-      <param name="path">The file to read.</param>
-      <param name="encoding">The encoding that is applied to the contents of the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file specified by <paramref name="path" /> was not found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <returns>All the lines of the file, or the lines that are the result of a query.</returns>
+    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.File.Replace(System.String,System.String,System.String)">
-      <summary>Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.</summary>
-      <param name="sourceFileName">The name of a file that replaces the file specified by <paramref name="destinationFileName" />.</param>
-      <param name="destinationFileName">The name of the file being replaced.</param>
-      <param name="destinationBackupFileName">The name of the backup file.</param>
-      <exception cref="T:System.ArgumentException">The path described by the <paramref name="destinationFileName" /> parameter was not of a legal form.  
-  
- -or-  
-  
- The path described by the <paramref name="destinationBackupFileName" /> parameter was not of a legal form.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="destinationFileName" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.  
-  
- -or-  
-  
- The file described by the <paramref name="destinationBackupFileName" /> parameter could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
-  
+    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
 -or-
-  
- The <paramref name="sourceFileName" /> and <paramref name="destinationFileName" /> parameters specify the same file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="sourceFileName" /> or <paramref name="destinationFileName" /> parameter specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- Source or destination parameters specify a directory instead of a file.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.Replace(System.String,System.String,System.String,System.Boolean)">
-      <summary>Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.</summary>
-      <param name="sourceFileName">The name of a file that replaces the file specified by <paramref name="destinationFileName" />.</param>
-      <param name="destinationFileName">The name of the file being replaced.</param>
-      <param name="destinationBackupFileName">The name of the backup file.</param>
-      <param name="ignoreMetadataErrors">
-        <see langword="true" /> to ignore merge errors (such as attributes and access control lists (ACLs)) from the replaced file to the replacement file; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">The path described by the <paramref name="destinationFileName" /> parameter was not of a legal form.  
-  
- -or-  
-  
- The path described by the <paramref name="destinationBackupFileName" /> parameter was not of a legal form.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="destinationFileName" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.  
-  
- -or-  
-  
- The file described by the <paramref name="destinationBackupFileName" /> parameter could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.  
-  
+    <member name="M:System.Globalization.TaiwanCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
 -or-
-  
- The <paramref name="sourceFileName" /> and <paramref name="destinationFileName" /> parameters specify the same file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="sourceFileName" /> or <paramref name="destinationFileName" /> parameter specifies a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- Source or destination parameters specify a directory instead of a file.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.ResolveLinkTarget(System.String,System.Boolean)">
-      <summary>Gets the target of the specified file link.</summary>
-      <param name="linkPath">The path of the file link.</param>
-      <param name="returnFinalTarget">
-        <see langword="true" /> to follow links to the final target; <see langword="false" /> to return the immediate next link.</param>
-      <exception cref="T:System.IO.IOException">The file on <paramref name="linkPath" /> does not exist.
-
+    <member name="M:System.Globalization.TaiwanCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era.</param>
+      <returns>The return value is always 0 because the <see cref="T:System.Globalization.TaiwanCalendar" /> class does not support the notion of a leap month.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
 -or-
-
-There are too many levels of symbolic links.</exception>
-      <returns>A <see cref="T:System.IO.FileInfo" /> instance if <paramref name="linkPath" /> exists, independently if the target exists or not. <see langword="null" /> if <paramref name="linkPath" /> is not a link.</returns>
-    </member>
-    <member name="M:System.IO.File.SetAttributes(System.String,System.IO.FileAttributes)">
-      <summary>Sets the specified <see cref="T:System.IO.FileAttributes" /> of the file on the specified path.</summary>
-      <param name="path">The path to the file.</param>
-      <param name="fileAttributes">A bitwise combination of the enumeration values.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is empty, contains only white spaces, contains invalid characters, or the file attribute is invalid.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.SetCreationTime(System.String,System.DateTime)">
-      <summary>Sets the date and time the file was created.</summary>
-      <param name="path">The file for which to set the creation date and time information.</param>
-      <param name="creationTime">A <see cref="T:System.DateTime" /> containing the value to set for the creation date and time of <paramref name="path" />. This value is expressed in local time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while performing the operation.</exception>
+    <member name="M:System.Globalization.TaiwanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
+      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
+      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
+      <returns>A positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="creationTime" /> specifies a value outside the range of dates, times, or both permitted for this operation.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.
+-or-
+<paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
     </member>
-    <member name="M:System.IO.File.SetCreationTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the date and time, in coordinated universal time (UTC), that the file was created.</summary>
-      <param name="path">The file for which to set the creation date and time information.</param>
-      <param name="creationTimeUtc">A <see cref="T:System.DateTime" /> containing the value to set for the creation date and time of <paramref name="path" />. This value is expressed in UTC time.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while performing the operation.</exception>
+    <member name="M:System.Globalization.TaiwanCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="creationTime" /> specifies a value outside the range of dates, times, or both permitted for this operation.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.SetLastAccessTime(System.String,System.DateTime)">
-      <summary>Sets the date and time the specified file was last accessed.</summary>
-      <param name="path">The file for which to set the access date and time information.</param>
-      <param name="lastAccessTime">A <see cref="T:System.DateTime" /> containing the value to set for the last access date and time of <paramref name="path" />. This value is expressed in local time.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+    <member name="M:System.Globalization.TaiwanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastAccessTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.SetLastAccessTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.</summary>
-      <param name="path">The file for which to set the access date and time information.</param>
-      <param name="lastAccessTimeUtc">A <see cref="T:System.DateTime" /> containing the value to set for the last access date and time of <paramref name="path" />. This value is expressed in UTC time.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+    <member name="M:System.Globalization.TaiwanCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastAccessTimeUtc" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.SetLastWriteTime(System.String,System.DateTime)">
-      <summary>Sets the date and time that the specified file was last written to.</summary>
-      <param name="path">The file for which to set the date and time information.</param>
-      <param name="lastWriteTime">A <see cref="T:System.DateTime" /> containing the value to set for the last write date and time of <paramref name="path" />. This value is expressed in local time.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+    <member name="P:System.Globalization.TaiwanCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
+    </member>
+    <member name="P:System.Globalization.TaiwanCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar" /> class, which is equivalent to the first moment of January 1, 1912 C.E. in the Gregorian calendar.</returns>
+    </member>
+    <member name="M:System.Globalization.TaiwanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastWriteTime" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.SetLastWriteTimeUtc(System.String,System.DateTime)">
-      <summary>Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.</summary>
-      <param name="path">The file for which to set the date and time information.</param>
-      <param name="lastWriteTimeUtc">A <see cref="T:System.DateTime" /> containing the value to set for the last write date and time of <paramref name="path" />. This value is expressed in UTC time.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The specified path was not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
+    <member name="M:System.Globalization.TaiwanCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="lastWriteTimeUtc" /> specifies a value outside the range of dates or times permitted for this operation.</exception>
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.File.WriteAllBytes(System.String,System.Byte[])">
-      <summary>Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="bytes">The bytes to write to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" /> or the byte array is empty.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IO.File.WriteAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
-      <summary>Asynchronously creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="bytes">The bytes to write to the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="T:System.Globalization.TaiwanLunisolarCalendar">
+      <summary>Represents the Taiwan lunisolar calendar. As for the Taiwan calendar, years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
     </member>
-    <member name="M:System.IO.File.WriteAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})">
-      <summary>Creates a new file, writes a collection of strings to the file, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The lines to write to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" /> or <paramref name="contents" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-    </member>
-    <member name="M:System.IO.File.WriteAllLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding)">
-      <summary>Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The lines to write to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters defined by the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" />, <paramref name="contents" />, or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">
-        <paramref name="path" /> is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.IO.PathTooLongException">
-        <paramref name="path" /> exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> is a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.TaiwanLunisolarCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
     </member>
-    <member name="M:System.IO.File.WriteAllLines(System.String,System.String[])">
-      <summary>Creates a new file, write the specified string array to the file, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string array to write to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" /> or <paramref name="contents" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.TaiwanLunisolarCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year specified by the <see cref="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="M:System.IO.File.WriteAllLines(System.String,System.String[],System.Text.Encoding)">
-      <summary>Creates a new file, writes the specified string array to the file by using the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string array to write to the file.</param>
-      <param name="encoding">An <see cref="T:System.Text.Encoding" /> object that represents the character encoding applied to the string array.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">Either <paramref name="path" /> or <paramref name="contents" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.TaiwanLunisolarCalendar.Eras">
+      <summary>Gets the eras that are relevant to the current <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> object.</summary>
+      <returns>An array that consists of a single element having a value that is always the current era.</returns>
     </member>
-    <member name="M:System.IO.File.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously creates a new file, write the specified lines to the file by using the specified encoding, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The lines to write to the file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.Globalization.TaiwanLunisolarCalendar.GetEra(System.DateTime)">
+      <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era specified in the <paramref name="time" /> parameter.</returns>
     </member>
-    <member name="M:System.IO.File.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
-      <summary>Asynchronously creates a new file, writes the specified lines to the file, and then closes the file.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The lines to write to the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.Globalization.TaiwanLunisolarCalendar.MaxSupportedDateTime">
+      <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class, which is equivalent to the last moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.File.WriteAllText(System.String,System.String)">
-      <summary>Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string to write to the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime">
+      <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar" /> class, which is equivalent to the first moment of February 18, 1912 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.File.WriteAllText(System.String,System.String,System.Text.Encoding)">
-      <summary>Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string to write to the file.</param>
-      <param name="encoding">The encoding to apply to the string.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specified a file that is read-only.
-        
- -or-  
-  
- <paramref name="path" /> specified a file that is hidden.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- <paramref name="path" /> specified a directory.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> is in an invalid format.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="T:System.Globalization.TextElementEnumerator">
+      <summary>Enumerates the text elements of a string.</summary>
     </member>
-    <member name="M:System.IO.File.WriteAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
-      <summary>Asynchronously creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string to write to the file.</param>
-      <param name="encoding">The encoding to apply to the string.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.Globalization.TextElementEnumerator.Current">
+      <summary>Gets the current text element in the string.</summary>
+      <returns>An object containing the current text element in the string.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
     </member>
-    <member name="M:System.IO.File.WriteAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
-      <summary>Asynchronously creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.</summary>
-      <param name="path">The file to write to.</param>
-      <param name="contents">The string to write to the file.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.Globalization.TextElementEnumerator.ElementIndex">
+      <summary>Gets the index of the text element that the enumerator is currently positioned over.</summary>
+      <returns>The index of the text element that the enumerator is currently positioned over.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
     </member>
-    <member name="T:System.IO.FileAccess">
-      <summary>Defines constants for read, write, or read/write access to a file.</summary>
+    <member name="M:System.Globalization.TextElementEnumerator.GetTextElement">
+      <summary>Gets the current text element in the string.</summary>
+      <returns>A new string containing the current text element in the string being read.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first text element of the string or after the last text element.</exception>
     </member>
-    <member name="F:System.IO.FileAccess.Read">
-      <summary>Read access to the file. Data can be read from the file. Combine with <see langword="Write" /> for read/write access.</summary>
+    <member name="M:System.Globalization.TextElementEnumerator.MoveNext">
+      <summary>Advances the enumerator to the next text element of the string.</summary>
+      <returns>
+        <see langword="true" /> if the enumerator was successfully advanced to the next text element; <see langword="false" /> if the enumerator has passed the end of the string.</returns>
     </member>
-    <member name="F:System.IO.FileAccess.ReadWrite">
-      <summary>Read and write access to the file. Data can be written to and read from the file.</summary>
+    <member name="M:System.Globalization.TextElementEnumerator.Reset">
+      <summary>Sets the enumerator to its initial position, which is before the first text element in the string.</summary>
     </member>
-    <member name="F:System.IO.FileAccess.Write">
-      <summary>Write access to the file. Data can be written to the file. Combine with <see langword="Read" /> for read/write access.</summary>
+    <member name="T:System.Globalization.TextInfo">
+      <summary>Defines text properties and behaviors, such as casing, that are specific to a writing system.</summary>
     </member>
-    <member name="T:System.IO.FileAttributes">
-      <summary>Provides attributes for files and directories.</summary>
+    <member name="P:System.Globalization.TextInfo.ANSICodePage">
+      <summary>Gets the American National Standards Institute (ANSI) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
+      <returns>The ANSI code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Archive">
-      <summary>This file is marked to be included in incremental backup operation. Windows sets this attribute whenever the file is modified, and backup software should clear it when processing the file during incremental backup.</summary>
+    <member name="M:System.Globalization.TextInfo.Clone">
+      <summary>Creates a new object that is a copy of the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
+      <returns>A new instance of <see cref="T:System.Object" /> that is the memberwise clone of the current <see cref="T:System.Globalization.TextInfo" /> object.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Compressed">
-      <summary>The file is compressed.</summary>
+    <member name="P:System.Globalization.TextInfo.CultureName">
+      <summary>Gets the name of the culture associated with the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
+      <returns>The name of a culture.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Device">
-      <summary>Reserved for future use.</summary>
+    <member name="P:System.Globalization.TextInfo.EBCDICCodePage">
+      <summary>Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
+      <returns>The EBCDIC code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Directory">
-      <summary>The file is a directory. <see langword="Directory" /> is supported on Windows, Linux, and macOS.</summary>
+    <member name="M:System.Globalization.TextInfo.Equals(System.Object)">
+      <summary>Determines whether the specified object represents the same writing system as the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
+      <param name="obj">The object to compare with the current <see cref="T:System.Globalization.TextInfo" />.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> represents the same writing system as the current <see cref="T:System.Globalization.TextInfo" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Encrypted">
-      <summary>The file or directory is encrypted. For a file, this means that all data in the file is encrypted. For a directory, this means that encryption is the default for newly created files and directories.</summary>
+    <member name="M:System.Globalization.TextInfo.GetHashCode">
+      <summary>Serves as a hash function for the current <see cref="T:System.Globalization.TextInfo" />, suitable for hashing algorithms and data structures, such as a hash table.</summary>
+      <returns>A hash code for the current <see cref="T:System.Globalization.TextInfo" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Hidden">
-      <summary>The file is hidden, and thus is not included in an ordinary directory listing. <see langword="Hidden" /> is supported on Windows, Linux, and macOS.</summary>
+    <member name="P:System.Globalization.TextInfo.IsReadOnly">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.TextInfo" /> object is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.Globalization.TextInfo" /> object is read-only; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.IntegrityStream">
-      <summary>The file or directory includes data integrity support. When this value is applied to a file, all data streams in the file have integrity support. When this value is applied to a directory, all new files and subdirectories within that directory, by default, include integrity support.</summary>
+    <member name="P:System.Globalization.TextInfo.IsRightToLeft">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Globalization.TextInfo" /> object represents a writing system where text flows from right to left.</summary>
+      <returns>
+        <see langword="true" /> if text flows from right to left; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Globalization.TextInfo.LCID">
+      <summary>Gets the culture identifier for the culture associated with the current <see cref="T:System.Globalization.TextInfo" /> object.</summary>
+      <returns>A number that identifies the culture from which the current <see cref="T:System.Globalization.TextInfo" /> object was created.</returns>
+    </member>
+    <member name="P:System.Globalization.TextInfo.ListSeparator">
+      <summary>Gets or sets the string that separates items in a list.</summary>
+      <returns>The string that separates items in a list.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is null.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.TextInfo" /> object is read-only.</exception>
+    </member>
+    <member name="P:System.Globalization.TextInfo.MacCodePage">
+      <summary>Gets the Macintosh code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
+      <returns>The Macintosh code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
+    </member>
+    <member name="P:System.Globalization.TextInfo.OEMCodePage">
+      <summary>Gets the original equipment manufacturer (OEM) code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</summary>
+      <returns>The OEM code page used by the writing system represented by the current <see cref="T:System.Globalization.TextInfo" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ReadOnly(System.Globalization.TextInfo)">
+      <summary>Returns a read-only version of the specified <see cref="T:System.Globalization.TextInfo" /> object.</summary>
+      <param name="textInfo">A <see cref="T:System.Globalization.TextInfo" /> object.</param>
+      <returns>The <see cref="T:System.Globalization.TextInfo" /> object specified by the <paramref name="textInfo" /> parameter, if <paramref name="textInfo" /> is read-only.
+-or-
+A read-only memberwise clone of the <see cref="T:System.Globalization.TextInfo" /> object specified by <paramref name="textInfo" />, if <paramref name="textInfo" /> is not read-only.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="textInfo" /> is null.</exception>
+    </member>
+    <member name="M:System.Globalization.TextInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Raises the deserialization event when deserialization is complete.</summary>
+      <param name="sender">The source of the deserialization event.</param>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToLower(System.Char)">
+      <summary>Converts the specified character to lowercase.</summary>
+      <param name="c">The character to convert to lowercase.</param>
+      <returns>The specified character converted to lowercase.</returns>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToLower(System.String)">
+      <summary>Converts the specified string to lowercase.</summary>
+      <param name="str">The string to convert to lowercase.</param>
+      <returns>The specified string converted to lowercase.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="str" /> is null.</exception>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToString">
+      <summary>Returns a string that represents the current <see cref="T:System.Globalization.TextInfo" />.</summary>
+      <returns>A string that represents the current <see cref="T:System.Globalization.TextInfo" />.</returns>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToTitleCase(System.String)">
+      <summary>Converts the specified string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).</summary>
+      <param name="str">The string to convert to title case.</param>
+      <returns>The specified string converted to title case.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="str" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToUpper(System.Char)">
+      <summary>Converts the specified character to uppercase.</summary>
+      <param name="c">The character to convert to uppercase.</param>
+      <returns>The specified character converted to uppercase.</returns>
+    </member>
+    <member name="M:System.Globalization.TextInfo.ToUpper(System.String)">
+      <summary>Converts the specified string to uppercase.</summary>
+      <param name="str">The string to convert to uppercase.</param>
+      <returns>The specified string converted to uppercase.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="str" /> is null.</exception>
     </member>
-    <member name="F:System.IO.FileAttributes.Normal">
-      <summary>The file is a standard file that has no special attributes. This attribute is valid only if it is used alone. <see langword="Normal" /> is supported on Windows, Linux, and macOS.</summary>
+    <member name="T:System.Globalization.ThaiBuddhistCalendar">
+      <summary>Represents the Thai Buddhist calendar.</summary>
     </member>
-    <member name="F:System.IO.FileAttributes.NoScrubData">
-      <summary>The file or directory is excluded from the data integrity scan. When this value is applied to a directory, by default, all new files and subdirectories within that directory are excluded from data integrity.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
     </member>
-    <member name="F:System.IO.FileAttributes.NotContentIndexed">
-      <summary>The file will not be indexed by the operating system's content indexing service.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of months away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add months.</param>
+      <param name="months">The number of months to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of months to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120000.
+-or-
+<paramref name="months" /> is greater than 120000.</exception>
     </member>
-    <member name="F:System.IO.FileAttributes.Offline">
-      <summary>The file is offline. The data of the file is not immediately available.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is the specified number of years away from the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to which to add years.</param>
+      <param name="years">The number of years to add.</param>
+      <returns>The <see cref="T:System.DateTime" /> that results from adding the specified number of years to the specified <see cref="T:System.DateTime" />.</returns>
+      <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime" /> is outside the supported range.</exception>
     </member>
-    <member name="F:System.IO.FileAttributes.ReadOnly">
-      <summary>The file is read-only. <see langword="ReadOnly" /> is supported on Windows, Linux, and macOS. On Linux and macOS, changing the <see langword="ReadOnly" /> flag is a permissions operation.</summary>
+    <member name="P:System.Globalization.ThaiBuddhistCalendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.SolarCalendar" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.ReparsePoint">
-      <summary>The file contains a reparse point, which is a block of user-defined data associated with a file or a directory. <see langword="ReparsePoint" /> is supported on Windows, Linux, and macOS.</summary>
+    <member name="P:System.Globalization.ThaiBuddhistCalendar.Eras">
+      <summary>Gets the list of eras in the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
+      <returns>An array that consists of a single element having a value that is always the current era.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.SparseFile">
-      <summary>The file is a sparse file. Sparse files are typically large files whose data consists of mostly zeros.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Returns the day of the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.System">
-      <summary>The file is a system file. That is, the file is part of the operating system or is used exclusively by the operating system.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Returns the day of the week in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="F:System.IO.FileAttributes.Temporary">
-      <summary>The file is temporary. A temporary file contains data that is needed while an application is executing but is not needed after the application is finished. File systems try to keep all the data in memory for quicker access rather than flushing the data back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Returns the day of the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="T:System.IO.FileInfo">
-      <summary>Provides properties and instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of <see cref="T:System.IO.FileStream" /> objects. This class cannot be inherited.</summary>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified month in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileInfo" /> class, which acts as a wrapper for a file path.</summary>
-      <param name="fileName">The fully qualified name of the new file, or the relative file name. Do not end the path with the directory separator character.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="fileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: The file name is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">Access to <paramref name="fileName" /> is denied.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="fileName" /> contains a colon (:) in the middle of the string.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of days in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of days in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.AppendText">
-      <summary>Creates a <see cref="T:System.IO.StreamWriter" /> that appends text to the file represented by this instance of the <see cref="T:System.IO.FileInfo" />.</summary>
-      <returns>A new <see langword="StreamWriter" />.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetEra(System.DateTime)">
+      <summary>Returns the era in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the era in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.CopyTo(System.String)">
-      <summary>Copies an existing file to a new file, disallowing the overwriting of an existing file.</summary>
-      <param name="destFileName">The name of the new file to copy to.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="destFileName" /> is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.IO.IOException">An error occurs, or the destination file already exists.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">A directory path is passed in, or the file is being moved to a different drive.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The directory specified in <paramref name="destFileName" /> does not exist.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="destFileName" /> contains a colon (:) within the string but does not specify the volume.</exception>
-      <returns>A new file with a fully qualified path.</returns>
-    </member>
-    <member name="M:System.IO.FileInfo.CopyTo(System.String,System.Boolean)">
-      <summary>Copies an existing file to a new file, allowing the overwriting of an existing file.</summary>
-      <param name="destFileName">The name of the new file to copy to.</param>
-      <param name="overwrite">
-        <see langword="true" /> to allow an existing file to be overwritten; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="destFileName" /> is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.IO.IOException">An error occurs, or the destination file already exists and <paramref name="overwrite" /> is <see langword="false" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The directory specified in <paramref name="destFileName" /> does not exist.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">A directory path is passed in, or the file is being moved to a different drive.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="destFileName" /> contains a colon (:) in the middle of the string.</exception>
-      <returns>A new file, or an overwrite of an existing file if <paramref name="overwrite" /> is <see langword="true" />. If the file exists and <paramref name="overwrite" /> is <see langword="false" />, an <see cref="T:System.IO.IOException" /> is thrown.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era.</param>
+      <returns>The return value is always 0 because the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class does not support the notion of a leap month.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.Create">
-      <summary>Creates a file.</summary>
-      <returns>A new file.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonth(System.DateTime)">
+      <summary>Returns the month in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.CreateText">
-      <summary>Creates a <see cref="T:System.IO.StreamWriter" /> that writes a new text file.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">The file name is a directory.</exception>
-      <exception cref="T:System.IO.IOException">The disk is read-only.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A new <see langword="StreamWriter" />.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Returns the number of months in the specified year in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The number of months in the specified year in the specified era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.Decrypt">
-      <summary>Decrypts a file that was encrypted by the current account using the <see cref="M:System.IO.FileInfo.Encrypt" /> method.</summary>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The file described by the current <see cref="T:System.IO.FileInfo" /> object is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
+      <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule" /> values that defines a calendar week.</param>
+      <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek" /> values that represents the first day of the week.</param>
+      <returns>A 1-based positive integer that represents the week of the year that includes the date in the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> or <paramref name="firstDayOfWeek" /> is outside the range supported by the calendar.
+-or-
+<paramref name="rule" /> is not a valid <see cref="T:System.Globalization.CalendarWeekRule" /> value.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.Delete">
-      <summary>Permanently deletes a file.</summary>
-      <exception cref="T:System.IO.IOException">The target file is open or memory-mapped on a computer running Microsoft Windows NT.  
-  
- -or-  
-  
- There is an open handle on the file, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The path is a directory.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.GetYear(System.DateTime)">
+      <summary>Returns the year in the specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The <see cref="T:System.DateTime" /> to read.</param>
+      <returns>An integer that represents the year in the specified <see cref="T:System.DateTime" />.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.Encrypt">
-      <summary>Encrypts a file so that only the account used to encrypt the file can decrypt it.</summary>
-      <exception cref="T:System.IO.DriveNotFoundException">An invalid drive was specified.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.NotSupportedException">The file system is not NTFS.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The file described by the current <see cref="T:System.IO.FileInfo" /> object is read-only.  
-  
- -or-  
-  
- This operation is not supported on the current platform.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date in the specified era is a leap day.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.MoveTo(System.String)">
-      <summary>Moves a specified file to a new location, providing the option to specify a new file name.</summary>
-      <param name="destFileName">The path to move the file to, which can specify a different file name.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs, such as the destination file already exists or the destination device is not ready.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="destFileName" /> is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="destFileName" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="destFileName" /> contains a colon (:) in the middle of the string.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>This method always returns <see langword="false" />, unless overridden by a derived class.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.MoveTo(System.String,System.Boolean)">
-      <summary>Moves a specified file to a new location, providing the options to specify a new file name and to overwrite the destination file if it already exists.</summary>
-      <param name="destFileName">The path to move the file to, which can specify a different file name.</param>
-      <param name="overwrite">
-        <see langword="true" /> to overwrite the destination file if it already exists; <see langword="false" /> otherwise.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurred, such as the destination device is not ready.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destFileName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="destFileName" /> is empty, contains only white spaces, or contains invalid characters.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="destFileName" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="destFileName" /> contains a colon (:) in the middle of the string.</exception>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.Open(System.IO.FileMode)">
-      <summary>Opens a file in the specified mode.</summary>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> constant specifying the mode (for example, <see langword="Open" /> or <see langword="Append" />) in which to open the file.</param>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The file is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">The file is already open.</exception>
-      <returns>A file opened in the specified mode, with read/write access and unshared.</returns>
+    <member name="P:System.Globalization.ThaiBuddhistCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.Open(System.IO.FileMode,System.IO.FileAccess)">
-      <summary>Opens a file in the specified mode with read, write, or read/write access.</summary>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> constant specifying the mode (for example, <see langword="Open" /> or <see langword="Append" />) in which to open the file.</param>
-      <param name="access">A <see cref="T:System.IO.FileAccess" /> constant specifying whether to open the file with <see langword="Read" />, <see langword="Write" />, or <see langword="ReadWrite" /> file access.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">The file is already open.</exception>
-      <exception cref="T:System.ArgumentException">
-        <see cref="P:System.IO.FileInfo.Name" /> is empty or contains only white spaces.</exception>
-      <exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> object opened in the specified mode and access, and unshared.</returns>
-    </member>
-    <member name="M:System.IO.FileInfo.Open(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
-      <summary>Opens a file in the specified mode with read, write, or read/write access and the specified sharing option.</summary>
-      <param name="mode">A <see cref="T:System.IO.FileMode" /> constant specifying the mode (for example, <see langword="Open" /> or <see langword="Append" />) in which to open the file.</param>
-      <param name="access">A <see cref="T:System.IO.FileAccess" /> constant specifying whether to open the file with <see langword="Read" />, <see langword="Write" />, or <see langword="ReadWrite" /> file access.</param>
-      <param name="share">A <see cref="T:System.IO.FileShare" /> constant specifying the type of access other <see langword="FileStream" /> objects have to this file.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">The file is already open.</exception>
-      <exception cref="T:System.ArgumentException">
-        <see cref="P:System.IO.FileInfo.Name" /> is empty or contains only white spaces.</exception>
-      <exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
-      <returns>A <see cref="T:System.IO.FileStream" /> object opened with the specified mode, access, and sharing options.</returns>
+    <member name="P:System.Globalization.ThaiBuddhistCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar" /> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="M:System.IO.FileInfo.Open(System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, additional file options and the allocation size.</summary>
-      <param name="options">An object that describes optional <see cref="T:System.IO.FileStream" /> parameters to use.</param>
-      <returns>A <see cref="T:System.IO.FileStream" /> that wraps the opened file.</returns>
+    <member name="F:System.Globalization.ThaiBuddhistCalendar.ThaiBuddhistEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.FileInfo.OpenRead">
-      <summary>Creates a read-only <see cref="T:System.IO.FileStream" />.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">The file is already open.</exception>
-      <returns>A new read-only <see cref="T:System.IO.FileStream" /> object.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date and time in the specified era.</summary>
+      <param name="year">An integer that represents the year.</param>
+      <param name="month">An integer from 1 to 12 that represents the month.</param>
+      <param name="day">An integer from 1 to 31 that represents the day.</param>
+      <param name="hour">An integer from 0 to 23 that represents the hour.</param>
+      <param name="minute">An integer from 0 to 59 that represents the minute.</param>
+      <param name="second">An integer from 0 to 59 that represents the second.</param>
+      <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
+      <param name="era">An integer that represents the era.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.
+-or-
+<paramref name="month" /> is outside the range supported by the calendar.
+-or-
+<paramref name="day" /> is outside the range supported by the calendar.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.
+-or-
+<paramref name="era" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.OpenText">
-      <summary>Creates a <see cref="T:System.IO.StreamReader" /> with UTF8 encoding that reads from an existing text file.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <returns>A new <see langword="StreamReader" /> with UTF8 encoding.</returns>
+    <member name="M:System.Globalization.ThaiBuddhistCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
+      <returns>An integer that contains the four-digit representation of <paramref name="year" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by the calendar.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.OpenWrite">
-      <summary>Creates a write-only <see cref="T:System.IO.FileStream" />.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">The path specified when creating an instance of the <see cref="T:System.IO.FileInfo" /> object is read-only or is a directory.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The path specified when creating an instance of the <see cref="T:System.IO.FileInfo" /> object is invalid, such as being on an unmapped drive.</exception>
-      <returns>A write-only unshared <see cref="T:System.IO.FileStream" /> object for a new or existing file.</returns>
+    <member name="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.
+-or-
+The value specified in a set operation is greater than <see langword="MaxSupportedDateTime.Year" />.</exception>
+      <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
     </member>
-    <member name="M:System.IO.FileInfo.Replace(System.String,System.String)">
-      <summary>Replaces the contents of a specified file with the file described by the current <see cref="T:System.IO.FileInfo" /> object, deleting the original file, and creating a backup of the replaced file.</summary>
-      <param name="destinationFileName">The name of a file to replace with the current file.</param>
-      <param name="destinationBackupFileName">The name of a file with which to create a backup of the file described by the <paramref name="destFileName" /> parameter.</param>
-      <exception cref="T:System.ArgumentException">The path described by the <paramref name="destFileName" /> parameter was not of a legal form.  
-  
- -or-  
-  
- The path described by the <paramref name="destBackupFileName" /> parameter was not of a legal form.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="destFileName" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.  
-  
- -or-  
-  
- The file described by the <paramref name="destinationFileName" /> parameter could not be found.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
-      <returns>A <see cref="T:System.IO.FileInfo" /> object that encapsulates information about the file described by the <paramref name="destFileName" /> parameter.</returns>
+    <member name="T:System.Globalization.TimeSpanStyles">
+      <summary>Defines the formatting options that customize string parsing for the <see cref="Overload:System.TimeSpan.ParseExact" /> and <see cref="Overload:System.TimeSpan.TryParseExact" /> methods.</summary>
     </member>
-    <member name="M:System.IO.FileInfo.Replace(System.String,System.String,System.Boolean)">
-      <summary>Replaces the contents of a specified file with the file described by the current <see cref="T:System.IO.FileInfo" /> object, deleting the original file, and creating a backup of the replaced file.  Also specifies whether to ignore merge errors.</summary>
-      <param name="destinationFileName">The name of a file to replace with the current file.</param>
-      <param name="destinationBackupFileName">The name of a file with which to create a backup of the file described by the <paramref name="destFileName" /> parameter.</param>
-      <param name="ignoreMetadataErrors">
-        <see langword="true" /> to ignore merge errors (such as attributes and ACLs) from the replaced file to the replacement file; otherwise <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">The path described by the <paramref name="destFileName" /> parameter was not of a legal form.  
-  
- -or-  
-  
- The path described by the <paramref name="destBackupFileName" /> parameter was not of a legal form.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="destFileName" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.  
-  
- -or-  
-  
- The file described by the <paramref name="destinationFileName" /> parameter could not be found.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows NT or later.</exception>
-      <returns>A <see cref="T:System.IO.FileInfo" /> object that encapsulates information about the file described by the <paramref name="destFileName" /> parameter.</returns>
+    <member name="F:System.Globalization.TimeSpanStyles.AssumeNegative">
+      <summary>Indicates that input is always interpreted as a negative time interval.</summary>
     </member>
-    <member name="M:System.IO.FileInfo.ToString">
-      <summary>Returns the path as a string. Use the <see cref="P:System.IO.FileInfo.Name" /> property for the full path.</summary>
-      <returns>A string representing the path.</returns>
+    <member name="F:System.Globalization.TimeSpanStyles.None">
+      <summary>Indicates that input is interpreted as a negative time interval only if a negative sign is present.</summary>
     </member>
-    <member name="P:System.IO.FileInfo.Directory">
-      <summary>Gets an instance of the parent directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A <see cref="T:System.IO.DirectoryInfo" /> object representing the parent directory of this file.</returns>
+    <member name="T:System.Globalization.UmAlQuraCalendar">
+      <summary>Represents the Saudi Hijri (Um Al Qura) calendar.</summary>
     </member>
-    <member name="P:System.IO.FileInfo.DirectoryName">
-      <summary>Gets a string representing the directory's full path.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <see langword="null" /> was passed in for the directory name.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The fully qualified path name exceeds the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string representing the directory's full path.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</summary>
     </member>
-    <member name="P:System.IO.FileInfo.Exists">
-      <summary>Gets a value indicating whether a file exists.</summary>
-      <returns>
-        <see langword="true" /> if the file exists; <see langword="false" /> if the file does not exist or if the file is a directory.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.AddMonths(System.DateTime,System.Int32)">
+      <summary>Calculates a date that is a specified number of months away from a specified initial date.</summary>
+      <param name="time">The date to which to add months. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <param name="months">The positive or negative number of months to add.</param>
+      <returns>The date yielded by adding the number of months specified by the <paramref name="months" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="months" /> is less than -120,000 or greater than 120,000.
+-or-
+<paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="P:System.IO.FileInfo.IsReadOnly">
-      <summary>Gets or sets a value that determines if the current file is read only.</summary>
-      <exception cref="T:System.IO.FileNotFoundException">The file described by the current <see cref="T:System.IO.FileInfo" /> object could not be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.  
-  
- -or-  
-  
- The caller does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentException">The user does not have write permission, but attempted to set this property to <see langword="false" />.</exception>
-      <returns>
-        <see langword="true" /> if the current file is read only; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.AddYears(System.DateTime,System.Int32)">
+      <summary>Calculates a date that is a specified number of years away from a specified initial date.</summary>
+      <param name="time">The date to which to add years. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <param name="years">The positive or negative number of years to add.</param>
+      <returns>The date yielded by adding the number of years specified by the <paramref name="years" /> parameter to the date specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="years" /> is less than -10,000 or greater than 10,000.
+-or-
+<paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="P:System.IO.FileInfo.Length">
-      <summary>Gets the size, in bytes, of the current file.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot update the state of the file or directory.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file does not exist.  
-  
- -or-  
-  
- The <see langword="Length" /> property is called for a directory.</exception>
-      <returns>The size of the current file in bytes.</returns>
+    <member name="P:System.Globalization.UmAlQuraCalendar.AlgorithmType">
+      <summary>Gets a value indicating whether the current calendar is solar-based, lunar-based, or a combination of both.</summary>
+      <returns>Always returns <see cref="F:System.Globalization.CalendarAlgorithmType.LunarCalendar" />.</returns>
     </member>
-    <member name="P:System.IO.FileInfo.Name">
-      <summary>Gets the name of the file.</summary>
-      <returns>The name of the file.</returns>
+    <member name="P:System.Globalization.UmAlQuraCalendar.DaysInYearBeforeMinSupportedYear">
+      <summary>Gets the number of days in the year that precedes the year that is specified by the <see cref="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime" /> property.</summary>
+      <returns>The number of days in the year that precedes the year specified by <see cref="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime" />.</returns>
     </member>
-    <member name="T:System.IO.FileLoadException">
-      <summary>The exception that is thrown when a managed assembly is found but cannot be loaded.</summary>
+    <member name="P:System.Globalization.UmAlQuraCalendar.Eras">
+      <summary>Gets a list of the eras that are supported by the current <see cref="T:System.Globalization.UmAlQuraCalendar" />.</summary>
+      <returns>An array that consists of a single element having a value that is <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</returns>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class, setting the <see cref="P:System.Exception.Message" /> property of the new instance to a system-supplied message that describes the error, such as "Could not load the specified file." This message takes into account the current system culture.</summary>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfMonth(System.DateTime)">
+      <summary>Calculates the day of the month on which a specified date occurs.</summary>
+      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <returns>An integer from 1 through 30 that represents the day of the month specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with serialized data.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfWeek(System.DateTime)">
+      <summary>Calculates the day of the week on which a specified date occurs.</summary>
+      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <returns>A <see cref="T:System.DayOfWeek" /> value that represents the day of the week specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with the specified error message.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfYear(System.DateTime)">
+      <summary>Calculates the day of the year on which a specified date occurs.</summary>
+      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <returns>An integer from 1 through 355 that represents the day of the year specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="month">An integer from 1 through 12 that represents a month.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>The number of days in the specified month in the specified year and era. The return value is 29 in a common year and 30 in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message and the name of the file that could not be loaded.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="fileName">A <see cref="T:System.String" /> containing the name of the file that was not loaded.</param>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInYear(System.Int32,System.Int32)">
+      <summary>Calculates the number of days in the specified year of the specified era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message, the name of the file that could not be loaded, and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="fileName">A <see cref="T:System.String" /> containing the name of the file that was not loaded.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetEra(System.DateTime)">
+      <summary>Calculates the era in which a specified date occurs.</summary>
+      <param name="time">The date value to read.</param>
+      <returns>Always returns the <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" /> value.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the file name and additional exception information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetLeapMonth(System.Int32,System.Int32)">
+      <summary>Calculates the leap month for a specified year and era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>Always 0 because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap months.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is less than 1318 or greater than 1450.
+-or-
+<paramref name="era" /> is not <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</exception>
     </member>
-    <member name="M:System.IO.FileLoadException.ToString">
-      <summary>Returns the fully qualified name of the current exception, and possibly the error message, the name of the inner exception, and the stack trace.</summary>
-      <returns>A string containing the fully qualified name of this exception, and possibly the error message, the name of the inner exception, and the stack trace, depending on which <see cref="T:System.IO.FileLoadException" /> constructor is used.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetMonth(System.DateTime)">
+      <summary>Calculates the month in which a specified date occurs.</summary>
+      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <returns>An integer from 1 through 12 that represents the month in the date specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="P:System.IO.FileLoadException.FileName">
-      <summary>Gets the name of the file that causes this exception.</summary>
-      <returns>A <see cref="T:System.String" /> containing the name of the file with the invalid image, or a null reference if no file name was passed to the constructor for the current instance.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetMonthsInYear(System.Int32,System.Int32)">
+      <summary>Calculates the number of months in the specified year of the specified era.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuaraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>Always 12.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by this calendar.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="era" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="P:System.IO.FileLoadException.FusionLog">
-      <summary>Gets the log file that describes why an assembly load failed.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string containing errors reported by the assembly cache.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.GetYear(System.DateTime)">
+      <summary>Calculates the year of a date represented by a specified <see cref="T:System.DateTime" />.</summary>
+      <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar" /> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
+      <returns>An integer that represents the year specified by the <paramref name="time" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="time" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="P:System.IO.FileLoadException.Message">
-      <summary>Gets the error message and the name of the file that caused this exception.</summary>
-      <returns>A string containing the error message and the name of the file that caused this exception.</returns>
+    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified date is a leap day.</summary>
+      <param name="year">A year.</param>
+      <param name="month">An integer from 1 through 12 that represents a month.</param>
+      <param name="day">An integer from 1 through 30 that represents a day.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>
+        <see langword="true" /> if the specified day is a leap day; otherwise, <see langword="false" />. The return value is always <see langword="false" /> because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap days.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
     </member>
-    <member name="T:System.IO.FileMode">
-      <summary>Specifies how the operating system should open a file.</summary>
+    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
+      <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
+      <param name="year">A year.</param>
+      <param name="month">An integer from 1 through 12 that represents a month.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>Always <see langword="false" /> because the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class does not support leap months.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
     </member>
-    <member name="F:System.IO.FileMode.Append">
-      <summary>Opens the file if it exists and seeks to the end of the file, or creates a new file. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Append" /> permission. <see langword="FileMode.Append" /> can be used only in conjunction with <see langword="FileAccess.Write" />. Trying to seek to a position before the end of the file throws an <see cref="T:System.IO.IOException" /> exception, and any attempt to read fails and throws a <see cref="T:System.NotSupportedException" /> exception.</summary>
+    <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapYear(System.Int32,System.Int32)">
+      <summary>Determines whether the specified year in the specified era is a leap year.</summary>
+      <param name="year">A year.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>
+        <see langword="true" /> if the specified year is a leap year; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.</exception>
     </member>
-    <member name="F:System.IO.FileMode.Create">
-      <summary>Specifies that the operating system should create a new file. If the file already exists, it will be overwritten. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. <see langword="FileMode.Create" /> is equivalent to requesting that if the file does not exist, use <see cref="F:System.IO.FileMode.CreateNew" />; otherwise, use <see cref="F:System.IO.FileMode.Truncate" />. If the file already exists but is a hidden file, an <see cref="T:System.UnauthorizedAccessException" /> exception is thrown.</summary>
+    <member name="P:System.Globalization.UmAlQuraCalendar.MaxSupportedDateTime">
+      <summary>Gets the latest date and time supported by this calendar.</summary>
+      <returns>The latest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class, which is equivalent to the last moment of November 16, 2077 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="F:System.IO.FileMode.CreateNew">
-      <summary>Specifies that the operating system should create a new file. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. If the file already exists, an <see cref="T:System.IO.IOException" /> exception is thrown.</summary>
+    <member name="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime">
+      <summary>Gets the earliest date and time supported by this calendar.</summary>
+      <returns>The earliest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class, which is equivalent to the first moment of April 30, 1900 C.E. in the Gregorian calendar.</returns>
     </member>
-    <member name="F:System.IO.FileMode.Open">
-      <summary>Specifies that the operating system should open an existing file. The ability to open the file is dependent on the value specified by the <see cref="T:System.IO.FileAccess" /> enumeration. A <see cref="T:System.IO.FileNotFoundException" /> exception is thrown if the file does not exist.</summary>
+    <member name="M:System.Globalization.UmAlQuraCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Returns a <see cref="T:System.DateTime" /> that is set to the specified date, time, and era.</summary>
+      <param name="year">A year.</param>
+      <param name="month">An integer from 1 through 12 that represents a month.</param>
+      <param name="day">An integer from 1 through 29 that represents a day.</param>
+      <param name="hour">An integer from 0 through 23 that represents an hour.</param>
+      <param name="minute">An integer from 0 through 59 that represents a minute.</param>
+      <param name="second">An integer from 0 through 59 that represents a second.</param>
+      <param name="millisecond">An integer from 0 through 999 that represents a millisecond.</param>
+      <param name="era">An era. Specify <see langword="UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra]" /> or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra" />.</param>
+      <returns>The <see cref="T:System.DateTime" /> that is set to the specified date and time in the current era.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" />, <paramref name="month" />, <paramref name="day" />, or <paramref name="era" /> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar" /> class.
+-or-
+<paramref name="hour" /> is less than zero or greater than 23.
+-or-
+<paramref name="minute" /> is less than zero or greater than 59.
+-or-
+<paramref name="second" /> is less than zero or greater than 59.
+-or-
+<paramref name="millisecond" /> is less than zero or greater than 999.</exception>
     </member>
-    <member name="F:System.IO.FileMode.OpenOrCreate">
-      <summary>Specifies that the operating system should open a file if it exists; otherwise, a new file should be created. If the file is opened with <see langword="FileAccess.Read" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /> permission is required. If the file access is <see langword="FileAccess.Write" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission is required. If the file is opened with <see langword="FileAccess.ReadWrite" />, both <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /> and <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permissions are required.</summary>
+    <member name="M:System.Globalization.UmAlQuraCalendar.ToFourDigitYear(System.Int32)">
+      <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax" /> property to determine the appropriate century.</summary>
+      <param name="year">A 2-digit year from 0 through 99, or a 4-digit Um Al Qura calendar year from 1318 through 1450.</param>
+      <returns>If the <paramref name="year" /> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year" /> parameter is a 4-digit year, the return value is the unchanged <paramref name="year" /> parameter.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="year" /> is outside the range supported by this calendar.</exception>
     </member>
-    <member name="F:System.IO.FileMode.Truncate">
-      <summary>Specifies that the operating system should open an existing file. When the file is opened, it should be truncated so that its size is zero bytes. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. Attempts to read from a file opened with <see langword="FileMode.Truncate" /> cause an <see cref="T:System.ArgumentException" /> exception.</summary>
+    <member name="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax">
+      <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
+      <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
+      <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Um Al Qura calendar year value is less than 1318 but not 99, or is greater than 1450.</exception>
     </member>
-    <member name="T:System.IO.FileNotFoundException">
-      <summary>The exception that is thrown when an attempt to access a file that does not exist on disk fails.</summary>
+    <member name="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra">
+      <summary>Represents the current era. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with its message string set to a system-supplied message.</summary>
+    <member name="T:System.Globalization.UnicodeCategory">
+      <summary>Defines the Unicode category of a character.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with the specified serialization and context information.</summary>
-      <param name="info">An object that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">An object that contains contextual information about the source or destination.</param>
+    <member name="F:System.Globalization.UnicodeCategory.ClosePunctuation">
+      <summary>Closing character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation "Pe" (punctuation, close). The value is 21.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message.</summary>
-      <param name="message">A description of the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="F:System.Globalization.UnicodeCategory.ConnectorPunctuation">
+      <summary>Connector punctuation character that connects two characters. Signified by the Unicode designation "Pc" (punctuation, connector). The value is 18.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A description of the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="F:System.Globalization.UnicodeCategory.Control">
+      <summary>Control code character, with a Unicode value of U+007F or in the range U+0000 through U+001F or U+0080 through U+009F. Signified by the Unicode designation "Cc" (other, control). The value is 14.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message, and the file name that cannot be found.</summary>
-      <param name="message">A description of the error, or <see langword="null" /> to use a system-supplied message with the given <paramref name="fileName" />. The content of <paramref name="message" /> should be understood by humans. The caller of this constructor must ensure that this string has been localized for the current system culture.</param>
-      <param name="fileName">The full name of the file with the invalid image.</param>
+    <member name="F:System.Globalization.UnicodeCategory.CurrencySymbol">
+      <summary>Currency symbol character. Signified by the Unicode designation "Sc" (symbol, currency). The value is 26.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message, the file name that cannot be found, and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="fileName">The full name of the file with the invalid image.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="F:System.Globalization.UnicodeCategory.DashPunctuation">
+      <summary>Dash or hyphen character. Signified by the Unicode designation "Pd" (punctuation, dash). The value is 19.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name and additional exception information.</summary>
-      <param name="info">The object that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The object that contains contextual information about the source or destination.</param>
+    <member name="F:System.Globalization.UnicodeCategory.DecimalDigitNumber">
+      <summary>Decimal digit character, that is, a character in the range 0 through 9. Signified by the Unicode designation "Nd" (number, decimal digit). The value is 8.</summary>
     </member>
-    <member name="M:System.IO.FileNotFoundException.ToString">
-      <summary>Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</summary>
-      <returns>The fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</returns>
+    <member name="F:System.Globalization.UnicodeCategory.EnclosingMark">
+      <summary>Enclosing mark character, which is a nonspacing combining character that surrounds all previous characters up to and including a base character. Signified by the Unicode designation "Me" (mark, enclosing). The value is 7.</summary>
     </member>
-    <member name="P:System.IO.FileNotFoundException.FileName">
-      <summary>Gets the name of the file that cannot be found.</summary>
-      <returns>The name of the file, or <see langword="null" /> if no file name was passed to the constructor for this instance.</returns>
+    <member name="F:System.Globalization.UnicodeCategory.FinalQuotePunctuation">
+      <summary>Closing or final quotation mark character. Signified by the Unicode designation "Pf" (punctuation, final quote). The value is 23.</summary>
     </member>
-    <member name="P:System.IO.FileNotFoundException.FusionLog">
-      <summary>Gets the log file that describes why loading of an assembly failed.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>The errors reported by the assembly cache.</returns>
+    <member name="F:System.Globalization.UnicodeCategory.Format">
+      <summary>Format character that affects the layout of text or the operation of text processes, but is not normally rendered. Signified by the Unicode designation "Cf" (other, format). The value is 15.</summary>
     </member>
-    <member name="P:System.IO.FileNotFoundException.Message">
-      <summary>Gets the error message that explains the reason for the exception.</summary>
-      <returns>The error message.</returns>
+    <member name="F:System.Globalization.UnicodeCategory.InitialQuotePunctuation">
+      <summary>Opening or initial quotation mark character. Signified by the Unicode designation "Pi" (punctuation, initial quote). The value is 22.</summary>
     </member>
-    <member name="T:System.IO.FileOptions">
-      <summary>Represents advanced options for creating a <see cref="T:System.IO.FileStream" /> object.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.LetterNumber">
+      <summary>Number represented by a letter, instead of a decimal digit, for example, the Roman numeral for five, which is "V". The indicator is signified by the Unicode designation "Nl" (number, letter). The value is 9.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.Asynchronous">
-      <summary>Indicates that a file can be used for asynchronous reading and writing.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.LineSeparator">
+      <summary>Character that is used to separate lines of text. Signified by the Unicode designation "Zl" (separator, line). The value is 12.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.DeleteOnClose">
-      <summary>Indicates that a file is automatically deleted when it is no longer in use.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.LowercaseLetter">
+      <summary>Lowercase letter. Signified by the Unicode designation "Ll" (letter, lowercase). The value is 1.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.Encrypted">
-      <summary>Indicates that a file is encrypted and can be decrypted only by using the same user account used for encryption.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.MathSymbol">
+      <summary>Mathematical symbol character, such as "+" or "= ". Signified by the Unicode designation "Sm" (symbol, math). The value is 25.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.None">
-      <summary>Indicates that no additional options should be used when creating a <see cref="T:System.IO.FileStream" /> object.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.ModifierLetter">
+      <summary>Modifier letter character, which is free-standing spacing character that indicates modifications of a preceding letter. Signified by the Unicode designation "Lm" (letter, modifier). The value is 3.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.RandomAccess">
-      <summary>Indicates that the file is accessed randomly. The system can use this as a hint to optimize file caching.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.ModifierSymbol">
+      <summary>Modifier symbol character, which indicates modifications of surrounding characters. For example, the fraction slash indicates that the number to the left is the numerator and the number to the right is the denominator. The indicator is signified by the Unicode designation "Sk" (symbol, modifier). The value is 27.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.SequentialScan">
-      <summary>Indicates that the file is to be accessed sequentially from beginning to end. The system can use this as a hint to optimize file caching. If an application moves the file pointer for random access, optimum caching may not occur; however, correct operation is still guaranteed. Specifying this flag can increase performance in some cases.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.NonSpacingMark">
+      <summary>Nonspacing character that indicates modifications of a base character. Signified by the Unicode designation "Mn" (mark, nonspacing). The value is 5.</summary>
     </member>
-    <member name="F:System.IO.FileOptions.WriteThrough">
-      <summary>Indicates that the system should write through any intermediate cache and go directly to disk.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OpenPunctuation">
+      <summary>Opening character of one of the paired punctuation marks, such as parentheses, square brackets, and braces. Signified by the Unicode designation "Ps" (punctuation, open). The value is 20.</summary>
     </member>
-    <member name="T:System.IO.FileShare">
-      <summary>Contains constants for controlling the kind of access other <see cref="T:System.IO.FileStream" /> objects can have to the same file.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OtherLetter">
+      <summary>Letter that is not an uppercase letter, a lowercase letter, a titlecase letter, or a modifier letter. Signified by the Unicode designation "Lo" (letter, other). The value is 4.</summary>
     </member>
-    <member name="F:System.IO.FileShare.Delete">
-      <summary>Allows subsequent deleting of a file.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OtherNotAssigned">
+      <summary>Character that is not assigned to any Unicode category. Signified by the Unicode designation "Cn" (other, not assigned). The value is 29.</summary>
     </member>
-    <member name="F:System.IO.FileShare.Inheritable">
-      <summary>Makes the file handle inheritable by child processes. This is not directly supported by Win32.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OtherNumber">
+      <summary>Number that is neither a decimal digit nor a letter number, for example, the fraction 1/2. The indicator is signified by the Unicode designation "No" (number, other). The value is 10.</summary>
     </member>
-    <member name="F:System.IO.FileShare.None">
-      <summary>Declines sharing of the current file. Any request to open the file (by this process or another process) will fail until the file is closed.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OtherPunctuation">
+      <summary>Punctuation character that is not a connector, a dash, open punctuation, close punctuation, an initial quote, or a final quote. Signified by the Unicode designation "Po" (punctuation, other). The value is 24.</summary>
     </member>
-    <member name="F:System.IO.FileShare.Read">
-      <summary>Allows subsequent opening of the file for reading. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.OtherSymbol">
+      <summary>Symbol character that is not a mathematical symbol, a currency symbol or a modifier symbol. Signified by the Unicode designation "So" (symbol, other). The value is 28.</summary>
     </member>
-    <member name="F:System.IO.FileShare.ReadWrite">
-      <summary>Allows subsequent opening of the file for reading or writing. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.ParagraphSeparator">
+      <summary>Character used to separate paragraphs. Signified by the Unicode designation "Zp" (separator, paragraph). The value is 13.</summary>
     </member>
-    <member name="F:System.IO.FileShare.Write">
-      <summary>Allows subsequent opening of the file for writing. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.PrivateUse">
+      <summary>Private-use character, with a Unicode value in the range U+E000 through U+F8FF. Signified by the Unicode designation "Co" (other, private use). The value is 17.</summary>
     </member>
-    <member name="T:System.IO.FileStream">
-      <summary>Provides a <see cref="T:System.IO.Stream" /> for a file, supporting both synchronous and asynchronous read and write operations.</summary>
+    <member name="F:System.Globalization.UnicodeCategory.SpaceSeparator">
+      <summary>Space character, which has no glyph but is not a control or format character. Signified by the Unicode designation "Zs" (separator, space). The value is 11.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission.</summary>
-      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="F:System.Globalization.UnicodeCategory.SpacingCombiningMark">
+      <summary>Spacing character that indicates modifications of a base character and affects the width of the glyph for that base character. Signified by the Unicode designation "Mc" (mark, spacing combining). The value is 6.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, and buffer size.</summary>
-      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A <see cref="T:System.IO.FileAccess" /> constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="handle" /> parameter is an invalid handle.  
-  
- -or-  
-  
- The <paramref name="handle" /> parameter is a synchronous handle and it was used asynchronously.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize" /> parameter is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="F:System.Globalization.UnicodeCategory.Surrogate">
+      <summary>High surrogate or a low surrogate character. Surrogate code values are in the range U+D800 through U+DFFF. Signified by the Unicode designation "Cs" (other, surrogate). The value is 16.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, buffer size, and synchronous or asynchronous state.</summary>
-      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <param name="isAsync">
-        <see langword="true" /> if the handle was opened asynchronously (that is, in overlapped I/O mode); otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="handle" /> parameter is an invalid handle.  
-  
- -or-  
-  
- The <paramref name="handle" /> parameter is a synchronous handle and it was used asynchronously.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize" /> parameter is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="F:System.Globalization.UnicodeCategory.TitlecaseLetter">
+      <summary>Titlecase letter. Signified by the Unicode designation "Lt" (letter, titlecase). The value is 2.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission.</summary>
-      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="F:System.Globalization.UnicodeCategory.UppercaseLetter">
+      <summary>Uppercase letter. Signified by the Unicode designation "Lu" (letter, uppercase). The value is 0.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission and <see langword="FileStream" /> instance ownership.</summary>
-      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <param name="ownsHandle">
-        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="T:System.GopherStyleUriParser">
+      <summary>A customizable parser based on the Gopher scheme.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, <see langword="FileStream" /> instance ownership, and buffer size.</summary>
-      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <param name="ownsHandle">
-        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="M:System.GopherStyleUriParser.#ctor">
+      <summary>Creates a customizable parser based on the Gopher scheme.</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, <see langword="FileStream" /> instance ownership, buffer size, and synchronous or asynchronous state.</summary>
-      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="access">A bitwise combination of the enumeration values that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
-      <param name="ownsHandle">
-        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <param name="isAsync">
-        <see langword="true" /> if the handle was opened asynchronously (that is, in overlapped I/O mode); otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="access" /> is less than <see langword="FileAccess.Read" /> or greater than <see langword="FileAccess.ReadWrite" /> or <paramref name="bufferSize" /> is less than or equal to 0.</exception>
-      <exception cref="T:System.ArgumentException">The handle is invalid.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
+    <member name="T:System.Guid">
+      <summary>Represents a globally unique identifier (GUID).</summary>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path and creation mode.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
-  
- -or-  
-  
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
+    <member name="M:System.Guid.#ctor(System.Byte[])">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified array of bytes.</summary>
+      <param name="b">A 16-element byte array containing values with which to initialize the GUID.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="path" /> specifies a file that is read-only.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" /> contains an invalid value.</exception>
+        <paramref name="b" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="b" /> is not 16 bytes long.</exception>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, and read/write permission.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
-  
- -or-  
-  
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.  
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" /> contains an invalid value.</exception>
+    <member name="M:System.Guid.#ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and bytes.</summary>
+      <param name="a">The first 4 bytes of the GUID.</param>
+      <param name="b">The next 2 bytes of the GUID.</param>
+      <param name="c">The next 2 bytes of the GUID.</param>
+      <param name="d">The next byte of the GUID.</param>
+      <param name="e">The next byte of the GUID.</param>
+      <param name="f">The next byte of the GUID.</param>
+      <param name="g">The next byte of the GUID.</param>
+      <param name="h">The next byte of the GUID.</param>
+      <param name="i">The next byte of the GUID.</param>
+      <param name="j">The next byte of the GUID.</param>
+      <param name="k">The next byte of the GUID.</param>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write permission, and sharing permission.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
-      <param name="share">A bitwise combination of the enumeration values that determines how the file will be shared by processes.</param>
+    <member name="M:System.Guid.#ctor(System.Int32,System.Int16,System.Int16,System.Byte[])">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and byte array.</summary>
+      <param name="a">The first 4 bytes of the GUID.</param>
+      <param name="b">The next 2 bytes of the GUID.</param>
+      <param name="c">The next 2 bytes of the GUID.</param>
+      <param name="d">The remaining 8 bytes of the GUID.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
-  
- -or-  
-  
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="mode" /> contains an invalid value.</exception>
+        <paramref name="d" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="d" /> is not 8 bytes long.</exception>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, and buffer size.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
-      <param name="share">A bitwise combination of the enumeration values that determines how the file will be shared by processes.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
-  
- -or-  
-  
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative or zero.  
-  
- -or-  
-  
- <paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
-  
- -or-  
-  
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
+    <member name="M:System.Guid.#ctor(System.ReadOnlySpan{System.Byte})">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the value represented by the specified read-only span of bytes.</summary>
+      <param name="b">A read-only span containing the bytes representing the GUID. The span must be exactly 16 bytes long.</param>
+      <exception cref="T:System.ArgumentException">The span must be exactly 16 bytes long.</exception>
     </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, buffer size, and synchronous or asynchronous state.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
-      <param name="share">A bitwise combination of the enumeration values that determines how the file will be shared by processes.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <param name="useAsync">Specifies whether to use asynchronous I/O or synchronous I/O. However, note that the underlying operating system might not support asynchronous I/O, so when specifying <see langword="true" />, the handle might be opened synchronously depending on the platform. When opened asynchronously, the <see cref="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> and <see cref="M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> methods perform better on large reads or writes, but they might be much slower for small reads or writes. If the application is designed to take advantage of asynchronous I/O, set the <paramref name="useAsync" /> parameter to <see langword="true" />. Using asynchronous I/O correctly can speed up applications by as much as a factor of 10, but using it without redesigning the application for asynchronous I/O can decrease performance by as much as a factor of 10.</param>
+    <member name="M:System.Guid.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the value represented by the specified string.</summary>
+      <param name="g">A string that contains a GUID in one of the following formats ("d" represents a hexadecimal digit whose case is ignored):
+32 contiguous digits:
+dddddddddddddddddddddddddddddddd
+-or-
+Groups of 8, 4, 4, 4, and 12 digits with hyphens between the groups. The entire GUID can optionally be enclosed in matching braces or parentheses:
+dddddddd-dddd-dddd-dddd-dddddddddddd
+-or-
+{dddddddd-dddd-dddd-dddd-dddddddddddd}
+-or-
+(dddddddd-dddd-dddd-dddd-dddddddddddd)
+-or-
+Groups of 8, 4, and 4 digits, and a subset of eight groups of 2 digits, with each group prefixed by "0x" or "0X", and separated by commas. The entire GUID, as well as the subset, is enclosed in matching braces:
+{0xdddddddd, 0xdddd, 0xdddd,{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd}}
+All braces, commas, and "0x" prefixes are required. All embedded spaces are ignored. All leading zeros in a group are ignored.
+The digits shown in a group are the maximum number of meaningful digits that can appear in that group. You can specify from 1 to the number of digits shown for a group. The specified digits are assumed to be the low-order digits of the group.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
+        <paramref name="g" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">The format of <paramref name="g" /> is invalid.</exception>
+      <exception cref="T:System.OverflowException">The format of <paramref name="g" /> is invalid.</exception>
+    </member>
+    <member name="M:System.Guid.#ctor(System.UInt32,System.UInt16,System.Byte,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified unsigned integers and bytes.</summary>
+      <param name="a">The first 4 bytes of the GUID.</param>
+      <param name="b">The next 2 bytes of the GUID.</param>
+      <param name="k">The next byte of the GUID.</param>
+      <param name="c">The next 2 bytes of the GUID.</param>
+      <param name="d">The next byte of the GUID.</param>
+      <param name="e">The next byte of the GUID.</param>
+      <param name="f">The next byte of the GUID.</param>
+      <param name="g">The next byte of the GUID.</param>
+      <param name="h">The next byte of the GUID.</param>
+      <param name="i">The next byte of the GUID.</param>
+      <param name="j">The next byte of the GUID.</param>
+    </member>
+    <member name="M:System.Guid.CompareTo(System.Guid)">
+      <summary>Compares this instance to a specified <see cref="T:System.Guid" /> object and returns an indication of their relative values.</summary>
+      <param name="value">An object to compare to this instance.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return value  
   
- -or-  
+  Description  
   
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative or zero.  
+  A negative integer  
   
- -or-  
+  This instance is less than <paramref name="value" />.  
   
- <paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+  Zero  
   
- -or-  
+  This instance is equal to <paramref name="value" />.  
   
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-    </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
-      <param name="mode">One of the enumeration values that determines how to open or create the file.</param>
-      <param name="access">A bitwise combination of the enumeration values that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
-      <param name="share">A bitwise combination of the enumeration values that determines how the file will be shared by processes.</param>
-      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies additional file options.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.  
+  A positive integer  
   
- -or-  
+  This instance is greater than <paramref name="value" />.</returns>
+    </member>
+    <member name="M:System.Guid.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
+      <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return value  
   
- <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative or zero.  
+  Description  
   
- -or-  
+  A negative integer  
   
- <paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.  
+  This instance is less than <paramref name="value" />.  
   
- -or-  
+  Zero  
   
- The stream has been closed.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.  
+  This instance is equal to <paramref name="value" />.  
   
- -or-  
+  A positive integer  
   
- <see cref="F:System.IO.FileOptions.Encrypted" /> is specified for <paramref name="options" />, but file encryption is not supported on the current platform.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-    </member>
-    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, buffer size, additional file options, preallocation size, and the access other FileStreams can have to the same file.</summary>
-      <param name="path">A relative or absolute path for the file that the current <see cref="T:System.IO.FileStream" /> instance will encapsulate.</param>
-      <param name="options">An object that describes optional <see cref="T:System.IO.FileStream" /> parameters to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="options" /> is <see langword="null" />.</exception>
+  This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string, contains only white space, or contains one or more invalid characters.
-
--or-
-
-<paramref name="path" /> refers to a non-file device, such as <c>CON:</c>, <c>COM1:</c>, or <c>LPT1:</c>, in an NTFS environment.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> refers to a non-file device, such as <c>CON:</c>, <c>COM1:</c>, <c>LPT1:</c>, etc. in a non-NTFS environment.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <see cref="P:System.IO.FileStreamOptions.Mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
-
--or-
-
-The stream has been closed.
-
--or-
-
-The disk was full (when <see cref="P:System.IO.FileStreamOptions.PreallocationSize" /> was provided and <paramref name="path" /> was pointing to a regular file).
-
--or-
-
-The file was too large (when <see cref="P:System.IO.FileStreamOptions.PreallocationSize" /> was provided and <paramref name="path" /> was pointing to a regular file).</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">The <see cref="P:System.IO.FileStreamOptions.Access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <see cref="P:System.IO.FileStreamOptions.Access" />  is <see cref="F:System.IO.FileAccess.Write" /> or <see cref="F:System.IO.FileAccess.ReadWrite" /> and the file or directory is set for read-only access.
-
+        <paramref name="value" /> is not a <see cref="T:System.Guid" />.</exception>
+    </member>
+    <member name="F:System.Guid.Empty">
+      <summary>A read-only instance of the <see cref="T:System.Guid" /> structure whose value is all zeros.</summary>
+    </member>
+    <member name="M:System.Guid.Equals(System.Guid)">
+      <summary>Returns a value indicating whether this instance and a specified <see cref="T:System.Guid" /> object represent the same value.</summary>
+      <param name="g">An object to compare to this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="g" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Guid.Equals(System.Object)">
+      <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+      <param name="o">The object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Guid" /> that has the same value as this instance; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Guid.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>The hash code for this instance.</returns>
+    </member>
+    <member name="M:System.Guid.NewGuid">
+      <summary>Initializes a new instance of the <see cref="T:System.Guid" /> structure.</summary>
+      <returns>A new GUID object.</returns>
+    </member>
+    <member name="M:System.Guid.op_Equality(System.Guid,System.Guid)">
+      <summary>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are equal.</summary>
+      <param name="a">The first object to compare.</param>
+      <param name="b">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="a" /> and <paramref name="b" /> are equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Guid.op_Inequality(System.Guid,System.Guid)">
+      <summary>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are not equal.</summary>
+      <param name="a">The first object to compare.</param>
+      <param name="b">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="a" /> and <paramref name="b" /> are not equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Guid.Parse(System.ReadOnlySpan{System.Char})">
+      <summary>Converts a read-only character span that represents a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
+      <param name="input">A read-only span containing the bytes representing a GUID.</param>
+      <returns>A structure that contains the value that was parsed.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="input" /> is not in a recognized format.
 -or-
-
-<see cref="F:System.IO.FileOptions.Encrypted" /> is specified for <see cref="P:System.IO.FileStreamOptions.Options" /> , but file encryption is not supported on the current platform.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
+After trimming, the length of the read-only character span is 0.</exception>
     </member>
-    <member name="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous read operation. Consider using <see cref="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.</summary>
-      <param name="buffer">The buffer to read data into.</param>
-      <param name="offset">The byte offset in <paramref name="array" /> at which to begin reading.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="callback">The method to be called when the asynchronous read operation is completed.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
-      <exception cref="T:System.ArgumentException">The array length minus <paramref name="offset" /> is less than <paramref name="numBytes" />.</exception>
+    <member name="M:System.Guid.Parse(System.String)">
+      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
+      <param name="input">The string to convert.</param>
+      <returns>A structure that contains the value that was parsed.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="numBytes" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An asynchronous read was attempted past the end of the file.</exception>
-      <returns>An object that references the asynchronous read.</returns>
+        <paramref name="input" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="input" /> is not in a recognized format.</exception>
     </member>
-    <member name="M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous write operation. Consider using <see cref="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.</summary>
-      <param name="buffer">The buffer containing data to write to the current stream.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="array" /> at which to begin copying bytes to the current stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="callback">The method to be called when the asynchronous write operation is completed.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="array" /> length minus <paramref name="offset" /> is less than <paramref name="numBytes" />.</exception>
+    <member name="M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
+      <summary>Converts the character span representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
+      <param name="input">A read-only span containing the characters representing the GUID to convert.</param>
+      <param name="format">A read-only span of characters representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
+      <returns>A structure that contains the value that was parsed.</returns>
+    </member>
+    <member name="M:System.Guid.ParseExact(System.String,System.String)">
+      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
+      <param name="input">The GUID to convert.</param>
+      <param name="format">One of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
+      <returns>A structure that contains the value that was parsed.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="numBytes" /> is negative.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>An object that references the asynchronous write.</returns>
+        <paramref name="input" /> or <paramref name="format" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="input" /> is not in the format specified by <paramref name="format" />.</exception>
     </member>
-    <member name="M:System.IO.FileStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the bytes from the current file stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
-      <param name="destination">The stream to which the contents of the current file stream will be copied.</param>
-      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.Guid.ToByteArray">
+      <summary>Returns a 16-element byte array that contains the value of this instance.</summary>
+      <returns>A 16-element byte array.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.FileStream" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.Guid.ToString">
+      <summary>Returns a string representation of the value of this instance in registry format.</summary>
+      <returns>The value of this <see cref="T:System.Guid" />, formatted by using the "D" format specifier as follows:
+<c>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</c>
+where the value of the GUID is represented as a series of lowercase hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "382c74c3-721d-4f34-80e5-57657b6cbc27". To convert the hexadecimal digits from a through f to uppercase, call the <see cref="M:System.String.ToUpper" /> method on the returned string.</returns>
     </member>
-    <member name="M:System.IO.FileStream.DisposeAsync">
-      <summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.IO.FileStream" />.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
+    <member name="M:System.Guid.ToString(System.String)">
+      <summary>Returns a string representation of the value of this <see cref="T:System.Guid" /> instance, according to the provided format specifier.</summary>
+      <param name="format">A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is <see langword="null" /> or an empty string (""), "D" is used.</param>
+      <returns>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format.</returns>
+      <exception cref="T:System.FormatException">The value of <paramref name="format" /> is not <see langword="null" />, an empty string (""), "N", "D", "B", "P", or "X".</exception>
+    </member>
+    <member name="M:System.Guid.ToString(System.String,System.IFormatProvider)">
+      <summary>Returns a string representation of the value of this instance of the <see cref="T:System.Guid" /> class, according to the provided format specifier and culture-specific format information.</summary>
+      <param name="format">A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is <see langword="null" /> or an empty string (""), "D" is used.</param>
+      <param name="provider">(Reserved) An object that supplies culture-specific formatting information.</param>
+      <returns>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format.</returns>
+      <exception cref="T:System.FormatException">The value of <paramref name="format" /> is not <see langword="null" />, an empty string (""), "N", "D", "B", "P", or "X".</exception>
     </member>
-    <member name="M:System.IO.FileStream.EndRead(System.IAsyncResult)">
-      <summary>Waits for the pending asynchronous read operation to complete. (Consider using <see cref="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">The reference to the pending asynchronous request to wait for.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <see cref="M:System.IO.FileStream.EndRead(System.IAsyncResult)" /> is called multiple times.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
-      <returns>The number of bytes read from the stream, between 0 and the number of bytes you requested. Streams only return 0 at the end of the stream, otherwise, they should block until at least 1 byte is available.</returns>
+    <member name="M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})">
+      <summary>Tries to format the current GUID instance into the provided character span.</summary>
+      <param name="destination">When this method returns, the GUID as a span of characters.</param>
+      <param name="charsWritten">When this method returns, the number of characters written into the span.</param>
+      <param name="format">A read-only span containing the character representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
+      <returns>
+        <see langword="true" /> if the formatting operation was successful; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.IO.FileStream.EndWrite(System.IAsyncResult)">
-      <summary>Ends an asynchronous write operation and blocks until the I/O operation is complete. (Consider using <see cref="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">The pending asynchronous I/O request.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <see cref="M:System.IO.FileStream.EndWrite(System.IAsyncResult)" /> is called multiple times.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
+    <member name="M:System.Guid.TryParse(System.ReadOnlySpan{System.Char},System.Guid@)">
+      <summary>Converts the specified read-only span of characters containing the representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
+      <param name="input">A span containing the characters representing GUID to convert.</param>
+      <param name="result">The structure to contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
+      <returns>
+        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Finalize">
-      <summary>Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the <see langword="FileStream" />.</summary>
+    <member name="M:System.Guid.TryParse(System.String,System.Guid@)">
+      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</summary>
+      <param name="input">The GUID to convert.</param>
+      <param name="result">The structure that will contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
+      <returns>
+        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Flush">
-      <summary>Clears buffers for this stream and causes any buffered data to be written to the file.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)">
+      <summary>Converts span of characters representing the GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
+      <param name="input">A read-only span containing the characters representing the GUID to convert.</param>
+      <param name="format">A read-only span containing a character representing one of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
+      <param name="result">The structure to contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
+      <returns>
+        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Flush(System.Boolean)">
-      <summary>Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.</summary>
-      <param name="flushToDisk">
-        <see langword="true" /> to flush all intermediate file buffers; otherwise, <see langword="false" />.</param>
+    <member name="M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)">
+      <summary>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</summary>
+      <param name="input">The GUID to convert.</param>
+      <param name="format">One of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param>
+      <param name="result">The structure that will contain the parsed value. If the method returns <see langword="true" />, <paramref name="result" /> contains a valid <see cref="T:System.Guid" />. If the method returns <see langword="false" />, <paramref name="result" /> equals <see cref="F:System.Guid.Empty" />.</param>
+      <returns>
+        <see langword="true" /> if the parse operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.FileStream.FlushAsync(System.Threading.CancellationToken)">
-      <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.Guid.TryWriteBytes(System.Span{System.Byte})">
+      <summary>Tries to write the current GUID instance into a span of bytes.</summary>
+      <param name="destination">When this method returns, the GUID as a span of bytes.</param>
+      <returns>
+        <see langword="true" /> if the GUID is sucessfully written to the specified span; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Lock(System.Int64,System.Int64)">
-      <summary>Prevents other processes from reading from or writing to the <see cref="T:System.IO.FileStream" />.</summary>
-      <param name="position">The beginning of the range to lock. The value of this parameter must be equal to or greater than zero (0).</param>
-      <param name="length">The range to be locked.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="position" /> or <paramref name="length" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.IO.IOException">The process cannot access the file because another process has locked a portion of the file.</exception>
+    <member name="T:System.HashCode">
+      <summary>Combines the hash code for multiple values into a single hash code.</summary>
     </member>
-    <member name="M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads a block of bytes from the stream and writes the data in a given buffer.</summary>
-      <param name="buffer" />
-      <param name="offset">The byte offset in <paramref name="array" /> at which the read bytes will be placed.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> and <paramref name="count" /> describe an invalid range in <paramref name="array" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The total number of bytes read into the buffer. This might be less than the number of bytes requested if that number of bytes are not currently available, or zero if the end of the stream is reached.</returns>
+    <member name="M:System.HashCode.Add``1(``0)">
+      <summary>Adds a single value to the hash code.</summary>
+      <param name="value">The value to add to the hash code.</param>
+      <typeparam name="T">The type of the value to add to the hash code.</typeparam>
     </member>
-    <member name="M:System.IO.FileStream.Read(System.Span{System.Byte})">
-      <summary>Reads a sequence of bytes from the current file stream and advances the position within the file stream by the number of bytes read.</summary>
-      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current file stream.</param>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+    <member name="M:System.HashCode.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})">
+      <summary>Adds a single value to the hash code, specifying the type that provides the hash code function.</summary>
+      <param name="value">The value to add to the hash code.</param>
+      <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to use to calculate the hash code.
+This value can be a null reference (Nothing in Visual Basic), which will use the default equality comparer for
+<typeparamref name="T" />.</param>
+      <typeparam name="T">The type of the value to add to the hash code.</typeparam>
     </member>
-    <member name="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current file stream and writes them to a byte array beginning at a specified offset, advances the position within the file stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation and wraps the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.HashCode.Combine``1(``0)">
+      <summary>Diffuses the hash code returned by the specified value.</summary>
+      <param name="value1">The value to add to the hash code.</param>
+      <typeparam name="T1">The type of the value to add the hash code.</typeparam>
+      <returns>The hash code that represents the single value.</returns>
     </member>
-    <member name="M:System.IO.FileStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current file stream and writes them to a memory region, advances the position within the file stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation and wraps the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.HashCode.Combine``2(``0,``1)">
+      <summary>Combines two values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the two values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.ReadByte">
-      <summary>Reads a byte from the file and advances the read position one byte.</summary>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream is closed.</exception>
-      <returns>The byte, cast to an <see cref="T:System.Int32" />, or -1 if the end of the stream has been reached.</returns>
+    <member name="M:System.HashCode.Combine``3(``0,``1,``2)">
+      <summary>Combines three values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the three values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Seek(System.Int64,System.IO.SeekOrigin)">
-      <summary>Sets the current position of this stream to the given value.</summary>
-      <param name="offset">The point relative to <paramref name="origin" /> from which to begin seeking.</param>
-      <param name="origin">Specifies the beginning, the end, or the current position as a reference point for <paramref name="offset" />, using a value of type <see cref="T:System.IO.SeekOrigin" />.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the <see langword="FileStream" /> is constructed from a pipe or console output.</exception>
-      <exception cref="T:System.ArgumentException">Seeking is attempted before the beginning of the stream.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The new position in the stream.</returns>
+    <member name="M:System.HashCode.Combine``4(``0,``1,``2,``3)">
+      <summary>Combines four values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <param name="value4">The fourth value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the four values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.SetLength(System.Int64)">
-      <summary>Sets the length of this stream to the given value.</summary>
-      <param name="value">The new length of the stream.</param>
-      <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the <paramref name="value" /> parameter to less than 0.</exception>
+    <member name="M:System.HashCode.Combine``5(``0,``1,``2,``3,``4)">
+      <summary>Combines five values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <param name="value4">The fourth value to combine into the hash code.</param>
+      <param name="value5">The fifth value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
+      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the five values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Unlock(System.Int64,System.Int64)">
-      <summary>Allows access by other processes to all or part of a file that was previously locked.</summary>
-      <param name="position">The beginning of the range to unlock.</param>
-      <param name="length">The range to be unlocked.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="position" /> or <paramref name="length" /> is negative.</exception>
+    <member name="M:System.HashCode.Combine``6(``0,``1,``2,``3,``4,``5)">
+      <summary>Combines six values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <param name="value4">The fourth value to combine into the hash code.</param>
+      <param name="value5">The fifth value to combine into the hash code.</param>
+      <param name="value6">The sixth value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
+      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
+      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the six values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>Writes a block of bytes to the file stream.</summary>
-      <param name="buffer" />
-      <param name="offset">The zero-based byte offset in <paramref name="array" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> and <paramref name="count" /> describe an invalid range in <paramref name="array" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.  
-  
--or-
-  
- Another thread may have caused an unexpected change in the position of the operating system's file handle.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream instance does not support writing.</exception>
+    <member name="M:System.HashCode.Combine``7(``0,``1,``2,``3,``4,``5,``6)">
+      <summary>Combines seven values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <param name="value4">The fourth value to combine into the hash code.</param>
+      <param name="value5">The fifth value to combine into the hash code.</param>
+      <param name="value6">The sixth value to combine into the hash code.</param>
+      <param name="value7">The seventh value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
+      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
+      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
+      <typeparam name="T7">The type of the seventh value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the seven values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>Writes a sequence of bytes from a read-only span to the current file stream and advances the current position within this file stream by the number of bytes written.</summary>
-      <param name="buffer">A region of memory. This method copies the contents of this region to the current file stream.</param>
+    <member name="M:System.HashCode.Combine``8(``0,``1,``2,``3,``4,``5,``6,``7)">
+      <summary>Combines eight values into a hash code.</summary>
+      <param name="value1">The first value to combine into the hash code.</param>
+      <param name="value2">The second value to combine into the hash code.</param>
+      <param name="value3">The third value to combine into the hash code.</param>
+      <param name="value4">The fourth value to combine into the hash code.</param>
+      <param name="value5">The fifth value to combine into the hash code.</param>
+      <param name="value6">The sixth value to combine into the hash code.</param>
+      <param name="value7">The seventh value to combine into the hash code.</param>
+      <param name="value8">The eighth value to combine into the hash code.</param>
+      <typeparam name="T1">The type of the first value to combine into the hash code.</typeparam>
+      <typeparam name="T2">The type of the second value to combine into the hash code.</typeparam>
+      <typeparam name="T3">The type of the third value to combine into the hash code.</typeparam>
+      <typeparam name="T4">The type of the fourth value to combine into the hash code.</typeparam>
+      <typeparam name="T5">The type of the fifth value to combine into the hash code.</typeparam>
+      <typeparam name="T6">The type of the sixth value to combine into the hash code.</typeparam>
+      <typeparam name="T7">The type of the seventh value to combine into the hash code.</typeparam>
+      <typeparam name="T8">The type of the eighth value to combine into the hash code.</typeparam>
+      <returns>The hash code that represents the eight values.</returns>
     </member>
-    <member name="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.HashCode.Equals(System.Object)">
+      <summary>This method is not supported and should not be called.</summary>
+      <param name="obj">Ignored.</param>
+      <returns>This method will always throw a <see cref="T:System.NotSupportedException" />.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown when this method is called.</exception>
     </member>
-    <member name="M:System.IO.FileStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes from a memory region to the current file stream, advances the current position within this file stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The region of memory to write data from.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.HashCode.GetHashCode">
+      <summary>This method is not supported and should not be called.</summary>
+      <returns>This method will always throw a <see cref="T:System.NotSupportedException" />.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown when this method is called.</exception>
     </member>
-    <member name="M:System.IO.FileStream.WriteByte(System.Byte)">
-      <summary>Writes a byte to the current position in the file stream.</summary>
-      <param name="value">A byte to write to the stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+    <member name="M:System.HashCode.ToHashCode">
+      <summary>Calculates the final hash code after consecutive <see cref="Overload:System.HashCode.Add" /> invocations.</summary>
+      <returns>The calculated hash code.</returns>
     </member>
-    <member name="P:System.IO.FileStream.CanRead">
-      <summary>Gets a value that indicates whether the current stream supports reading.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports reading; <see langword="false" /> if the stream is closed or was opened with write-only access.</returns>
+    <member name="T:System.HttpStyleUriParser">
+      <summary>A customizable parser based on the HTTP scheme.</summary>
     </member>
-    <member name="P:System.IO.FileStream.CanSeek">
-      <summary>Gets a value that indicates whether the current stream supports seeking.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports seeking; <see langword="false" /> if the stream is closed or if the <see langword="FileStream" /> was constructed from an operating-system handle such as a pipe or output to the console.</returns>
+    <member name="M:System.HttpStyleUriParser.#ctor">
+      <summary>Create a customizable parser based on the HTTP scheme.</summary>
     </member>
-    <member name="P:System.IO.FileStream.CanWrite">
-      <summary>Gets a value that indicates whether the current stream supports writing.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports writing; <see langword="false" /> if the stream is closed or was opened with read-only access.</returns>
+    <member name="T:System.IAsyncDisposable">
+      <summary>Provides a mechanism for releasing unmanaged resources asynchronously.</summary>
     </member>
-    <member name="P:System.IO.FileStream.Handle">
-      <summary>Gets the operating system file handle for the file that the current <see langword="FileStream" /> object encapsulates.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>The operating system file handle for the file encapsulated by this <see langword="FileStream" /> object, or -1 if the <see langword="FileStream" /> has been closed.</returns>
+    <member name="M:System.IAsyncDisposable.DisposeAsync">
+      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
+      <returns>A task that represents the asynchronous dispose operation.</returns>
     </member>
-    <member name="P:System.IO.FileStream.IsAsync">
-      <summary>Gets a value that indicates whether the <see langword="FileStream" /> was opened asynchronously or synchronously.</summary>
-      <returns>
-        <see langword="true" /> if the <see langword="FileStream" /> was opened asynchronously; otherwise, <see langword="false" />.</returns>
+    <member name="T:System.IAsyncResult">
+      <summary>Represents the status of an asynchronous operation.</summary>
     </member>
-    <member name="P:System.IO.FileStream.Length">
-      <summary>Gets the length in bytes of the stream.</summary>
-      <exception cref="T:System.NotSupportedException">
-        <see cref="P:System.IO.FileStream.CanSeek" /> for this stream is <see langword="false" />.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error, such as the file being closed, occurred.</exception>
-      <returns>A long value representing the length of the stream in bytes.</returns>
+    <member name="P:System.IAsyncResult.AsyncState">
+      <summary>Gets a user-defined object that qualifies or contains information about an asynchronous operation.</summary>
+      <returns>A user-defined object that qualifies or contains information about an asynchronous operation.</returns>
     </member>
-    <member name="P:System.IO.FileStream.Name">
-      <summary>Gets the absolute path of the file opened in the <see langword="FileStream" />.</summary>
-      <returns>A string that is the absolute path of the file.</returns>
+    <member name="P:System.IAsyncResult.AsyncWaitHandle">
+      <summary>Gets a <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an asynchronous operation to complete.</summary>
+      <returns>A <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an asynchronous operation to complete.</returns>
     </member>
-    <member name="P:System.IO.FileStream.Position">
-      <summary>Gets or sets the current position of this stream.</summary>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the position to a negative value.</exception>
-      <exception cref="T:System.IO.EndOfStreamException">Attempted seeking past the end of a stream that does not support this.</exception>
-      <returns>The current position of this stream.</returns>
+    <member name="P:System.IAsyncResult.CompletedSynchronously">
+      <summary>Gets a value that indicates whether the asynchronous operation completed synchronously.</summary>
+      <returns>
+        <see langword="true" /> if the asynchronous operation completed synchronously; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.FileStream.SafeFileHandle">
-      <summary>Gets a <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream" /> object encapsulates.</summary>
-      <returns>An object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream" /> object encapsulates.</returns>
+    <member name="P:System.IAsyncResult.IsCompleted">
+      <summary>Gets a value that indicates whether the asynchronous operation has completed.</summary>
+      <returns>
+        <see langword="true" /> if the operation is complete; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="T:System.IO.FileStreamOptions">
-      <summary>Defines a variety of configuration options for <see cref="T:System.IO.FileStream" />.</summary>
+    <member name="T:System.ICloneable">
+      <summary>Supports cloning, which creates a new instance of a class with the same value as an existing instance.</summary>
     </member>
-    <member name="M:System.IO.FileStreamOptions.#ctor">
-      <summary>Initializes a <see cref="T:System.IO.FileStreamOptions" /> instance with default values.</summary>
+    <member name="M:System.ICloneable.Clone">
+      <summary>Creates a new object that is a copy of the current instance.</summary>
+      <returns>A new object that is a copy of this instance.</returns>
     </member>
-    <member name="P:System.IO.FileStreamOptions.Access">
-      <summary>A bitwise combination of the enumeration values that determines how the file can be accessed by the <see cref="T:System.IO.FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see cref="T:System.IO.FileStream" /> object.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> contains an invalid value.</exception>
-      <returns>A bitwise combination of the <see cref="T:System.IO.FileAccess" /> enum flags.</returns>
+    <member name="T:System.IComparable">
+      <summary>Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances.</summary>
     </member>
-    <member name="P:System.IO.FileStreamOptions.BufferSize">
-      <summary>The size of the buffer used by <see cref="T:System.IO.FileStream" /> for buffering. The default buffer size is 4096.
-            0 or 1 means that buffering should be disabled. Negative values are not allowed.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> is negative.</exception>
-      <returns>A non-negative number that represents the buffer size used by <see cref="T:System.IO.FileStream" /> for buffering.</returns>
+    <member name="M:System.IComparable.CompareTo(System.Object)">
+      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
+      <param name="obj">An object to compare with this instance.</param>
+      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:
+  Value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="obj" /> in the sort order.  
+  
+  Zero  
+  
+  This instance occurs in the same position in the sort order as <paramref name="obj" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="obj" /> in the sort order.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="obj" /> is not the same type as this instance.</exception>
     </member>
-    <member name="P:System.IO.FileStreamOptions.Mode">
-      <summary>One of the enumeration values that determines how to open or create the file.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> contains an invalid value.</exception>
-      <returns>One of the enumeration values of the <see cref="T:System.IO.FileMode" /> enum.</returns>
+    <member name="T:System.IComparable`1">
+      <summary>Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering or sorting its instances.</summary>
+      <typeparam name="T">The type of object to compare.</typeparam>
     </member>
-    <member name="P:System.IO.FileStreamOptions.Options">
-      <summary>A bitwise combination of the enumeration values that specifies additional file options. The default value is <see cref="F:System.IO.FileOptions.None" />, which indicates synchronous IO.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> contains an invalid value.</exception>
-      <returns>A bitwise combination of the <see cref="T:System.IO.FileOptions" /> enum flags.</returns>
+    <member name="M:System.IComparable`1.CompareTo(`0)">
+      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
+      <param name="other">An object to compare with this instance.</param>
+      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:
+  Value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="other" /> in the sort order.  
+  
+  Zero  
+  
+  This instance occurs in the same position in the sort order as <paramref name="other" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="other" /> in the sort order.</returns>
     </member>
-    <member name="P:System.IO.FileStreamOptions.PreallocationSize">
-      <summary>The initial allocation size in bytes for the file. A positive value is effective only when a regular file is being created or overwritten (<see cref="F:System.IO.FileMode.Create" /> or <see cref="F:System.IO.FileMode.CreateNew" />). Negative values are not allowed. In other cases (including the default 0 value), it's ignored. This value is a hint and is not a strong guarantee. It is not supported on Web Assembly (WASM) and FreeBSD (the value is ignored). For Windows, Linux and macOS we will try to preallocate the disk space to fill the requested allocation size. If that turns out to be impossible, the operation is going to throw an exception. The final file length (EOF) will be determined by the number of bytes written to the file.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> is negative.</exception>
-      <returns>A non-negative number that represents the initial allocation size in bytes for the file.</returns>
+    <member name="T:System.IConvertible">
+      <summary>Defines methods that convert the value of the implementing reference or value type to a common language runtime type that has an equivalent value.</summary>
     </member>
-    <member name="P:System.IO.FileStreamOptions.Share">
-      <summary>A bitwise combination of the enumeration values that determines how the file will be shared by processes. The default value is <see cref="F:System.IO.FileShare.Read" />.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">When <paramref name="value" /> contains an invalid value.</exception>
-      <returns>A bitwise combination of the <see cref="T:System.IO.FileShare" /> enum flags.</returns>
+    <member name="M:System.IConvertible.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for this instance.</summary>
+      <returns>The enumerated constant that is the <see cref="T:System.TypeCode" /> of the class or value type that implements this interface.</returns>
     </member>
-    <member name="T:System.IO.FileSystemInfo">
-      <summary>Provides the base class for both <see cref="T:System.IO.FileInfo" /> and <see cref="T:System.IO.DirectoryInfo" /> objects.</summary>
+    <member name="M:System.IConvertible.ToBoolean(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A Boolean value equivalent to the value of this instance.</returns>
     </member>
-    <member name="F:System.IO.FileSystemInfo.FullPath">
-      <summary>Represents the fully qualified path of the directory or file.</summary>
-      <exception cref="T:System.IO.PathTooLongException">The fully qualified path exceeds the system-defined maximum length.</exception>
+    <member name="M:System.IConvertible.ToByte(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 8-bit unsigned integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="F:System.IO.FileSystemInfo.OriginalPath">
-      <summary>The path originally specified by the user, whether relative or absolute.</summary>
+    <member name="M:System.IConvertible.ToChar(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A Unicode character equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemInfo" /> class.</summary>
+    <member name="M:System.IConvertible.ToDateTime(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent <see cref="T:System.DateTime" /> using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A <see cref="T:System.DateTime" /> instance equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemInfo" /> class with serialized data.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">The specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> is null.</exception>
+    <member name="M:System.IConvertible.ToDecimal(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent <see cref="T:System.Decimal" /> number using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A <see cref="T:System.Decimal" /> number equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.CreateAsSymbolicLink(System.String)">
-      <summary>Creates a symbolic link located in <see cref="P:System.IO.FileSystemInfo.FullName" /> that points to the specified <paramref name="pathToTarget" />.</summary>
-      <param name="pathToTarget">The path of the symbolic link target.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="pathToTarget" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="pathToTarget" /> is empty.
-
--or-
-
-<paramref name="pathToTarget" /> contains invalid path characters.</exception>
-      <exception cref="T:System.IO.IOException">A file or directory already exists in the location of <see cref="P:System.IO.FileSystemInfo.FullName" />.
-
--or-
-
-An I/O error occurred.</exception>
+    <member name="M:System.IConvertible.ToDouble(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A double-precision floating-point number equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.Delete">
-      <summary>Deletes a file or directory.</summary>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">There is an open handle on the file or directory, and the operating system is Windows XP or earlier. This open handle can result from enumerating directories and files. For more information, see How to: Enumerate Directories and Files.</exception>
+    <member name="M:System.IConvertible.ToInt16(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 16-bit signed integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name and additional exception information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="M:System.IConvertible.ToInt32(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 32-bit signed integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.Refresh">
-      <summary>Refreshes the state of the object.</summary>
-      <exception cref="T:System.IO.IOException">A device such as a disk drive is not ready.</exception>
+    <member name="M:System.IConvertible.ToInt64(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 64-bit signed integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.FileSystemInfo.ResolveLinkTarget(System.Boolean)">
-      <summary>Gets the target of the specified link.</summary>
-      <param name="returnFinalTarget">
-        <see langword="true" /> to follow links to the final target; <see langword="false" /> to return the immediate next link.</param>
-      <exception cref="T:System.IO.IOException">The file or directory does not exist.
-
--or-
-
-There are too many levels of symbolic links.</exception>
-      <returns>A <see cref="T:System.IO.FileSystemInfo" /> instance if the link exists, independently if the target exists or not; <see langword="null" /> if this file or directory is not a link.</returns>
-    </member>
-    <member name="M:System.IO.FileSystemInfo.ToString">
-      <summary>Returns the original path. Use the <see cref="P:System.IO.FileSystemInfo.FullName" /> or <see cref="P:System.IO.FileSystemInfo.Name" /> properties for the full path or file/directory name.</summary>
-      <returns>A string with the original path.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.Attributes">
-      <summary>Gets or sets the attributes for the current file or directory.</summary>
-      <exception cref="T:System.IO.FileNotFoundException">The specified file doesn't exist. Only thrown when setting the property value.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid. For example, it's on an unmapped drive. Only thrown when setting the property value.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller doesn't have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">.NET Core and .NET 5+ only: The user attempts to set an attribute value but doesn't have write permission.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.ArgumentException">The caller attempts to set an invalid file attribute.  
-  
- -or-  
-  
- .NET Framework only: The user attempts to set an attribute value but doesn't have write permission.</exception>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <returns>
-        <see cref="T:System.IO.FileAttributes" /> of the current <see cref="T:System.IO.FileSystemInfo" />.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.CreationTime">
-      <summary>Gets or sets the creation time of the current file or directory.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid creation time.</exception>
-      <returns>The creation date and time of the current <see cref="T:System.IO.FileSystemInfo" /> object.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.CreationTimeUtc">
-      <summary>Gets or sets the creation time, in coordinated universal time (UTC), of the current file or directory.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid; for example, it is on an unmapped drive.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time.</exception>
-      <returns>The creation date and time in UTC format of the current <see cref="T:System.IO.FileSystemInfo" /> object.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.Exists">
-      <summary>Gets a value indicating whether the file or directory exists.</summary>
-      <returns>
-        <see langword="true" /> if the file or directory exists; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.Extension">
-      <summary>Gets the extension part of the file name, including the leading dot <c>.</c> even if it is the entire file name, or an empty string if no extension is present.</summary>
-      <returns>A string containing the <see cref="T:System.IO.FileSystemInfo" /> extension.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.FullName">
-      <summary>Gets the full path of the directory or file.</summary>
-      <exception cref="T:System.IO.PathTooLongException">The fully qualified path and file name exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A string containing the full path.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.LastAccessTime">
-      <summary>Gets or sets the time the current file or directory was last accessed.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time</exception>
-      <returns>The time that the current file or directory was last accessed.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.LastAccessTimeUtc">
-      <summary>Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid access time.</exception>
-      <returns>The UTC time that the current file or directory was last accessed.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.LastWriteTime">
-      <summary>Gets or sets the time when the current file or directory was last written to.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid write time.</exception>
-      <returns>The time the current file was last written.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.LastWriteTimeUtc">
-      <summary>Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.</summary>
-      <exception cref="T:System.IO.IOException">
-        <see cref="M:System.IO.FileSystemInfo.Refresh" /> cannot initialize the data.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows NT or later.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The caller attempts to set an invalid write time.</exception>
-      <returns>The UTC time when the current file was last written to.</returns>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.LinkTarget">
-      <summary>If this <see cref="T:System.IO.FileSystemInfo" /> instance represents a link, returns the link target's path.
-            If a link does not exist in <see cref="P:System.IO.FileSystemInfo.FullName" />, or this instance does not represent a link, returns <see langword="null" />.</summary>
-    </member>
-    <member name="P:System.IO.FileSystemInfo.Name">
-      <summary>For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists. Otherwise, the <see langword="Name" /> property gets the name of the directory.</summary>
-      <returns>A string that is the name of the parent directory, the name of the last directory in the hierarchy, or the name of a file, including the file name extension.</returns>
+    <member name="M:System.IConvertible.ToSByte(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 8-bit signed integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="T:System.IO.HandleInheritability">
-      <summary>Specifies whether the underlying handle is inheritable by child processes.</summary>
+    <member name="M:System.IConvertible.ToSingle(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A single-precision floating-point number equivalent to the value of this instance.</returns>
     </member>
-    <member name="F:System.IO.HandleInheritability.Inheritable">
-      <summary>Specifies that the handle is inheritable by child processes.</summary>
+    <member name="M:System.IConvertible.ToString(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent <see cref="T:System.String" /> using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>A <see cref="T:System.String" /> instance equivalent to the value of this instance.</returns>
     </member>
-    <member name="F:System.IO.HandleInheritability.None">
-      <summary>Specifies that the handle is not inheritable by child processes.</summary>
+    <member name="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)">
+      <summary>Converts the value of this instance to an <see cref="T:System.Object" /> of the specified <see cref="T:System.Type" /> that has an equivalent value, using the specified culture-specific formatting information.</summary>
+      <param name="conversionType">The <see cref="T:System.Type" /> to which the value of this instance is converted.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An <see cref="T:System.Object" /> instance of type <paramref name="conversionType" /> whose value is equivalent to the value of this instance.</returns>
     </member>
-    <member name="T:System.IO.InvalidDataException">
-      <summary>The exception that is thrown when a data stream is in an invalid format.</summary>
+    <member name="M:System.IConvertible.ToUInt16(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 16-bit unsigned integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.InvalidDataException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class.</summary>
+    <member name="M:System.IConvertible.ToUInt32(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 32-bit unsigned integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.InvalidDataException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
+    <member name="M:System.IConvertible.ToUInt64(System.IFormatProvider)">
+      <summary>Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> interface implementation that supplies culture-specific formatting information.</param>
+      <returns>An 64-bit unsigned integer equivalent to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="T:System.ICustomFormatter">
+      <summary>Defines a method that supports custom formatting of the value of an object.</summary>
     </member>
-    <member name="T:System.IO.IOException">
-      <summary>The exception that is thrown when an I/O error occurs.</summary>
+    <member name="M:System.ICustomFormatter.Format(System.String,System.Object,System.IFormatProvider)">
+      <summary>Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.</summary>
+      <param name="format">A format string containing formatting specifications.</param>
+      <param name="arg">An object to format.</param>
+      <param name="formatProvider">An object that supplies format information about the current instance.</param>
+      <returns>The string representation of the value of <paramref name="arg" />, formatted as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
     </member>
-    <member name="M:System.IO.IOException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to the empty string (""), its HRESULT set to COR_E_IO, and its inner exception set to a null reference.</summary>
+    <member name="T:System.IDisposable">
+      <summary>Provides a mechanism for releasing unmanaged resources.</summary>
     </member>
-    <member name="M:System.IO.IOException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with the specified serialization and context information.</summary>
-      <param name="info">The data for serializing or deserializing the object.</param>
-      <param name="context">The source and destination for the object.</param>
+    <member name="M:System.IDisposable.Dispose">
+      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
     </member>
-    <member name="M:System.IO.IOException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to <paramref name="message" />, its HRESULT set to COR_E_IO, and its inner exception set to <see langword="null" />.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="T:System.IEquatable`1">
+      <summary>Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.</summary>
+      <typeparam name="T">The type of objects to compare.</typeparam>
     </member>
-    <member name="M:System.IO.IOException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="M:System.IEquatable`1.Equals(`0)">
+      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
+      <param name="other">An object to compare with this object.</param>
+      <returns>
+        <see langword="true" /> if the current object is equal to the <paramref name="other" /> parameter; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.IOException.#ctor(System.String,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to <paramref name="message" /> and its HRESULT user-defined.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="hresult">An integer identifying the error that has occurred.</param>
+    <member name="T:System.IFormatProvider">
+      <summary>Provides a mechanism for retrieving an object to control formatting.</summary>
     </member>
-    <member name="T:System.IO.MatchCasing">
-      <summary>Specifies the type of character casing to match.</summary>
+    <member name="M:System.IFormatProvider.GetFormat(System.Type)">
+      <summary>Returns an object that provides formatting services for the specified type.</summary>
+      <param name="formatType">An object that specifies the type of format object to return.</param>
+      <returns>An instance of the object specified by <paramref name="formatType" />, if the <see cref="T:System.IFormatProvider" /> implementation can supply that type of object; otherwise, <see langword="null" />.</returns>
     </member>
-    <member name="F:System.IO.MatchCasing.CaseInsensitive">
-      <summary>Matches ignoring character casing.</summary>
+    <member name="T:System.IFormattable">
+      <summary>Provides functionality to format the value of an object into a string representation.</summary>
     </member>
-    <member name="F:System.IO.MatchCasing.CaseSensitive">
-      <summary>Matches respecting character casing.</summary>
+    <member name="M:System.IFormattable.ToString(System.String,System.IFormatProvider)">
+      <summary>Formats the value of the current instance using the specified format.</summary>
+      <param name="format">The format to use.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
+      <param name="formatProvider">The provider to use to format the value.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
+      <returns>The value of the current instance in the specified format.</returns>
     </member>
-    <member name="F:System.IO.MatchCasing.PlatformDefault">
-      <summary>Matches using the default casing for the given platform.</summary>
+    <member name="T:System.Index">
+      <summary>Represents a type that can be used to index a collection either from the start or the end.</summary>
     </member>
-    <member name="T:System.IO.MatchType">
-      <summary>Specifies the type of wildcard matching to use.</summary>
+    <member name="M:System.Index.#ctor(System.Int32,System.Boolean)">
+      <summary>Initializes a new <see cref="T:System.Index" /> with a specified index position and a value that indicates if the index is from the start or the end of a collection.</summary>
+      <param name="value">The index value. It has to be greater or equal than zero.</param>
+      <param name="fromEnd">A boolean indicating if the index is from the start (<see langword="false" />) or from the end (<see langword="true" />) of a collection.</param>
     </member>
-    <member name="F:System.IO.MatchType.Simple">
-      <summary>
-        <para>Matches using '*' and '?' wildcards.</para>
-        <para>
-          <c>*</c> matches from zero to any amount of characters. <c>?</c> matches exactly one character. <c>*.*</c> matches any name with a period in it (with <see cref="F:System.IO.MatchType.Win32" />, this would match all items).</para>
-      </summary>
+    <member name="P:System.Index.End">
+      <summary>Gets an <see cref="T:System.Index" /> that points beyond the last element.</summary>
+      <returns>an <see cref="T:System.Index" /> that points beyond the last element.</returns>
     </member>
-    <member name="F:System.IO.MatchType.Win32">
-      <summary>
-        <para>Match using Win32 DOS style matching semantics.</para>
-        <para>'*', '?', '&lt;', '&gt;', and '"' are all considered wildcards. Matches in a traditional DOS <c>/</c> Windows command prompt way. <c>*.*</c> matches all files. <c>?</c> matches collapse to periods. <c>file.??t</c> will match <c>file.t</c>, <c>file.at</c>, and <c>file.txt</c>.</para>
-      </summary>
+    <member name="M:System.Index.Equals(System.Index)">
+      <summary>Returns a value that indicates whether the current object is equal to another <see cref="T:System.Index" /> object.</summary>
+      <param name="other">The object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if the current Index object is equal to <paramref name="other" />; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="T:System.IO.MemoryStream">
-      <summary>Creates a stream whose backing store is memory.</summary>
+    <member name="M:System.Index.Equals(System.Object)">
+      <summary>Indicates whether the current Index object is equal to a specified object.</summary>
+      <param name="value">An object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="value" /> is of type <see cref="T:System.Index" /> and is equal to the current instance; <see langword="false" /> otherwise.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.MemoryStream" /> class with an expandable capacity initialized to zero.</summary>
+    <member name="M:System.Index.FromEnd(System.Int32)">
+      <summary>Creates an <see cref="T:System.Index" /> from the end of a collection at a specified index position.</summary>
+      <param name="value">The index value from the end of a collection.</param>
+      <returns>The Index value.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Byte[])">
-      <summary>Initializes a new non-resizable instance of the <see cref="T:System.IO.MemoryStream" /> class based on the specified byte array.</summary>
-      <param name="buffer">The array of unsigned bytes from which to create the current stream.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Index.FromStart(System.Int32)">
+      <summary>Create an <see cref="T:System.Index" /> from the specified index at the start of a collection.</summary>
+      <param name="value">The index position from the start of a collection.</param>
+      <returns>The Index value.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Byte[],System.Boolean)">
-      <summary>Initializes a new non-resizable instance of the <see cref="T:System.IO.MemoryStream" /> class based on the specified byte array with the <see cref="P:System.IO.MemoryStream.CanWrite" /> property set as specified.</summary>
-      <param name="buffer">The array of unsigned bytes from which to create this stream.</param>
-      <param name="writable">The setting of the <see cref="P:System.IO.MemoryStream.CanWrite" /> property, which determines whether the stream supports writing.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+    <member name="M:System.Index.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>The hash code.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Byte[],System.Int32,System.Int32)">
-      <summary>Initializes a new non-resizable instance of the <see cref="T:System.IO.MemoryStream" /> class based on the specified region (index) of a byte array.</summary>
-      <param name="buffer">The array of unsigned bytes from which to create this stream.</param>
-      <param name="index">The index into <paramref name="buffer" /> at which the stream begins.</param>
-      <param name="count">The length of the stream in bytes.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="M:System.Index.GetOffset(System.Int32)">
+      <summary>Calculates the offset from the start of the collection using the given collection length.</summary>
+      <param name="length">The length of the collection that the Index will be used with. Must be a positive value.</param>
+      <returns>The offset.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Byte[],System.Int32,System.Int32,System.Boolean)">
-      <summary>Initializes a new non-resizable instance of the <see cref="T:System.IO.MemoryStream" /> class based on the specified region of a byte array, with the <see cref="P:System.IO.MemoryStream.CanWrite" /> property set as specified.</summary>
-      <param name="buffer">The array of unsigned bytes from which to create this stream.</param>
-      <param name="index">The index in <paramref name="buffer" /> at which the stream begins.</param>
-      <param name="count">The length of the stream in bytes.</param>
-      <param name="writable">The setting of the <see cref="P:System.IO.MemoryStream.CanWrite" /> property, which determines whether the stream supports writing.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> are negative.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="P:System.Index.IsFromEnd">
+      <summary>Gets a value that indicates whether the index is from the start or the end.</summary>
+      <returns>
+        <see langword="true" /> if the Index is from the end; otherwise, &lt;see. langword="false"&gt;&lt;/see.&gt;.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.MemoryStream" /> class based on the specified region of a byte array, with the <see cref="P:System.IO.MemoryStream.CanWrite" /> property set as specified, and the ability to call <see cref="M:System.IO.MemoryStream.GetBuffer" /> set as specified.</summary>
-      <param name="buffer">The array of unsigned bytes from which to create this stream.</param>
-      <param name="index">The index into <paramref name="buffer" /> at which the stream begins.</param>
-      <param name="count">The length of the stream in bytes.</param>
-      <param name="writable">The setting of the <see cref="P:System.IO.MemoryStream.CanWrite" /> property, which determines whether the stream supports writing.</param>
-      <param name="publiclyVisible">
-        <see langword="true" /> to enable <see cref="M:System.IO.MemoryStream.GetBuffer" />, which returns the unsigned byte array from which the stream was created; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="M:System.Index.op_Implicit(System.Int32)~System.Index">
+      <summary>Converts integer number to an Index.</summary>
+      <param name="value">The integer to convert.</param>
+      <returns>An Index representing the integer.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.MemoryStream" /> class with an expandable capacity initialized as specified.</summary>
-      <param name="capacity">The initial size of the internal array in bytes.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="capacity" /> is negative.</exception>
+    <member name="P:System.Index.Start">
+      <summary>Gets an <see cref="T:System.Index" /> that points to the first element of a collection.</summary>
+      <returns>An instance that points to the first element of a collection.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous read operation. (Consider using <see cref="M:System.IO.MemoryStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="buffer">The buffer to read the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data read from the memory stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="callback">An optional asynchronous callback, to be called when the read is complete.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
-      <exception cref="T:System.IO.IOException">Attempted an asynchronous read past the end of the memory stream, or a disk error occurred.</exception>
-      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the memory stream was closed.</exception>
-      <exception cref="T:System.NotSupportedException">The current memory stream implementation does not support the read operation.</exception>
-      <returns>An <see cref="T:System.IAsyncResult" /> that represents the asynchronous read, which could still be pending.</returns>
+    <member name="M:System.Index.ToString">
+      <summary>Returns the string representation of the current <see cref="T:System.Index" /> instance.</summary>
+      <returns>The string representation of the <see cref="T:System.Index" />.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous write operation. (Consider using <see cref="M:System.IO.MemoryStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> from which to begin writing.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="callback">An optional asynchronous callback, to be called when the write is complete.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
-      <exception cref="T:System.IO.IOException">Attempted an asynchronous write past the end of the memory stream, or a disk error occurred.</exception>
-      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the memory stream was closed.</exception>
-      <exception cref="T:System.NotSupportedException">The current memory stream implementation does not support the write operation.</exception>
-      <returns>An <see langword="IAsyncResult" /> that represents the asynchronous write, which could still be pending.</returns>
+    <member name="P:System.Index.Value">
+      <summary>Gets the index value.</summary>
+      <returns>The index value.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.CopyTo(System.IO.Stream,System.Int32)">
-      <summary>Reads the bytes from the current memory stream and writes them to another stream, using a specified buffer size.</summary>
-      <param name="destination">The stream to which the contents of the current memory stream will be copied.</param>
-      <param name="bufferSize">The size of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is not a positive number.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the underlying memory stream or the <paramref name="destination" /> stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory stream is unreadable.
-
--or-
-
-The <paramref name="destination" /> stream is unwritable.</exception>
+    <member name="T:System.IndexOutOfRangeException">
+      <summary>The exception that is thrown when an attempt is made to access an element of an array or collection with an index that is outside its bounds.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads all the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="buffersize" /> is negative or zero.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.IndexOutOfRangeException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.MemoryStream" /> class and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.IndexOutOfRangeException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.EndRead(System.IAsyncResult)">
-      <summary>Waits for the pending asynchronous read to complete. (Consider using <see cref="M:System.IO.MemoryStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">The reference to the pending asynchronous request to finish.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">A handle to the pending read operation is not available.
-
--or-
-
-The pending operation does not support reading.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.MemoryStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current memory stream.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
-      <returns>The number of bytes read from the memory stream, between zero (0) and the number of bytes you requested. Returns zero (0) only at the end of the memory stream, otherwise, it should block until at least one byte is available.</returns>
+    <member name="M:System.IndexOutOfRangeException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IndexOutOfRangeException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.EndWrite(System.IAsyncResult)">
-      <summary>Ends an asynchronous write operation. (Consider using <see cref="M:System.IO.MemoryStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
-      <param name="asyncResult">A reference to the outstanding asynchronous I/O request.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">A handle to the pending write operation is not available.
-
--or-
-
-The pending operation does not support writing.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
+    <member name="T:System.InsufficientExecutionStackException">
+      <summary>The exception that is thrown when there is insufficient execution stack available to allow most methods to execute.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.Flush">
-      <summary>Overrides the <see cref="M:System.IO.Stream.Flush" /> method so that no action is performed.</summary>
+    <member name="M:System.InsufficientExecutionStackException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.FlushAsync(System.Threading.CancellationToken)">
-      <summary>Asynchronously clears all buffers for this stream, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.InsufficientExecutionStackException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class with a specified error message.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.GetBuffer">
-      <summary>Returns the array of unsigned bytes from which this stream was created.</summary>
-      <exception cref="T:System.UnauthorizedAccessException">The <see langword="MemoryStream" /> instance was not created with a publicly visible buffer.</exception>
-      <returns>The byte array from which this stream was created, or the underlying array if a byte array was not provided to the <see cref="T:System.IO.MemoryStream" /> constructor during construction of the current instance.</returns>
+    <member name="M:System.InsufficientExecutionStackException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientExecutionStackException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <c>inner</c> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads a block of bytes from the current stream and writes the data to a buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the characters read from the current stream.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin storing data from the current stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> subtracted from the buffer length is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream instance is closed.</exception>
-      <returns>The total number of bytes written into the buffer. This can be less than the number of bytes requested if that number of bytes are not currently available, or zero if the end of the stream is reached before any bytes are read.</returns>
+    <member name="T:System.InsufficientMemoryException">
+      <summary>The exception that is thrown when a check for sufficient available memory fails. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.Read(System.Span{System.Byte})">
-      <summary>Reads a sequence of bytes from the current memory stream and advances the position within the memory stream by the number of bytes read.</summary>
-      <param name="buffer" />
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the memory stream has been reached.</returns>
+    <member name="M:System.InsufficientMemoryException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a system-supplied message that describes the error.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.InsufficientMemoryException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a specified message that describes the error.</summary>
+      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current memory stream, writes the sequence into <paramref name="destination" />, advances the position within the memory stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <param name="buffer" />
-      <returns>A task that represents the asynchronous read operation. The value of its <see cref="P:System.Threading.Tasks.ValueTask`1.Result" /> property contains the total number of bytes read into the <paramref name="destination" />. The result value can be less than the number of bytes allocated in <paramref name="destination" /> if that many bytes are not currently available, or it can be 0 (zero) if the end of the memory stream has been reached.</returns>
+    <member name="M:System.InsufficientMemoryException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InsufficientMemoryException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.MemoryStream.ReadByte">
-      <summary>Reads a byte from the current stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The current stream instance is closed.</exception>
-      <returns>The byte cast to a <see cref="T:System.Int32" />, or -1 if the end of the stream has been reached.</returns>
+    <member name="T:System.Int16">
+      <summary>Represents a 16-bit signed integer.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.Seek(System.Int64,System.IO.SeekOrigin)">
-      <summary>Sets the position within the current stream to the specified value.</summary>
-      <param name="offset">The new position within the stream. This is relative to the <paramref name="loc" /> parameter, and can be positive or negative.</param>
-      <param name="loc">A value of type <see cref="T:System.IO.SeekOrigin" />, which acts as the seek reference point.</param>
-      <exception cref="T:System.IO.IOException">Seeking is attempted before the beginning of the stream.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentException">There is an invalid <see cref="T:System.IO.SeekOrigin" />.  
+    <member name="M:System.Int16.CompareTo(System.Int16)">
+      <summary>Compares this instance to a specified 16-bit signed integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified 16-bit signed integer.</summary>
+      <param name="value">An integer to compare.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
   
- -or-  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
   
- <paramref name="offset" /> caused an arithmetic overflow.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream instance is closed.</exception>
-      <returns>The new position within the stream, calculated by combining the initial reference point and the offset.</returns>
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.SetLength(System.Int64)">
-      <summary>Sets the length of the current stream to the specified value.</summary>
-      <param name="value">The value at which to set the length.</param>
-      <exception cref="T:System.NotSupportedException">The current stream is not resizable and <paramref name="value" /> is larger than the current capacity.  
+    <member name="M:System.Int16.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object.</summary>
+      <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
   
  -or-  
   
The current stream does not support writing.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is negative or is greater than the maximum length of the <see cref="T:System.IO.MemoryStream" />, where the maximum length is(<see cref="F:System.Int32.MaxValue" /> - origin), and origin is the index into the underlying buffer at which the stream starts.</exception>
<paramref name="value" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not an <see cref="T:System.Int16" />.</exception>
     </member>
-    <member name="M:System.IO.MemoryStream.ToArray">
-      <summary>Writes the stream contents to a byte array, regardless of the <see cref="P:System.IO.MemoryStream.Position" /> property.</summary>
-      <returns>A new byte array.</returns>
+    <member name="M:System.Int16.Equals(System.Int16)">
+      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int16" /> value.</summary>
+      <param name="obj">An <see cref="T:System.Int16" /> value to compare to this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.TryGetBuffer(System.ArraySegment{System.Byte}@)">
-      <summary>Returns the array of unsigned bytes from which this stream was created. The return value indicates whether the conversion succeeded.</summary>
-      <param name="buffer">When this method returns <see langword="true" />, the byte array segment from which this stream was created; when this method returns <see langword="false" />, this parameter is set to <see langword="default" />.</param>
+    <member name="M:System.Int16.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare to this instance.</param>
       <returns>
-        <see langword="true" /> if the buffer is exposable; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Int16" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>Writes a block of bytes to the current stream using data read from a buffer.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing. For additional information see <see cref="P:System.IO.Stream.CanWrite" />.  
-  
- -or-  
-  
- The current position is closer than <paramref name="count" /> bytes to the end of the stream, and the capacity cannot be modified.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="offset" /> subtracted from the buffer length is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> are negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream instance is closed.</exception>
+    <member name="M:System.Int16.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
+    <member name="M:System.Int16.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int16" />.</summary>
+      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int16" />.</returns>
     </member>
-    <member name="M:System.IO.MemoryStream.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>Writes the sequence of bytes contained in <paramref name="source" /> into the current memory stream and advances the current position within this memory stream by the number of bytes written.</summary>
-      <param name="buffer" />
+    <member name="F:System.Int16.MaxValue">
+      <summary>Represents the largest possible value of an <see cref="T:System.Int16" />. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.MemoryStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+    <member name="F:System.Int16.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.Int16" />. This field is constant.</summary>
+    </member>
+    <member name="M:System.Int16.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+    </member>
+    <member name="M:System.Int16.Parse(System.String)">
+      <summary>Converts the string representation of a number to its 16-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <returns>A 16-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
     </member>
-    <member name="M:System.IO.MemoryStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the sequence of bytes contained in <paramref name="source" /> into the current memory stream, advances the current position within this memory stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <param name="buffer" />
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.Int16.Parse(System.String,System.Globalization.NumberStyles)">
+      <summary>Converts the string representation of a number in a specified style to its 16-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero fractional digits.</exception>
     </member>
-    <member name="M:System.IO.MemoryStream.WriteByte(System.Byte)">
-      <summary>Writes a byte to the current stream at the current position.</summary>
-      <param name="value">The byte to write.</param>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing. For additional information see <see cref="P:System.IO.Stream.CanWrite" />.  
-  
- -or-  
-  
- The current position is at the end of the stream, and the capacity cannot be modified.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream is closed.</exception>
+    <member name="M:System.Int16.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero fractional digits.</exception>
     </member>
-    <member name="M:System.IO.MemoryStream.WriteTo(System.IO.Stream)">
-      <summary>Writes the entire contents of this memory stream to another stream.</summary>
-      <param name="stream">The stream to write this memory stream to.</param>
+    <member name="M:System.Int16.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified culture-specific format to its 16-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 16-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current or target stream is closed.</exception>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />.</exception>
     </member>
-    <member name="P:System.IO.MemoryStream.CanRead">
-      <summary>Gets a value indicating whether the current stream supports reading.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
       <returns>
-        <see langword="true" /> if the stream is open.</returns>
+        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.MemoryStream.CanSeek">
-      <summary>Gets a value indicating whether the current stream supports seeking.</summary>
-      <returns>
-        <see langword="true" /> if the stream is open.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
     </member>
-    <member name="P:System.IO.MemoryStream.CanWrite">
-      <summary>Gets a value indicating whether the current stream supports writing.</summary>
-      <returns>
-        <see langword="true" /> if the stream supports writing; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
     </member>
-    <member name="P:System.IO.MemoryStream.Capacity">
-      <summary>Gets or sets the number of bytes allocated for this stream.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">A capacity is set that is negative or less than the current length of the stream.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <see langword="set" /> is invoked on a stream whose capacity cannot be modified.</exception>
-      <returns>The length of the usable portion of the buffer for the stream.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="P:System.IO.MemoryStream.Length">
-      <summary>Gets the length of the stream in bytes.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The length of the stream in bytes.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="P:System.IO.MemoryStream.Position">
-      <summary>Gets or sets the current position within the stream.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The position is set to a negative value or a value greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The current position within the stream.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
+    </member>
+    <member name="M:System.Int16.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="T:System.IO.Path">
-      <summary>Performs operations on <see cref="T:System.String" /> instances that contain file or directory path information. These operations are performed in a cross-platform manner.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
     </member>
-    <member name="F:System.IO.Path.AltDirectorySeparatorChar">
-      <summary>Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
     </member>
-    <member name="F:System.IO.Path.DirectorySeparatorChar">
-      <summary>Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
     </member>
-    <member name="F:System.IO.Path.InvalidPathChars">
-      <summary>Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the <see cref="T:System.IO.Path" /> class.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
     </member>
-    <member name="F:System.IO.Path.PathSeparator">
-      <summary>A platform-specific separator character used to separate path strings in environment variables.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
+      <param name="type">The type to which to convert this <see cref="T:System.Int16" /> value.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that supplies information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
     </member>
-    <member name="F:System.IO.Path.VolumeSeparatorChar">
-      <summary>Provides a platform-specific volume separator character.</summary>
+    <member name="M:System.Int16.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="M:System.IO.Path.ChangeExtension(System.String,System.String)">
-      <summary>Changes the extension of a path string.</summary>
-      <param name="path">The path information to modify.</param>
-      <param name="extension">The new extension (with or without a leading period). Specify <see langword="null" /> to remove an existing extension from <paramref name="path" />.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>The modified path information.  
-  
- On Windows-based desktop platforms, if <paramref name="path" /> is <see langword="null" /> or an empty string (""), the path information is returned unmodified. If <paramref name="extension" /> is <see langword="null" />, the returned string contains the specified path with its extension removed. If <paramref name="path" /> has no extension, and <paramref name="extension" /> is not <see langword="null" />, the returned path string contains <paramref name="extension" /> appended to the end of <paramref name="path" />.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
     </member>
-    <member name="M:System.IO.Path.Combine(System.String,System.String)">
-      <summary>Combines two strings into a path.</summary>
-      <param name="path1">The first path to combine.</param>
-      <param name="path2">The second path to combine.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path1" /> or <paramref name="path2" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path1" /> or <paramref name="path2" /> is <see langword="null" />.</exception>
-      <returns>The combined paths. If one of the specified paths is a zero-length string, this method returns the other path. If <paramref name="path2" /> contains an absolute path, this method returns <paramref name="path2" />.</returns>
+    <member name="M:System.Int16.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
     </member>
-    <member name="M:System.IO.Path.Combine(System.String,System.String,System.String)">
-      <summary>Combines three strings into a path.</summary>
-      <param name="path1">The first path to combine.</param>
-      <param name="path2">The second path to combine.</param>
-      <param name="path3">The third path to combine.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path1" />, <paramref name="path2" />, or <paramref name="path3" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path1" />, <paramref name="path2" />, or <paramref name="path3" /> is <see langword="null" />.</exception>
-      <returns>The combined paths.</returns>
+    <member name="M:System.Int16.ToString">
+      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance, consisting of a minus sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
     </member>
-    <member name="M:System.IO.Path.Combine(System.String,System.String,System.String,System.String)">
-      <summary>Combines four strings into a path.</summary>
-      <param name="path1">The first path to combine.</param>
-      <param name="path2">The second path to combine.</param>
-      <param name="path3">The third path to combine.</param>
-      <param name="path4">The fourth path to combine.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path1" />, <paramref name="path2" />, <paramref name="path3" />, or <paramref name="path4" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path1" />, <paramref name="path2" />, <paramref name="path3" />, or <paramref name="path4" /> is <see langword="null" />.</exception>
-      <returns>The combined paths.</returns>
+    <member name="M:System.Int16.ToString(System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.IO.Path.Combine(System.String[])">
-      <summary>Combines an array of strings into a path.</summary>
-      <param name="paths">An array of parts of the path.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: One of the strings in the array contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <exception cref="T:System.ArgumentNullException">One of the strings in the array is <see langword="null" />.</exception>
-      <returns>The combined paths.</returns>
+    <member name="M:System.Int16.ToString(System.String)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
+      <param name="format">A numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
     </member>
-    <member name="M:System.IO.Path.EndsInDirectorySeparator(System.ReadOnlySpan{System.Char})">
-      <summary>Returns a value that indicates whether the path, specified as a read-only span, ends in a directory separator.</summary>
-      <param name="path">The path to analyze.</param>
-      <returns>
-        <see langword="true" /> if the path ends in a directory separator; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Int16.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific formatting information.</summary>
+      <param name="format">A numeric format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.IO.Path.EndsInDirectorySeparator(System.String)">
-      <summary>Returns a value that indicates whether the specified path ends in a directory separator.</summary>
-      <param name="path">The path to analyze.</param>
-      <returns>
-        <see langword="true" /> if the path ends in a directory separator; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
-    <member name="M:System.IO.Path.GetDirectoryName(System.ReadOnlySpan{System.Char})">
-      <summary>Returns the directory information for the specified path represented by a character span.</summary>
-      <param name="path">The path to retrieve the directory information from.</param>
-      <returns>Directory information for <paramref name="path" />, or an empty span if <paramref name="path" /> is <see langword="null" />, an empty span, or a root (such as \, C:, or \\server\share).</returns>
+    <member name="M:System.Int16.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
-    <member name="M:System.IO.Path.GetDirectoryName(System.String)">
-      <summary>Returns the directory information for the specified path.</summary>
-      <param name="path">The path of a file or directory.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: The <paramref name="path" /> parameter contains invalid characters, is empty, or contains only white spaces.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The <paramref name="path" /> parameter is longer than the system-defined maximum length.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
-      <returns>Directory information for <paramref name="path" />, or <see langword="null" /> if <paramref name="path" /> denotes a root directory or is null. Returns <see cref="F:System.String.Empty" /> if <paramref name="path" /> does not contain directory information.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetExtension(System.ReadOnlySpan{System.Char})">
-      <summary>Returns the extension of a file path that is represented by a read-only character span.</summary>
-      <param name="path">The file path from which to get the extension.</param>
-      <returns>The extension of the specified path (including the period, "."), or <see cref="P:System.ReadOnlySpan`1.Empty" /> if <paramref name="path" /> does not have extension information.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetExtension(System.String)">
-      <summary>Returns the extension (including the period ".") of the specified path string.</summary>
-      <param name="path">The path string from which to get the extension.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>The extension of the specified path (including the period "."), or <see langword="null" />, or <see cref="F:System.String.Empty" />. If <paramref name="path" /> is <see langword="null" />, <see cref="M:System.IO.Path.GetExtension(System.String)" /> returns <see langword="null" />. If <paramref name="path" /> does not have extension information, <see cref="M:System.IO.Path.GetExtension(System.String)" /> returns <see cref="F:System.String.Empty" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetFileName(System.ReadOnlySpan{System.Char})">
-      <summary>Returns the file name and extension of a file path that is represented by a read-only character span.</summary>
-      <param name="path">A read-only span that contains the path from which to obtain the file name and extension.</param>
-      <returns>The characters after the last directory separator character in <paramref name="path" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetFileName(System.String)">
-      <summary>Returns the file name and extension of the specified path string.</summary>
-      <param name="path">The path string from which to obtain the file name and extension.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>The characters after the last directory separator character in <paramref name="path" />. If the last character of <paramref name="path" /> is a directory or volume separator character, this method returns <see cref="F:System.String.Empty" />. If <paramref name="path" /> is <see langword="null" />, this method returns <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetFileNameWithoutExtension(System.ReadOnlySpan{System.Char})">
-      <summary>Returns the file name without the extension of a file path that is represented by a read-only character span.</summary>
-      <param name="path">A read-only span that contains the path from which to obtain the file name without the extension.</param>
-      <returns>The characters in the read-only span returned by <see cref="M:System.IO.Path.GetFileName(System.ReadOnlySpan{System.Char})" />, minus the last period (.) and all characters following it.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetFileNameWithoutExtension(System.String)">
-      <summary>Returns the file name of the specified path string without the extension.</summary>
-      <param name="path">The path of the file.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>The string returned by <see cref="M:System.IO.Path.GetFileName(System.ReadOnlySpan{System.Char})" />, minus the last period (.) and all characters following it.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetFullPath(System.String)">
-      <summary>Returns the absolute path for the specified path string.</summary>
-      <param name="path">The file or directory for which to obtain absolute path information.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is a zero-length string, contains only white space, or contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.
-
--or-
-
- The system could not retrieve the absolute path.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permissions.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> contains a colon (":") that is not part of a volume identifier (for example, "c:\").</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <returns>The fully qualified location of <paramref name="path" />, such as "C:\MyFile.txt".</returns>
+    <member name="M:System.Int16.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)">
+      <param name="s" />
+      <param name="result" />
     </member>
-    <member name="M:System.IO.Path.GetFullPath(System.String,System.String)">
-      <summary>Returns an absolute path from a relative path and a fully qualified base path.</summary>
-      <param name="path">A relative path to concatenate to <paramref name="basePath" />.</param>
-      <param name="basePath">The beginning of a fully qualified path.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="basePath" /> is <see langword="null" />.</exception>
+    <member name="M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="basePath" /> is not a fully qualified path.
-
--or-
-
-<paramref name="path" /> or <paramref name="basePath" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>The absolute path.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetInvalidFileNameChars">
-      <summary>Gets an array containing the characters that are not allowed in file names.</summary>
-      <returns>An array containing the characters that are not allowed in file names.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetInvalidPathChars">
-      <summary>Gets an array containing the characters that are not allowed in path names.</summary>
-      <returns>An array containing the characters that are not allowed in path names.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetPathRoot(System.ReadOnlySpan{System.Char})">
-      <summary>Gets the root directory information from the path contained in the specified character span.</summary>
-      <param name="path">A read-only span of characters containing the path from which to obtain root directory information.</param>
-      <returns>A read-only span of characters containing the root directory of <paramref name="path" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetPathRoot(System.String)">
-      <summary>Gets the root directory information from the path contained in the specified string.</summary>
-      <param name="path">A string containing the path from which to obtain root directory information.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.
-
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
 -or-
-
-.NET Framework only: <see cref="F:System.String.Empty" /> was passed to <paramref name="path" />.</exception>
-      <returns>The root directory of <paramref name="path" /> if it is rooted.
-
- -or-
-<see cref="F:System.String.Empty" /> if <paramref name="path" /> does not contain root directory information.
-
- -or-
-<see langword="null" /> if <paramref name="path" /> is <see langword="null" /> or is effectively empty.</returns>
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
-    <member name="M:System.IO.Path.GetRandomFileName">
-      <summary>Returns a random folder name or file name.</summary>
-      <returns>A random folder name or file name.</returns>
+    <member name="M:System.Int16.TryParse(System.String,System.Int16@)">
+      <summary>Converts the string representation of a number to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="result">When this method returns, contains the 16-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int16.MinValue" /> or greater than <see cref="F:System.Int16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.Path.GetRelativePath(System.String,System.String)">
-      <summary>Returns a relative path from one path to another.</summary>
-      <param name="relativeTo">The source path the result should be relative to. This path is always considered to be a directory.</param>
-      <param name="path">The destination path.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="relativeTo" /> or <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="relativeTo" /> or <paramref name="path" /> is effectively empty.</exception>
-      <returns>The relative path, or <paramref name="path" /> if the paths don't share the same root.</returns>
+    <member name="T:System.Int32">
+      <summary>Represents a 32-bit signed integer.</summary>
     </member>
-    <member name="M:System.IO.Path.GetTempFileName">
-      <summary>Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs, such as no unique temporary file name is available.  
+    <member name="M:System.Int32.CompareTo(System.Int32)">
+      <summary>Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values.</summary>
+      <param name="value">An integer to compare.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
   
--or-
+  Description  
   
- This method was unable to create a temporary file.</exception>
-      <returns>The full path of the temporary file.</returns>
-    </member>
-    <member name="M:System.IO.Path.GetTempPath">
-      <summary>Returns the path of the current user's temporary folder.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permissions.</exception>
-      <returns>The path to the temporary folder, ending with a  <see cref="F:System.IO.Path.DirectorySeparatorChar" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.HasExtension(System.ReadOnlySpan{System.Char})">
-      <summary>Determines whether the path represented by the specified character span includes a file name extension.</summary>
-      <param name="path">The path to search for an extension.</param>
-      <returns>
-        <see langword="true" /> if the characters that follow the last directory separator character or volume separator in the path include a period (".") followed by one or more characters; otherwise, <see langword="false" />.</returns>
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.Path.HasExtension(System.String)">
-      <summary>Determines whether a path includes a file name extension.</summary>
-      <param name="path">The path to search for an extension.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>
-        <see langword="true" /> if the characters that follow the last directory separator (\ or /) or volume separator (:) in the path include a period (.) followed by one or more characters; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Int32.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
+      <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not an <see cref="T:System.Int32" />.</exception>
     </member>
-    <member name="M:System.IO.Path.IsPathFullyQualified(System.ReadOnlySpan{System.Char})">
-      <summary>Returns a value that indicates whether the file path represented by the specified character span is fixed to a specific drive or UNC path.</summary>
-      <param name="path">A file path.</param>
+    <member name="M:System.Int32.Equals(System.Int32)">
+      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int32" /> value.</summary>
+      <param name="obj">An <see cref="T:System.Int32" /> value to compare to this instance.</param>
       <returns>
-        <see langword="true" /> if the path is fixed to a specific drive or UNC path; <see langword="false" /> if the path is relative to the current drive or working directory.</returns>
+        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.Path.IsPathFullyQualified(System.String)">
-      <summary>Returns a value that indicates whether the specified file path is fixed to a specific drive or UNC path.</summary>
-      <param name="path">A file path.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
+    <member name="M:System.Int32.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance.</param>
       <returns>
-        <see langword="true" /> if the path is fixed to a specific drive or UNC path; <see langword="false" /> if the path is relative to the current drive or working directory.</returns>
-    </member>
-    <member name="M:System.IO.Path.IsPathRooted(System.ReadOnlySpan{System.Char})">
-      <summary>Returns a value that indicates whether the specified character span that represents a file path contains a root.</summary>
-      <param name="path">The path to test.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="path" /> contains a root; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.IsPathRooted(System.String)">
-      <summary>Returns a value indicating whether the specified path string contains a root.</summary>
-      <param name="path">The path to test.</param>
-      <exception cref="T:System.ArgumentException">.NET Framework and .NET Core versions older than 2.1: <paramref name="path" /> contains one or more of the invalid characters defined in <see cref="M:System.IO.Path.GetInvalidPathChars" />.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="path" /> contains a root; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
-      <summary>Concatenates two path components into a single path.</summary>
-      <param name="path1">A character span that contains the first path to join.</param>
-      <param name="path2">A character span that contains the second path to join.</param>
-      <returns>The combined paths.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
-      <summary>Concatenates three path components into a single path.</summary>
-      <param name="path1">A character span that contains the first path to join.</param>
-      <param name="path2">A character span that contains the second path to join.</param>
-      <param name="path3">A character span that contains the third path to join.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
-      <summary>Concatenates four path components into a single path.</summary>
-      <param name="path1">A character span that contains the first path to join.</param>
-      <param name="path2">A character span that contains the second path to join.</param>
-      <param name="path3">A character span that contains the third path to join.</param>
-      <param name="path4">A character span that contains the fourth path to join.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.String,System.String)">
-      <summary>Concatenates two paths into a single path.</summary>
-      <param name="path1">The first path to join.</param>
-      <param name="path2">The second path to join.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.String,System.String,System.String)">
-      <summary>Concatenates three paths into a single path.</summary>
-      <param name="path1">The first path to join.</param>
-      <param name="path2">The second path to join.</param>
-      <param name="path3">The third path to join.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.String,System.String,System.String,System.String)">
-      <summary>Concatenates four paths into a single path.</summary>
-      <param name="path1">The first path to join.</param>
-      <param name="path2">The second path to join.</param>
-      <param name="path3">The third path to join.</param>
-      <param name="path4">The fourth path to join.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.Join(System.String[])">
-      <summary>Concatenates an array of paths into a single path.</summary>
-      <param name="paths">An array of paths.</param>
-      <returns>The concatenated path.</returns>
-    </member>
-    <member name="M:System.IO.Path.TrimEndingDirectorySeparator(System.ReadOnlySpan{System.Char})">
-      <summary>Trims one trailing directory separator beyond the root of the specified path.</summary>
-      <param name="path">The path to trim.</param>
-      <returns>The <paramref name="path" /> without any trailing directory separators.</returns>
-    </member>
-    <member name="M:System.IO.Path.TrimEndingDirectorySeparator(System.String)">
-      <summary>Trims one trailing directory separator beyond the root of the specified path.</summary>
-      <param name="path">The path to trim.</param>
-      <returns>The <paramref name="path" /> without any trailing directory separators.</returns>
-    </member>
-    <member name="M:System.IO.Path.TryJoin(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@)">
-      <summary>Attempts to concatenate two path components to a single preallocated character span, and returns a value that indicates whether the operation succeeded.</summary>
-      <param name="path1">A character span that contains the first path to join.</param>
-      <param name="path2">A character span that contains the second path to join.</param>
-      <param name="path3">A character span that contains the third path to join.</param>
-      <param name="destination">A character span to hold the concatenated path.</param>
-      <param name="charsWritten">When the method returns, a value that indicates the number of characters written to the <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the concatenation operation is successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.IO.Path.TryJoin(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@)">
-      <summary>Attempts to concatenate two path components to a single preallocated character span, and returns a value that indicates whether the operation succeeded.</summary>
-      <param name="path1">A character span that contains the first path to join.</param>
-      <param name="path2">A character span that contains the second path to join.</param>
-      <param name="destination">A character span to hold the concatenated path.</param>
-      <param name="charsWritten">When the method returns, a value that indicates the number of characters written to the <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the concatenation operation is successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.IO.PathTooLongException">
-      <summary>The exception that is thrown when a path or fully qualified file name is longer than the system-defined maximum length.</summary>
+        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.Int32" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.PathTooLongException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with its HRESULT set to COR_E_PATHTOOLONG.</summary>
+    <member name="M:System.Int32.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.IO.PathTooLongException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with the specified serialization and context information.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+    <member name="M:System.Int32.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int32" />.</summary>
+      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int32" />.</returns>
     </member>
-    <member name="M:System.IO.PathTooLongException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with its message string set to <paramref name="message" /> and its HRESULT set to COR_E_PATHTOOLONG.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+    <member name="F:System.Int32.MaxValue">
+      <summary>Represents the largest possible value of an <see cref="T:System.Int32" />. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.PathTooLongException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="F:System.Int32.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.Int32" />. This field is constant.</summary>
     </member>
-    <member name="T:System.IO.RandomAccess">
-      <summary>Provides offset-based APIs for reading and writing files in a thread-safe manner.</summary>
+    <member name="M:System.Int32.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
-    <member name="M:System.IO.RandomAccess.GetLength(Microsoft.Win32.SafeHandles.SafeFileHandle)">
-      <summary>Gets the length of the file in bytes.</summary>
-      <param name="handle">The file handle.</param>
+    <member name="M:System.Int32.Parse(System.String)">
+      <summary>Converts the string representation of a number to its 32-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <returns>A 32-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <returns>A long value representing the length of the file in bytes.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.IO.RandomAccess.Read(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Collections.Generic.IReadOnlyList{System.Memory{System.Byte}},System.Int64)">
-      <summary>Reads a sequence of bytes from given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffers">A list of memory buffers. When this method returns, the contents of the buffers are replaced by the bytes read from the file.</param>
-      <param name="fileOffset">The file position to read from.</param>
+    <member name="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles)">
+      <summary>Converts the string representation of a number in a specified style to its 32-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> or <paramref name="buffers" /> is <see langword="null" />.</exception>
+        <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for reading.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of bytes read into the buffers. This can be less than the number of bytes allocated in the buffers if that many bytes are not currently available, or zero (0) if the end of the file has been reached.</returns>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
-    <member name="M:System.IO.RandomAccess.Read(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Span{System.Byte},System.Int64)">
-      <summary>Reads a sequence of bytes from given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the file.</param>
-      <param name="fileOffset">The file position to read from.</param>
+    <member name="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An object that supplies culture-specific information about the format of <paramref name="s" />.</param>
+      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> is <see langword="null" />.</exception>
+        <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for reading.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the file has been reached.</returns>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
-    <member name="M:System.IO.RandomAccess.ReadAsync(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Collections.Generic.IReadOnlyList{System.Memory{System.Byte}},System.Int64,System.Threading.CancellationToken)">
-      <summary>Reads a sequence of bytes from given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffers">A list of memory buffers. When this method returns, the contents of these buffers are replaced by the bytes read from the file.</param>
-      <param name="fileOffset">The file position to read from.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+    <member name="M:System.Int32.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified culture-specific format to its 32-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 32-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> or <paramref name="buffers" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for reading.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of bytes read into the buffers. This can be less than the number of bytes allocated in the buffers if that many bytes are not currently available, or zero (0) if the end of the file has been reached.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not of the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
-    <member name="M:System.IO.RandomAccess.ReadAsync(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Memory{System.Byte},System.Int64,System.Threading.CancellationToken)">
-      <summary>Reads a sequence of bytes from given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the file.</param>
-      <param name="fileOffset">The file position to read from.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for reading.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the file has been reached.</returns>
+    <member name="M:System.Int32.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>
+        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.RandomAccess.Write(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Collections.Generic.IReadOnlyList{System.ReadOnlyMemory{System.Byte}},System.Int64)">
-      <summary>Writes a sequence of bytes from given buffers to given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffers">A list of memory buffers. This method copies the contents of these buffers to the file.</param>
-      <param name="fileOffset">The file position to write to.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> or <paramref name="buffers" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for writing.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+    <member name="M:System.Int32.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
     </member>
-    <member name="M:System.IO.RandomAccess.Write(Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan{System.Byte},System.Int64)">
-      <summary>Writes a sequence of bytes from given buffer to given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffer">A region of memory. This method copies the contents of this region to the file.</param>
-      <param name="fileOffset">The file position to write to.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for writing.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+    <member name="M:System.Int32.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
     </member>
-    <member name="M:System.IO.RandomAccess.WriteAsync(Microsoft.Win32.SafeHandles.SafeFileHandle,System.Collections.Generic.IReadOnlyList{System.ReadOnlyMemory{System.Byte}},System.Int64,System.Threading.CancellationToken)">
-      <summary>Writes a sequence of bytes from given buffers to given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffers">A list of memory buffers. This method copies the contents of these buffers to the file.</param>
-      <param name="fileOffset">The file position to write to.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> or <paramref name="buffers" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for writing.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A task representing the asynchronous completion of the write operation.</returns>
+    <member name="M:System.Int32.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
-    <member name="M:System.IO.RandomAccess.WriteAsync(Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlyMemory{System.Byte},System.Int64,System.Threading.CancellationToken)">
-      <summary>Writes a sequence of bytes from given buffer to given file at given offset.</summary>
-      <param name="handle">The file handle.</param>
-      <param name="buffer">A region of memory. This method copies the contents of this region to the file.</param>
-      <param name="fileOffset">The file position to write to.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handle" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The file does not support seeking (pipe or socket).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="fileOffset" /> is negative.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">
-        <paramref name="handle" /> was not opened for writing.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>A task representing the asynchronous completion of the write operation.</returns>
+    <member name="M:System.Int32.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="T:System.IO.SearchOption">
-      <summary>Specifies whether to search the current directory, or the current directory and all subdirectories.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
     </member>
-    <member name="F:System.IO.SearchOption.AllDirectories">
-      <summary>Includes the current directory and all its subdirectories in a search operation. This option includes reparse points such as mounted drives and symbolic links in the search.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
     </member>
-    <member name="F:System.IO.SearchOption.TopDirectoryOnly">
-      <summary>Includes only the current directory in a search operation.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="T:System.IO.SeekOrigin">
-      <summary>Specifies the position in a stream to use for seeking.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int64" />.</returns>
     </member>
-    <member name="F:System.IO.SeekOrigin.Begin">
-      <summary>Specifies the beginning of a stream.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
     </member>
-    <member name="F:System.IO.SeekOrigin.Current">
-      <summary>Specifies the current position within a stream.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
     </member>
-    <member name="F:System.IO.SeekOrigin.End">
-      <summary>Specifies the end of a stream.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
+      <param name="type">The type to which to convert this <see cref="T:System.Int32" /> value.</param>
+      <param name="provider">An object that provides information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
     </member>
-    <member name="T:System.IO.Stream">
-      <summary>Provides a generic view of a sequence of bytes. This is an abstract class.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
     </member>
-    <member name="F:System.IO.Stream.Null">
-      <summary>A <see langword="Stream" /> with no backing store.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.Stream" /> class.</summary>
+    <member name="M:System.Int32.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous read operation. (Consider using <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
-      <param name="buffer">The buffer to read the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data read from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="callback">An optional asynchronous callback, to be called when the read is complete.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
-      <exception cref="T:System.IO.IOException">Attempted an asynchronous read past the end of the stream, or a disk error occurs.</exception>
-      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <exception cref="T:System.NotSupportedException">The current <see langword="Stream" /> implementation does not support the read operation.</exception>
-      <returns>An <see cref="T:System.IAsyncResult" /> that represents the asynchronous read, which could still be pending.</returns>
+    <member name="M:System.Int32.ToString">
+      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance, consisting of a negative sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
     </member>
-    <member name="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
-      <summary>Begins an asynchronous write operation. (Consider using <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> from which to begin writing.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="callback">An optional asynchronous callback, to be called when the write is complete.</param>
-      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
-      <exception cref="T:System.IO.IOException">Attempted an asynchronous write past the end of the stream, or a disk error occurs.</exception>
-      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <exception cref="T:System.NotSupportedException">The current <see langword="Stream" /> implementation does not support the write operation.</exception>
-      <returns>An <see langword="IAsyncResult" /> that represents the asynchronous write, which could still be pending.</returns>
+    <member name="M:System.Int32.ToString(System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Close">
-      <summary>Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. Instead of calling this method, ensure that the stream is properly disposed.</summary>
+    <member name="M:System.Int32.ToString(System.String)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
+      <param name="format">A standard or custom numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid or not supported.</exception>
     </member>
-    <member name="M:System.IO.Stream.CopyTo(System.IO.Stream)">
-      <summary>Reads the bytes from the current stream and writes them to another stream.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading.  
+    <member name="M:System.Int32.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A standard or custom numeric format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid or not supported.</exception>
+    </member>
+    <member name="M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
+    </member>
+    <member name="M:System.Int32.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
+    </member>
+    <member name="M:System.Int32.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)">
+      <param name="s" />
+      <param name="result" />
+    </member>
+    <member name="M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
+      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+    </member>
+    <member name="M:System.Int32.TryParse(System.String,System.Int32@)">
+      <summary>Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="result">When this method returns, contains the 32-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="T:System.Int64">
+      <summary>Represents a 64-bit signed integer.</summary>
+    </member>
+    <member name="M:System.Int64.CompareTo(System.Int64)">
+      <summary>Compares this instance to a specified 64-bit signed integer and returns an indication of their relative values.</summary>
+      <param name="value">An integer to compare.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
   
- -or-  
+  Description  
   
- <paramref name="destination" /> does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or <paramref name="destination" /> were closed before the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream)" /> method was called.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.CopyTo(System.IO.Stream,System.Int32)">
-      <summary>Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <param name="bufferSize">The size of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative or zero.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading.  
+    <member name="M:System.Int64.CompareTo(System.Object)">
+      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
+      <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
   
  -or-  
   
- <paramref name="destination" /> does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or <paramref name="destination" /> were closed before the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream)" /> method was called.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+ <paramref name="value" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is not an <see cref="T:System.Int64" />.</exception>
     </member>
-    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream)">
-      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.Int64.Equals(System.Int64)">
+      <summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int64" /> value.</summary>
+      <param name="obj">An <see cref="T:System.Int64" /> value to compare to this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> has the same value as this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Int32)">
-      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="buffersize" /> is negative or zero.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.Int64.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> is an instance of an <see cref="T:System.Int64" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="buffersize" /> is negative or zero.</exception>
-      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
-      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.Int64.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified cancellation token.</summary>
-      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous copy operation.</returns>
+    <member name="M:System.Int64.GetTypeCode">
+      <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int64" />.</summary>
+      <returns>The enumerated constant, <see cref="F:System.TypeCode.Int64" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.CreateWaitHandle">
-      <summary>Allocates a <see cref="T:System.Threading.WaitHandle" /> object.</summary>
-      <returns>A reference to the allocated <see langword="WaitHandle" />.</returns>
+    <member name="F:System.Int64.MaxValue">
+      <summary>Represents the largest possible value of an <see langword="Int64" />. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.Stream.Dispose">
-      <summary>Releases all resources used by the <see cref="T:System.IO.Stream" />.</summary>
+    <member name="F:System.Int64.MinValue">
+      <summary>Represents the smallest possible value of an <see langword="Int64" />. This field is constant.</summary>
     </member>
-    <member name="M:System.IO.Stream.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Stream" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.Int64.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
-    <member name="M:System.IO.Stream.DisposeAsync">
-      <summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.IO.Stream" />.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
+    <member name="M:System.Int64.Parse(System.String)">
+      <summary>Converts the string representation of a number to its 64-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <returns>A 64-bit signed integer equivalent to the number contained in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.IO.Stream.EndRead(System.IAsyncResult)">
-      <summary>Waits for the pending asynchronous read to complete. (Consider using <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
-      <param name="asyncResult">The reference to the pending asynchronous request to finish.</param>
+    <member name="M:System.Int64.Parse(System.String,System.Globalization.NumberStyles)">
+      <summary>Converts the string representation of a number in a specified style to its 64-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of <see cref="T:System.Globalization.NumberStyles" /> values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">A handle to the pending read operation is not available.  
-  
- -or-  
-  
- The pending operation does not support reading.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Stream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
-      <returns>The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.</returns>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.
+-or-
+<paramref name="style" /> supports fractional digits but <paramref name="s" /> includes non-zero fractional digits.</exception>
     </member>
-    <member name="M:System.IO.Stream.EndWrite(System.IAsyncResult)">
-      <summary>Ends an asynchronous write operation. (Consider using <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
-      <param name="asyncResult">A reference to the outstanding asynchronous I/O request.</param>
+    <member name="M:System.Int64.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">A handle to the pending write operation is not available.  
-  
- -or-  
-  
- The pending operation does not support writing.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream.</exception>
-      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.
+-or-
+<paramref name="style" /> supports fractional digits, but <paramref name="s" /> includes non-zero fractional digits.</exception>
     </member>
-    <member name="M:System.IO.Stream.Flush">
-      <summary>When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.Int64.Parse(System.String,System.IFormatProvider)">
+      <summary>Converts the string representation of a number in a specified culture-specific format to its 64-bit signed integer equivalent.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 64-bit signed integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="s" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.FormatException">
+        <paramref name="s" /> is not in the correct format.</exception>
+      <exception cref="T:System.OverflowException">
+        <paramref name="s" /> represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />.</exception>
     </member>
-    <member name="M:System.IO.Stream.FlushAsync">
-      <summary>Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToBoolean(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>
+        <see langword="true" /> if the value of the current instance is not zero; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.FlushAsync(System.Threading.CancellationToken)">
-      <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Byte" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ObjectInvariant">
-      <summary>Provides support for a <see cref="T:System.Diagnostics.Contracts.Contract" />.</summary>
+    <member name="M:System.Int64.System#IConvertible#ToChar(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Char" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
-      <param name="buffer">An array of bytes. When this method returns, the buffer contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the bytes read from the current source.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin storing the data read from the current stream.</param>
-      <param name="count">The maximum number of bytes to be read from the current stream.</param>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToDateTime(System.IFormatProvider)">
+      <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
+    </member>
+    <member name="M:System.Int64.System#IConvertible#ToDecimal(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Decimal" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Read(System.Span{System.Byte})">
-      <summary>When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
-      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current source.</param>
-      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToDouble(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Double" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int16" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write the data into.</param>
-      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
-      <param name="count">The maximum number of bytes to read.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.Int32" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
-      <param name="buffer">The region of memory to write the data into.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation. The value of its <see cref="P:System.Threading.Tasks.ValueTask`1.Result" /> property contains the total number of bytes read into the buffer. The result value can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, unchanged.</returns>
     </member>
-    <member name="M:System.IO.Stream.ReadByte">
-      <summary>Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
-      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToSByte(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to an <see cref="T:System.SByte" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Seek(System.Int64,System.IO.SeekOrigin)">
-      <summary>When overridden in a derived class, sets the position within the current stream.</summary>
-      <param name="offset">A byte offset relative to the <paramref name="origin" /> parameter.</param>
-      <param name="origin">A value of type <see cref="T:System.IO.SeekOrigin" /> indicating the reference point used to obtain the new position.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the stream is constructed from a pipe or console output.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The new position within the current stream.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToSingle(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.Single" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.SetLength(System.Int64)">
-      <summary>When overridden in a derived class, sets the length of the current stream.</summary>
-      <param name="value">The desired length of the current stream in bytes.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    <member name="M:System.Int64.System#IConvertible#ToType(System.Type,System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
+      <param name="type">The type to which to convert this <see cref="T:System.Int64" /> value.</param>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> implementation that provides information about the format of the returned value.</param>
+      <returns>The value of the current instance, converted to <paramref name="type" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Synchronized(System.IO.Stream)">
-      <summary>Creates a thread-safe (synchronized) wrapper around the specified <see cref="T:System.IO.Stream" /> object.</summary>
-      <param name="stream">The <see cref="T:System.IO.Stream" /> object to synchronize.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
-      <returns>A thread-safe <see cref="T:System.IO.Stream" /> object.</returns>
+    <member name="M:System.Int64.System#IConvertible#ToUInt16(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt16" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ValidateBufferArguments(System.Byte[],System.Int32,System.Int32)">
-      <summary>Validates arguments provided to reading and writing methods on <see cref="T:System.IO.Stream" />.</summary>
-      <param name="buffer">The array "buffer" argument passed to the reading or writing method.</param>
-      <param name="offset">The integer "offset" argument passed to the reading or writing method.</param>
-      <param name="count">The integer "count" argument passed to the reading or writing method.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> was <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> was outside the bounds of <paramref name="buffer" />, or <paramref name="count" /> was negative, or the range specified by the combination of <paramref name="offset" /> and <paramref name="count" /> exceed the length of <paramref name="buffer" />.</exception>
+    <member name="M:System.Int64.System#IConvertible#ToUInt32(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt32" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.ValidateCopyToArguments(System.IO.Stream,System.Int32)">
-      <summary>Validates arguments provided to the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream,System.Int32)" /> or <see cref="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)" /> methods.</summary>
-      <param name="destination">The <see cref="T:System.IO.Stream" /> "destination" argument passed to the copy method.</param>
-      <param name="bufferSize">The integer "bufferSize" argument passed to the copy method.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="destination" /> was <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> was not a positive value.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="destination" /> does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">
-        <paramref name="destination" /> does not support writing or reading.</exception>
+    <member name="M:System.Int64.System#IConvertible#ToUInt64(System.IFormatProvider)">
+      <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
+      <param name="provider">This parameter is ignored.</param>
+      <returns>The value of the current instance, converted to a <see cref="T:System.UInt64" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
-      <param name="buffer">An array of bytes. This method copies <paramref name="count" /> bytes from <paramref name="buffer" /> to the current stream.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
-      <param name="count">The number of bytes to be written to the current stream.</param>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is greater than the buffer length.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred, such as the specified file cannot be found.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">
-        <see cref="M:System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32)" /> was called after the stream was closed.</exception>
+    <member name="M:System.Int64.ToString">
+      <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance, consisting of a minus sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.</returns>
     </member>
-    <member name="M:System.IO.Stream.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
-      <param name="buffer">A region of memory. This method copies the contents of this region to the current stream.</param>
+    <member name="M:System.Int64.ToString(System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.</summary>
+      <param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
     </member>
-    <member name="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.Int64.ToString(System.String)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
+      <param name="format">A numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid or not supported.</exception>
     </member>
-    <member name="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The buffer to write data from.</param>
-      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
-      <param name="count">The maximum number of bytes to write.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.Int64.ToString(System.String,System.IFormatProvider)">
+      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
+      <param name="format">A numeric format string.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">
+        <paramref name="format" /> is invalid or not supported.</exception>
     </member>
-    <member name="M:System.IO.Stream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
-      <param name="buffer">The region of memory to write data from.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
-    <member name="M:System.IO.Stream.WriteByte(System.Byte)">
-      <summary>Writes a byte to the current position in the stream and advances the position within the stream by one byte.</summary>
-      <param name="value">The byte to write to the stream.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support writing, or the stream is already closed.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    <member name="M:System.Int64.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
-    <member name="P:System.IO.Stream.CanRead">
-      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports reading.</summary>
+    <member name="M:System.Int64.TryParse(System.ReadOnlySpan{System.Char},System.Int64@)">
+      <param name="s" />
+      <param name="result" />
+    </member>
+    <member name="M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
+      <summary>Converts the string representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
+      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
-        <see langword="true" /> if the stream supports reading; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
-    <member name="P:System.IO.Stream.CanSeek">
-      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports seeking.</summary>
+    <member name="M:System.Int64.TryParse(System.String,System.Int64@)">
+      <summary>Converts the string representation of a number to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
+      <param name="s">A string containing a number to convert.</param>
+      <param name="result">When this method returns, contains the 64-bit signed integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.Int64.MinValue" /> or greater than <see cref="F:System.Int64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
-        <see langword="true" /> if the stream supports seeking; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.Stream.CanTimeout">
-      <summary>Gets a value that determines whether the current stream can time out.</summary>
-      <returns>A value that determines whether the current stream can time out.</returns>
+    <member name="T:System.IntPtr">
+      <summary>A platform-specific type that is used to represent a pointer or a handle.</summary>
     </member>
-    <member name="P:System.IO.Stream.CanWrite">
-      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports writing.</summary>
+    <member name="M:System.IntPtr.#ctor(System.Int32)">
+      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified 32-bit pointer or handle.</summary>
+      <param name="value">A pointer or handle contained in a 32-bit signed integer.</param>
+    </member>
+    <member name="M:System.IntPtr.#ctor(System.Int64)">
+      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified 64-bit pointer.</summary>
+      <param name="value">A pointer or handle contained in a 64-bit signed integer.</param>
+      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large or too small to represent as an <see cref="T:System.IntPtr" />.</exception>
+    </member>
+    <member name="M:System.IntPtr.#ctor(System.Void*)">
+      <summary>Initializes a new instance of <see cref="T:System.IntPtr" /> using the specified pointer to an unspecified type.</summary>
+      <param name="value">A pointer to an unspecified type.</param>
+    </member>
+    <member name="M:System.IntPtr.Add(System.IntPtr,System.Int32)">
+      <summary>Adds an offset to the value of a pointer.</summary>
+      <param name="pointer">The pointer to add the offset to.</param>
+      <param name="offset">The offset to add.</param>
+      <returns>A new pointer that reflects the addition of <paramref name="offset" /> to <paramref name="pointer" />.</returns>
+    </member>
+    <member name="M:System.IntPtr.Equals(System.Object)">
+      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+      <param name="obj">An object to compare with this instance or <see langword="null" />.</param>
       <returns>
-        <see langword="true" /> if the stream supports writing; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.IntPtr" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.Stream.Length">
-      <summary>When overridden in a derived class, gets the length in bytes of the stream.</summary>
-      <exception cref="T:System.NotSupportedException">A class derived from <see langword="Stream" /> does not support seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>A long value representing the length of the stream in bytes.</returns>
+    <member name="M:System.IntPtr.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="P:System.IO.Stream.Position">
-      <summary>When overridden in a derived class, gets or sets the position within the current stream.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
-      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
-      <returns>The current position within the stream.</returns>
+    <member name="M:System.IntPtr.op_Addition(System.IntPtr,System.Int32)">
+      <summary>Adds an offset to the value of a pointer.</summary>
+      <param name="pointer">The pointer to add the offset to.</param>
+      <param name="offset">The offset to add.</param>
+      <returns>A new pointer that reflects the addition of <paramref name="offset" /> to <paramref name="pointer" />.</returns>
     </member>
-    <member name="P:System.IO.Stream.ReadTimeout">
-      <summary>Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Stream.ReadTimeout" /> method always throws an <see cref="T:System.InvalidOperationException" />.</exception>
-      <returns>A value, in milliseconds, that determines how long the stream will attempt to read before timing out.</returns>
+    <member name="M:System.IntPtr.op_Equality(System.IntPtr,System.IntPtr)">
+      <summary>Determines whether two specified instances of <see cref="T:System.IntPtr" /> are equal.</summary>
+      <param name="value1">The first pointer or handle to compare.</param>
+      <param name="value2">The second pointer or handle to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="value1" /> equals <paramref name="value2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.IO.Stream.WriteTimeout">
-      <summary>Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Stream.WriteTimeout" /> method always throws an <see cref="T:System.InvalidOperationException" />.</exception>
-      <returns>A value, in milliseconds, that determines how long the stream will attempt to write before timing out.</returns>
+    <member name="M:System.IntPtr.op_Explicit(System.Int32)~System.IntPtr">
+      <summary>Converts the value of a 32-bit signed integer to an <see cref="T:System.IntPtr" />.</summary>
+      <param name="value">A 32-bit signed integer.</param>
+      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
     </member>
-    <member name="T:System.IO.StreamReader">
-      <summary>Implements a <see cref="T:System.IO.TextReader" /> that reads characters from a byte stream in a particular encoding.</summary>
+    <member name="M:System.IntPtr.op_Explicit(System.Int64)~System.IntPtr">
+      <summary>Converts the value of a 64-bit signed integer to an <see cref="T:System.IntPtr" />.</summary>
+      <param name="value">A 64-bit signed integer.</param>
+      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large to represent as an <see cref="T:System.IntPtr" />.</exception>
     </member>
-    <member name="F:System.IO.StreamReader.Null">
-      <summary>A <see cref="T:System.IO.StreamReader" /> object around an empty stream.</summary>
+    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Int32">
+      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a 32-bit signed integer.</summary>
+      <param name="value">The pointer or handle to convert.</param>
+      <returns>The contents of <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of <paramref name="value" /> is too large to represent as a 32-bit signed integer.</exception>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream.</summary>
-      <param name="stream">The stream to be read.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> does not support reading.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
+    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Int64">
+      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a 64-bit signed integer.</summary>
+      <param name="value">The pointer or handle to convert.</param>
+      <returns>The contents of <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream, with the specified byte order mark detection option.</summary>
-      <param name="stream">The stream to be read.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> does not support reading.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
+    <member name="M:System.IntPtr.op_Explicit(System.IntPtr)~System.Void*">
+      <summary>Converts the value of the specified <see cref="T:System.IntPtr" /> to a pointer to an unspecified type.
+This API is not CLS-compliant.</summary>
+      <param name="value">The pointer or handle to convert.</param>
+      <returns>The contents of <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream, with the specified character encoding.</summary>
-      <param name="stream">The stream to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> does not support reading.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
+    <member name="M:System.IntPtr.op_Explicit(System.Void*)~System.IntPtr">
+      <summary>Converts the specified pointer to an unspecified type to an <see cref="T:System.IntPtr" />.
+This API is not CLS-compliant.</summary>
+      <param name="value">A pointer to an unspecified type.</param>
+      <returns>A new instance of <see cref="T:System.IntPtr" /> initialized to <paramref name="value" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream, with the specified character encoding and byte order mark detection option.</summary>
-      <param name="stream">The stream to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> does not support reading.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream, with the specified character encoding, byte order mark detection option, and buffer size.</summary>
-      <param name="stream">The stream to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <param name="bufferSize">The minimum buffer size.</param>
-      <exception cref="T:System.ArgumentException">The stream does not support reading.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is less than or equal to zero.</exception>
-    </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified stream based on the specified character encoding, byte order mark detection option, and buffer size, and optionally leaves the stream open.</summary>
-      <param name="stream">The stream to read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">
-        <see langword="true" /> to look for byte order marks at the beginning of the file; otherwise, <see langword="false" />.</param>
-      <param name="bufferSize">The minimum buffer size.</param>
-      <param name="leaveOpen">
-        <see langword="true" /> to leave the stream open after the <see cref="T:System.IO.StreamReader" /> object is disposed; otherwise, <see langword="false" />.</param>
-    </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file name.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
+    <member name="M:System.IntPtr.op_Inequality(System.IntPtr,System.IntPtr)">
+      <summary>Determines whether two specified instances of <see cref="T:System.IntPtr" /> are not equal.</summary>
+      <param name="value1">The first pointer or handle to compare.</param>
+      <param name="value2">The second pointer or handle to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="value1" /> does not equal <paramref name="value2" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file name, with the specified byte order mark detection option.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
+    <member name="M:System.IntPtr.op_Subtraction(System.IntPtr,System.Int32)">
+      <summary>Subtracts an offset from the value of a pointer.</summary>
+      <param name="pointer">The pointer to subtract the offset from.</param>
+      <param name="offset">The offset to subtract.</param>
+      <returns>A new pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file path, using the default encoding, enabling detection of byte order marks at the beginning of the file, and configured with the specified <see cref="T:System.IO.FileStreamOptions" /> object.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="options">An object that specifies the configuration options for the underlying <see cref="T:System.IO.FileStream" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not readable.
-
--or-
-
-          <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="options" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
+    <member name="P:System.IntPtr.Size">
+      <summary>Gets the size of this instance.</summary>
+      <returns>The size of a pointer or handle in this process, measured in bytes. The value of this property is 4 in a 32-bit process, and 8 in a 64-bit process. You can define the process type by setting the <see langword="/platform" /> switch when you compile your code with the C# and Visual Basic compilers.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file name, with the specified character encoding.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
+    <member name="M:System.IntPtr.Subtract(System.IntPtr,System.Int32)">
+      <summary>Subtracts an offset from the value of a pointer.</summary>
+      <param name="pointer">The pointer to subtract the offset from.</param>
+      <param name="offset">The offset to subtract.</param>
+      <returns>A new pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.Text.Encoding,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file name, with the specified character encoding and byte order mark detection option.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
-    </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file name, with the specified character encoding, byte order mark detection option, and buffer size.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <param name="bufferSize">The minimum buffer size, in number of 16-bit characters.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="buffersize" /> is less than or equal to zero.</exception>
+    <member name="M:System.IntPtr.System#IEquatable{System#IntPtr}#Equals(System.IntPtr)">
+      <param name="other" />
     </member>
-    <member name="M:System.IO.StreamReader.#ctor(System.String,System.Text.Encoding,System.Boolean,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamReader" /> class for the specified file path, with the specified character encoding, byte order mark detection option, and configured with the specified <see cref="T:System.IO.FileStreamOptions" /> object.</summary>
-      <param name="path">The complete file path to be read.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="detectEncodingFromByteOrderMarks">Indicates whether to look for byte order marks at the beginning of the file.</param>
-      <param name="options">An object that specifies the configuration options for the underlying <see cref="T:System.IO.FileStream" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not readable.
-
-          -or-
-
-<paramref name="path" /> is an empty string ("").</exception>
+    <member name="M:System.IntPtr.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.IntPtr" /> object.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
+      <param name="context">The destination for this serialization. (This parameter is not used; specify <see langword="null" />.)</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="encoding" /> or <paramref name="options" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label.</exception>
-    </member>
-    <member name="M:System.IO.StreamReader.Close">
-      <summary>Closes the <see cref="T:System.IO.StreamReader" /> object and the underlying stream, and releases any system resources associated with the reader.</summary>
+        <paramref name="info" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.StreamReader.DiscardBufferedData">
-      <summary>Clears the internal buffer.</summary>
+    <member name="M:System.IntPtr.ToInt32">
+      <summary>Converts the value of this instance to a 32-bit signed integer.</summary>
+      <returns>A 32-bit signed integer equal to the value of this instance.</returns>
+      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of this instance is too large or too small to represent as a 32-bit signed integer.</exception>
     </member>
-    <member name="M:System.IO.StreamReader.Dispose(System.Boolean)">
-      <summary>Closes the underlying stream, releases the unmanaged resources used by the <see cref="T:System.IO.StreamReader" />, and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.IntPtr.ToInt64">
+      <summary>Converts the value of this instance to a 64-bit signed integer.</summary>
+      <returns>A 64-bit signed integer equal to the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.Peek">
-      <summary>Returns the next available character but does not consume it.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>An integer representing the next character to be read, or -1 if there are no characters to be read or if the stream does not support seeking.</returns>
+    <member name="M:System.IntPtr.ToPointer">
+      <summary>Converts the value of this instance to a pointer to an unspecified type.</summary>
+      <returns>A pointer to <see cref="T:System.Void" />; that is, a pointer to memory containing data of an unspecified type.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.Read">
-      <summary>Reads the next character from the input stream and advances the character position by one character.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The next character from the input stream represented as an <see cref="T:System.Int32" /> object, or -1 if no more characters are available.</returns>
+    <member name="M:System.IntPtr.ToString">
+      <summary>Converts the numeric value of the current <see cref="T:System.IntPtr" /> object to its equivalent string representation.</summary>
+      <returns>The string representation of the value of this instance.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.Read(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<c>index + count - 1</c>) replaced by the characters read from the current source.</param>
-      <param name="index">The index of <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs, such as the stream is closed.</exception>
-      <returns>The number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the <paramref name="count" /> parameter, depending on whether the data is available within the stream.</returns>
+    <member name="M:System.IntPtr.ToString(System.String)">
+      <summary>Converts the numeric value of the current <see cref="T:System.IntPtr" /> object to its equivalent string representation.</summary>
+      <param name="format">A format specification that governs how the current <see cref="T:System.IntPtr" /> object is converted.</param>
+      <returns>The string representation of the value of the current <see cref="T:System.IntPtr" /> object.</returns>
     </member>
-    <member name="M:System.IO.StreamReader.Read(System.Span{System.Char})">
-      <summary>Reads the characters from the current stream into a span.</summary>
-      <param name="buffer">When this method returns, contains the specified span of characters replaced by the characters read from the current source.</param>
-      <exception cref="T:System.IO.IOException">The number of characters read from the stream is larger than the <paramref name="buffer" /> length.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <returns>The number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether the data is available within the stream.</returns>
+    <member name="F:System.IntPtr.Zero">
+      <summary>A read-only field that represents a pointer or handle that has been initialized to zero.</summary>
     </member>
-    <member name="M:System.IO.StreamReader.ReadAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current stream asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the stream is reached before the specified number of characters is written into the buffer, the current method returns.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="T:System.InvalidCastException">
+      <summary>The exception that is thrown for invalid casting or explicit conversion.</summary>
     </member>
-    <member name="M:System.IO.StreamReader.ReadAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the characters from the current stream into a memory block.</summary>
-      <param name="buffer">When this method returns, contains the specified memory block of characters replaced by the characters read from the current source.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A value task that represents the asynchronous read operation. The value of the type parameter of the value task contains the number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether the data is available within the stream.</returns>
+    <member name="M:System.InvalidCastException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class.</summary>
     </member>
-    <member name="M:System.IO.StreamReader.ReadBlock(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current stream and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<c>index + count - 1</c>) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.StreamReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to <paramref name="count" />, depending on whether all input characters have been read.</returns>
+    <member name="M:System.InvalidCastException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StreamReader.ReadBlock(System.Span{System.Char})">
-      <summary>Reads the characters from the current stream and writes the data to a buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified span of characters replaced by the characters read from the current source.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.StreamReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether all input characters have been read.</returns>
+    <member name="M:System.InvalidCastException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="M:System.IO.StreamReader.ReadBlockAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current stream asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the stream is reached before the specified number of characters is written into the buffer, the method returns.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.InvalidCastException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StreamReader.ReadBlockAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the characters from the current stream and writes the data to a buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified memory block of characters replaced by the characters read from the current source.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A value task that represents the asynchronous read operation. The value of the type parameter of the value task contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+    <member name="M:System.InvalidCastException.#ctor(System.String,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidCastException" /> class with a specified message and error code.</summary>
+      <param name="message">The message that indicates the reason the exception occurred.</param>
+      <param name="errorCode">The error code (HRESULT) value associated with the exception.</param>
     </member>
-    <member name="M:System.IO.StreamReader.ReadLine">
-      <summary>Reads a line of characters from the current stream and returns the data as a string.</summary>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The next line from the input stream, or <see langword="null" /> if the end of the input stream is reached.</returns>
+    <member name="T:System.InvalidOperationException">
+      <summary>The exception that is thrown when a method call is invalid for the object's current state.</summary>
     </member>
-    <member name="M:System.IO.StreamReader.ReadLineAsync">
-      <summary>Reads a line of characters asynchronously from the current stream and returns the data as a string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the next line from the stream, or is <see langword="null" /> if all the characters have been read.</returns>
+    <member name="M:System.InvalidOperationException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class.</summary>
     </member>
-    <member name="M:System.IO.StreamReader.ReadToEnd">
-      <summary>Reads all characters from the current position to the end of the stream.</summary>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The rest of the stream as a string, from the current position to the end. If the current position is at the end of the stream, returns an empty string ("").</returns>
+    <member name="M:System.InvalidOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with serialized data.</summary>
+      <param name="info">The object that holds the serialized object data.</param>
+      <param name="context">The contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StreamReader.ReadToEndAsync">
-      <summary>Reads all characters from the current position to the end of the stream asynchronously and returns them as one string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains a string with the characters from the current position to the end of the stream.</returns>
+    <member name="M:System.InvalidOperationException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with a specified error message.</summary>
+      <param name="message">The message that describes the error.</param>
     </member>
-    <member name="P:System.IO.StreamReader.BaseStream">
-      <summary>Returns the underlying stream.</summary>
-      <returns>The underlying stream.</returns>
+    <member name="M:System.InvalidOperationException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidOperationException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="P:System.IO.StreamReader.CurrentEncoding">
-      <summary>Gets the current character encoding that the current <see cref="T:System.IO.StreamReader" /> object is using.</summary>
-      <returns>The current character encoding used by the current reader. The value can be different after the first call to any <see cref="Overload:System.IO.StreamReader.Read" /> method of <see cref="T:System.IO.StreamReader" />, since encoding autodetection is not done until the first call to a <see cref="Overload:System.IO.StreamReader.Read" /> method.</returns>
+    <member name="T:System.InvalidProgramException">
+      <summary>The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program.</summary>
     </member>
-    <member name="P:System.IO.StreamReader.EndOfStream">
-      <summary>Gets a value that indicates whether the current stream position is at the end of the stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The underlying stream has been disposed.</exception>
-      <returns>
-        <see langword="true" /> if the current stream position is at the end of the stream; otherwise <see langword="false" />.</returns>
+    <member name="M:System.InvalidProgramException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with default properties.</summary>
     </member>
-    <member name="T:System.IO.StreamWriter">
-      <summary>Implements a <see cref="T:System.IO.TextWriter" /> for writing characters to a stream in a particular encoding.</summary>
+    <member name="M:System.InvalidProgramException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with a specified error message.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="F:System.IO.StreamWriter.Null">
-      <summary>Provides a <see langword="StreamWriter" /> with no backing store that can be written to, but not read from.</summary>
+    <member name="M:System.InvalidProgramException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidProgramException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified stream by using UTF-8 encoding and the default buffer size.</summary>
-      <param name="stream">The stream to write to.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> is <see langword="null" />.</exception>
+    <member name="T:System.InvalidTimeZoneException">
+      <summary>The exception that is thrown when time zone information is invalid.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified stream by using the specified encoding and the default buffer size.</summary>
-      <param name="stream">The stream to write to.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
+    <member name="M:System.InvalidTimeZoneException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a system-supplied message.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.IO.Stream,System.Text.Encoding,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified stream by using the specified encoding and buffer size.</summary>
-      <param name="stream">The stream to write to.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="bufferSize">The buffer size, in bytes.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
+    <member name="M:System.InvalidTimeZoneException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class from serialized data.</summary>
+      <param name="info">The object that contains the serialized data.</param>
+      <param name="context">The stream that contains the serialized data.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.
+-or-
+The <paramref name="context" /> parameter is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.IO.Stream,System.Text.Encoding,System.Int32,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified stream by using the specified encoding and buffer size, and optionally leaves the stream open.</summary>
-      <param name="stream">The stream to write to.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="bufferSize">The buffer size, in bytes.</param>
-      <param name="leaveOpen">
-        <see langword="true" /> to leave the stream open after the <see cref="T:System.IO.StreamWriter" /> object is disposed; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stream" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
+    <member name="M:System.InvalidTimeZoneException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with the specified message string.</summary>
+      <param name="message">A string that describes the exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file by using the default encoding and buffer size.</summary>
-      <param name="path">The complete file path to write to. <paramref name="path" /> can be a file name.</param>
-      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").  
-  
- -or-  
-  
- <paramref name="path" /> contains the name of a system device (com1, com2, and so on).</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="M:System.InvalidTimeZoneException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">A string that describes the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String,System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file by using the default encoding and buffer size. If the file exists, it can be either overwritten or appended to. If the file does not exist, this constructor creates a new file.</summary>
-      <param name="path">The complete file path to write to.</param>
-      <param name="append">
-        <see langword="true" /> to append data to the file; <see langword="false" /> to overwrite the file. If the specified file does not exist, this parameter has no effect, and the constructor creates a new file.</param>
-      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is empty.  
-  
- -or-  
-  
- <paramref name="path" /> contains the name of a system device (com1, com2, and so on).</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="T:System.IO.DirectoryNotFoundException">
+      <summary>The exception that is thrown when part of a file or directory cannot be found.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String,System.Boolean,System.Text.Encoding)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file by using the specified encoding and default buffer size. If the file exists, it can be either overwritten or appended to. If the file does not exist, this constructor creates a new file.</summary>
-      <param name="path">The complete file path to write to.</param>
-      <param name="append">
-        <see langword="true" /> to append data to the file; <see langword="false" /> to overwrite the file. If the specified file does not exist, this parameter has no effect, and the constructor creates a new file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is empty.  
-  
- -or-  
-  
- <paramref name="path" /> contains the name of a system device (com1, com2, and so on).</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    <member name="M:System.IO.DirectoryNotFoundException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with its message string set to a system-supplied message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String,System.Boolean,System.Text.Encoding,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file on the specified path, using the specified encoding and buffer size. If the file exists, it can be either overwritten or appended to. If the file does not exist, this constructor creates a new file.</summary>
-      <param name="path">The complete file path to write to.</param>
-      <param name="append">
-        <see langword="true" /> to append data to the file; <see langword="false" /> to overwrite the file. If the specified file does not exist, this parameter has no effect, and the constructor creates a new file.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="bufferSize">The buffer size, in bytes.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="path" /> is an empty string ("").  
-  
- -or-  
-  
- <paramref name="path" /> contains the name of a system device (com1, com2, and so on).</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="path" /> or <paramref name="encoding" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="bufferSize" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">
-        <paramref name="path" /> includes an incorrect or invalid syntax for file name, directory name, or volume label syntax.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.UnauthorizedAccessException">Access is denied.</exception>
-      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
-      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
+    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with the specified serialization and context information.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file, using the default encoding, and configured with the specified <see cref="T:System.IO.FileStreamOptions" /> object.</summary>
-      <param name="path">The complete file path to write to.</param>
-      <param name="options">An object that specifies the configuration options for the underlying <see cref="T:System.IO.FileStream" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="options" /> is <see langword="null" />
-      .</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
+    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with its message string set to <paramref name="message" /> and its HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.#ctor(System.String,System.Text.Encoding,System.IO.FileStreamOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StreamWriter" /> class for the specified file, using the specified encoding, and configured with the specified <see cref="T:System.IO.FileStreamOptions" /> object.</summary>
-      <param name="path">The complete file path to write to.</param>
-      <param name="encoding">The character encoding to use.</param>
-      <param name="options">An object that specifies the configuration options for the underlying <see cref="T:System.IO.FileStream" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="options" /> is <see langword="null" />
-      .</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="stream" /> is not writable.</exception>
+    <member name="M:System.IO.DirectoryNotFoundException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.DirectoryNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.Close">
-      <summary>Closes the current <see langword="StreamWriter" /> object and the underlying stream.</summary>
-      <exception cref="T:System.Text.EncoderFallbackException">The current encoding does not support displaying half of a Unicode surrogate pair.</exception>
+    <member name="T:System.IO.FileAccess">
+      <summary>Defines constants for read, write, or read/write access to a file.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Dispose(System.Boolean)">
-      <summary>Causes any buffered data to be written to the underlying stream, releases the unmanaged resources used by the <see cref="T:System.IO.StreamWriter" />, and optionally the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
-      <exception cref="T:System.Text.EncoderFallbackException">The current encoding does not support displaying half of a Unicode surrogate pair.</exception>
+    <member name="F:System.IO.FileAccess.Read">
+      <summary>Read access to the file. Data can be read from the file. Combine with <see langword="Write" /> for read/write access.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.DisposeAsync">
-      <summary>Asynchronously writes any buffered data to the underlying stream and releases the unmanaged resources used by the <see cref="T:System.IO.StreamWriter" />.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
+    <member name="F:System.IO.FileAccess.ReadWrite">
+      <summary>Read and write access to the file. Data can be written to and read from the file.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Flush">
-      <summary>Clears all buffers for the current writer and causes any buffered data to be written to the underlying stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The current writer is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">The current encoding does not support displaying half of a Unicode surrogate pair.</exception>
+    <member name="F:System.IO.FileAccess.Write">
+      <summary>Write access to the file. Data can be written to the file. Combine with <see langword="Read" /> for read/write access.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.FlushAsync">
-      <summary>Clears all buffers for this stream asynchronously and causes any buffered data to be written to the underlying device.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="T:System.IO.FileAttributes">
+      <summary>Provides attributes for files and directories.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.Char)">
-      <summary>Writes a character to the stream.</summary>
-      <param name="value">The character to write to the stream.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and current writer is closed.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and the contents of the buffer cannot be written to the underlying fixed size stream because the <see cref="T:System.IO.StreamWriter" /> is at the end the stream.</exception>
+    <member name="F:System.IO.FileAttributes.Archive">
+      <summary>This file is marked to be included in incremental backup operation. Windows sets this attribute whenever the file is modified, and backup software should clear it when processing the file during incremental backup.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.Char[])">
-      <summary>Writes a character array to the stream.</summary>
-      <param name="buffer">A character array containing the data to write. If <paramref name="buffer" /> is <see langword="null" />, nothing is written.</param>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and current writer is closed.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and the contents of the buffer cannot be written to the underlying fixed size stream because the <see cref="T:System.IO.StreamWriter" /> is at the end the stream.</exception>
+    <member name="F:System.IO.FileAttributes.Compressed">
+      <summary>The file is compressed.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the stream.</summary>
-      <param name="buffer">A character array that contains the data to write.</param>
-      <param name="index">The character position in the buffer at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and current writer is closed.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and the contents of the buffer cannot be written to the underlying fixed size stream because the <see cref="T:System.IO.StreamWriter" /> is at the end the stream.</exception>
+    <member name="F:System.IO.FileAttributes.Device">
+      <summary>Reserved for future use.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.ReadOnlySpan{System.Char})">
-      <summary>Writes a character span to the stream.</summary>
-      <param name="buffer">The character span to write.</param>
+    <member name="F:System.IO.FileAttributes.Directory">
+      <summary>The file is a directory. <see langword="Directory" /> is supported on Windows, Linux, and macOS.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.String)">
-      <summary>Writes a string to the stream.</summary>
-      <param name="value">The string to write to the stream. If <paramref name="value" /> is null, nothing is written.</param>
-      <exception cref="T:System.ObjectDisposedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and current writer is closed.</exception>
-      <exception cref="T:System.NotSupportedException">
-        <see cref="P:System.IO.StreamWriter.AutoFlush" /> is true or the <see cref="T:System.IO.StreamWriter" /> buffer is full, and the contents of the buffer cannot be written to the underlying fixed size stream because the <see cref="T:System.IO.StreamWriter" /> is at the end the stream.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="F:System.IO.FileAttributes.Encrypted">
+      <summary>The file or directory is encrypted. For a file, this means that all data in the file is encrypted. For a directory, this means that encryption is the default for newly created files and directories.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.String,System.Object)">
-      <summary>Writes a formatted string to the stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The object to format and write.</param>
+    <member name="F:System.IO.FileAttributes.Hidden">
+      <summary>The file is hidden, and thus is not included in an ordinary directory listing. <see langword="Hidden" /> is supported on Windows, Linux, and macOS.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)">
-      <summary>Writes a formatted string to the stream using the same semantics  as the <see cref="M:System.String.Format(System.String,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
+    <member name="F:System.IO.FileAttributes.IntegrityStream">
+      <summary>The file or directory includes data integrity support. When this value is applied to a file, all data streams in the file have integrity support. When this value is applied to a directory, all new files and subdirectories within that directory, by default, include integrity support.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)">
-      <summary>Writes a formatted string to the stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <param name="arg2">The third object to format and write.</param>
+    <member name="F:System.IO.FileAttributes.Normal">
+      <summary>The file is a standard file that has no special attributes. This attribute is valid only if it is used alone. <see langword="Normal" /> is supported on Windows, Linux, and macOS.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.Write(System.String,System.Object[])">
-      <summary>Writes a formatted string to the stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object[])" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg">An object array that contains zero or more objects to format and write.</param>
+    <member name="F:System.IO.FileAttributes.NoScrubData">
+      <summary>The file or directory is excluded from the data integrity scan. When this value is applied to a directory, by default, all new files and subdirectories within that directory are excluded from data integrity.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteAsync(System.Char)">
-      <summary>Asynchronously writes a character to the stream.</summary>
-      <param name="value">The character to write to the stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileAttributes.NotContentIndexed">
+      <summary>The file will not be indexed by the operating system's content indexing service.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes a subarray of characters to the stream.</summary>
-      <param name="buffer">A character array that contains the data to write.</param>
-      <param name="index">The character position in the buffer at which to begin reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileAttributes.Offline">
+      <summary>The file is offline. The data of the file is not immediately available.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a character memory region to the stream.</summary>
-      <param name="buffer">The character memory region to write to the stream.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileAttributes.ReadOnly">
+      <summary>The file is read-only. <see langword="ReadOnly" /> is supported on Windows, Linux, and macOS. On Linux and macOS, changing the <see langword="ReadOnly" /> flag is a permissions operation.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteAsync(System.String)">
-      <summary>Asynchronously writes a string to the stream.</summary>
-      <param name="value">The string to write to the stream. If <paramref name="value" /> is <see langword="null" />, nothing is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileAttributes.ReparsePoint">
+      <summary>The file contains a reparse point, which is a block of user-defined data associated with a file or a directory. <see langword="ReparsePoint" /> is supported on Windows, Linux, and macOS.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the text representation of a character span to the stream, followed by a line terminator.</summary>
-      <param name="buffer">The character span to write to the stream.</param>
+    <member name="F:System.IO.FileAttributes.SparseFile">
+      <summary>The file is a sparse file. Sparse files are typically large files whose data consists of mostly zeros.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.String)">
-      <summary>Writes a string to the stream, followed by a line terminator.</summary>
-      <param name="value">The string to write. If <paramref name="value" /> is <see langword="null" />, only the line terminator is written.</param>
+    <member name="F:System.IO.FileAttributes.System">
+      <summary>The file is a system file. That is, the file is part of the operating system or is used exclusively by the operating system.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.String,System.Object)">
-      <summary>Writes a formatted string and a new line to the stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The object to format and write.</param>
+    <member name="F:System.IO.FileAttributes.Temporary">
+      <summary>The file is temporary. A temporary file contains data that is needed while an application is executing but is not needed after the application is finished. File systems try to keep all the data in memory for quicker access rather than flushing the data back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)">
-      <summary>Writes a formatted string and a new line to the stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
+    <member name="T:System.IO.FileLoadException">
+      <summary>The exception that is thrown when a managed assembly is found but cannot be loaded.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)">
-      <summary>Writes out a formatted string and a new line to the stream, using the same semantics as <see cref="M:System.String.Format(System.String,System.Object)" />.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <param name="arg2">The third object to format and write.</param>
+    <member name="M:System.IO.FileLoadException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class, setting the <see cref="P:System.Exception.Message" /> property of the new instance to a system-supplied message that describes the error, such as "Could not load the specified file." This message takes into account the current system culture.</summary>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])">
-      <summary>Writes out a formatted string and a new line to the stream, using the same semantics as <see cref="M:System.String.Format(System.String,System.Object)" />.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg">An object array that contains zero or more objects to format and write.</param>
+    <member name="M:System.IO.FileLoadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with serialized data.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLineAsync">
-      <summary>Asynchronously writes a line terminator to the stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileLoadException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with the specified error message.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLineAsync(System.Char)">
-      <summary>Asynchronously writes a character to the stream, followed by a line terminator.</summary>
-      <param name="value">The character to write to the stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLineAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes a subarray of characters to the stream, followed by a line terminator.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The character position in the buffer at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message and the name of the file that could not be loaded.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="fileName">A <see cref="T:System.String" /> containing the name of the file that was not loaded.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLineAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the text representation of a character memory region to the stream, followed by a line terminator.</summary>
-      <param name="buffer">The character memory region to write to the stream.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileLoadException.#ctor(System.String,System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileLoadException" /> class with a specified error message, the name of the file that could not be loaded, and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="fileName">A <see cref="T:System.String" /> containing the name of the file that was not loaded.</param>
+      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StreamWriter.WriteLineAsync(System.String)">
-      <summary>Asynchronously writes a string to the stream, followed by a line terminator.</summary>
-      <param name="value">The string to write. If the value is <see langword="null" />, only a line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The stream writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.IO.FileLoadException.FileName">
+      <summary>Gets the name of the file that causes this exception.</summary>
+      <returns>A <see cref="T:System.String" /> containing the name of the file with the invalid image, or a null reference if no file name was passed to the constructor for the current instance.</returns>
     </member>
-    <member name="P:System.IO.StreamWriter.AutoFlush">
-      <summary>Gets or sets a value indicating whether the <see cref="T:System.IO.StreamWriter" /> will flush its buffer to the underlying stream after every call to <see cref="M:System.IO.StreamWriter.Write(System.Char)" />.</summary>
-      <returns>
-        <see langword="true" /> to force <see cref="T:System.IO.StreamWriter" /> to flush its buffer; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.IO.FileLoadException.FusionLog">
+      <summary>Gets the log file that describes why an assembly load failed.</summary>
+      <returns>A string containing errors reported by the assembly cache.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="P:System.IO.StreamWriter.BaseStream">
-      <summary>Gets the underlying stream that interfaces with a backing store.</summary>
-      <returns>The stream this <see langword="StreamWriter" /> is writing to.</returns>
+    <member name="M:System.IO.FileLoadException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the file name and additional exception information.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="P:System.IO.StreamWriter.Encoding">
-      <summary>Gets the <see cref="T:System.Text.Encoding" /> in which the output is written.</summary>
-      <returns>The <see cref="T:System.Text.Encoding" /> specified in the constructor for the current instance, or <see cref="T:System.Text.UTF8Encoding" /> if an encoding was not specified.</returns>
+    <member name="P:System.IO.FileLoadException.Message">
+      <summary>Gets the error message and the name of the file that caused this exception.</summary>
+      <returns>A string containing the error message and the name of the file that caused this exception.</returns>
     </member>
-    <member name="T:System.IO.StringReader">
-      <summary>Implements a <see cref="T:System.IO.TextReader" /> that reads from a string.</summary>
+    <member name="M:System.IO.FileLoadException.ToString">
+      <summary>Returns the fully qualified name of the current exception, and possibly the error message, the name of the inner exception, and the stack trace.</summary>
+      <returns>A string containing the fully qualified name of this exception, and possibly the error message, the name of the inner exception, and the stack trace, depending on which <see cref="T:System.IO.FileLoadException" /> constructor is used.</returns>
     </member>
-    <member name="M:System.IO.StringReader.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StringReader" /> class that reads from the specified string.</summary>
-      <param name="s">The string to which the <see cref="T:System.IO.StringReader" /> should be initialized.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
+    <member name="T:System.IO.FileMode">
+      <summary>Specifies how the operating system should open a file.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Close">
-      <summary>Closes the <see cref="T:System.IO.StringReader" />.</summary>
+    <member name="F:System.IO.FileMode.Append">
+      <summary>Opens the file if it exists and seeks to the end of the file, or creates a new file. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Append" /> permission. <see langword="FileMode.Append" /> can be used only in conjunction with <see langword="FileAccess.Write" />. Trying to seek to a position before the end of the file throws an <see cref="T:System.IO.IOException" /> exception, and any attempt to read fails and throws a <see cref="T:System.NotSupportedException" /> exception.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.StringReader" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="F:System.IO.FileMode.Create">
+      <summary>Specifies that the operating system should create a new file. If the file already exists, it will be overwritten. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. <see langword="FileMode.Create" /> is equivalent to requesting that if the file does not exist, use <see cref="F:System.IO.FileMode.CreateNew" />; otherwise, use <see cref="F:System.IO.FileMode.Truncate" />. If the file already exists but is a hidden file, an <see cref="T:System.UnauthorizedAccessException" /> exception is thrown.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Peek">
-      <summary>Returns the next available character but does not consume it.</summary>
-      <exception cref="T:System.ObjectDisposedException">The current reader is closed.</exception>
-      <returns>An integer representing the next character to be read, or -1 if no more characters are available or the stream does not support seeking.</returns>
+    <member name="F:System.IO.FileMode.CreateNew">
+      <summary>Specifies that the operating system should create a new file. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. If the file already exists, an <see cref="T:System.IO.IOException" /> exception is thrown.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Read">
-      <summary>Reads the next character from the input string and advances the character position by one character.</summary>
-      <exception cref="T:System.ObjectDisposedException">The current reader is closed.</exception>
-      <returns>The next character from the underlying string, or -1 if no more characters are available.</returns>
+    <member name="F:System.IO.FileMode.Open">
+      <summary>Specifies that the operating system should open an existing file. The ability to open the file is dependent on the value specified by the <see cref="T:System.IO.FileAccess" /> enumeration. A <see cref="T:System.IO.FileNotFoundException" /> exception is thrown if the file does not exist.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Read(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a block of characters from the input string and advances the character position by <paramref name="count" />.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The starting index in the buffer.</param>
-      <param name="count">The number of characters to read.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current reader is closed.</exception>
-      <returns>The total number of characters read into the buffer. This can be less than the number of characters requested if that many characters are not currently available, or zero if the end of the underlying string has been reached.</returns>
+    <member name="F:System.IO.FileMode.OpenOrCreate">
+      <summary>Specifies that the operating system should open a file if it exists; otherwise, a new file should be created. If the file is opened with <see langword="FileAccess.Read" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /> permission is required. If the file access is <see langword="FileAccess.Write" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission is required. If the file is opened with <see langword="FileAccess.ReadWrite" />, both <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /> and <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permissions are required.</summary>
     </member>
-    <member name="M:System.IO.StringReader.Read(System.Span{System.Char})">
-      <summary>Reads all the characters from the input string, starting at the current position, and advances the current position to the end of the input string.</summary>
-      <param name="buffer">When this method returns, contains the characters read from the current source. If the total number of characters read is zero, the span remains unmodified.</param>
-      <exception cref="T:System.ObjectDisposedException">The current string reader instance is closed.</exception>
-      <returns>The total number of characters read into the buffer.</returns>
+    <member name="F:System.IO.FileMode.Truncate">
+      <summary>Specifies that the operating system should open an existing file. When the file is opened, it should be truncated so that its size is zero bytes. This requires <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> permission. Attempts to read from a file opened with <see langword="FileMode.Truncate" /> cause an <see cref="T:System.ArgumentException" /> exception.</summary>
     </member>
-    <member name="M:System.IO.StringReader.ReadAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the string is reached before the specified number of characters is written into the buffer, the method returns.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the string has been reached.</returns>
+    <member name="T:System.IO.FileNotFoundException">
+      <summary>The exception that is thrown when an attempt to access a file that does not exist on disk fails.</summary>
     </member>
-    <member name="M:System.IO.StringReader.ReadAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads all the characters from the input string, starting at the current position, and advances the current position to the end of the input string.</summary>
-      <param name="buffer">When this method returns, contains the characters read from the current source.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of characters read into the buffer.</returns>
+    <member name="M:System.IO.FileNotFoundException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with its message string set to a system-supplied message.</summary>
     </member>
-    <member name="M:System.IO.StringReader.ReadBlock(System.Span{System.Char})">
-      <summary>Reads all the characters from the input string starting at the current position and advances the current position to the end of the input string.</summary>
-      <param name="buffer">When this method returns, contains the characters read from the current source. If the total number of characters read is zero, the span remains unmodified.</param>
-      <exception cref="T:System.ObjectDisposedException">The current string reader instance is closed.</exception>
-      <returns>The total number of characters read into the buffer.</returns>
+    <member name="M:System.IO.FileNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with the specified serialization and context information.</summary>
+      <param name="info">An object that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">An object that contains contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StringReader.ReadBlockAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the string is reached before the specified number of characters is written into the buffer, the method returns.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the string has been reached.</returns>
+    <member name="M:System.IO.FileNotFoundException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message.</summary>
+      <param name="message">A description of the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.StringReader.ReadBlockAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads all the characters from the input string starting at the current position and advances the current position to the end of the input string.</summary>
-      <param name="buffer">When this method returns, contains the characters read from the current source. If the total number of characters read is zero, the span remains unmodified.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task representing the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of characters read into the buffer.</returns>
-    </member>
-    <member name="M:System.IO.StringReader.ReadLine">
-      <summary>Reads a line of characters from the current string and returns the data as a string.</summary>
-      <exception cref="T:System.ObjectDisposedException">The current reader is closed.</exception>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <returns>The next line from the current string, or <see langword="null" /> if the end of the string is reached.</returns>
-    </member>
-    <member name="M:System.IO.StringReader.ReadLineAsync">
-      <summary>Reads a line of characters asynchronously from the current string and returns the data as a string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the next line from the string reader, or is <see langword="null" /> if all the characters have been read.</returns>
-    </member>
-    <member name="M:System.IO.StringReader.ReadToEnd">
-      <summary>Reads all characters from the current position to the end of the string and returns them as a single string.</summary>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <exception cref="T:System.ObjectDisposedException">The current reader is closed.</exception>
-      <returns>The content from the current position to the end of the underlying string.</returns>
-    </member>
-    <member name="M:System.IO.StringReader.ReadToEndAsync">
-      <summary>Reads all characters from the current position to the end of the string asynchronously and returns them as a single string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains a string with the characters from the current position to the end of the string.</returns>
-    </member>
-    <member name="T:System.IO.StringWriter">
-      <summary>Implements a <see cref="T:System.IO.TextWriter" /> for writing information to a string. The information is stored in an underlying <see cref="T:System.Text.StringBuilder" />.</summary>
-    </member>
-    <member name="M:System.IO.StringWriter.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StringWriter" /> class.</summary>
-    </member>
-    <member name="M:System.IO.StringWriter.#ctor(System.IFormatProvider)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StringWriter" /> class with the specified format control.</summary>
-      <param name="formatProvider">An <see cref="T:System.IFormatProvider" /> object that controls formatting.</param>
-    </member>
-    <member name="M:System.IO.StringWriter.#ctor(System.Text.StringBuilder)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StringWriter" /> class that writes to the specified <see cref="T:System.Text.StringBuilder" />.</summary>
-      <param name="sb">The <see cref="T:System.Text.StringBuilder" /> object to write to.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sb" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.IO.StringWriter.#ctor(System.Text.StringBuilder,System.IFormatProvider)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.StringWriter" /> class that writes to the specified <see cref="T:System.Text.StringBuilder" /> and has the specified format provider.</summary>
-      <param name="sb">The <see cref="T:System.Text.StringBuilder" /> object to write to.</param>
-      <param name="formatProvider">An <see cref="T:System.IFormatProvider" /> object that controls formatting.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="sb" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.IO.StringWriter.Close">
-      <summary>Closes the current <see cref="T:System.IO.StringWriter" /> and the underlying stream.</summary>
-    </member>
-    <member name="M:System.IO.StringWriter.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.StringWriter" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">A description of the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StringWriter.FlushAsync">
-      <summary>Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device.</summary>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message, and the file name that cannot be found.</summary>
+      <param name="message">A description of the error, or <see langword="null" /> to use a system-supplied message with the given <paramref name="fileName" />. The content of <paramref name="message" /> should be understood by humans. The caller of this constructor must ensure that this string has been localized for the current system culture.</param>
+      <param name="fileName">The full name of the file with the invalid image.</param>
     </member>
-    <member name="M:System.IO.StringWriter.GetStringBuilder">
-      <summary>Returns the underlying <see cref="T:System.Text.StringBuilder" />.</summary>
-      <returns>The underlying <see langword="StringBuilder" />.</returns>
+    <member name="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message, the file name that cannot be found, and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="fileName">The full name of the file with the invalid image.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.StringWriter.ToString">
-      <summary>Returns a string containing the characters written to the current <see langword="StringWriter" /> so far.</summary>
-      <returns>The string containing the characters written to the current <see langword="StringWriter" />.</returns>
+    <member name="P:System.IO.FileNotFoundException.FileName">
+      <summary>Gets the name of the file that cannot be found.</summary>
+      <returns>The name of the file, or <see langword="null" /> if no file name was passed to the constructor for this instance.</returns>
     </member>
-    <member name="M:System.IO.StringWriter.Write(System.Char)">
-      <summary>Writes a character to the string.</summary>
-      <param name="value">The character to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The writer is closed.</exception>
+    <member name="P:System.IO.FileNotFoundException.FusionLog">
+      <summary>Gets the log file that describes why loading of an assembly failed.</summary>
+      <returns>The errors reported by the assembly cache.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="M:System.IO.StringWriter.Write(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the string.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The position in the buffer at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">(<paramref name="index" /> + <paramref name="count" />)&gt; <paramref name="buffer" />. <see langword="Length" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The writer is closed.</exception>
+    <member name="M:System.IO.FileNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name and additional exception information.</summary>
+      <param name="info">The object that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The object that contains contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.StringWriter.Write(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the string representation of a span of chars to the current string.</summary>
-      <param name="buffer">A span of chars to write to the string.</param>
+    <member name="P:System.IO.FileNotFoundException.Message">
+      <summary>Gets the error message that explains the reason for the exception.</summary>
+      <returns>The error message.</returns>
     </member>
-    <member name="M:System.IO.StringWriter.Write(System.String)">
-      <summary>Writes a string to the current string.</summary>
-      <param name="value">The string to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The writer is closed.</exception>
+    <member name="M:System.IO.FileNotFoundException.ToString">
+      <summary>Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</summary>
+      <returns>The fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.</returns>
     </member>
-    <member name="M:System.IO.StringWriter.Write(System.Text.StringBuilder)">
-      <summary>Writes the string representation of a string builder to the current string.</summary>
-      <param name="value">The string builder to write to the string.</param>
+    <member name="T:System.IO.FileOptions">
+      <summary>Represents advanced options for creating a <see cref="T:System.IO.FileStream" /> object.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteAsync(System.Char)">
-      <summary>Writes a character to the string asynchronously.</summary>
-      <param name="value">The character to write to the string.</param>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileOptions.Asynchronous">
+      <summary>Indicates that a file can be used for asynchronous reading and writing.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the string asynchronously.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The position in the buffer at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileOptions.DeleteOnClose">
+      <summary>Indicates that a file is automatically deleted when it is no longer in use.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a memory region of characters to the string.</summary>
-      <param name="buffer">The character memory region to write to the string.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileOptions.Encrypted">
+      <summary>Indicates that a file is encrypted and can be decrypted only by using the same user account used for encryption.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteAsync(System.String)">
-      <summary>Writes a string to the current string asynchronously.</summary>
-      <param name="value">The string to write. If <paramref name="value" /> is <see langword="null" />, nothing is written to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileOptions.None">
+      <summary>Indicates that no additional options should be used when creating a <see cref="T:System.IO.FileStream" /> object.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the text representation of a string builder to the string.</summary>
-      <param name="value">The string builder to write to the string.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileOptions.RandomAccess">
+      <summary>Indicates that the file is accessed randomly. The system can use this as a hint to optimize file caching.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLine(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the text representation a span of characters to the string, followed by a line terminator.</summary>
-      <param name="buffer">The span of characters to write to the string.</param>
+    <member name="F:System.IO.FileOptions.SequentialScan">
+      <summary>Indicates that the file is to be accessed sequentially from beginning to end. The system can use this as a hint to optimize file caching. If an application moves the file pointer for random access, optimum caching may not occur; however, correct operation is still guaranteed. Specifying this flag can increase performance in some cases.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLine(System.Text.StringBuilder)">
-      <summary>Writes the text representation of a string builder to the string, followed by a line terminator.</summary>
-      <param name="value">The string, as a string builder, to write to the string.</param>
+    <member name="F:System.IO.FileOptions.WriteThrough">
+      <summary>Indicates that the system should write through any intermediate cache and go directly to disk.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLineAsync(System.Char)">
-      <summary>Asynchronously writes a character to the string, followed by a line terminator.</summary>
-      <param name="value">The character to write to the string.</param>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="T:System.IO.FileShare">
+      <summary>Contains constants for controlling the kind of access other <see cref="T:System.IO.FileStream" /> objects can have to the same file.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLineAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>asynchronously writes a subarray of characters to the string, followed by a line terminator.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The position in the buffer at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileShare.Delete">
+      <summary>Allows subsequent deleting of a file.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLineAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the string representation of the memory region of characters to the current string, followed by a line terminator.</summary>
-      <param name="buffer">A memory region of characters to write to the string.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileShare.Inheritable">
+      <summary>Makes the file handle inheritable by child processes. This is not directly supported by Win32.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLineAsync(System.String)">
-      <summary>Asynchronously writes a string to the current string, followed by a line terminator.</summary>
-      <param name="value">The string to write. If the value is <see langword="null" />, only a line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The string writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The string writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileShare.None">
+      <summary>Declines sharing of the current file. Any request to open the file (by this process or another process) will fail until the file is closed.</summary>
     </member>
-    <member name="M:System.IO.StringWriter.WriteLineAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the string representation of the string builder to the current string, followed by a line terminator.</summary>
-      <param name="value">The string builder to write to the string.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="F:System.IO.FileShare.Read">
+      <summary>Allows subsequent opening of the file for reading. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
     </member>
-    <member name="P:System.IO.StringWriter.Encoding">
-      <summary>Gets the <see cref="T:System.Text.Encoding" /> in which the output is written.</summary>
-      <returns>The <see langword="Encoding" /> in which the output is written.</returns>
+    <member name="F:System.IO.FileShare.ReadWrite">
+      <summary>Allows subsequent opening of the file for reading or writing. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
     </member>
-    <member name="T:System.IO.TextReader">
-      <summary>Represents a reader that can read a sequential series of characters.</summary>
+    <member name="F:System.IO.FileShare.Write">
+      <summary>Allows subsequent opening of the file for writing. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
     </member>
-    <member name="F:System.IO.TextReader.Null">
-      <summary>Provides a <see langword="TextReader" /> with no data to read from.</summary>
+    <member name="T:System.IO.FileStream">
+      <summary>Provides a <see cref="T:System.IO.Stream" /> for a file, supporting both synchronous and asynchronous read and write operations.</summary>
     </member>
-    <member name="M:System.IO.TextReader.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.TextReader" /> class.</summary>
+    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission.</summary>
+      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Close">
-      <summary>Closes the <see cref="T:System.IO.TextReader" /> and releases any system resources associated with the <see langword="TextReader" />.</summary>
+    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, and buffer size.</summary>
+      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A <see cref="T:System.IO.FileAccess" /> constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="handle" /> parameter is an invalid handle.
+-or-
+The <paramref name="handle" /> parameter is a synchronous handle and it was used asynchronously.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize" /> parameter is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Dispose">
-      <summary>Releases all resources used by the <see cref="T:System.IO.TextReader" /> object.</summary>
+    <member name="M:System.IO.FileStream.#ctor(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, buffer size, and synchronous or asynchronous state.</summary>
+      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <param name="isAsync">
+        <see langword="true" /> if the handle was opened asynchronously (that is, in overlapped I/O mode); otherwise, <see langword="false" />.</param>
+      <exception cref="T:System.ArgumentException">The <paramref name="handle" /> parameter is an invalid handle.
+-or-
+The <paramref name="handle" /> parameter is a synchronous handle and it was used asynchronously.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="bufferSize" /> parameter is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.TextReader" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission.</summary>
+      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Peek">
-      <summary>Reads the next character without changing the state of the reader or the character source. Returns the next available character without actually reading it from the reader.</summary>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>An integer representing the next character to be read, or -1 if no more characters are available or the reader does not support seeking.</returns>
+    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission and <see langword="FileStream" /> instance ownership.</summary>
+      <param name="handle">A file handle for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <param name="ownsHandle">
+        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="access" /> is not a field of <see cref="T:System.IO.FileAccess" />.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Read">
-      <summary>Reads the next character from the text reader and advances the character position by one character.</summary>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The next character from the text reader, or -1 if no more characters are available. The default implementation returns -1.</returns>
+    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, <see langword="FileStream" /> instance ownership, and buffer size.</summary>
+      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <param name="ownsHandle">
+        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="bufferSize" /> is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Read(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the reader is reached before the specified number of characters is read into the buffer, the method returns.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+    <member name="M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class for the specified file handle, with the specified read/write permission, <see langword="FileStream" /> instance ownership, buffer size, and synchronous or asynchronous state.</summary>
+      <param name="handle">A file handle for the file that this <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="access">A constant that sets the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object.</param>
+      <param name="ownsHandle">
+        <see langword="true" /> if the file handle will be owned by this <see langword="FileStream" /> instance; otherwise, <see langword="false" />.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <param name="isAsync">
+        <see langword="true" /> if the handle was opened asynchronously (that is, in overlapped I/O mode); otherwise, <see langword="false" />.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to <paramref name="count" />, depending on whether the data is available within the reader. This method returns 0 (zero) if it is called when no more characters are left to read.</returns>
+        <paramref name="access" /> is less than <see langword="FileAccess.Read" /> or greater than <see langword="FileAccess.ReadWrite" /> or <paramref name="bufferSize" /> is less than or equal to 0.</exception>
+      <exception cref="T:System.ArgumentException">The handle is invalid.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as a disk error, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified file handle, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file handle is set for read-only access.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Read(System.Span{System.Char})">
-      <summary>Reads the characters from the current reader and writes the data to the specified buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified span of characters replaced by the characters read from the current source.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path and creation mode.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.IOException">The number of characters read from the stream is larger than the length of the <paramref name="buffer" />.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether the data is available within the reader. This method returns 0 (zero) if it is called when no more characters are left to read.</returns>
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">
+        <paramref name="path" /> specifies a file that is read-only.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="mode" /> contains an invalid value.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current text reader asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the text is reached before the specified number of characters is read into the buffer, the current method returns.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, and read/write permission.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the text has been reached.</returns>
-    </member>
-    <member name="M:System.IO.TextReader.ReadAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the characters from the current stream into a memory block.</summary>
-      <param name="buffer">When this method returns, contains the specified memory block of characters replaced by the characters read from the current source.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A value task that represents the asynchronous read operation. The value of the type parameter contains the number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether the data is available within the stream.</returns>
+        <paramref name="mode" /> contains an invalid value.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadBlock(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current text reader and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, this parameter contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> -1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write permission, and sharing permission.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
+      <param name="share">A constant that determines how the file will be shared by processes.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share" /> is set to <see langword="FileShare.Delete" />.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to <paramref name="count" />, depending on whether all input characters have been read.</returns>
+        <paramref name="mode" /> contains an invalid value.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadBlock(System.Span{System.Char})">
-      <summary>Reads the characters from the current stream and writes the data to a buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified span of characters replaced by the characters read from the current source.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, and buffer size.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
+      <param name="share">A constant that determines how the file will be shared by processes.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.StreamReader" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
-      <returns>The number of characters that have been read. The number will be less than or equal to the <paramref name="buffer" /> length, depending on whether all input characters have been read.</returns>
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="bufferSize" /> is negative or zero.
+-or-
+<paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share" /> is set to <see langword="FileShare.Delete" />.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadBlockAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Reads a specified maximum number of characters from the current text reader asynchronously and writes the data to a buffer, beginning at the specified index.</summary>
-      <param name="buffer">When this method returns, contains the specified character array with the values between <paramref name="index" /> and (<paramref name="index" /> + <paramref name="count" /> - 1) replaced by the characters read from the current source.</param>
-      <param name="index">The position in <paramref name="buffer" /> at which to begin writing.</param>
-      <param name="count">The maximum number of characters to read. If the end of the text is reached before the specified number of characters is read into the buffer, the current method returns.</param>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, buffer size, and synchronous or asynchronous state.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
+      <param name="share">A constant that determines how the file will be shared by processes.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <param name="useAsync">Specifies whether to use asynchronous I/O or synchronous I/O. However, note that the underlying operating system might not support asynchronous I/O, so when specifying <see langword="true" />, the handle might be opened synchronously depending on the platform. When opened asynchronously, the <see cref="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> and <see cref="M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> methods perform better on large reads or writes, but they might be much slower for small reads or writes. If the application is designed to take advantage of asynchronous I/O, set the <paramref name="useAsync" /> parameter to <see langword="true" />. Using asynchronous I/O correctly can speed up applications by as much as a factor of 10, but using it without redesigning the application for asynchronous I/O can decrease performance by as much as a factor of 10.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ArgumentException">The sum of <paramref name="index" /> and <paramref name="count" /> is larger than the buffer length.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the text has been reached.</returns>
-    </member>
-    <member name="M:System.IO.TextReader.ReadBlockAsync(System.Memory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the characters from the current stream and writes the data to a buffer.</summary>
-      <param name="buffer">When this method returns, contains the specified memory block of characters replaced by the characters read from the current source.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A value task that represents the asynchronous read operation. The value of the type parameter contains the total number of characters read into the buffer. The result value can be less than the number of characters requested if the number of characters currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+        <paramref name="bufferSize" /> is negative or zero.
+-or-
+<paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The system is running Windows 98 or Windows 98 Second Edition and <paramref name="share" /> is set to <see langword="FileShare.Delete" />.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadLine">
-      <summary>Reads a line of characters from the text reader and returns the data as a string.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line is larger than <see cref="F:System.Int32.MaxValue" /></exception>
-      <returns>The next line from the reader, or <see langword="null" /> if all characters have been read.</returns>
-    </member>
-    <member name="M:System.IO.TextReader.ReadLineAsync">
-      <summary>Reads a line of characters asynchronously and returns the data as a string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the next line from the text reader, or is <see langword="null" /> if all of the characters have been read.</returns>
-    </member>
-    <member name="M:System.IO.TextReader.ReadToEnd">
-      <summary>Reads all characters from the current position to the end of the text reader and returns them as one string.</summary>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextReader" /> is closed.</exception>
-      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line is larger than <see cref="F:System.Int32.MaxValue" /></exception>
-      <returns>A string that contains all characters from the current position to the end of the text reader.</returns>
+    <member name="M:System.IO.FileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.FileStream" /> class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.</summary>
+      <param name="path">A relative or absolute path for the file that the current <see langword="FileStream" /> object will encapsulate.</param>
+      <param name="mode">A constant that determines how to open or create the file.</param>
+      <param name="access">A constant that determines how the file can be accessed by the <see langword="FileStream" /> object. This also determines the values returned by the <see cref="P:System.IO.FileStream.CanRead" /> and <see cref="P:System.IO.FileStream.CanWrite" /> properties of the <see langword="FileStream" /> object. <see cref="P:System.IO.FileStream.CanSeek" /> is <see langword="true" /> if <paramref name="path" /> specifies a disk file.</param>
+      <param name="share">A constant that determines how the file will be shared by processes.</param>
+      <param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 indicating the buffer size. The default buffer size is 4096.</param>
+      <param name="options">A value that specifies additional file options.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="path" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="path" /> is an empty string (""), contains only white space, or contains one or more invalid characters.
+-or-
+<paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in an NTFS environment.</exception>
+      <exception cref="T:System.NotSupportedException">
+        <paramref name="path" /> refers to a non-file device, such as "con:", "com1:", "lpt1:", etc. in a non-NTFS environment.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="bufferSize" /> is negative or zero.
+-or-
+<paramref name="mode" />, <paramref name="access" />, or <paramref name="share" /> contain an invalid value.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found, such as when <paramref name="mode" /> is <see langword="FileMode.Truncate" /> or <see langword="FileMode.Open" />, and the file specified by <paramref name="path" /> does not exist. The file must already exist in these modes.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as specifying <see langword="FileMode.CreateNew" /> when the file specified by <paramref name="path" /> already exists, occurred.
+-or-
+The stream has been closed.</exception>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+      <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
+      <exception cref="T:System.UnauthorizedAccessException">The <paramref name="access" /> requested is not permitted by the operating system for the specified <paramref name="path" />, such as when <paramref name="access" /> is <see langword="Write" /> or <see langword="ReadWrite" /> and the file or directory is set for read-only access.
+-or-
+<see cref="F:System.IO.FileOptions.Encrypted" /> is specified for <paramref name="options" />, but file encryption is not supported on the current platform.</exception>
+      <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
     </member>
-    <member name="M:System.IO.TextReader.ReadToEndAsync">
-      <summary>Reads all characters from the current position to the end of the text reader asynchronously and returns them as one string.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text reader has been disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The reader is currently in use by a previous read operation.</exception>
-      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains a string with the characters from the current position to the end of the text reader.</returns>
+    <member name="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
+      <summary>Begins an asynchronous read operation. Consider using <see cref="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.</summary>
+      <param name="array">The buffer to read data into.</param>
+      <param name="offset">The byte offset in <paramref name="array" /> at which to begin reading.</param>
+      <param name="numBytes">The maximum number of bytes to read.</param>
+      <param name="callback">The method to be called when the asynchronous read operation is completed.</param>
+      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
+      <returns>An object that references the asynchronous read.</returns>
+      <exception cref="T:System.ArgumentException">The array length minus <paramref name="offset" /> is less than <paramref name="numBytes" />.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="array" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="numBytes" /> is negative.</exception>
+      <exception cref="T:System.IO.IOException">An asynchronous read was attempted past the end of the file.</exception>
     </member>
-    <member name="M:System.IO.TextReader.Synchronized(System.IO.TextReader)">
-      <summary>Creates a thread-safe wrapper around the specified <see langword="TextReader" />.</summary>
-      <param name="reader">The <see langword="TextReader" /> to synchronize.</param>
+    <member name="M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
+      <summary>Begins an asynchronous write operation. Consider using <see cref="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.</summary>
+      <param name="array">The buffer containing data to write to the current stream.</param>
+      <param name="offset">The zero-based byte offset in <paramref name="array" /> at which to begin copying bytes to the current stream.</param>
+      <param name="numBytes">The maximum number of bytes to write.</param>
+      <param name="callback">The method to be called when the asynchronous write operation is completed.</param>
+      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
+      <returns>An object that references the asynchronous write.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="array" /> length minus <paramref name="offset" /> is less than <paramref name="numBytes" />.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="reader" /> is <see langword="null" />.</exception>
-      <returns>A thread-safe <see cref="T:System.IO.TextReader" />.</returns>
-    </member>
-    <member name="T:System.IO.TextWriter">
-      <summary>Represents a writer that can write a sequential series of characters. This class is abstract.</summary>
-    </member>
-    <member name="F:System.IO.TextWriter.CoreNewLine">
-      <summary>Stores the newline characters used for this <see langword="TextWriter" />.</summary>
-    </member>
-    <member name="F:System.IO.TextWriter.Null">
-      <summary>Provides a <see langword="TextWriter" /> with no backing store that can be written to, but not read from.</summary>
+        <paramref name="array" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="numBytes" /> is negative.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.TextWriter" /> class.</summary>
+    <member name="P:System.IO.FileStream.CanRead">
+      <summary>Gets a value that indicates whether the current stream supports reading.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports reading; <see langword="false" /> if the stream is closed or was opened with write-only access.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.#ctor(System.IFormatProvider)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.TextWriter" /> class with the specified format provider.</summary>
-      <param name="formatProvider">An <see cref="T:System.IFormatProvider" /> object that controls formatting.</param>
+    <member name="P:System.IO.FileStream.CanSeek">
+      <summary>Gets a value that indicates whether the current stream supports seeking.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports seeking; <see langword="false" /> if the stream is closed or if the <see langword="FileStream" /> was constructed from an operating-system handle such as a pipe or output to the console.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Close">
-      <summary>Closes the current writer and releases any system resources associated with the writer.</summary>
+    <member name="P:System.IO.FileStream.CanWrite">
+      <summary>Gets a value that indicates whether the current stream supports writing.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports writing; <see langword="false" /> if the stream is closed or was opened with read-only access.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Dispose">
-      <summary>Releases all resources used by the <see cref="T:System.IO.TextWriter" /> object.</summary>
+    <member name="M:System.IO.FileStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously reads the bytes from the current file stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
+      <param name="destination">The stream to which the contents of the current file stream will be copied.</param>
+      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+      <returns>A task that represents the asynchronous copy operation.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.TextWriter" /> and optionally releases the managed resources.</summary>
+    <member name="M:System.IO.FileStream.Dispose(System.Boolean)">
+      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.FileStream" /> and optionally releases the managed resources.</summary>
       <param name="disposing">
         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
     </member>
-    <member name="M:System.IO.TextWriter.DisposeAsync">
-      <summary>Asynchronously releases all resources used by the <see cref="T:System.IO.TextWriter" /> object.</summary>
+    <member name="M:System.IO.FileStream.DisposeAsync">
+      <summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.IO.FileStream" />.</summary>
       <returns>A task that represents the asynchronous dispose operation.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Flush">
-      <summary>Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.</summary>
-    </member>
-    <member name="M:System.IO.TextWriter.FlushAsync">
-      <summary>Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device.</summary>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous flush operation.</returns>
+    <member name="M:System.IO.FileStream.EndRead(System.IAsyncResult)">
+      <summary>Waits for the pending asynchronous read operation to complete. (Consider using <see cref="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
+      <param name="asyncResult">The reference to the pending asynchronous request to wait for.</param>
+      <returns>The number of bytes read from the stream, between 0 and the number of bytes you requested. Streams only return 0 at the end of the stream, otherwise, they should block until at least 1 byte is available.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <see cref="M:System.IO.FileStream.EndRead(System.IAsyncResult)" /> is called multiple times.</exception>
+      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Synchronized(System.IO.TextWriter)">
-      <summary>Creates a thread-safe wrapper around the specified <see langword="TextWriter" />.</summary>
-      <param name="writer">The <see langword="TextWriter" /> to synchronize.</param>
+    <member name="M:System.IO.FileStream.EndWrite(System.IAsyncResult)">
+      <summary>Ends an asynchronous write operation and blocks until the I/O operation is complete. (Consider using <see cref="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)" /> instead.)</summary>
+      <param name="asyncResult">The pending asynchronous I/O request.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="writer" /> is <see langword="null" />.</exception>
-      <returns>A thread-safe wrapper.</returns>
+        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">This <see cref="T:System.IAsyncResult" /> object was not created by calling <see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> on this class.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <see cref="M:System.IO.FileStream.EndWrite(System.IAsyncResult)" /> is called multiple times.</exception>
+      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Boolean)">
-      <summary>Writes the text representation of a <see langword="Boolean" /> value to the text stream.</summary>
-      <param name="value">The <see langword="Boolean" /> value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Finalize">
+      <summary>Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the <see langword="FileStream" />.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Char)">
-      <summary>Writes a character to the text stream.</summary>
-      <param name="value">The character to write to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Flush">
+      <summary>Clears buffers for this stream and causes any buffered data to be written to the file.</summary>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Char[])">
-      <summary>Writes a character array to the text stream.</summary>
-      <param name="buffer">The character array to write to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Flush(System.Boolean)">
+      <summary>Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.</summary>
+      <param name="flushToDisk">
+        <see langword="true" /> to flush all intermediate file buffers; otherwise, <see langword="false" />.</param>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the text stream.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The character position in the buffer at which to start retrieving data.</param>
-      <param name="count">The number of characters to write.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.FlushAsync(System.Threading.CancellationToken)">
+      <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
+      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
+      <returns>A task that represents the asynchronous flush operation.</returns>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Decimal)">
-      <summary>Writes the text representation of a decimal value to the text stream.</summary>
-      <param name="value">The decimal value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="P:System.IO.FileStream.Handle">
+      <summary>Gets the operating system file handle for the file that the current <see langword="FileStream" /> object encapsulates.</summary>
+      <returns>The operating system file handle for the file encapsulated by this <see langword="FileStream" /> object, or -1 if the <see langword="FileStream" /> has been closed.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Double)">
-      <summary>Writes the text representation of an 8-byte floating-point value to the text stream.</summary>
-      <param name="value">The 8-byte floating-point value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="P:System.IO.FileStream.IsAsync">
+      <summary>Gets a value that indicates whether the <see langword="FileStream" /> was opened asynchronously or synchronously.</summary>
+      <returns>
+        <see langword="true" /> if the <see langword="FileStream" /> was opened asynchronously; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Int32)">
-      <summary>Writes the text representation of a 4-byte signed integer to the text stream.</summary>
-      <param name="value">The 4-byte signed integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="P:System.IO.FileStream.Length">
+      <summary>Gets the length in bytes of the stream.</summary>
+      <returns>A long value representing the length of the stream in bytes.</returns>
+      <exception cref="T:System.NotSupportedException">
+        <see cref="P:System.IO.FileStream.CanSeek" /> for this stream is <see langword="false" />.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error, such as the file being closed, occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Int64)">
-      <summary>Writes the text representation of an 8-byte signed integer to the text stream.</summary>
-      <param name="value">The 8-byte signed integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Lock(System.Int64,System.Int64)">
+      <summary>Prevents other processes from reading from or writing to the <see cref="T:System.IO.FileStream" />.</summary>
+      <param name="position">The beginning of the range to lock. The value of this parameter must be equal to or greater than zero (0).</param>
+      <param name="length">The range to be locked.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="position" /> or <paramref name="length" /> is negative.</exception>
+      <exception cref="T:System.ObjectDisposedException">The file is closed.</exception>
+      <exception cref="T:System.IO.IOException">The process cannot access the file because another process has locked a portion of the file.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Object)">
-      <summary>Writes the text representation of an object to the text stream by calling the <see langword="ToString" /> method on that object.</summary>
-      <param name="value">The object to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="P:System.IO.FileStream.Name">
+      <summary>Gets the absolute path of the file opened in the <see langword="FileStream" />.</summary>
+      <returns>A string that is the absolute path of the file.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.ReadOnlySpan{System.Char})">
-      <summary>Writes a character span to the text stream.</summary>
-      <param name="buffer">The character span to write.</param>
+    <member name="P:System.IO.FileStream.Position">
+      <summary>Gets or sets the current position of this stream.</summary>
+      <returns>The current position of this stream.</returns>
+      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.
+-or-
+The position was set to a very large value beyond the end of the stream in Windows 98 or earlier.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the position to a negative value.</exception>
+      <exception cref="T:System.IO.EndOfStreamException">Attempted seeking past the end of a stream that does not support this.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Single)">
-      <summary>Writes the text representation of a 4-byte floating-point value to the text stream.</summary>
-      <param name="value">The 4-byte floating-point value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)">
+      <summary>Reads a block of bytes from the stream and writes the data in a given buffer.</summary>
+      <param name="array">When this method returns, contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1<c>)</c> replaced by the bytes read from the current source.</param>
+      <param name="offset">The byte offset in <paramref name="array" /> at which the read bytes will be placed.</param>
+      <param name="count">The maximum number of bytes to read.</param>
+      <returns>The total number of bytes read into the buffer. This might be less than the number of bytes requested if that number of bytes are not currently available, or zero if the end of the stream is reached.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="array" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> and <paramref name="count" /> describe an invalid range in <paramref name="array" />.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.String)">
-      <summary>Writes a string to the text stream.</summary>
-      <param name="value">The string to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Read(System.Span{System.Byte})">
+      <summary>Reads a sequence of bytes from the current file stream and advances the position within the file stream by the number of bytes read.</summary>
+      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current file stream.</param>
+      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.String,System.Object)">
-      <summary>Writes a formatted string to the text stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The object to format and write.</param>
+    <member name="M:System.IO.FileStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously reads a sequence of bytes from the current file stream and writes them to a byte array beginning at a specified offset, advances the position within the file stream by the number of bytes read, and monitors cancellation requests.</summary>
+      <param name="buffer">The buffer to write the data into.</param>
+      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
+      <param name="count">The maximum number of bytes to read.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
+      <returns>A task that represents the asynchronous read operation and wraps the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the number of objects to be formatted (which, for this method overload, is one).</exception>
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)">
-      <summary>Writes a formatted string to the text stream using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero) or greater than or equal to the number of objects to be formatted (which, for this method overload, is two).</exception>
+    <member name="M:System.IO.FileStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
+      <summary>Asynchronously reads a sequence of bytes from the current file stream and writes them to a memory region, advances the position within the file stream by the number of bytes read, and monitors cancellation requests.</summary>
+      <param name="buffer">The buffer to write the data into.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+      <returns>A task that represents the asynchronous read operation and wraps the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)">
-      <summary>Writes a formatted string to the text stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <param name="arg2">The third object to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the number of objects to be formatted (which, for this method overload, is three).</exception>
+    <member name="M:System.IO.FileStream.ReadByte">
+      <summary>Reads a byte from the file and advances the read position one byte.</summary>
+      <returns>The byte, cast to an <see cref="T:System.Int32" />, or -1 if the end of the stream has been reached.</returns>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">The current stream is closed.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.String,System.Object[])">
-      <summary>Writes a formatted string to the text stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object[])" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg">An object array that contains zero or more objects to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> or <paramref name="arg" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="arg" /> array.</exception>
+    <member name="P:System.IO.FileStream.SafeFileHandle">
+      <summary>Gets a <see cref="T:Microsoft.Win32.SafeHandles.SafeFileHandle" /> object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream" /> object encapsulates.</summary>
+      <returns>An object that represents the operating system file handle for the file that the current <see cref="T:System.IO.FileStream" /> object encapsulates.</returns>
+    </member>
+    <member name="M:System.IO.FileStream.Seek(System.Int64,System.IO.SeekOrigin)">
+      <summary>Sets the current position of this stream to the given value.</summary>
+      <param name="offset">The point relative to <paramref name="origin" /> from which to begin seeking.</param>
+      <param name="origin">Specifies the beginning, the end, or the current position as a reference point for <paramref name="offset" />, using a value of type <see cref="T:System.IO.SeekOrigin" />.</param>
+      <returns>The new position in the stream.</returns>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the <see langword="FileStream" /> is constructed from a pipe or console output.</exception>
+      <exception cref="T:System.ArgumentException">Seeking is attempted before the beginning of the stream.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.Text.StringBuilder)">
-      <summary>Writes a string builder to the text stream.</summary>
-      <param name="value">The string, as a string builder, to write to the text stream.</param>
+    <member name="M:System.IO.FileStream.SetLength(System.Int64)">
+      <summary>Sets the length of this stream to the given value.</summary>
+      <param name="value">The new length of the stream.</param>
+      <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">Attempted to set the <paramref name="value" /> parameter to less than 0.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.UInt32)">
-      <summary>Writes the text representation of a 4-byte unsigned integer to the text stream.</summary>
-      <param name="value">The 4-byte unsigned integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Unlock(System.Int64,System.Int64)">
+      <summary>Allows access by other processes to all or part of a file that was previously locked.</summary>
+      <param name="position">The beginning of the range to unlock.</param>
+      <param name="length">The range to be unlocked.</param>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="position" /> or <paramref name="length" /> is negative.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.Write(System.UInt64)">
-      <summary>Writes the text representation of an 8-byte unsigned integer to the text stream.</summary>
-      <param name="value">The 8-byte unsigned integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)">
+      <summary>Writes a block of bytes to the file stream.</summary>
+      <param name="array">The buffer containing data to write to the stream.</param>
+      <param name="offset">The zero-based byte offset in <paramref name="array" /> from which to begin copying bytes to the stream.</param>
+      <param name="count">The maximum number of bytes to write.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="array" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="offset" /> and <paramref name="count" /> describe an invalid range in <paramref name="array" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.
+-or-
+Another thread may have caused an unexpected change in the position of the operating system's file handle.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream instance does not support writing.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.Char)">
-      <summary>Writes a character to the text stream asynchronously.</summary>
-      <param name="value">The character to write to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileStream.Write(System.ReadOnlySpan{System.Byte})">
+      <summary>Writes a sequence of bytes from a read-only span to the current file stream and advances the current position within this file stream by the number of bytes written.</summary>
+      <param name="buffer">A region of memory. This method copies the contents of this region to the current file stream.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.Char[])">
-      <summary>Writes a character array to the text stream asynchronously.</summary>
-      <param name="buffer">The character array to write to the text stream. If <paramref name="buffer" /> is <see langword="null" />, nothing is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
+    <member name="M:System.IO.FileStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
+      <param name="buffer">The buffer to write data from.</param>
+      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
+      <param name="count">The maximum number of bytes to write.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests.</param>
       <returns>A task that represents the asynchronous write operation.</returns>
-    </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the text stream asynchronously.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The character position in the buffer at which to start retrieving data.</param>
-      <param name="count">The number of characters to write.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a character memory region to the text stream.</summary>
-      <param name="buffer">The character memory region to write to the text stream.</param>
+    <member name="M:System.IO.FileStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
+      <summary>Asynchronously writes a sequence of bytes from a memory region to the current file stream, advances the current position within this file stream by the number of bytes written, and monitors cancellation requests.</summary>
+      <param name="buffer">The region of memory to write data from.</param>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task that represents the asynchronous write operation.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.String)">
-      <summary>Writes a string to the text stream asynchronously.</summary>
-      <param name="value">The string to write. If <paramref name="value" /> is <see langword="null" />, nothing is written to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.FileStream.WriteByte(System.Byte)">
+      <summary>Writes a byte to the current position in the file stream.</summary>
+      <param name="value">A byte to write to the stream.</param>
+      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a string builder to the text stream.</summary>
-      <param name="value">The string, as a string builder, to write to the text stream.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="T:System.IO.HandleInheritability">
+      <summary>Specifies whether the underlying handle is inheritable by child processes.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine">
-      <summary>Writes a line terminator to the text stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="F:System.IO.HandleInheritability.Inheritable">
+      <summary>Specifies that the handle is inheritable by child processes.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Boolean)">
-      <summary>Writes the text representation of a <see langword="Boolean" /> value to the text stream, followed by a line terminator.</summary>
-      <param name="value">The <see langword="Boolean" /> value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="F:System.IO.HandleInheritability.None">
+      <summary>Specifies that the handle is not inheritable by child processes.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Char)">
-      <summary>Writes a character to the text stream, followed by a line terminator.</summary>
-      <param name="value">The character to write to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="T:System.IO.IOException">
+      <summary>The exception that is thrown when an I/O error occurs.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Char[])">
-      <summary>Writes an array of characters to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The character array from which data is read.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.IOException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to the empty string (""), its HRESULT set to COR_E_IO, and its inner exception set to a null reference.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
-      <summary>Writes a subarray of characters to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The character array from which data is read.</param>
-      <param name="index">The character position in <paramref name="buffer" /> at which to start reading data.</param>
-      <param name="count">The maximum number of characters to write.</param>
-      <exception cref="T:System.ArgumentException">The buffer length minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.IOException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with the specified serialization and context information.</summary>
+      <param name="info">The data for serializing or deserializing the object.</param>
+      <param name="context">The source and destination for the object.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Decimal)">
-      <summary>Writes the text representation of a decimal value to the text stream, followed by a line terminator.</summary>
-      <param name="value">The decimal value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.IOException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to <paramref name="message" />, its HRESULT set to COR_E_IO, and its inner exception set to <see langword="null" />.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Double)">
-      <summary>Writes the text representation of a 8-byte floating-point value to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 8-byte floating-point value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.IOException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">The error message that explains the reason for the exception.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Int32)">
-      <summary>Writes the text representation of a 4-byte signed integer to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 4-byte signed integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.IOException.#ctor(System.String,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.IOException" /> class with its message string set to <paramref name="message" /> and its HRESULT user-defined.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="hresult">An integer identifying the error that has occurred.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Int64)">
-      <summary>Writes the text representation of an 8-byte signed integer to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 8-byte signed integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="T:System.IO.PathTooLongException">
+      <summary>The exception that is thrown when a path or fully qualified file name is longer than the system-defined maximum length.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Object)">
-      <summary>Writes the text representation of an object to the text stream, by calling the <see langword="ToString" /> method on that object, followed by a line terminator.</summary>
-      <param name="value">The object to write. If <paramref name="value" /> is <see langword="null" />, only the line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.PathTooLongException.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with its HRESULT set to COR_E_PATHTOOLONG.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the text representation of a character span to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The char span value to write to the text stream.</param>
+    <member name="M:System.IO.PathTooLongException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with the specified serialization and context information.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Single)">
-      <summary>Writes the text representation of a 4-byte floating-point value to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 4-byte floating-point value to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.PathTooLongException.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with its message string set to <paramref name="message" /> and its HRESULT set to COR_E_PATHTOOLONG.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.String)">
-      <summary>Writes a string to the text stream, followed by a line terminator.</summary>
-      <param name="value">The string to write. If <paramref name="value" /> is <see langword="null" />, only the line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.PathTooLongException.#ctor(System.String,System.Exception)">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.PathTooLongException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
+      <param name="message">A <see cref="T:System.String" /> that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
+      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.String,System.Object)">
-      <summary>Writes a formatted string and a new line to the text stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The object to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the number of objects to be formatted (which, for this method overload, is one).</exception>
+    <member name="T:System.IO.SeekOrigin">
+      <summary>Specifies the position in a stream to use for seeking.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)">
-      <summary>Writes a formatted string and a new line to the text stream, using the same semantics as the <see cref="M:System.String.Format(System.String,System.Object,System.Object)" /> method.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the number of objects to be formatted (which, for this method overload, is two).</exception>
+    <member name="F:System.IO.SeekOrigin.Begin">
+      <summary>Specifies the beginning of a stream.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)">
-      <summary>Writes out a formatted string and a new line to the text stream, using the same semantics as <see cref="M:System.String.Format(System.String,System.Object)" />.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg0">The first object to format and write.</param>
-      <param name="arg1">The second object to format and write.</param>
-      <param name="arg2">The third object to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the number of objects to be formatted (which, for this method overload, is three).</exception>
+    <member name="F:System.IO.SeekOrigin.Current">
+      <summary>Specifies the current position within a stream.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.String,System.Object[])">
-      <summary>Writes out a formatted string and a new line to the text stream, using the same semantics as <see cref="M:System.String.Format(System.String,System.Object)" />.</summary>
-      <param name="format">A composite format string.</param>
-      <param name="arg">An object array that contains zero or more objects to format and write.</param>
-      <exception cref="T:System.ArgumentNullException">A string or object is passed in as <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is not a valid composite format string.  
-  
- -or-  
-  
- The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="arg" /> array.</exception>
+    <member name="F:System.IO.SeekOrigin.End">
+      <summary>Specifies the end of a stream.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.Text.StringBuilder)">
-      <summary>Writes the text representation of a string builder to the text stream, followed by a line terminator.</summary>
-      <param name="value">The string, as a string builder, to write to the text stream.</param>
+    <member name="T:System.IO.Stream">
+      <summary>Provides a generic view of a sequence of bytes. This is an abstract class.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.UInt32)">
-      <summary>Writes the text representation of a 4-byte unsigned integer to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 4-byte unsigned integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.Stream.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.IO.Stream" /> class.</summary>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLine(System.UInt64)">
-      <summary>Writes the text representation of an 8-byte unsigned integer to the text stream, followed by a line terminator.</summary>
-      <param name="value">The 8-byte unsigned integer to write.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.IO.TextWriter" /> is closed.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+    <member name="M:System.IO.Stream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
+      <summary>Begins an asynchronous read operation. (Consider using <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
+      <param name="buffer">The buffer to read the data into.</param>
+      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data read from the stream.</param>
+      <param name="count">The maximum number of bytes to read.</param>
+      <param name="callback">An optional asynchronous callback, to be called when the read is complete.</param>
+      <param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
+      <returns>An <see cref="T:System.IAsyncResult" /> that represents the asynchronous read, which could still be pending.</returns>
+      <exception cref="T:System.IO.IOException">Attempted an asynchronous read past the end of the stream, or a disk error occurs.</exception>
+      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+      <exception cref="T:System.NotSupportedException">The current <see langword="Stream" /> implementation does not support the read operation.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync">
-      <summary>Asynchronously writes a line terminator to the text stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
+      <summary>Begins an asynchronous write operation. (Consider using <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
+      <param name="buffer">The buffer to write data from.</param>
+      <param name="offset">The byte offset in <paramref name="buffer" /> from which to begin writing.</param>
+      <param name="count">The maximum number of bytes to write.</param>
+      <param name="callback">An optional asynchronous callback, to be called when the write is complete.</param>
+      <param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
+      <returns>An <see langword="IAsyncResult" /> that represents the asynchronous write, which could still be pending.</returns>
+      <exception cref="T:System.IO.IOException">Attempted an asynchronous write past the end of the stream, or a disk error occurs.</exception>
+      <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+      <exception cref="T:System.NotSupportedException">The current <see langword="Stream" /> implementation does not support the write operation.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.Char)">
-      <summary>Asynchronously writes a character to the text stream, followed by a line terminator.</summary>
-      <param name="value">The character to write to the text stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.IO.Stream.CanRead">
+      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports reading.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports reading; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.Char[])">
-      <summary>Asynchronously writes an array of characters to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The character array to write to the text stream. If the character array is <see langword="null" />, only the line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="P:System.IO.Stream.CanSeek">
+      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports seeking.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports seeking; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.IO.Stream.CanTimeout">
+      <summary>Gets a value that determines whether the current stream can time out.</summary>
+      <returns>A value that determines whether the current stream can time out.</returns>
+    </member>
+    <member name="P:System.IO.Stream.CanWrite">
+      <summary>When overridden in a derived class, gets a value indicating whether the current stream supports writing.</summary>
+      <returns>
+        <see langword="true" /> if the stream supports writing; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.IO.Stream.Close">
+      <summary>Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. Instead of calling this method, ensure that the stream is properly disposed.</summary>
+    </member>
+    <member name="M:System.IO.Stream.CopyTo(System.IO.Stream)">
+      <summary>Reads the bytes from the current stream and writes them to another stream.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="destination" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading.
+-or-
+<paramref name="destination" /> does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">Either the current stream or <paramref name="destination" /> were closed before the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream)" /> method was called.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.Char[],System.Int32,System.Int32)">
-      <summary>Asynchronously writes a subarray of characters to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The character array to write data from.</param>
-      <param name="index">The character position in the buffer at which to start retrieving data.</param>
-      <param name="count">The number of characters to write.</param>
+    <member name="M:System.IO.Stream.CopyTo(System.IO.Stream,System.Int32)">
+      <summary>Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <param name="bufferSize">The size of the buffer. This value must be greater than zero. The default size is 81920.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> plus <paramref name="count" /> is greater than the buffer length.</exception>
+        <paramref name="destination" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is negative.</exception>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+        <paramref name="bufferSize" /> is negative or zero.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading.
+-or-
+<paramref name="destination" /> does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">Either the current stream or <paramref name="destination" /> were closed before the <see cref="M:System.IO.Stream.CopyTo(System.IO.Stream)" /> method was called.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the text representation of a character memory region to the text stream, followed by a line terminator.</summary>
-      <param name="buffer">The character memory region to write to the text stream.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream)">
+      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <returns>A task that represents the asynchronous copy operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="destination" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.String)">
-      <summary>Asynchronously writes a string to the text stream, followed by a line terminator.</summary>
-      <param name="value">The string to write. If the value is <see langword="null" />, only a line terminator is written.</param>
-      <exception cref="T:System.ObjectDisposedException">The text writer is disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The text writer is currently in use by a previous write operation.</exception>
-      <returns>A task that represents the asynchronous write operation.</returns>
+    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Int32)">
+      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
+      <returns>A task that represents the asynchronous copy operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="destination" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="buffersize" /> is negative or zero.</exception>
+      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
     </member>
-    <member name="M:System.IO.TextWriter.WriteLineAsync(System.Text.StringBuilder,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes the text representation of a string builder to the text stream, followed by a line terminator.</summary>
-      <param name="value">The string, as a string builder, to write to the text stream.</param>
+    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous write operation.</returns>
+      <returns>A task that represents the asynchronous copy operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="destination" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="buffersize" /> is negative or zero.</exception>
+      <exception cref="T:System.ObjectDisposedException">Either the current stream or the destination stream is disposed.</exception>
+      <exception cref="T:System.NotSupportedException">The current stream does not support reading, or the destination stream does not support writing.</exception>
     </member>
-    <member name="P:System.IO.TextWriter.Encoding">
-      <summary>When overridden in a derived class, returns the character encoding in which the output is written.</summary>
-      <returns>The character encoding in which the output is written.</returns>
+    <member name="M:System.IO.Stream.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)">
+      <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified cancellation token.</summary>
+      <param name="destination">The stream to which the contents of the current stream will be copied.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+      <returns>A task that represents the asynchronous copy operation.</returns>
     </member>
-    <member name="P:System.IO.TextWriter.FormatProvider">
-      <summary>Gets an object that controls formatting.</summary>
-      <returns>An <see cref="T:System.IFormatProvider" /> object for a specific culture, or the formatting of the current culture if no other culture is specified.</returns>
+    <member name="M:System.IO.Stream.CreateWaitHandle">
+      <summary>Allocates a <see cref="T:System.Threading.WaitHandle" /> object.</summary>
+      <returns>A reference to the allocated <see langword="WaitHandle" />.</returns>
     </member>
-    <member name="P:System.IO.TextWriter.NewLine">
-      <summary>Gets or sets the line terminator string used by the current <see langword="TextWriter" />.</summary>
-      <returns>The line terminator string for the current <see langword="TextWriter" />.</returns>
+    <member name="M:System.IO.Stream.Dispose">
+      <summary>Releases all resources used by the <see cref="T:System.IO.Stream" />.</summary>
     </member>
-    <member name="T:System.IO.UnmanagedMemoryStream">
-      <summary>Provides access to unmanaged blocks of memory from managed code.</summary>
+    <member name="M:System.IO.Stream.Dispose(System.Boolean)">
+      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Stream" /> and optionally releases the managed resources.</summary>
+      <param name="disposing">
+        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class.</summary>
-      <exception cref="T:System.Security.SecurityException">The user does not have the required permission.</exception>
+    <member name="M:System.IO.Stream.DisposeAsync">
+      <summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.IO.Stream" />.</summary>
+      <returns>A task that represents the asynchronous dispose operation.</returns>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.#ctor(System.Byte*,System.Int64)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class using the specified location and memory length.</summary>
-      <param name="pointer">A pointer to an unmanaged memory location.</param>
-      <param name="length">The length of the memory to use.</param>
-      <exception cref="T:System.Security.SecurityException">The user does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="pointer" /> value is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="length" /> value is less than zero.  
-  
+    <member name="M:System.IO.Stream.EndRead(System.IAsyncResult)">
+      <summary>Waits for the pending asynchronous read to complete. (Consider using <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
+      <param name="asyncResult">The reference to the pending asynchronous request to finish.</param>
+      <returns>The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">A handle to the pending read operation is not available.
 -or-
-  
- The <paramref name="length" /> is large enough to cause an overflow.</exception>
+The pending operation does not support reading.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Stream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream.</exception>
+      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.#ctor(System.Byte*,System.Int64,System.Int64,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class using the specified location, memory length, total amount of memory, and file access values.</summary>
-      <param name="pointer">A pointer to an unmanaged memory location.</param>
-      <param name="length">The length of the memory to use.</param>
-      <param name="capacity">The total amount of memory assigned to the stream.</param>
-      <param name="access">One of the <see cref="T:System.IO.FileAccess" /> values.</param>
-      <exception cref="T:System.Security.SecurityException">The user does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="pointer" /> value is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="length" /> value is less than zero.  
-  
--or-
-  
- The <paramref name="capacity" /> value is less than zero.  
-  
+    <member name="M:System.IO.Stream.EndWrite(System.IAsyncResult)">
+      <summary>Ends an asynchronous write operation. (Consider using <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> instead.)</summary>
+      <param name="asyncResult">A reference to the outstanding asynchronous I/O request.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="asyncResult" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">A handle to the pending write operation is not available.
 -or-
-  
- The <paramref name="length" /> value is greater than the <paramref name="capacity" /> value.</exception>
-    </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.#ctor(System.Runtime.InteropServices.SafeBuffer,System.Int64,System.Int64)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class in a safe buffer with a specified offset and length.</summary>
-      <param name="buffer">The buffer to contain the unmanaged memory stream.</param>
-      <param name="offset">The byte position in the buffer at which to start the unmanaged memory stream.</param>
-      <param name="length">The length of the unmanaged memory stream.</param>
-    </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.#ctor(System.Runtime.InteropServices.SafeBuffer,System.Int64,System.Int64,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class in a safe buffer with a specified offset, length, and file access.</summary>
-      <param name="buffer">The buffer to contain the unmanaged memory stream.</param>
-      <param name="offset">The byte position in the buffer at which to start the unmanaged memory stream.</param>
-      <param name="length">The length of the unmanaged memory stream.</param>
-      <param name="access">The mode of file access to the unmanaged memory stream.</param>
+The pending operation does not support writing.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream.</exception>
+      <exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.UnmanagedMemoryStream" /> and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+    <member name="M:System.IO.Stream.Flush">
+      <summary>When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.</summary>
+      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Flush">
-      <summary>Overrides the <see cref="M:System.IO.Stream.Flush" /> method so that no action is performed.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
+    <member name="M:System.IO.Stream.FlushAsync">
+      <summary>Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.</summary>
+      <returns>A task that represents the asynchronous flush operation.</returns>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.FlushAsync(System.Threading.CancellationToken)">
-      <summary>Overrides the <see cref="M:System.IO.Stream.FlushAsync(System.Threading.CancellationToken)" /> method so that the operation is cancelled if specified, but no other action is performed.</summary>
+    <member name="M:System.IO.Stream.FlushAsync(System.Threading.CancellationToken)">
+      <summary>Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.</summary>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task that represents the asynchronous flush operation.</returns>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Initialize(System.Byte*,System.Int64,System.Int64,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class by using a pointer to an unmanaged memory location.</summary>
-      <param name="pointer">A pointer to an unmanaged memory location.</param>
-      <param name="length">The length of the memory to use.</param>
-      <param name="capacity">The total amount of memory assigned to the stream.</param>
-      <param name="access">One of the <see cref="T:System.IO.FileAccess" /> values.</param>
-      <exception cref="T:System.Security.SecurityException">The user does not have the required permission.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="pointer" /> value is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="length" /> value is less than zero.  
-  
--or-
-  
- The <paramref name="capacity" /> value is less than zero.  
-  
--or-
-  
- The <paramref name="length" /> value is large enough to cause an overflow.</exception>
+    <member name="P:System.IO.Stream.Length">
+      <summary>When overridden in a derived class, gets the length in bytes of the stream.</summary>
+      <returns>A long value representing the length of the stream in bytes.</returns>
+      <exception cref="T:System.NotSupportedException">A class derived from <see langword="Stream" /> does not support seeking.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Initialize(System.Runtime.InteropServices.SafeBuffer,System.Int64,System.Int64,System.IO.FileAccess)">
-      <summary>Initializes a new instance of the <see cref="T:System.IO.UnmanagedMemoryStream" /> class in a safe buffer with a specified offset, length, and file access.</summary>
-      <param name="buffer">The buffer to contain the unmanaged memory stream.</param>
-      <param name="offset">The byte position in the buffer at which to start the unmanaged memory stream.</param>
-      <param name="length">The length of the unmanaged memory stream.</param>
-      <param name="access">The mode of file access to the unmanaged memory stream.</param>
+    <member name="F:System.IO.Stream.Null">
+      <summary>A <see langword="Stream" /> with no backing store.</summary>
+    </member>
+    <member name="M:System.IO.Stream.ObjectInvariant">
+      <summary>Provides support for a <see cref="T:System.Diagnostics.Contracts.Contract" />.</summary>
+    </member>
+    <member name="P:System.IO.Stream.Position">
+      <summary>When overridden in a derived class, gets or sets the position within the current stream.</summary>
+      <returns>The current position within the stream.</returns>
+      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support seeking.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Read(System.Byte[],System.Int32,System.Int32)">
-      <summary>Reads the specified number of bytes into the specified array.</summary>
-      <param name="buffer">When this method returns, contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the bytes read from the current source. This parameter is passed uninitialized.</param>
+    <member name="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
+      <param name="buffer">An array of bytes. When this method returns, the buffer contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the bytes read from the current source.</param>
       <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin storing the data read from the current stream.</param>
-      <param name="count">The maximum number of bytes to read from the current stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory does not support reading.  
-  
--or-
-  
- The <see cref="P:System.IO.UnmanagedMemoryStream.CanRead" /> property is set to <see langword="false" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer" /> parameter is set to <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="offset" /> parameter is less than zero.  
-  
--or-
-  
- The <paramref name="count" /> parameter is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">The length of the buffer array minus the <paramref name="offset" /> parameter is less than the <paramref name="count" /> parameter.</exception>
+      <param name="count">The maximum number of bytes to be read from the current stream.</param>
       <returns>The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    </member>
+    <member name="M:System.IO.Stream.Read(System.Span{System.Byte})">
+      <summary>When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
+      <param name="buffer">A region of memory. When this method returns, the contents of this region are replaced by the bytes read from the current source.</param>
+      <returns>The total number of bytes read into the buffer. This can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.</returns>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Read(System.Span{System.Byte})">
-      <summary>Reads all the bytes of this unmanaged memory stream into the specified span of bytes.</summary>
-      <param name="buffer" />
-      <returns>The total number of bytes read into the destination.</returns>
+    <member name="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)">
+      <summary>Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</summary>
+      <param name="buffer">The buffer to write the data into.</param>
+      <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
+      <param name="count">The maximum number of bytes to read.</param>
+      <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the specified number of bytes into the specified array.</summary>
+    <member name="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
       <param name="buffer">The buffer to write the data into.</param>
       <param name="offset">The byte offset in <paramref name="buffer" /> at which to begin writing data from the stream.</param>
       <param name="count">The maximum number of bytes to read.</param>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task that represents the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous read operation.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously reads the unmanaged memory stream bytes into the memory region.</summary>
-      <param name="buffer">When the asynchronous method finishes, this memory region contains all the bytes read from the unmanaged memory stream.</param>
+    <member name="M:System.IO.Stream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)">
+      <summary>Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.</summary>
+      <param name="buffer">The region of memory to write the data into.</param>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A task that represents the asynchronous read operation, and wraps the total number of bytes read into the buffer.</returns>
+      <returns>A task that represents the asynchronous read operation. The value of its <see cref="P:System.Threading.Tasks.ValueTask`1.Result" /> property contains the total number of bytes read into the buffer. The result value can be less than the number of bytes allocated in the buffer if that many bytes are not currently available, or it can be 0 (zero) if the end of the stream has been reached.</returns>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.ReadByte">
-      <summary>Reads a byte from a stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory does not support reading.  
-  
--or-
-  
- The current position is at the end of the stream.</exception>
-      <returns>The unsigned byte cast to an <see cref="T:System.Int32" /> object, or -1 if at the end of the stream.</returns>
+    <member name="M:System.IO.Stream.ReadByte">
+      <summary>Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
+      <returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
+      <exception cref="T:System.NotSupportedException">The stream does not support reading.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Seek(System.Int64,System.IO.SeekOrigin)">
-      <summary>Sets the current position of the current stream to the given value.</summary>
-      <param name="offset">The point relative to <c>origin</c> to begin seeking from.</param>
-      <param name="loc">Specifies the beginning, the end, or the current position as a reference point for <c>origin</c>, using a value of type <see cref="T:System.IO.SeekOrigin" />.</param>
-      <exception cref="T:System.IO.IOException">An attempt was made to seek before the beginning of the stream.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="offset" /> value is larger than the maximum size of the stream.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="loc" /> is invalid.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The new position in the stream.</returns>
+    <member name="P:System.IO.Stream.ReadTimeout">
+      <summary>Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.</summary>
+      <returns>A value, in milliseconds, that determines how long the stream will attempt to read before timing out.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Stream.ReadTimeout" /> method always throws an <see cref="T:System.InvalidOperationException" />.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.SetLength(System.Int64)">
-      <summary>Sets the length of a stream to a specified value.</summary>
-      <param name="value">The length of the stream.</param>
-      <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory does not support writing.  
-  
--or-
-  
- An attempt is made to write to the stream and the <see cref="P:System.IO.UnmanagedMemoryStream.CanWrite" /> property is <see langword="false" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The specified <paramref name="value" /> exceeds the capacity of the stream.  
-  
--or-
-  
- The specified <paramref name="value" /> is negative.</exception>
+    <member name="M:System.IO.Stream.Seek(System.Int64,System.IO.SeekOrigin)">
+      <summary>When overridden in a derived class, sets the position within the current stream.</summary>
+      <param name="offset">A byte offset relative to the <paramref name="origin" /> parameter.</param>
+      <param name="origin">A value of type <see cref="T:System.IO.SeekOrigin" /> indicating the reference point used to obtain the new position.</param>
+      <returns>The new position within the current stream.</returns>
+      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the stream is constructed from a pipe or console output.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Write(System.Byte[],System.Int32,System.Int32)">
-      <summary>Writes a block of bytes to the current stream using data from a buffer.</summary>
-      <param name="buffer">The byte array from which to copy bytes to the current stream.</param>
-      <param name="offset">The offset in the buffer at which to begin copying bytes to the current stream.</param>
-      <param name="count">The number of bytes to write to the current stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory does not support writing.  
-  
--or-
-  
- An attempt is made to write to the stream and the <see cref="P:System.IO.UnmanagedMemoryStream.CanWrite" /> property is <see langword="false" />.  
-  
--or-
-  
- The <paramref name="count" /> value is greater than the capacity of the stream.  
-  
--or-
-  
- The position is at the end of the stream capacity.</exception>
+    <member name="M:System.IO.Stream.SetLength(System.Int64)">
+      <summary>When overridden in a derived class, sets the length of the current stream.</summary>
+      <param name="value">The desired length of the current stream in bytes.</param>
       <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">One of the specified parameters is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="offset" /> parameter minus the length of the <paramref name="buffer" /> parameter is less than the <paramref name="count" /> parameter.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="buffer" /> parameter is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
+    </member>
+    <member name="M:System.IO.Stream.Synchronized(System.IO.Stream)">
+      <summary>Creates a thread-safe (synchronized) wrapper around the specified <see cref="T:System.IO.Stream" /> object.</summary>
+      <param name="stream">The <see cref="T:System.IO.Stream" /> object to synchronize.</param>
+      <returns>A thread-safe <see cref="T:System.IO.Stream" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="stream" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="M:System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32)">
+      <summary>When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
+      <param name="buffer">An array of bytes. This method copies <paramref name="count" /> bytes from <paramref name="buffer" /> to the current stream.</param>
+      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
+      <param name="count">The number of bytes to be written to the current stream.</param>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is greater than the buffer length.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.IO.IOException">An I/O error occurred, such as the specified file cannot be found.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">
+        <see cref="M:System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32)" /> was called after the stream was closed.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.Write(System.ReadOnlySpan{System.Byte})">
-      <summary>Writes a block of bytes to the current unmanaged memory stream using data from the provided span of bytes.</summary>
-      <param name="buffer" />
+    <member name="M:System.IO.Stream.Write(System.ReadOnlySpan{System.Byte})">
+      <summary>When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
+      <param name="buffer">A region of memory. This method copies the contents of this region to the current stream.</param>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
+    <member name="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)">
+      <summary>Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</summary>
       <param name="buffer">The buffer to write data from.</param>
       <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
       <param name="count">The maximum number of bytes to write.</param>
-      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task that represents the asynchronous write operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
-      <summary>Asynchronously writes a span of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
+    <member name="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
+      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
       <param name="buffer">The buffer to write data from.</param>
+      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> from which to begin copying bytes to the stream.</param>
+      <param name="count">The maximum number of bytes to write.</param>
       <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task that represents the asynchronous write operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="buffer" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="offset" /> or <paramref name="count" /> is negative.</exception>
+      <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing.</exception>
+      <exception cref="T:System.ObjectDisposedException">The stream has been disposed.</exception>
+      <exception cref="T:System.InvalidOperationException">The stream is currently in use by a previous write operation.</exception>
     </member>
-    <member name="M:System.IO.UnmanagedMemoryStream.WriteByte(System.Byte)">
-      <summary>Writes a byte to the current position in the file stream.</summary>
-      <param name="value">A byte value written to the stream.</param>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.NotSupportedException">The underlying memory does not support writing.  
-  
--or-
-  
- An attempt is made to write to the stream and the <see cref="P:System.IO.UnmanagedMemoryStream.CanWrite" /> property is <see langword="false" />.  
-  
--or-
-  
- The current position is at the end of the capacity of the stream.</exception>
-      <exception cref="T:System.IO.IOException">The supplied <paramref name="value" /> causes the stream exceed its maximum capacity.</exception>
-    </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.CanRead">
-      <summary>Gets a value indicating whether a stream supports reading.</summary>
-      <returns>
-        <see langword="false" /> if the object was created by a constructor with an <paramref name="access" /> parameter that did not include reading the stream and if the stream is closed; otherwise, <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.CanSeek">
-      <summary>Gets a value indicating whether a stream supports seeking.</summary>
-      <returns>
-        <see langword="false" /> if the stream is closed; otherwise, <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.CanWrite">
-      <summary>Gets a value indicating whether a stream supports writing.</summary>
-      <returns>
-        <see langword="false" /> if the object was created by a constructor with an <paramref name="access" /> parameter value that supports writing or was created by a constructor that had no parameters, or if the stream is closed; otherwise, <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.Capacity">
-      <summary>Gets the stream length (size) or the total amount of memory assigned to a stream (capacity).</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The size or capacity of the stream.</returns>
-    </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.Length">
-      <summary>Gets the length of the data in a stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <returns>The length of the data in the stream.</returns>
+    <member name="M:System.IO.Stream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
+      <summary>Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.</summary>
+      <param name="buffer">The region of memory to write data from.</param>
+      <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
+      <returns>A task that represents the asynchronous write operation.</returns>
     </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.Position">
-      <summary>Gets or sets the current position in a stream.</summary>
-      <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The position is set to a value that is less than zero, or the position is larger than <see cref="F:System.Int32.MaxValue" /> or results in overflow when added to the current pointer.</exception>
-      <returns>The current position in the stream.</returns>
+    <member name="M:System.IO.Stream.WriteByte(System.Byte)">
+      <summary>Writes a byte to the current position in the stream and advances the position within the stream by one byte.</summary>
+      <param name="value">The byte to write to the stream.</param>
+      <exception cref="T:System.IO.IOException">An I/O error occurs.</exception>
+      <exception cref="T:System.NotSupportedException">The stream does not support writing, or the stream is already closed.</exception>
+      <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
     </member>
-    <member name="P:System.IO.UnmanagedMemoryStream.PositionPointer">
-      <summary>Gets or sets a byte pointer to a stream based on the current position in the stream.</summary>
-      <exception cref="T:System.IndexOutOfRangeException">The current position is larger than the capacity of the stream.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The position is being set is not a valid position in the current stream.</exception>
-      <exception cref="T:System.IO.IOException">The pointer is being set to a lower value than the starting position of the stream.</exception>
-      <exception cref="T:System.NotSupportedException">The stream was initialized for use with a <see cref="T:System.Runtime.InteropServices.SafeBuffer" />. The <see cref="P:System.IO.UnmanagedMemoryStream.PositionPointer" /> property is valid only for streams that are initialized with a <see cref="T:System.Byte" /> pointer.</exception>
-      <returns>A byte pointer.</returns>
+    <member name="P:System.IO.Stream.WriteTimeout">
+      <summary>Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.</summary>
+      <returns>A value, in milliseconds, that determines how long the stream will attempt to write before timing out.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Stream.WriteTimeout" /> method always throws an <see cref="T:System.InvalidOperationException" />.</exception>
     </member>
     <member name="T:System.IObservable`1">
       <summary>Defines a provider for push-based notification.</summary>
@@ -34949,18 +18992,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Reports a progress update.</summary>
       <param name="value">The value of the updated progress.</param>
     </member>
-    <member name="T:System.ISpanFormattable">
-      <summary>Provides functionality to format the string representation of an object into a span.</summary>
-    </member>
-    <member name="M:System.ISpanFormattable.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Lazy`1">
       <summary>Provides support for lazy initialization.</summary>
       <typeparam name="T">The type of object that is being lazily initialized.</typeparam>
@@ -35006,22 +19037,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="mode" /> contains an invalid value.</exception>
     </member>
-    <member name="M:System.Lazy`1.ToString">
-      <summary>Creates and returns a string representation of the <see cref="P:System.Lazy`1.Value" /> property for this instance.</summary>
-      <exception cref="T:System.NullReferenceException">The <see cref="P:System.Lazy`1.Value" /> property is <see langword="null" />.</exception>
-      <returns>The result of calling the <see cref="M:System.Object.ToString" /> method on the <see cref="P:System.Lazy`1.Value" /> property for this instance, if the value has been created (that is, if the <see cref="P:System.Lazy`1.IsValueCreated" /> property returns <see langword="true" />). Otherwise, a string indicating that the value has not been created.</returns>
-    </member>
     <member name="P:System.Lazy`1.IsValueCreated">
       <summary>Gets a value that indicates whether a value has been created for this <see cref="T:System.Lazy`1" /> instance.</summary>
       <returns>
         <see langword="true" /> if a value has been created for this <see cref="T:System.Lazy`1" /> instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Lazy`1.ToString">
+      <summary>Creates and returns a string representation of the <see cref="P:System.Lazy`1.Value" /> property for this instance.</summary>
+      <returns>The result of calling the <see cref="M:System.Object.ToString" /> method on the <see cref="P:System.Lazy`1.Value" /> property for this instance, if the value has been created (that is, if the <see cref="P:System.Lazy`1.IsValueCreated" /> property returns <see langword="true" />). Otherwise, a string indicating that the value has not been created.</returns>
+      <exception cref="T:System.NullReferenceException">The <see cref="P:System.Lazy`1.Value" /> property is <see langword="null" />.</exception>
+    </member>
     <member name="P:System.Lazy`1.Value">
       <summary>Gets the lazily initialized value of the current <see cref="T:System.Lazy`1" /> instance.</summary>
+      <returns>The lazily initialized value of the current <see cref="T:System.Lazy`1" /> instance.</returns>
       <exception cref="T:System.MemberAccessException">The <see cref="T:System.Lazy`1" /> instance is initialized to use the parameterless constructor of the type that is being lazily initialized, and permissions to access the constructor are missing.</exception>
       <exception cref="T:System.MissingMemberException">The <see cref="T:System.Lazy`1" /> instance is initialized to use the parameterless constructor of the type that is being lazily initialized, and that type does not have a public, parameterless constructor.</exception>
       <exception cref="T:System.InvalidOperationException">The initialization function tries to access <see cref="P:System.Lazy`1.Value" /> on this instance.</exception>
-      <returns>The lazily initialized value of the current <see cref="T:System.Lazy`1" /> instance.</returns>
     </member>
     <member name="T:System.Lazy`2">
       <summary>Provides a lazy indirect reference to an object and its associated metadata for use by the Managed Extensibility Framework.</summary>
@@ -35055,9 +19086,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Lazy`2.#ctor(System.Func{`0},`1,System.Threading.LazyThreadSafetyMode)">
       <summary>Initializes a new instance of the <see cref="T:System.Lazy`2" /> class with the specified metadata and thread synchronization mode that uses the specified function to get the referenced object.</summary>
-      <param name="valueFactory">A function that returns the referenced object.</param>
+      <param name="valueFactory">A function that returns the referenced object</param>
       <param name="metadata">The metadata associated with the referenced object.</param>
-      <param name="mode">The thread synchronization mode.</param>
+      <param name="mode">The thread synchronization mode</param>
     </member>
     <member name="P:System.Lazy`2.Metadata">
       <summary>Gets the metadata associated with the referenced object.</summary>
@@ -35069,42 +19100,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.LdapStyleUriParser.#ctor">
       <summary>Creates a customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.</summary>
     </member>
-    <member name="T:System.LoaderOptimization">
-      <summary>An enumeration used with the <see cref="T:System.LoaderOptimizationAttribute" /> class to specify loader optimizations for an executable.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.DisallowBindings">
-      <summary>Ignored by the common language runtime.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.DomainMask">
-      <summary>Do not use. This mask selects the domain-related values, screening out the unused <see cref="F:System.LoaderOptimization.DisallowBindings" /> flag.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.MultiDomain">
-      <summary>Indicates that the application will probably have many domains that use the same code, and the loader must share maximal internal resources across application domains.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.MultiDomainHost">
-      <summary>Indicates that the application will probably host unique code in multiple domains, and the loader must share resources across application domains only for globally available (strong-named) assemblies that have been added to the global assembly cache.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.NotSpecified">
-      <summary>Indicates that no optimizations for sharing internal resources are specified. If the default domain or hosting interface specified an optimization, then the loader uses that; otherwise, the loader uses <see cref="F:System.LoaderOptimization.SingleDomain" />.</summary>
-    </member>
-    <member name="F:System.LoaderOptimization.SingleDomain">
-      <summary>Indicates that the application will probably have a single domain, and loader must not share internal resources across application domains.</summary>
-    </member>
-    <member name="T:System.LoaderOptimizationAttribute">
-      <summary>Used to set the default loader optimization policy for the main method of an executable application.</summary>
-    </member>
-    <member name="M:System.LoaderOptimizationAttribute.#ctor(System.Byte)">
-      <summary>Initializes a new instance of the <see cref="T:System.LoaderOptimizationAttribute" /> class to the specified value.</summary>
-      <param name="value">A value equivalent to a <see cref="T:System.LoaderOptimization" /> constant.</param>
-    </member>
-    <member name="M:System.LoaderOptimizationAttribute.#ctor(System.LoaderOptimization)">
-      <summary>Initializes a new instance of the <see cref="T:System.LoaderOptimizationAttribute" /> class to the specified value.</summary>
-      <param name="value">A <see cref="T:System.LoaderOptimization" /> constant.</param>
-    </member>
-    <member name="P:System.LoaderOptimizationAttribute.Value">
-      <summary>Gets the current <see cref="T:System.LoaderOptimization" /> value for this instance.</summary>
-      <returns>A <see cref="T:System.LoaderOptimization" /> constant.</returns>
-    </member>
     <member name="T:System.MarshalByRefObject">
       <summary>Enables access to objects across application domain boundaries in applications that support remoting.</summary>
     </member>
@@ -35113,15 +19108,13 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.MarshalByRefObject.GetLifetimeService">
       <summary>Retrieves the current lifetime service object that controls the lifetime policy for this instance.</summary>
-      <exception cref="T:System.Security.SecurityException">The immediate caller does not have infrastructure permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
       <returns>An object of type <see cref="T:System.Runtime.Remoting.Lifetime.ILease" /> used to control the lifetime policy for this instance.</returns>
+      <exception cref="T:System.Security.SecurityException">The immediate caller does not have infrastructure permission.</exception>
     </member>
     <member name="M:System.MarshalByRefObject.InitializeLifetimeService">
       <summary>Obtains a lifetime service object to control the lifetime policy for this instance.</summary>
-      <exception cref="T:System.Security.SecurityException">The immediate caller does not have infrastructure permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
       <returns>An object of type <see cref="T:System.Runtime.Remoting.Lifetime.ILease" /> used to control the lifetime policy for this instance. This is the current lifetime service object for this instance if one exists; otherwise, a new lifetime service object initialized to the value of the <see cref="P:System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseManagerPollTime" /> property.</returns>
+      <exception cref="T:System.Security.SecurityException">The immediate caller does not have infrastructure permission.</exception>
     </member>
     <member name="M:System.MarshalByRefObject.MemberwiseClone(System.Boolean)">
       <summary>Creates a shallow copy of the current <see cref="T:System.MarshalByRefObject" /> object.</summary>
@@ -35129,1289 +19122,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <see langword="false" /> to delete the current <see cref="T:System.MarshalByRefObject" /> object's identity, which will cause the object to be assigned a new identity when it is marshaled across a remoting boundary. A value of <see langword="false" /> is usually appropriate. <see langword="true" /> to copy the current <see cref="T:System.MarshalByRefObject" /> object's identity to its clone, which will cause remoting client calls to be routed to the remote server object.</param>
       <returns>A shallow copy of the current <see cref="T:System.MarshalByRefObject" /> object.</returns>
     </member>
-    <member name="T:System.Math">
-      <summary>Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.</summary>
-    </member>
-    <member name="F:System.Math.E">
-      <summary>Represents the natural logarithmic base, specified by the constant, <see langword="e" />.</summary>
-    </member>
-    <member name="F:System.Math.PI">
-      <summary>Represents the ratio of the circumference of a circle to its diameter, specified by the constant, Ï€.</summary>
-    </member>
-    <member name="F:System.Math.Tau">
-      <summary>Represents the number of radians in one turn, specified by the constant, Ï„.</summary>
-    </member>
-    <member name="M:System.Math.Abs(System.Decimal)">
-      <summary>Returns the absolute value of a <see cref="T:System.Decimal" /> number.</summary>
-      <param name="value">A number that is greater than or equal to <see cref="F:System.Decimal.MinValue" />, but less than or equal to <see cref="F:System.Decimal.MaxValue" />.</param>
-      <returns>A decimal number, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Decimal.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.Double)">
-      <summary>Returns the absolute value of a double-precision floating-point number.</summary>
-      <param name="value">A number that is greater than or equal to <see cref="F:System.Double.MinValue" />, but less than or equal to <see cref="F:System.Double.MaxValue" />.</param>
-      <returns>A double-precision floating-point number, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Double.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.Int16)">
-      <summary>Returns the absolute value of a 16-bit signed integer.</summary>
-      <param name="value">A number that is greater than <see cref="F:System.Int16.MinValue" />, but less than or equal to <see cref="F:System.Int16.MaxValue" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> equals <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>A 16-bit signed integer, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Int16.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.Int32)">
-      <summary>Returns the absolute value of a 32-bit signed integer.</summary>
-      <param name="value">A number that is greater than <see cref="F:System.Int32.MinValue" />, but less than or equal to <see cref="F:System.Int32.MaxValue" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> equals <see cref="F:System.Int32.MinValue" />.</exception>
-      <returns>A 32-bit signed integer, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Int32.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.Int64)">
-      <summary>Returns the absolute value of a 64-bit signed integer.</summary>
-      <param name="value">A number that is greater than <see cref="F:System.Int64.MinValue" />, but less than or equal to <see cref="F:System.Int64.MaxValue" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> equals <see cref="F:System.Int64.MinValue" />.</exception>
-      <returns>A 64-bit signed integer, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Int64.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.IntPtr)">
-      <summary>Returns the absolute value of a native signed integer.</summary>
-      <param name="value">A number that is greater than <see cref="P:System.IntPtr.MinValue" />, but less than or equal to <see cref="P:System.IntPtr.MaxValue" />.</param>
-      <returns>A native signed integer, x, such that 0 â‰¤ x â‰¤ <see cref="P:System.IntPtr.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.SByte)">
-      <summary>Returns the absolute value of an 8-bit signed integer.</summary>
-      <param name="value">A number that is greater than <see cref="F:System.SByte.MinValue" />, but less than or equal to <see cref="F:System.SByte.MaxValue" />.</param>
-      <exception cref="T:System.OverflowException">
-        <paramref name="value" /> equals <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>An 8-bit signed integer, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.SByte.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Abs(System.Single)">
-      <summary>Returns the absolute value of a single-precision floating-point number.</summary>
-      <param name="value">A number that is greater than or equal to <see cref="F:System.Single.MinValue" />, but less than or equal to <see cref="F:System.Single.MaxValue" />.</param>
-      <returns>A single-precision floating-point number, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Single.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Math.Acos(System.Double)">
-      <summary>Returns the angle whose cosine is the specified number.</summary>
-      <param name="d">A number representing a cosine, where <paramref name="d" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that 0 â‰¤ Î¸ â‰¤ Ï€.
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> &lt; -1 or <paramref name="d" /> &gt; 1 or <paramref name="d" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Acosh(System.Double)">
-      <summary>Returns the angle whose hyperbolic cosine is the specified number.</summary>
-      <param name="d">A number representing a hyperbolic cosine, where <paramref name="d" /> must be greater than or equal to 1, but less than or equal to <see cref="F:System.Double.PositiveInfinity" />.</param>
-      <returns>An angle, Î¸, measured in radians, such that 0 â‰¤ Î¸ â‰¤ âˆž.  
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> &lt; 1 or <paramref name="d" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Asin(System.Double)">
-      <summary>Returns the angle whose sine is the specified number.</summary>
-      <param name="d">A number representing a sine, where <paramref name="d" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€/2 â‰¤ Î¸ â‰¤ Ï€/2.
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> &lt; -1 or <paramref name="d" /> &gt; 1 or <paramref name="d" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Asinh(System.Double)">
-      <summary>Returns the angle whose hyperbolic sine is the specified number.</summary>
-      <param name="d">A number representing a hyperbolic sine, where <paramref name="d" /> must be greater than or equal to <see cref="F:System.Double.NegativeInfinity" />, but less than or equal to <see cref="F:System.Double.PositiveInfinity" />.</param>
-      <returns>An angle, Î¸, measured in radians. 
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Atan(System.Double)">
-      <summary>Returns the angle whose tangent is the specified number.</summary>
-      <param name="d">A number representing a tangent.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€/2 â‰¤ Î¸ â‰¤ Ï€/2.  
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> equals <see cref="F:System.Double.NaN" />, -Ï€/2 rounded to double precision (-1.5707963267949) if <paramref name="d" /> equals <see cref="F:System.Double.NegativeInfinity" />, or Ï€/2 rounded to double precision (1.5707963267949) if <paramref name="d" /> equals <see cref="F:System.Double.PositiveInfinity" />.</returns>
-    </member>
-    <member name="M:System.Math.Atan2(System.Double,System.Double)">
-      <summary>Returns the angle whose tangent is the quotient of two specified numbers.</summary>
-      <param name="y">The y coordinate of a point.</param>
-      <param name="x">The x coordinate of a point.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€ â‰¤ Î¸ â‰¤ Ï€, and tan(θ) = <paramref name="y" /> / <paramref name="x" />, where (<paramref name="x" />, <paramref name="y" />) is a point in the Cartesian plane. Observe the following:
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 1, 0 &lt; Î¸ &lt; Ï€/2.  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 2, Ï€/2 &lt; Î¸ â‰¤ Ï€.
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 3, -Ï€ &lt; Î¸ &lt; -Ï€/2.  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 4, -Ï€/2 &lt; Î¸ &lt; 0.  
-  
- For points on the boundaries of the quadrants, the return value is the following:  
-  
--   If y is 0 and x is not negative, Î¸ = 0.  
-  
--   If y is 0 and x is negative, Î¸ = Ï€.  
-  
--   If y is positive and x is 0, Î¸ = Ï€/2.  
-  
--   If y is negative and x is 0, Î¸ = -Ï€/2.  
-  
--   If y is 0 and x is 0, Î¸ = 0.  
-  
- If <paramref name="x" /> or <paramref name="y" /> is <see cref="F:System.Double.NaN" />, or if <paramref name="x" /> and <paramref name="y" /> are either <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" />, the method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Atanh(System.Double)">
-      <summary>Returns the angle whose hyperbolic tangent is the specified number.</summary>
-      <param name="d">A number representing a hyperbolic tangent, where <paramref name="d" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that -∞ &lt; Î¸ &lt; -1, or 1 &lt; Î¸ &lt; âˆž. 
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="d" /> &lt; -1 or <paramref name="d" /> &gt; 1 or <paramref name="d" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.BigMul(System.Int32,System.Int32)">
-      <summary>Produces the full product of two 32-bit numbers.</summary>
-      <param name="a">The first number to multiply.</param>
-      <param name="b">The second number to multiply.</param>
-      <returns>The number containing the product of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.BigMul(System.Int64,System.Int64,System.Int64@)">
-      <summary>Produces the full product of two 64-bit numbers.</summary>
-      <param name="a">The first number to multiply.</param>
-      <param name="b">The second number to multiply.</param>
-      <param name="low">The low 64-bit of the product of the specified numbers.</param>
-      <returns>The high 64-bit of the product of the specied numbers.</returns>
-    </member>
-    <member name="M:System.Math.BigMul(System.UInt64,System.UInt64,System.UInt64@)">
-      <summary>Produces the full product of two unsigned 64-bit numbers.</summary>
-      <param name="a">The first number to multiply.</param>
-      <param name="b">The second number to multiply.</param>
-      <param name="low">The low 64-bit of the product of the specified numbers.</param>
-      <returns>The high 64-bit of the product of the specied numbers.</returns>
-    </member>
-    <member name="M:System.Math.BitDecrement(System.Double)">
-      <summary>Returns the next smallest value that compares less than <paramref name="x" />.</summary>
-      <param name="x">The value to decrement.</param>
-      <returns>The next smallest value that compares less than <paramref name="x" />.  
-  
- -or-  
-  
- <see cref="F:System.Double.NegativeInfinity" /> if <paramref name="x" /> equals <see cref="F:System.Double.NegativeInfinity" />.
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.BitIncrement(System.Double)">
-      <summary>Returns the next largest value that compares greater than <paramref name="x" />.</summary>
-      <param name="x">The value to increment.</param>
-      <returns>The next largest value that compares greater than <paramref name="x" />.  
-  
- -or-  
-  
- <see cref="F:System.Double.PositiveInfinity" /> if <paramref name="x" /> equals <see cref="F:System.Double.PositiveInfinity" />.
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Cbrt(System.Double)">
-      <summary>Returns the cube root of a specified number.</summary>
-      <param name="d">The number whose cube root is to be found.</param>
-      <returns>The cube root of <paramref name="d" />.  
-  
- -or-  
-  
- <see cref="F:System.Double.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Ceiling(System.Decimal)">
-      <summary>Returns the smallest integral value that is greater than or equal to the specified decimal number.</summary>
-      <param name="d">A decimal number.</param>
-      <returns>The smallest integral value that is greater than or equal to <paramref name="d" />. Note that this method returns a <see cref="T:System.Decimal" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.Ceiling(System.Double)">
-      <summary>Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number.</summary>
-      <param name="a">A double-precision floating-point number.</param>
-      <returns>The smallest integral value that is greater than or equal to <paramref name="a" />. If <paramref name="a" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, that value is returned. Note that this method returns a <see cref="T:System.Double" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Byte,System.Byte,System.Byte)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.  
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Decimal,System.Decimal,System.Decimal)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt;<paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Double,System.Double,System.Double)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.
-  
- -or-  
-  
-  <see cref="F:System.Double.NaN" /> if <paramref name="value" /> equals <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Int16,System.Int16,System.Int16)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Int32,System.Int32,System.Int32)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Int64,System.Int64,System.Int64)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.IntPtr,System.IntPtr,System.IntPtr)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-             -or- 
-               <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-             -or- 
-               <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.SByte,System.SByte,System.SByte)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.Single,System.Single,System.Single)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.  
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.
-  
- -or-  
-  
-  <see cref="F:System.Single.NaN" /> if <paramref name="value" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.UInt16,System.UInt16,System.UInt16)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.  
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.UInt32,System.UInt32,System.UInt32)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.  
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.UInt64,System.UInt64,System.UInt64)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-  
- -or-  
-  
- <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-  
- -or-  
-  
- <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Clamp(System.UIntPtr,System.UIntPtr,System.UIntPtr)">
-      <summary>Returns <paramref name="value" /> clamped to the inclusive range of <paramref name="min" /> and <paramref name="max" />.</summary>
-      <param name="value">The value to be clamped.</param>
-      <param name="min">The lower bound of the result.</param>
-      <param name="max">The upper bound of the result.</param>
-      <returns>
-        <paramref name="value" /> if <paramref name="min" /> â‰¤ <paramref name="value" /> â‰¤ <paramref name="max" />.
-             -or- 
-               <paramref name="min" /> if <paramref name="value" /> &lt; <paramref name="min" />.
-             -or- 
-               <paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.CopySign(System.Double,System.Double)">
-      <summary>Returns a value with the magnitude of <paramref name="x" /> and the sign of <paramref name="y" />.</summary>
-      <param name="x">A number whose magnitude is used in the result.</param>
-      <param name="y">A number whose sign is the used in the result.</param>
-      <returns>A value with the magnitude of <paramref name="x" /> and the sign of <paramref name="y" />.</returns>
-    </member>
-    <member name="M:System.Math.Cos(System.Double)">
-      <summary>Returns the cosine of the specified angle.</summary>
-      <param name="d">An angle, measured in radians.</param>
-      <returns>The cosine of <paramref name="d" />. If <paramref name="d" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, this method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Cosh(System.Double)">
-      <summary>Returns the hyperbolic cosine of the specified angle.</summary>
-      <param name="value">An angle, measured in radians.</param>
-      <returns>The hyperbolic cosine of <paramref name="value" />. If <paramref name="value" /> is equal to <see cref="F:System.Double.NegativeInfinity" /> or <see cref="F:System.Double.PositiveInfinity" />, <see cref="F:System.Double.PositiveInfinity" /> is returned. If <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Byte,System.Byte)">
-      <summary>Produces the quotient and the remainder of two unsigned 8-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Int16,System.Int16)">
-      <summary>Produces the quotient and the remainder of two signed 16-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Int32,System.Int32)">
-      <summary>Produces the quotient and the remainder of two signed 32-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Int32,System.Int32,System.Int32@)">
-      <summary>Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter.</summary>
-      <param name="a">The dividend.</param>
-      <param name="b">The divisor.</param>
-      <param name="result">The remainder.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="b" /> is zero.</exception>
-      <returns>The quotient of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Int64,System.Int64)">
-      <summary>Produces the quotient and the remainder of two signed 64-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.Int64,System.Int64,System.Int64@)">
-      <summary>Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter.</summary>
-      <param name="a">The dividend.</param>
-      <param name="b">The divisor.</param>
-      <param name="result">The remainder.</param>
-      <exception cref="T:System.DivideByZeroException">
-        <paramref name="b" /> is zero.</exception>
-      <returns>The quotient of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.IntPtr,System.IntPtr)">
-      <summary>Produces the quotient and the remainder of two signed native-size numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.SByte,System.SByte)">
-      <summary>Produces the quotient and the remainder of two signed 8-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.UInt16,System.UInt16)">
-      <summary>Produces the quotient and the remainder of two unsigned 16-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.UInt32,System.UInt32)">
-      <summary>Produces the quotient and the remainder of two unsigned 32-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.UInt64,System.UInt64)">
-      <summary>Produces the quotient and the remainder of two unsigned 64-bit numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.DivRem(System.UIntPtr,System.UIntPtr)">
-      <summary>Produces the quotient and the remainder of two unsigned native-size numbers.</summary>
-      <param name="left">The dividend.</param>
-      <param name="right">The divisor.</param>
-      <returns>The quotient and the remainder of the specified numbers.</returns>
-    </member>
-    <member name="M:System.Math.Exp(System.Double)">
-      <summary>Returns <see langword="e" /> raised to the specified power.</summary>
-      <param name="d">A number specifying a power.</param>
-      <returns>The number <see langword="e" /> raised to the power <paramref name="d" />. If <paramref name="d" /> equals <see cref="F:System.Double.NaN" /> or <see cref="F:System.Double.PositiveInfinity" />, that value is returned. If <paramref name="d" /> equals <see cref="F:System.Double.NegativeInfinity" />, 0 is returned.</returns>
-    </member>
-    <member name="M:System.Math.Floor(System.Decimal)">
-      <summary>Returns the largest integral value less than or equal to the specified decimal number.</summary>
-      <param name="d">A decimal number.</param>
-      <returns>The largest integral value less than or equal to <paramref name="d" />.  Note that the method returns an integral value of type <see cref="T:System.Decimal" />.</returns>
-    </member>
-    <member name="M:System.Math.Floor(System.Double)">
-      <summary>Returns the largest integral value less than or equal to the specified double-precision floating-point number.</summary>
-      <param name="d">A double-precision floating-point number.</param>
-      <returns>The largest integral value less than or equal to <paramref name="d" />. If <paramref name="d" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, that value is returned.</returns>
-    </member>
-    <member name="M:System.Math.FusedMultiplyAdd(System.Double,System.Double,System.Double)">
-      <summary>Returns (x * y) + z, rounded as one ternary operation.</summary>
-      <param name="x">The number to be multiplied with <paramref name="y" />.</param>
-      <param name="y">The number to be multiplied with <paramref name="x" />.</param>
-      <param name="z">The number to be added to the result of <paramref name="x" /> multiplied by <paramref name="y" />.</param>
-      <returns>(x * y) + z, rounded as one ternary operation.</returns>
-    </member>
-    <member name="M:System.Math.IEEERemainder(System.Double,System.Double)">
-      <summary>Returns the remainder resulting from the division of a specified number by another specified number.</summary>
-      <param name="x">A dividend.</param>
-      <param name="y">A divisor.</param>
-      <returns>A number equal to <paramref name="x" /> - (<paramref name="y" /> Q), where Q is the quotient of <paramref name="x" /> / <paramref name="y" /> rounded to the nearest integer (if <paramref name="x" /> / <paramref name="y" /> falls halfway between two integers, the even integer is returned).  
-  
- If <paramref name="x" /> - (<paramref name="y" /> Q) is zero, the value +0 is returned if <paramref name="x" /> is positive, or -0 if <paramref name="x" /> is negative.  
-  
- If <paramref name="y" /> = 0, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.ILogB(System.Double)">
-      <summary>Returns the base 2 integer logarithm of a specified number.</summary>
-      <param name="x">The number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Default</term><description> The base 2 integer log of <paramref name="x" />; that is, (int)log2(<paramref name="x" />).</description></item><item><term> Zero</term><description><see cref="F:System.Int32.MinValue" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /> or <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" /></term><description><see cref="F:System.Int32.MaxValue" /></description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Log(System.Double)">
-      <summary>Returns the natural (base <see langword="e" />) logarithm of a specified number.</summary>
-      <param name="d">The number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="d" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The natural logarithm of <paramref name="d" />; that is, ln <paramref name="d" />, or log e <paramref name="d" /></description></item><item><term> Zero</term><description><see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /></term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.PositiveInfinity" /></term><description><see cref="F:System.Double.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Log(System.Double,System.Double)">
-      <summary>Returns the logarithm of a specified number in a specified base.</summary>
-      <param name="a">The number whose logarithm is to be found.</param>
-      <param name="newBase">The base of the logarithm.</param>
-      <returns>One of the values in the following table. (+Infinity denotes <see cref="F:System.Double.PositiveInfinity" />, -Infinity denotes <see cref="F:System.Double.NegativeInfinity" />, and NaN denotes <see cref="F:System.Double.NaN" />.)  
-  
- <list type="table"><listheader><term><paramref name="a" /></term><description><paramref name="newBase" /></description><description> Return value</description></listheader><item><term><paramref name="a" />&gt; 0</term><description> (0 &lt;<paramref name="newBase" />&lt; 1) -or-(<paramref name="newBase" />&gt; 1)</description><description> lognewBase(a)</description></item><item><term><paramref name="a" />&lt; 0</term><description> (any value)</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" />&lt; 0</description><description> NaN</description></item><item><term><paramref name="a" /> != 1</term><description><paramref name="newBase" /> = 0</description><description> NaN</description></item><item><term><paramref name="a" /> != 1</term><description><paramref name="newBase" /> = +Infinity</description><description> NaN</description></item><item><term><paramref name="a" /> = NaN</term><description> (any value)</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" /> = NaN</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" /> = 1</description><description> NaN</description></item><item><term><paramref name="a" /> = 0</term><description> 0 &lt;<paramref name="newBase" />&lt; 1</description><description> +Infinity</description></item><item><term><paramref name="a" /> = 0</term><description><paramref name="newBase" />&gt; 1</description><description> -Infinity</description></item><item><term><paramref name="a" /> =  +Infinity</term><description> 0 &lt;<paramref name="newBase" />&lt; 1</description><description> -Infinity</description></item><item><term><paramref name="a" /> =  +Infinity</term><description><paramref name="newBase" />&gt; 1</description><description> +Infinity</description></item><item><term><paramref name="a" /> = 1</term><description><paramref name="newBase" /> = 0</description><description> 0</description></item><item><term><paramref name="a" /> = 1</term><description><paramref name="newBase" /> = +Infinity</description><description> 0</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Log10(System.Double)">
-      <summary>Returns the base 10 logarithm of a specified number.</summary>
-      <param name="d">A number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="d" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The base 10 log of <paramref name="d" />; that is, log 10<paramref name="d" />.</description></item><item><term> Zero</term><description><see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /></term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.PositiveInfinity" /></term><description><see cref="F:System.Double.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Log2(System.Double)">
-      <summary>Returns the base 2 logarithm of a specified number.</summary>
-      <param name="x">A number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The base 2 log of <paramref name="x" />; that is, log 2<paramref name="x" />.</description></item><item><term> Zero</term><description><see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /></term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equal to <see cref="F:System.Double.PositiveInfinity" /></term><description><see cref="F:System.Double.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Max(System.Byte,System.Byte)">
-      <summary>Returns the larger of two 8-bit unsigned integers.</summary>
-      <param name="val1">The first of two 8-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 8-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Decimal,System.Decimal)">
-      <summary>Returns the larger of two decimal numbers.</summary>
-      <param name="val1">The first of two decimal numbers to compare.</param>
-      <param name="val2">The second of two decimal numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Double,System.Double)">
-      <summary>Returns the larger of two double-precision floating-point numbers.</summary>
-      <param name="val1">The first of two double-precision floating-point numbers to compare.</param>
-      <param name="val2">The second of two double-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger. If <paramref name="val1" />, <paramref name="val2" />, or both <paramref name="val1" /> and <paramref name="val2" /> are equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Int16,System.Int16)">
-      <summary>Returns the larger of two 16-bit signed integers.</summary>
-      <param name="val1">The first of two 16-bit signed integers to compare.</param>
-      <param name="val2">The second of two 16-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Int32,System.Int32)">
-      <summary>Returns the larger of two 32-bit signed integers.</summary>
-      <param name="val1">The first of two 32-bit signed integers to compare.</param>
-      <param name="val2">The second of two 32-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Int64,System.Int64)">
-      <summary>Returns the larger of two 64-bit signed integers.</summary>
-      <param name="val1">The first of two 64-bit signed integers to compare.</param>
-      <param name="val2">The second of two 64-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.IntPtr,System.IntPtr)">
-      <summary>Returns the larger of two native signed integers.</summary>
-      <param name="val1">The first of two native signed integers to compare.</param>
-      <param name="val2">The second of two native signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.SByte,System.SByte)">
-      <summary>Returns the larger of two 8-bit signed integers.</summary>
-      <param name="val1">The first of two 8-bit signed integers to compare.</param>
-      <param name="val2">The second of two 8-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.Single,System.Single)">
-      <summary>Returns the larger of two single-precision floating-point numbers.</summary>
-      <param name="val1">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="val2">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger. If <paramref name="val1" />, or <paramref name="val2" />, or both <paramref name="val1" /> and <paramref name="val2" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.UInt16,System.UInt16)">
-      <summary>Returns the larger of two 16-bit unsigned integers.</summary>
-      <param name="val1">The first of two 16-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 16-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.UInt32,System.UInt32)">
-      <summary>Returns the larger of two 32-bit unsigned integers.</summary>
-      <param name="val1">The first of two 32-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 32-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.UInt64,System.UInt64)">
-      <summary>Returns the larger of two 64-bit unsigned integers.</summary>
-      <param name="val1">The first of two 64-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 64-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.Max(System.UIntPtr,System.UIntPtr)">
-      <summary>Returns the larger of two native unsigned integers.</summary>
-      <param name="val1">The first of two native unsigned integers to compare.</param>
-      <param name="val2">The second of two native unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is larger.</returns>
-    </member>
-    <member name="M:System.Math.MaxMagnitude(System.Double,System.Double)">
-      <summary>Returns the larger magnitude of two double-precision floating-point numbers.</summary>
-      <param name="x">The first of two double-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two double-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever has the larger magnitude. If <paramref name="x" />, or <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Byte,System.Byte)">
-      <summary>Returns the smaller of two 8-bit unsigned integers.</summary>
-      <param name="val1">The first of two 8-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 8-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Decimal,System.Decimal)">
-      <summary>Returns the smaller of two decimal numbers.</summary>
-      <param name="val1">The first of two decimal numbers to compare.</param>
-      <param name="val2">The second of two decimal numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Double,System.Double)">
-      <summary>Returns the smaller of two double-precision floating-point numbers.</summary>
-      <param name="val1">The first of two double-precision floating-point numbers to compare.</param>
-      <param name="val2">The second of two double-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller. If <paramref name="val1" />, <paramref name="val2" />, or both <paramref name="val1" /> and <paramref name="val2" /> are equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Int16,System.Int16)">
-      <summary>Returns the smaller of two 16-bit signed integers.</summary>
-      <param name="val1">The first of two 16-bit signed integers to compare.</param>
-      <param name="val2">The second of two 16-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Int32,System.Int32)">
-      <summary>Returns the smaller of two 32-bit signed integers.</summary>
-      <param name="val1">The first of two 32-bit signed integers to compare.</param>
-      <param name="val2">The second of two 32-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Int64,System.Int64)">
-      <summary>Returns the smaller of two 64-bit signed integers.</summary>
-      <param name="val1">The first of two 64-bit signed integers to compare.</param>
-      <param name="val2">The second of two 64-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.IntPtr,System.IntPtr)">
-      <summary>Returns the smaller of two native signed integers.</summary>
-      <param name="val1">The first of two native signed integers to compare.</param>
-      <param name="val2">The second of two native signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.SByte,System.SByte)">
-      <summary>Returns the smaller of two 8-bit signed integers.</summary>
-      <param name="val1">The first of two 8-bit signed integers to compare.</param>
-      <param name="val2">The second of two 8-bit signed integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.Single,System.Single)">
-      <summary>Returns the smaller of two single-precision floating-point numbers.</summary>
-      <param name="val1">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="val2">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller. If <paramref name="val1" />, <paramref name="val2" />, or both <paramref name="val1" /> and <paramref name="val2" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.UInt16,System.UInt16)">
-      <summary>Returns the smaller of two 16-bit unsigned integers.</summary>
-      <param name="val1">The first of two 16-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 16-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.UInt32,System.UInt32)">
-      <summary>Returns the smaller of two 32-bit unsigned integers.</summary>
-      <param name="val1">The first of two 32-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 32-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.UInt64,System.UInt64)">
-      <summary>Returns the smaller of two 64-bit unsigned integers.</summary>
-      <param name="val1">The first of two 64-bit unsigned integers to compare.</param>
-      <param name="val2">The second of two 64-bit unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.Min(System.UIntPtr,System.UIntPtr)">
-      <summary>Returns the smaller of two native unsigned integers.</summary>
-      <param name="val1">The first of two native unsigned integers to compare.</param>
-      <param name="val2">The second of two native unsigned integers to compare.</param>
-      <returns>Parameter <paramref name="val1" /> or <paramref name="val2" />, whichever is smaller.</returns>
-    </member>
-    <member name="M:System.Math.MinMagnitude(System.Double,System.Double)">
-      <summary>Returns the smaller magnitude of two double-precision floating-point numbers.</summary>
-      <param name="x">The first of two double-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two double-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever has the smaller magnitude. If <paramref name="x" />, or <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.Math.Pow(System.Double,System.Double)">
-      <summary>Returns a specified number raised to the specified power.</summary>
-      <param name="x">A double-precision floating-point number to be raised to a power.</param>
-      <param name="y">A double-precision floating-point number that specifies a power.</param>
-      <returns>The number <paramref name="x" /> raised to the power <paramref name="y" />.</returns>
-    </member>
-    <member name="M:System.Math.ReciprocalEstimate(System.Double)">
-      <summary>Returns an estimate of the reciprocal of a specified number.</summary>
-      <param name="d">The number whose reciprocal is to be estimated.</param>
-      <returns>An estimate of the reciprocal of <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Math.ReciprocalSqrtEstimate(System.Double)">
-      <summary>Returns an estimate of the reciprocal square root of a specified number.</summary>
-      <param name="d">The number whose reciprocal square root is to be estimated.</param>
-      <returns>An estimate of the reciprocal square root <paramref name="d" />.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Decimal)">
-      <summary>Rounds a decimal value to the nearest integral value, and rounds midpoint values to the nearest even number.</summary>
-      <param name="d">A decimal number to be rounded.</param>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" />.</exception>
-      <returns>The integer nearest the <paramref name="d" /> parameter. If the fractional component of <paramref name="d" /> is halfway between two integers, one of which is even and the other odd, the even number is returned. Note that this method returns a <see cref="T:System.Decimal" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Decimal,System.Int32)">
-      <summary>Rounds a decimal value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.</summary>
-      <param name="d">A decimal number to be rounded.</param>
-      <param name="decimals">The number of decimal places in the return value.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="decimals" /> is less than 0 or greater than 28.</exception>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" />.</exception>
-      <returns>The number nearest to <paramref name="d" /> that contains a number of fractional digits equal to <paramref name="decimals" />.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Decimal,System.Int32,System.MidpointRounding)">
-      <summary>Rounds a decimal value to a specified number of fractional digits using the specified rounding convention.</summary>
-      <param name="d">A decimal number to be rounded.</param>
-      <param name="decimals">The number of decimal places in the return value.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="decimals" /> is less than 0 or greater than 28.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" />.</exception>
-      <returns>The number with <paramref name="decimals" /> fractional digits that <paramref name="d" /> is rounded to. If <paramref name="d" /> has fewer fractional digits than <paramref name="decimals" />, <paramref name="d" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Decimal,System.MidpointRounding)">
-      <summary>Rounds a decimal value an integer using the specified rounding convention.</summary>
-      <param name="d">A decimal number to be rounded.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <exception cref="T:System.OverflowException">The result is outside the range of a <see cref="T:System.Decimal" />.</exception>
-      <returns>The integer that <paramref name="d" /> is rounded to. This method returns a <see cref="T:System.Decimal" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Double)">
-      <summary>Rounds a double-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number.</summary>
-      <param name="a">A double-precision floating-point number to be rounded.</param>
-      <returns>The integer nearest <paramref name="a" />. If the fractional component of <paramref name="a" /> is halfway between two integers, one of which is even and the other odd, then the even number is returned. Note that this method returns a <see cref="T:System.Double" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Double,System.Int32)">
-      <summary>Rounds a double-precision floating-point value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.</summary>
-      <param name="value">A double-precision floating-point number to be rounded.</param>
-      <param name="digits">The number of fractional digits in the return value.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="digits" /> is less than 0 or greater than 15.</exception>
-      <returns>The number nearest to <paramref name="value" /> that contains a number of fractional digits equal to <paramref name="digits" />.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Double,System.Int32,System.MidpointRounding)">
-      <summary>Rounds a double-precision floating-point value to a specified number of fractional digits using the specified rounding convention.</summary>
-      <param name="value">A double-precision floating-point number to be rounded.</param>
-      <param name="digits">The number of fractional digits in the return value.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="digits" /> is less than 0 or greater than 15.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <returns>The number that has <paramref name="digits" /> fractional digits that <paramref name="value" /> is rounded to. If <paramref name="value" /> has fewer fractional digits than <paramref name="digits" />, <paramref name="value" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.Math.Round(System.Double,System.MidpointRounding)">
-      <summary>Rounds a double-precision floating-point value to an integer using the specified rounding convention.</summary>
-      <param name="value">A double-precision floating-point number to be rounded.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <returns>The integer that <paramref name="value" /> is rounded to. This method returns a <see cref="T:System.Double" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.Math.ScaleB(System.Double,System.Int32)">
-      <summary>Returns x * 2^n computed efficiently.</summary>
-      <param name="x">A double-precision floating-point number that specifies the base value.</param>
-      <param name="n">A 32-bit integer that specifies the power.</param>
-      <returns>x * 2^n computed efficiently.</returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Decimal)">
-      <summary>Returns an integer that indicates the sign of a decimal number.</summary>
-      <param name="value">A signed decimal number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Double)">
-      <summary>Returns an integer that indicates the sign of a double-precision floating-point number.</summary>
-      <param name="value">A signed number.</param>
-      <exception cref="T:System.ArithmeticException">
-        <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Int16)">
-      <summary>Returns an integer that indicates the sign of a 16-bit signed integer.</summary>
-      <param name="value">A signed number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Int32)">
-      <summary>Returns an integer that indicates the sign of a 32-bit signed integer.</summary>
-      <param name="value">A signed number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Int64)">
-      <summary>Returns an integer that indicates the sign of a 64-bit signed integer.</summary>
-      <param name="value">A signed number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.IntPtr)">
-      <summary>Returns an integer that indicates the sign of a native sized signed integer.</summary>
-      <param name="value">A signed number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.SByte)">
-      <summary>Returns an integer that indicates the sign of an 8-bit signed integer.</summary>
-      <param name="value">A signed number.</param>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sign(System.Single)">
-      <summary>Returns an integer that indicates the sign of a single-precision floating-point number.</summary>
-      <param name="value">A signed number.</param>
-      <exception cref="T:System.ArithmeticException">
-        <paramref name="value" /> is equal to <see cref="F:System.Single.NaN" />.</exception>
-      <returns>A number that indicates the sign of <paramref name="value" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="value" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="value" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="value" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Sin(System.Double)">
-      <summary>Returns the sine of the specified angle.</summary>
-      <param name="a">An angle, measured in radians.</param>
-      <returns>The sine of <paramref name="a" />. If <paramref name="a" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, this method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.SinCos(System.Double)">
-      <summary>Returns the sine and cosine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The sine and cosine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, this method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Sinh(System.Double)">
-      <summary>Returns the hyperbolic sine of the specified angle.</summary>
-      <param name="value">An angle, measured in radians.</param>
-      <returns>The hyperbolic sine of <paramref name="value" />. If <paramref name="value" /> is equal to <see cref="F:System.Double.NegativeInfinity" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NaN" />, this method returns a <see cref="T:System.Double" /> equal to <paramref name="value" />.</returns>
-    </member>
-    <member name="M:System.Math.Sqrt(System.Double)">
-      <summary>Returns the square root of a specified number.</summary>
-      <param name="d">The number whose square root is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="d" /> parameter</term><description> Return value</description></listheader><item><term> Zero or positive</term><description> The positive square root of <paramref name="d" />.</description></item><item><term> Negative</term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equals <see cref="F:System.Double.NaN" /></term><description><see cref="F:System.Double.NaN" /></description></item><item><term> Equals <see cref="F:System.Double.PositiveInfinity" /></term><description><see cref="F:System.Double.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.Math.Tan(System.Double)">
-      <summary>Returns the tangent of the specified angle.</summary>
-      <param name="a">An angle, measured in radians.</param>
-      <returns>The tangent of <paramref name="a" />. If <paramref name="a" /> is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, this method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Tanh(System.Double)">
-      <summary>Returns the hyperbolic tangent of the specified angle.</summary>
-      <param name="value">An angle, measured in radians.</param>
-      <returns>The hyperbolic tangent of <paramref name="value" />. If <paramref name="value" /> is equal to <see cref="F:System.Double.NegativeInfinity" />, this method returns -1. If value is equal to <see cref="F:System.Double.PositiveInfinity" />, this method returns 1. If <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />, this method returns <see cref="F:System.Double.NaN" />.</returns>
-    </member>
-    <member name="M:System.Math.Truncate(System.Decimal)">
-      <summary>Calculates the integral part of a specified decimal number.</summary>
-      <param name="d">A number to truncate.</param>
-      <returns>The integral part of <paramref name="d" />; that is, the number that remains after any fractional digits have been discarded.</returns>
-    </member>
-    <member name="M:System.Math.Truncate(System.Double)">
-      <summary>Calculates the integral part of a specified double-precision floating-point number.</summary>
-      <param name="d">A number to truncate.</param>
-      <returns>The integral part of <paramref name="d" />; that is, the number that remains after any fractional digits have been discarded, or one of the values listed in the following table.  
-  
- <list type="table"><listheader><term><paramref name="d" /></term><description> Return value</description></listheader><item><term><see cref="F:System.Double.NaN" /></term><description><see cref="F:System.Double.NaN" /></description></item><item><term><see cref="F:System.Double.NegativeInfinity" /></term><description><see cref="F:System.Double.NegativeInfinity" /></description></item><item><term><see cref="F:System.Double.PositiveInfinity" /></term><description><see cref="F:System.Double.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="T:System.MathF">
-      <summary>Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.</summary>
-    </member>
-    <member name="F:System.MathF.E">
-      <summary>Represents the natural logarithmic base, specified by the constant, <see langword="e" />.</summary>
-    </member>
-    <member name="F:System.MathF.PI">
-      <summary>Represents the ratio of the circumference of a circle to its diameter, specified by the constant, p.</summary>
-    </member>
-    <member name="F:System.MathF.Tau">
-      <summary>Represents the number of radians in one turn, specified by the constant, Ï„.</summary>
-    </member>
-    <member name="M:System.MathF.Abs(System.Single)">
-      <summary>Returns the absolute value of a single-precision floating-point number.</summary>
-      <param name="x">A number that is greater than or equal to <see cref="F:System.Single.MinValue" />, but less than or equal to <see cref="F:System.Single.MaxValue" />.</param>
-      <returns>A single-precision floating-point number, x, such that 0 â‰¤ x â‰¤ <see cref="F:System.Single.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.MathF.Acos(System.Single)">
-      <summary>Returns the angle whose cosine is the specified number.</summary>
-      <param name="x">A number representing a cosine, where <paramref name="x" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that 0 â‰¤ Î¸ â‰¤ Ï€.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> &lt; -1 or <paramref name="x" /> &gt; 1 or <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Acosh(System.Single)">
-      <summary>Returns the angle whose hyperbolic cosine is the specified number.</summary>
-      <param name="x">A number representing a hyperbolic cosine, where <paramref name="x" /> must be greater than or equal to 1, but less than or equal to <see cref="F:System.Single.PositiveInfinity" />.</param>
-      <returns>An angle, Î¸, measured in radians, such that 0 â‰¤ Î¸ â‰¤ âˆž.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> &lt; 1 or <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Asin(System.Single)">
-      <summary>Returns the angle whose sine is the specified number.</summary>
-      <param name="x">A number representing a sine, where <paramref name="x" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€/2 â‰¤ Î¸ â‰¤ Ï€/2.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> &lt; -1 or <paramref name="x" /> &gt; 1 or <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Asinh(System.Single)">
-      <summary>Returns the angle whose hyperbolic sine is the specified number.</summary>
-      <param name="x">A number representing a hyperbolic sine, where <paramref name="x" /> must be greater than or equal to <see cref="F:System.Single.NegativeInfinity" />, but less than or equal to <see cref="F:System.Single.PositiveInfinity" />.</param>
-      <returns>An angle, Î¸, measured in radians. 
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Atan(System.Single)">
-      <summary>Returns the angle whose tangent is the specified number.</summary>
-      <param name="x">A number representing a tangent.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€/2 â‰¤ Î¸ â‰¤ Ï€/2.  
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Single.NaN" />, -Ï€/2 rounded to double precision (-1.5707963267949) if <paramref name="x" /> equals <see cref="F:System.Single.NegativeInfinity" />, or Ï€/2 rounded to double precision (1.5707963267949) if <paramref name="x" /> equals <see cref="F:System.Single.PositiveInfinity" />.</returns>
-    </member>
-    <member name="M:System.MathF.Atan2(System.Single,System.Single)">
-      <summary>Returns the angle whose tangent is the quotient of two specified numbers.</summary>
-      <param name="y">The y coordinate of a point.</param>
-      <param name="x">The x coordinate of a point.</param>
-      <returns>An angle, Î¸, measured in radians, such that -Ï€ â‰¤ Î¸ â‰¤ Ï€, and tan(θ) = <paramref name="y" /> / <paramref name="x" />, where (<paramref name="x" />, <paramref name="y" />) is a point in the Cartesian plane. Observe the following:  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 1, 0 &lt; Î¸ &lt; Ï€/2.  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 2, Ï€/2 &lt; Î¸ â‰¤ Ï€.  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 3, -Ï€ &lt; Î¸ &lt; -Ï€/2.  
-  
--   For (<paramref name="x" />, <paramref name="y" />) in quadrant 4, -Ï€/2 &lt; Î¸ &lt; 0.  
-  
- For points on the boundaries of the quadrants, the return value is the following:  
-  
--   If y is 0 and x is not negative, Î¸ = 0.  
-  
--   If y is 0 and x is negative, Î¸ = Ï€.  
-  
--   If y is positive and x is 0, Î¸ = Ï€/2.  
-  
--   If y is negative and x is 0, Î¸ = -Ï€/2.  
-  
--   If y is 0 and x is 0, Î¸ = 0.  
-  
- If <paramref name="x" /> or <paramref name="y" /> is <see cref="F:System.Single.NaN" />, or if <paramref name="x" /> and <paramref name="y" /> are either <see cref="F:System.Single.PositiveInfinity" /> or <see cref="F:System.Single.NegativeInfinity" />, the method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Atanh(System.Single)">
-      <summary>Returns the angle whose hyperbolic tangent is the specified number.</summary>
-      <param name="x">A number representing a hyperbolic tangent, where <paramref name="x" /> must be greater than or equal to -1, but less than or equal to 1.</param>
-      <returns>An angle, Î¸, measured in radians, such that -∞ &lt; Î¸ &lt;-1, or 1 &lt; Î¸ &lt; âˆž.  
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> &lt; -1 or <paramref name="x" /> &gt; 1 or <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.BitDecrement(System.Single)">
-      <summary>Returns the next smallest value that compares less than <paramref name="x" />.</summary>
-      <param name="x">The value to decrement.</param>
-      <returns>The next smallest value that compares less than <paramref name="x" />.
-  
- -or-  
-  
- <see cref="F:System.Single.NegativeInfinity" /> if <paramref name="x" /> is equals <see cref="F:System.Single.NegativeInfinity" />.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.BitIncrement(System.Single)">
-      <summary>Returns the next largest value that is greater than <paramref name="x" />.</summary>
-      <param name="x">The value to increment.</param>
-      <returns>The next largest value that is greater than <paramref name="x" />.
-  
- -or-  
-  
- <see cref="F:System.Single.PositiveInfinity" /> if <paramref name="x" /> equals <see cref="F:System.Single.PositiveInfinity" />.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> is equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Cbrt(System.Single)">
-      <summary>Returns the cube root of a specified number.</summary>
-      <param name="x">The number whose cube root is to be found.</param>
-      <returns>The cube root of <paramref name="x" />.
-  
- -or-  
-  
- <see cref="F:System.Single.NaN" /> if <paramref name="x" /> is equals <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Ceiling(System.Single)">
-      <summary>Returns the smallest integral value that is greater than or equal to the specified single-precision floating-point number.</summary>
-      <param name="x">A single-precision floating-point number.</param>
-      <returns>The smallest integral value that is greater than or equal to <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, that value is returned. Note that this method returns a <see cref="T:System.Single" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.MathF.CopySign(System.Single,System.Single)">
-      <summary>Returns a value with the magnitude of <paramref name="x" /> and the sign of <paramref name="y" />.</summary>
-      <param name="x">A number whose magnitude is used in the result.</param>
-      <param name="y">A number whose sign is the used in the result.</param>
-      <returns>A value with the magnitude of <paramref name="x" /> and the sign of <paramref name="y" />.</returns>
-    </member>
-    <member name="M:System.MathF.Cos(System.Single)">
-      <summary>Returns the cosine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The cosine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, this method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Cosh(System.Single)">
-      <summary>Returns the hyperbolic cosine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The hyperbolic cosine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NegativeInfinity" /> or <see cref="F:System.Single.PositiveInfinity" />, <see cref="F:System.Single.PositiveInfinity" /> is returned. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.Exp(System.Single)">
-      <summary>Returns <see langword="e" /> raised to the specified power.</summary>
-      <param name="x">A number specifying a power.</param>
-      <returns>The number <see langword="e" /> raised to the power <paramref name="x" />. If <paramref name="x" /> equals <see cref="F:System.Single.NaN" /> or <see cref="F:System.Single.PositiveInfinity" />, that value is returned. If <paramref name="x" /> equals <see cref="F:System.Single.NegativeInfinity" />, 0 is returned.</returns>
-    </member>
-    <member name="M:System.MathF.Floor(System.Single)">
-      <summary>Returns the largest integral value less than or equal to the specified single-precision floating-point number.</summary>
-      <param name="x">A single-precision floating-point number.</param>
-      <returns>The largest integral value less than or equal to <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, that value is returned.</returns>
-    </member>
-    <member name="M:System.MathF.FusedMultiplyAdd(System.Single,System.Single,System.Single)">
-      <summary>Returns (x * y) + z, rounded as one ternary operation.</summary>
-      <param name="x">The number to be multiplied with <paramref name="y" />.</param>
-      <param name="y">The number to be multiplied with <paramref name="x" />.</param>
-      <param name="z">The number to be added to the result of <paramref name="x" /> multiplied by <paramref name="y" />.</param>
-      <returns>(x * y) + z, rounded as one ternary operation.</returns>
-    </member>
-    <member name="M:System.MathF.IEEERemainder(System.Single,System.Single)">
-      <summary>Returns the remainder resulting from the division of a specified number by another specified number.</summary>
-      <param name="x">A dividend.</param>
-      <param name="y">A divisor.</param>
-      <returns>A number equal to <paramref name="x" /> - (<paramref name="y" /> Q), where Q is the quotient of <paramref name="x" /> / <paramref name="y" /> rounded to the nearest integer (if <paramref name="x" /> / <paramref name="y" /> falls halfway between two integers, the even integer is returned).  
-  
- If <paramref name="x" /> - (<paramref name="y" /> Q) is zero, the value +0 is returned if <paramref name="x" /> is positive, or -0 if <paramref name="x" /> is negative.  
-  
- If <paramref name="y" /> = 0, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.ILogB(System.Single)">
-      <summary>Returns the base 2 integer logarithm of a specified number.</summary>
-      <param name="x">The number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Default</term><description> The base 2 integer log of <paramref name="x" />; that is, (int)log2(<paramref name="x" />).</description></item><item><term> Zero</term><description><see cref="F:System.Int32.MinValue" /></description></item><item><term> Equal to <see cref="F:System.Single.NaN" /> or <see cref="F:System.Single.PositiveInfinity" /> or <see cref="F:System.Single.NegativeInfinity" /></term><description><see cref="F:System.Int32.MaxValue" /></description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Log(System.Single)">
-      <summary>Returns the natural (base <see langword="e" />) logarithm of a specified number.</summary>
-      <param name="x">The number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The natural logarithm of <paramref name="x" />; that is, ln <paramref name="x" />, or log e <paramref name="x" /></description></item><item><term> Zero</term><description><see cref="F:System.Single.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.NaN" /></term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.PositiveInfinity" /></term><description><see cref="F:System.Single.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Log(System.Single,System.Single)">
-      <summary>Returns the logarithm of a specified number in a specified base.</summary>
-      <param name="x">The number whose logarithm is to be found.</param>
-      <param name="y">The base.</param>
-      <returns>One of the values in the following table. (+Infinity denotes <see cref="F:System.Single.PositiveInfinity" />, -Infinity denotes <see cref="F:System.Single.NegativeInfinity" />, and NaN denotes <see cref="F:System.Single.NaN" />.)  
-  
- <list type="table"><listheader><term><paramref name="x" /></term><description><paramref name="newBase" /></description><description> Return value</description></listheader><item><term><paramref name="x" />&gt; 0</term><description> (0 &lt;<paramref name="newBase" />&lt; 1) -or-(<paramref name="newBase" />&gt; 1)</description><description> lognewBase(a)</description></item><item><term><paramref name="x" />&lt; 0</term><description> (any value)</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" />&lt; 0</description><description> NaN</description></item><item><term><paramref name="x" /> != 1</term><description><paramref name="newBase" /> = 0</description><description> NaN</description></item><item><term><paramref name="x" /> != 1</term><description><paramref name="newBase" /> = +Infinity</description><description> NaN</description></item><item><term><paramref name="x" /> = NaN</term><description> (any value)</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" /> = NaN</description><description> NaN</description></item><item><term> (any value)</term><description><paramref name="newBase" /> = 1</description><description> NaN</description></item><item><term><paramref name="x" /> = 0</term><description> 0 &lt;<paramref name="newBase" />&lt; 1</description><description> +Infinity</description></item><item><term><paramref name="x" /> = 0</term><description><paramref name="newBase" />&gt; 1</description><description> -Infinity</description></item><item><term><paramref name="x" /> =  +Infinity</term><description> 0 &lt;<paramref name="newBase" />&lt; 1</description><description> -Infinity</description></item><item><term><paramref name="x" /> =  +Infinity</term><description><paramref name="newBase" />&gt; 1</description><description> +Infinity</description></item><item><term><paramref name="x" /> = 1</term><description><paramref name="newBase" /> = 0</description><description> 0</description></item><item><term><paramref name="x" /> = 1</term><description><paramref name="newBase" /> = +Infinity</description><description> 0</description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Log10(System.Single)">
-      <summary>Returns the base 10 logarithm of a specified number.</summary>
-      <param name="x">A number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The base 10 log of <paramref name="x" />; that is, log 10<paramref name="x" />.</description></item><item><term> Zero</term><description><see cref="F:System.Single.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.NaN" /></term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.PositiveInfinity" /></term><description><see cref="F:System.Single.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Log2(System.Single)">
-      <summary>Returns the base 2 logarithm of a specified number.</summary>
-      <param name="x">A number whose logarithm is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Positive</term><description> The base 2 log of <paramref name="x" />; that is, log 2<paramref name="x" />.</description></item><item><term> Zero</term><description><see cref="F:System.Single.NegativeInfinity" /></description></item><item><term> Negative</term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.NaN" /></term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equal to <see cref="F:System.Single.PositiveInfinity" /></term><description><see cref="F:System.Single.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Max(System.Single,System.Single)">
-      <summary>Returns the larger of two single-precision floating-point numbers.</summary>
-      <param name="x">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever is larger. If <paramref name="x" />, or <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.MaxMagnitude(System.Single,System.Single)">
-      <summary>Returns the larger magnitude of two single-precision floating-point numbers.</summary>
-      <param name="x">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever has the larger magnitude. If <paramref name="x" />, or <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.Min(System.Single,System.Single)">
-      <summary>Returns the smaller of two single-precision floating-point numbers.</summary>
-      <param name="x">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever is smaller. If <paramref name="x" />, <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.MinMagnitude(System.Single,System.Single)">
-      <summary>Returns the smaller magnitude of two single-precision floating-point numbers.</summary>
-      <param name="x">The first of two single-precision floating-point numbers to compare.</param>
-      <param name="y">The second of two single-precision floating-point numbers to compare.</param>
-      <returns>Parameter <paramref name="x" /> or <paramref name="y" />, whichever has the smaller magnitude. If <paramref name="x" />, or <paramref name="y" />, or both <paramref name="x" /> and <paramref name="y" /> are equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NaN" /> is returned.</returns>
-    </member>
-    <member name="M:System.MathF.Pow(System.Single,System.Single)">
-      <summary>Returns a specified number raised to the specified power.</summary>
-      <param name="x">A single-precision floating-point number to be raised to a power.</param>
-      <param name="y">A single-precision floating-point number that specifies a power.</param>
-      <returns>The number <paramref name="x" /> raised to the power <paramref name="y" />.</returns>
-    </member>
-    <member name="M:System.MathF.ReciprocalEstimate(System.Single)">
-      <summary>Returns an estimate of the reciprocal of a specified number.</summary>
-      <param name="x">The number whose reciprocal is to be estimated.</param>
-      <returns>An estimate of the reciprocal of <paramref name="x" />.</returns>
-    </member>
-    <member name="M:System.MathF.ReciprocalSqrtEstimate(System.Single)">
-      <summary>Returns an estimate of the reciprocal square root of a specified number.</summary>
-      <param name="x">The number whose reciprocal square root is to be estimated.</param>
-      <returns>An estimate of the reciprocal square root <paramref name="x" />.</returns>
-    </member>
-    <member name="M:System.MathF.Round(System.Single)">
-      <summary>Rounds a single-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number.</summary>
-      <param name="x">A single-precision floating-point number to be rounded.</param>
-      <returns>The integer nearest <paramref name="x" />. If the fractional component of <paramref name="x" /> is halfway between two integers, one of which is even and the other odd, then the even number is returned. Note that this method returns a <see cref="T:System.Single" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.MathF.Round(System.Single,System.Int32)">
-      <summary>Rounds a single-precision floating-point value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.</summary>
-      <param name="x">A single-precision floating-point number to be rounded.</param>
-      <param name="digits">The number of fractional digits in the return value.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="digits" /> is less than 0 or greater than 6.</exception>
-      <returns>The number nearest to <paramref name="x" /> that contains a number of fractional digits equal to <paramref name="digits" />.</returns>
-    </member>
-    <member name="M:System.MathF.Round(System.Single,System.Int32,System.MidpointRounding)">
-      <summary>Rounds a single-precision floating-point value to a specified number of fractional digits using the specified rounding convention.</summary>
-      <param name="x">A single-precision floating-point number to be rounded.</param>
-      <param name="digits">The number of fractional digits in the return value.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="digits" /> is less than 0 or greater than 6.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <returns>The number that <paramref name="x" /> is rounded to that has <paramref name="digits" /> fractional digits. If <paramref name="x" /> has fewer fractional digits than <paramref name="digits" />, <paramref name="x" /> is returned unchanged.</returns>
-    </member>
-    <member name="M:System.MathF.Round(System.Single,System.MidpointRounding)">
-      <summary>Rounds a single-precision floating-point value to an integer using the specified rounding convention.</summary>
-      <param name="x">A single-precision floating-point number to be rounded.</param>
-      <param name="mode">One of the enumeration values that specifies which rounding strategy to use.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="mode" /> is not a valid value of <see cref="T:System.MidpointRounding" />.</exception>
-      <returns>The integer that <paramref name="x" /> is rounded to using the <paramref name="mode" /> rounding convention. This method returns a <see cref="T:System.Single" /> instead of an integral type.</returns>
-    </member>
-    <member name="M:System.MathF.ScaleB(System.Single,System.Int32)">
-      <summary>Returns x * 2^n computed efficiently.</summary>
-      <param name="x">A single-precision floating-point number that specifies the base value.</param>
-      <param name="n">A single-precision floating-point number that specifies the power.</param>
-      <returns>x * 2^n computed efficiently.</returns>
-    </member>
-    <member name="M:System.MathF.Sign(System.Single)">
-      <summary>Returns an integer that indicates the sign of a single-precision floating-point number.</summary>
-      <param name="x">A signed number.</param>
-      <exception cref="T:System.ArithmeticException">
-        <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />.</exception>
-      <returns>A number that indicates the sign of <paramref name="x" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> -1</term><description><paramref name="x" /> is less than zero.</description></item><item><term> 0</term><description><paramref name="x" /> is equal to zero.</description></item><item><term> 1</term><description><paramref name="x" /> is greater than zero.</description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Sin(System.Single)">
-      <summary>Returns the sine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The sine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, this method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.SinCos(System.Single)">
-      <summary>Returns the sine and cosine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The sine and cosine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, this method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Sinh(System.Single)">
-      <summary>Returns the hyperbolic sine of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The hyperbolic sine of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NegativeInfinity" />, <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NaN" />, this method returns a <see cref="T:System.Single" /> equal to <paramref name="x" />.</returns>
-    </member>
-    <member name="M:System.MathF.Sqrt(System.Single)">
-      <summary>Returns the square root of a specified number.</summary>
-      <param name="x">The number whose square root is to be found.</param>
-      <returns>One of the values in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /> parameter</term><description> Return value</description></listheader><item><term> Zero or positive</term><description> The positive square root of <paramref name="x" />.</description></item><item><term> Negative</term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equals <see cref="F:System.Single.NaN" /></term><description><see cref="F:System.Single.NaN" /></description></item><item><term> Equals <see cref="F:System.Single.PositiveInfinity" /></term><description><see cref="F:System.Single.PositiveInfinity" /></description></item></list></returns>
-    </member>
-    <member name="M:System.MathF.Tan(System.Single)">
-      <summary>Returns the tangent of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The tangent of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, this method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Tanh(System.Single)">
-      <summary>Returns the hyperbolic tangent of the specified angle.</summary>
-      <param name="x">An angle, measured in radians.</param>
-      <returns>The hyperbolic tangent of <paramref name="x" />. If <paramref name="x" /> is equal to <see cref="F:System.Single.NegativeInfinity" />, this method returns -1. If value is equal to <see cref="F:System.Single.PositiveInfinity" />, this method returns 1. If <paramref name="x" /> is equal to <see cref="F:System.Single.NaN" />, this method returns <see cref="F:System.Single.NaN" />.</returns>
-    </member>
-    <member name="M:System.MathF.Truncate(System.Single)">
-      <summary>Calculates the integral part of a specified single-precision floating-point number.</summary>
-      <param name="x">A number to truncate.</param>
-      <returns>The integral part of <paramref name="x" />; that is, the number that remains after any fractional digits have been discarded, or one of the values listed in the following table.  
-  
- <list type="table"><listheader><term><paramref name="x" /></term><description> Return value</description></listheader><item><term><see cref="F:System.Single.NaN" /></term><description><see cref="F:System.Single.NaN" /></description></item><item><term><see cref="F:System.Single.NegativeInfinity" /></term><description><see cref="F:System.Single.NegativeInfinity" /></description></item><item><term><see cref="F:System.Single.PositiveInfinity" /></term><description><see cref="F:System.Single.PositiveInfinity" /></description></item></list></returns>
-    </member>
     <member name="T:System.MemberAccessException">
       <summary>The exception that is thrown when an attempt to access a class member fails.</summary>
     </member>
@@ -36441,9 +19151,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="array">The array from which to create the <see cref="T:System.Memory`1" /> object.</param>
       <exception cref="T:System.ArrayTypeMismatchException">
         <paramref name="T" /> is a reference type, and <paramref name="array" /> is not an array of type <paramref name="T" />.
-        
 -or-
-
 The array is covariant.</exception>
     </member>
     <member name="M:System.Memory`1.#ctor(`0[],System.Int32,System.Int32)">
@@ -36453,14 +19161,9 @@ The array is covariant.</exception>
       <param name="length">The number of elements to include in the new <see cref="T:System.Memory`1" />.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="array" /> is <see langword="null" />, but <paramref name="start" /> or <paramref name="length" /> is non-zero.
-
-
 -or-
-
 <paramref name="start" /> is outside the bounds of the array.
-
 -or-
-
 <paramref name="start" /> and <paramref name="length" /> exceeds the number of elements in the array.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
         <paramref name="T" /> is a reference type, and <paramref name="array" /> is not an array of type <paramref name="T" />.</exception>
@@ -36470,6 +19173,10 @@ The array is covariant.</exception>
       <param name="destination">The destination <see cref="T:System.Memory`1" /> object.</param>
       <exception cref="T:System.ArgumentException">The length of <paramref name="destination" /> is less than the length of the current instance.</exception>
     </member>
+    <member name="P:System.Memory`1.Empty">
+      <summary>Returns an empty <see cref="T:System.Memory`1" /> object.</summary>
+      <returns>An empty object.</returns>
+    </member>
     <member name="M:System.Memory`1.Equals(System.Memory{`0})">
       <summary>Determines whether the specified <see cref="T:System.Memory`1" /> object is equal to the current object.</summary>
       <param name="other">The object to compare with the current instance.</param>
@@ -36486,10 +19193,14 @@ The array is covariant.</exception>
       <summary>Returns the hash code for this instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Memory`1.op_Implicit(T[])~System.Memory{`0}">
-      <summary>Defines an implicit conversion of an array to a <see cref="T:System.Memory`1" /> object.</summary>
-      <param name="array">The array to convert.</param>
-      <returns>The converted object.</returns>
+    <member name="P:System.Memory`1.IsEmpty">
+      <summary>Indicates whether the current instance is empty.</summary>
+      <returns>
+        <see langword="true" /> if the current instance is empty; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Memory`1.Length">
+      <summary>Gets the number of items in the current instance.</summary>
+      <returns>The number of items in the current instance.</returns>
     </member>
     <member name="M:System.Memory`1.op_Implicit(System.ArraySegment{`0})~System.Memory{`0}">
       <summary>Defines an implicit conversion of an <see cref="T:System.ArraySegment`1" /> object to a <see cref="T:System.Memory`1" /> object.</summary>
@@ -36501,29 +19212,36 @@ The array is covariant.</exception>
       <param name="memory">The object to convert.</param>
       <returns>The converted object.</returns>
     </member>
+    <member name="M:System.Memory`1.op_Implicit(T[])~System.Memory{`0}">
+      <summary>Defines an implicit conversion of an array to a <see cref="T:System.Memory`1" /> object.</summary>
+      <param name="array">The array to convert.</param>
+      <returns>The converted object.</returns>
+    </member>
     <member name="M:System.Memory`1.Pin">
       <summary>Creates a handle for the <see cref="T:System.Memory`1" /> object.</summary>
-      <exception cref="T:System.ArgumentException">An instance with non-primitive (non-blittable) members cannot be pinned.</exception>
       <returns>A handle for the <see cref="T:System.Memory`1" /> object.</returns>
+      <exception cref="T:System.ArgumentException">An instance with non-primitive (non-blittable) members cannot be pinned.</exception>
     </member>
     <member name="M:System.Memory`1.Slice(System.Int32)">
       <summary>Forms a slice out of the current memory that begins at a specified index.</summary>
       <param name="start">The index at which to begin the slice.</param>
+      <returns>An object that contains all elements of the current instance from <paramref name="start" /> to the end of the instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is less than zero or greater than <see cref="P:System.Memory`1.Length" />.</exception>
-      <returns>An object that contains all elements of the current instance from <paramref name="start" /> to the end of the instance.</returns>
     </member>
     <member name="M:System.Memory`1.Slice(System.Int32,System.Int32)">
       <summary>Forms a slice out of the current memory starting at a specified index for a specified length.</summary>
       <param name="start">The index at which to begin the slice.</param>
       <param name="length">The number of elements to include in the slice.</param>
+      <returns>An object that contains <paramref name="length" /> elements from the current instance starting at <paramref name="start" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is less than zero or greater than <see cref="P:System.Memory`1.Length" />.
-
 -or-
-
 <paramref name="length" /> is greater than <see cref="P:System.Memory`1.Length" /> - <paramref name="start" /></exception>
-      <returns>An object that contains <paramref name="length" /> elements from the current instance starting at <paramref name="start" />.</returns>
+    </member>
+    <member name="P:System.Memory`1.Span">
+      <summary>Returns a span from the current instance.</summary>
+      <returns>A span created from the current <see cref="T:System.Memory`1" /> object.</returns>
     </member>
     <member name="M:System.Memory`1.ToArray">
       <summary>Copies the contents from the memory into a new array.</summary>
@@ -36539,23 +19257,6 @@ The array is covariant.</exception>
       <returns>
         <see langword="true" /> if the copy operation succeeds; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Memory`1.Empty">
-      <summary>Returns an empty <see cref="T:System.Memory`1" /> object.</summary>
-      <returns>An empty object.</returns>
-    </member>
-    <member name="P:System.Memory`1.IsEmpty">
-      <summary>Indicates whether the current instance is empty.</summary>
-      <returns>
-        <see langword="true" /> if the current instance is empty; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Memory`1.Length">
-      <summary>Gets the number of items in the current instance.</summary>
-      <returns>The number of items in the current instance.</returns>
-    </member>
-    <member name="P:System.Memory`1.Span">
-      <summary>Returns a span from the current instance.</summary>
-      <returns>A span created from the current <see cref="T:System.Memory`1" /> object.</returns>
-    </member>
     <member name="T:System.MethodAccessException">
       <summary>The exception that is thrown when there is an invalid attempt to access a method, such as accessing a private method from partially trusted code.</summary>
     </member>
@@ -36577,22 +19278,22 @@ The array is covariant.</exception>
       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
     <member name="T:System.MidpointRounding">
-      <summary>Specifies the strategy that mathematical rounding methods should use to round a number.</summary>
+      <summary>Specifies how mathematical rounding methods should process a number that is midway between two numbers.</summary>
     </member>
     <member name="F:System.MidpointRounding.AwayFromZero">
-      <summary>The strategy of rounding to the nearest number, and when a number is halfway between two others, it's rounded toward the nearest number that's away from zero.</summary>
+      <summary>When a number is halfway between two others, it is rounded toward the nearest number that is away from zero.</summary>
     </member>
     <member name="F:System.MidpointRounding.ToEven">
-      <summary>The strategy of rounding to the nearest number, and when a number is halfway between two others, it's rounded toward the nearest even number.</summary>
+      <summary>When a number is halfway between two others, it is rounded toward the nearest even number.</summary>
     </member>
     <member name="F:System.MidpointRounding.ToNegativeInfinity">
-      <summary>The strategy of downwards-directed rounding, with the result closest to and no greater than the infinitely precise result.</summary>
+      <summary>When a number is halfway between two others, it is rounded toward the result closest to and no greater than the infinitely precise result.</summary>
     </member>
     <member name="F:System.MidpointRounding.ToPositiveInfinity">
-      <summary>The strategy of upwards-directed rounding, with the result closest to and no less than the infinitely precise result.</summary>
+      <summary>When a number is halfway between two others, it is rounded toward the result closest to and no less than the infinitely precise result.</summary>
     </member>
     <member name="F:System.MidpointRounding.ToZero">
-      <summary>The strategy of directed rounding toward zero, with the result closest to and no greater in magnitude than the infinitely precise result.</summary>
+      <summary>When a number is halfway between two others, it is rounded toward the result closest to and no greater in magnitude than the infinitely precise result.</summary>
     </member>
     <member name="T:System.MissingFieldException">
       <summary>The exception that is thrown when there is an attempt to dynamically access a field that does not exist. If a field in a class library has been removed or renamed, recompile any assemblies that reference that library.</summary>
@@ -36626,15 +19327,6 @@ The array is covariant.</exception>
     <member name="T:System.MissingMemberException">
       <summary>The exception that is thrown when there is an attempt to dynamically access a class member that does not exist or that is not declared as public. If a member in a class library has been removed or renamed, recompile any assemblies that reference that library.</summary>
     </member>
-    <member name="F:System.MissingMemberException.ClassName">
-      <summary>Holds the class name of the missing member.</summary>
-    </member>
-    <member name="F:System.MissingMemberException.MemberName">
-      <summary>Holds the name of the missing member.</summary>
-    </member>
-    <member name="F:System.MissingMemberException.Signature">
-      <summary>Holds the signature of the missing member.</summary>
-    </member>
     <member name="M:System.MissingMemberException.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.MissingMemberException" /> class.</summary>
     </member>
@@ -36657,16 +19349,25 @@ The array is covariant.</exception>
       <param name="className">The name of the class in which access to a nonexistent member was attempted.</param>
       <param name="memberName">The name of the member that cannot be accessed.</param>
     </member>
+    <member name="F:System.MissingMemberException.ClassName">
+      <summary>Holds the class name of the missing member.</summary>
+    </member>
     <member name="M:System.MissingMemberException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the class name, the member name, the signature of the missing member, and additional exception information.</summary>
       <param name="info">The object that holds the serialized object data.</param>
       <param name="context">The contextual information about the source or destination.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> object is <see langword="null" />.</exception>
     </member>
+    <member name="F:System.MissingMemberException.MemberName">
+      <summary>Holds the name of the missing member.</summary>
+    </member>
     <member name="P:System.MissingMemberException.Message">
       <summary>Gets the text string showing the class name, the member name, and the signature of the missing member.</summary>
       <returns>The error message string.</returns>
     </member>
+    <member name="F:System.MissingMemberException.Signature">
+      <summary>Holds the signature of the missing member.</summary>
+    </member>
     <member name="T:System.MissingMethodException">
       <summary>The exception that is thrown when there is an attempt to dynamically access a method that does not exist.</summary>
     </member>
@@ -36733,6 +19434,10 @@ The array is covariant.</exception>
       <param name="typeToken">A metadata token that identifies a type in the module.</param>
       <returns>A <see cref="T:System.RuntimeTypeHandle" /> for the type identified by <paramref name="typeToken" />.</returns>
     </member>
+    <member name="P:System.ModuleHandle.MDStreamVersion">
+      <summary>Gets the metadata stream version.</summary>
+      <returns>A 32-bit integer representing the metadata stream version. The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number.</returns>
+    </member>
     <member name="M:System.ModuleHandle.op_Equality(System.ModuleHandle,System.ModuleHandle)">
       <summary>Tests whether two <see cref="T:System.ModuleHandle" /> structures are equal.</summary>
       <param name="left">The <see cref="T:System.ModuleHandle" /> structure to the left of the equality operator.</param>
@@ -36750,114 +19455,86 @@ The array is covariant.</exception>
     <member name="M:System.ModuleHandle.ResolveFieldHandle(System.Int32)">
       <summary>Returns a runtime handle for the field identified by the specified metadata token.</summary>
       <param name="fieldToken">A metadata token that identifies a field in the module.</param>
+      <returns>A <see cref="T:System.RuntimeFieldHandle" /> for the field identified by <paramref name="fieldToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="metadataToken" /> is not a valid token in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="metadataToken" /> is not a valid token in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a field in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty field handle.</exception>
-      <returns>A <see cref="T:System.RuntimeFieldHandle" /> for the field identified by <paramref name="fieldToken" />.</returns>
     </member>
     <member name="M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[])">
       <summary>Returns a runtime field handle for the field identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.</summary>
       <param name="fieldToken">A metadata token that identifies a field in the module.</param>
       <param name="typeInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="methodInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.RuntimeFieldHandle" /> for the field identified by <paramref name="fieldToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="metadataToken" /> is not a valid token in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="metadataToken" /> is not a valid token in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a field in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty field handle.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="fieldToken" /> is not a valid token.</exception>
-      <returns>A <see cref="T:System.RuntimeFieldHandle" /> for the field identified by <paramref name="fieldToken" />.</returns>
     </member>
     <member name="M:System.ModuleHandle.ResolveMethodHandle(System.Int32)">
       <summary>Returns a runtime method handle for the method or constructor identified by the specified metadata token.</summary>
       <param name="methodToken">A metadata token that identifies a method or constructor in the module.</param>
+      <returns>A <see cref="T:System.RuntimeMethodHandle" /> for the method or constructor identified by <paramref name="methodToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="methodToken" /> is not a valid metadata token for a method in the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="methodToken" /> is not a valid metadata token for a method in the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty method handle.</exception>
-      <returns>A <see cref="T:System.RuntimeMethodHandle" /> for the method or constructor identified by <paramref name="methodToken" />.</returns>
     </member>
     <member name="M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[])">
       <summary>Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.</summary>
       <param name="methodToken">A metadata token that identifies a method or constructor in the module.</param>
       <param name="typeInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="methodInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.RuntimeMethodHandle" /> for the method or constructor identified by <paramref name="methodToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="methodToken" /> is not a valid metadata token for a method in the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="methodToken" /> is not a valid metadata token for a method in the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty method handle.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="methodToken" /> is not a valid token.</exception>
-      <returns>A <see cref="T:System.RuntimeMethodHandle" /> for the method or constructor identified by <paramref name="methodToken" />.</returns>
     </member>
     <member name="M:System.ModuleHandle.ResolveTypeHandle(System.Int32)">
       <summary>Returns a runtime type handle for the type identified by the specified metadata token.</summary>
       <param name="typeToken">A metadata token that identifies a type in the module.</param>
+      <returns>A <see cref="T:System.RuntimeTypeHandle" /> for the type identified by <paramref name="typeToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="typeToken" /> is not a valid metadata token for a type in the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="typeToken" /> is not a valid metadata token for a type in the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a type in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty type handle.</exception>
-      <returns>A <see cref="T:System.RuntimeTypeHandle" /> for the type identified by <paramref name="typeToken" />.</returns>
     </member>
     <member name="M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[])">
       <summary>Returns a runtime type handle for the type identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.</summary>
       <param name="typeToken">A metadata token that identifies a type in the module.</param>
       <param name="typeInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="methodInstantiationContext">An array of <see cref="T:System.RuntimeTypeHandle" /> structures objects representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.RuntimeTypeHandle" /> for the type identified by <paramref name="typeToken" />.</returns>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="typeToken" /> is not a valid metadata token for a type in the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
+        <paramref name="typeToken" /> is not a valid metadata token for a type in the current module.
+-or-
+<paramref name="metadataToken" /> is not a token for a type in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> or <see langword="mvar" />.</exception>
       <exception cref="T:System.InvalidOperationException">The method is called on an empty type handle.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="typeToken" /> is not a valid token.</exception>
-      <returns>A <see cref="T:System.RuntimeTypeHandle" /> for the type identified by <paramref name="typeToken" />.</returns>
-    </member>
-    <member name="P:System.ModuleHandle.MDStreamVersion">
-      <summary>Gets the metadata stream version.</summary>
-      <returns>A 32-bit integer representing the metadata stream version. The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number.</returns>
     </member>
     <member name="T:System.MTAThreadAttribute">
       <summary>Indicates that the COM threading model for an application is multithreaded apartment (MTA).</summary>
@@ -36883,27 +19560,27 @@ The array is covariant.</exception>
     <member name="M:System.MulticastDelegate.CombineImpl(System.Delegate)">
       <summary>Combines this <see cref="T:System.Delegate" /> with the specified <see cref="T:System.Delegate" /> to form a new delegate.</summary>
       <param name="follow">The delegate to combine with this delegate.</param>
+      <returns>A delegate that is the new root of the <see cref="T:System.MulticastDelegate" /> invocation list.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="follow" /> does not have the same type as this instance.</exception>
       <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
-      <returns>A delegate that is the new root of the <see cref="T:System.MulticastDelegate" /> invocation list.</returns>
     </member>
     <member name="M:System.MulticastDelegate.Equals(System.Object)">
       <summary>Determines whether this multicast delegate and the specified object are equal.</summary>
       <param name="obj">The object to compare with this instance.</param>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>
         <see langword="true" /> if <paramref name="obj" /> and this instance have the same invocation lists; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.MulticastDelegate.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>A 32-bit signed integer hash code.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.MulticastDelegate.GetInvocationList">
       <summary>Returns the invocation list of this multicast delegate, in invocation order.</summary>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>An array of delegates whose invocation lists collectively match the invocation list of this instance.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.MulticastDelegate.GetMethodImpl">
       <summary>Returns a static method represented by the current <see cref="T:System.MulticastDelegate" />.</summary>
@@ -36922,23 +19599,23 @@ The array is covariant.</exception>
       <summary>Determines whether two <see cref="T:System.MulticastDelegate" /> objects are equal.</summary>
       <param name="d1">The left operand.</param>
       <param name="d2">The right operand.</param>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>
         <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> have the same invocation lists; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.MulticastDelegate.op_Inequality(System.MulticastDelegate,System.MulticastDelegate)">
       <summary>Determines whether two <see cref="T:System.MulticastDelegate" /> objects are not equal.</summary>
       <param name="d1">The left operand.</param>
       <param name="d2">The right operand.</param>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>
         <see langword="true" /> if <paramref name="d1" /> and <paramref name="d2" /> do not have the same invocation lists; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.MulticastDelegate.RemoveImpl(System.Delegate)">
       <summary>Removes an element from the invocation list of this <see cref="T:System.MulticastDelegate" /> that is equal to the specified delegate.</summary>
       <param name="value">The delegate to search for in the invocation list.</param>
-      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
       <returns>If <paramref name="value" /> is found in the invocation list for this instance, then a new <see cref="T:System.Delegate" /> without <paramref name="value" /> in its invocation list; otherwise, this instance with its original invocation list.</returns>
+      <exception cref="T:System.MemberAccessException">Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="T:System.MulticastNotSupportedException">
       <summary>The exception that is thrown when there is an attempt to combine two delegates based on the <see cref="T:System.Delegate" /> type instead of the <see cref="T:System.MulticastDelegate" /> type. This class cannot be inherited.</summary>
@@ -36955,55 +19632,6 @@ The array is covariant.</exception>
       <param name="message">The error message that explains the reason for the exception.</param>
       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="T:System.Net.WebUtility">
-      <summary>Provides methods for encoding and decoding URLs when processing Web requests.</summary>
-    </member>
-    <member name="M:System.Net.WebUtility.HtmlDecode(System.String)">
-      <summary>Converts a string that has been HTML-encoded for HTTP transmission into a decoded string.</summary>
-      <param name="value">The string to decode.</param>
-      <returns>A decoded string.</returns>
-    </member>
-    <member name="M:System.Net.WebUtility.HtmlDecode(System.String,System.IO.TextWriter)">
-      <summary>Converts a string that has been HTML-encoded into a decoded string, and sends the decoded string to a <see cref="T:System.IO.TextWriter" /> output stream.</summary>
-      <param name="value">The string to decode.</param>
-      <param name="output">A <see cref="T:System.IO.TextWriter" /> stream of output.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="output" /> parameter cannot be <see langword="null" /> if the <paramref name="value" /> parameter is not <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Net.WebUtility.HtmlEncode(System.String)">
-      <summary>Converts a string to an HTML-encoded string.</summary>
-      <param name="value">The string to encode.</param>
-      <returns>An encoded string.</returns>
-    </member>
-    <member name="M:System.Net.WebUtility.HtmlEncode(System.String,System.IO.TextWriter)">
-      <summary>Converts a string into an HTML-encoded string, and returns the output as a <see cref="T:System.IO.TextWriter" /> stream of output.</summary>
-      <param name="value">The string to encode.</param>
-      <param name="output">A <see cref="T:System.IO.TextWriter" /> output stream.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="output" /> parameter cannot be <see langword="null" /> if the <paramref name="value" /> parameter is not <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Net.WebUtility.UrlDecode(System.String)">
-      <summary>Converts a string that has been encoded for transmission in a URL into a decoded string.</summary>
-      <param name="encodedValue">A URL-encoded string to decode.</param>
-      <returns>A decoded string.</returns>
-    </member>
-    <member name="M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)">
-      <summary>Converts an encoded byte array that has been encoded for transmission in a URL into a decoded byte array.</summary>
-      <param name="encodedValue">A URL-encoded <see cref="T:System.Byte" /> array to decode.</param>
-      <param name="offset">The offset, in bytes, from the start of the <see cref="T:System.Byte" /> array to decode.</param>
-      <param name="count">The count, in bytes, to decode from the <see cref="T:System.Byte" /> array.</param>
-      <returns>A decoded <see cref="T:System.Byte" /> array.</returns>
-    </member>
-    <member name="M:System.Net.WebUtility.UrlEncode(System.String)">
-      <summary>Converts a text string into a URL-encoded string.</summary>
-      <param name="value">The text to URL-encode.</param>
-      <returns>A URL-encoded string.</returns>
-    </member>
-    <member name="M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)">
-      <summary>Converts a byte array into a URL-encoded byte array.</summary>
-      <param name="value">The <see cref="T:System.Byte" /> array to URL-encode.</param>
-      <param name="offset">The offset, in bytes, from the start of the <see cref="T:System.Byte" /> array to encode.</param>
-      <param name="count">The count, in bytes, to encode from the <see cref="T:System.Byte" /> array.</param>
-      <returns>An encoded <see cref="T:System.Byte" /> array.</returns>
-    </member>
     <member name="T:System.NetPipeStyleUriParser">
       <summary>A parser based on the NetPipe scheme for the "Indigo" system.</summary>
     </member>
@@ -37121,9 +19749,34 @@ The array is covariant.</exception>
       <param name="n1">A <see cref="T:System.Nullable`1" /> object.</param>
       <param name="n2">A <see cref="T:System.Nullable`1" /> object.</param>
       <typeparam name="T">The underlying value type of the <paramref name="n1" /> and <paramref name="n2" /> parameters.</typeparam>
-      <returns>An integer that indicates the relative values of the <paramref name="n1" /> and <paramref name="n2" /> parameters.  
+      <returns>An integer that indicates the relative values of the <paramref name="n1" /> and <paramref name="n2" /> parameters.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="false" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="true" />.  
+  
+ -or-  
+  
+ The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is less than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.  
+  
+  Zero  
+  
+  The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />.  
+  
+ -or-  
+  
+ The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is equal to the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.  
+  
+  Greater than zero  
+  
+  The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="true" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="false" />.  
   
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="false" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="true" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is less than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.</description></item><item><term> Zero</term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is equal to the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.</description></item><item><term> Greater than zero</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="true" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is greater than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.</description></item></list></returns>
+ -or-  
+  
+ The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is greater than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.</returns>
     </member>
     <member name="M:System.Nullable.Equals``1(System.Nullable{``0},System.Nullable{``0})">
       <summary>Indicates whether two specified <see cref="T:System.Nullable`1" /> objects are equal.</summary>
@@ -37131,18 +19784,30 @@ The array is covariant.</exception>
       <param name="n2">A <see cref="T:System.Nullable`1" /> object.</param>
       <typeparam name="T">The underlying value type of the <paramref name="n1" /> and <paramref name="n2" /> parameters.</typeparam>
       <returns>
-        <see langword="true" /> if the <paramref name="n1" /> parameter is equal to the <paramref name="n2" /> parameter; otherwise, <see langword="false" />.  
-  
- The return value depends on the <see cref="P:System.Nullable`1.HasValue" /> and <see cref="P:System.Nullable`1.Value" /> properties of the two parameters that are compared.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term><see langword="true" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are equal.</description></item><item><term><see langword="false" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" /> for one parameter and <see langword="false" /> for the other parameter, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are unequal.</description></item></list></returns>
+        <see langword="true" /> if the <paramref name="n1" /> parameter is equal to the <paramref name="n2" /> parameter; otherwise, <see langword="false" />.
+The return value depends on the <see cref="P:System.Nullable`1.HasValue" /> and <see cref="P:System.Nullable`1.Value" /> properties of the two parameters that are compared.
+ Return Value  
+ Description  
+<see langword="true" /> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />.  
+-or-  
+The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are equal.  
+<see langword="false" /> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" /> for one parameter and <see langword="false" /> for the other parameter.  
+-or-  
+The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are unequal.</returns>
     </member>
     <member name="M:System.Nullable.GetUnderlyingType(System.Type)">
       <summary>Returns the underlying type argument of the specified nullable type.</summary>
       <param name="nullableType">A <see cref="T:System.Type" /> object that describes a closed generic nullable type.</param>
+      <returns>The type argument of the <paramref name="nullableType" /> parameter, if the <paramref name="nullableType" /> parameter is a closed generic nullable type; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="nullableType" /> is <see langword="null" />.</exception>
-      <returns>The type argument of the <paramref name="nullableType" /> parameter, if the <paramref name="nullableType" /> parameter is a closed generic nullable type; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="T:System.Nullable`1">
       <summary>Represents a value type that can be assigned <see langword="null" />.</summary>
@@ -37156,11 +19821,27 @@ The array is covariant.</exception>
       <summary>Indicates whether the current <see cref="T:System.Nullable`1" /> object is equal to a specified object.</summary>
       <param name="other">An object.</param>
       <returns>
-        <see langword="true" /> if the <paramref name="other" /> parameter is equal to the current <see cref="T:System.Nullable`1" /> object; otherwise, <see langword="false" />.  
-  
- This table describes how equality is defined for the compared values:  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term><see langword="true" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />, and the <paramref name="other" /> parameter is <see langword="null" /> (that is, two null values are equal by definition), OR the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" />, and the value returned by the <see cref="P:System.Nullable`1.Value" /> property is equal to the <paramref name="other" /> parameter.</description></item><item><term><see langword="false" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="true" />, and the <paramref name="other" /> parameter is <see langword="null" />, OR the <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="false" />, and the <paramref name="other" /> parameter is not <see langword="null" />, OR the <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="true" />, and the value returned by the <see cref="P:System.Nullable`1.Value" /> property is not equal to the <paramref name="other" /> parameter.</description></item></list></returns>
+        <see langword="true" /> if the <paramref name="other" /> parameter is equal to the current <see cref="T:System.Nullable`1" /> object; otherwise, <see langword="false" />.
+This table describes how equality is defined for the compared values:
+ Return Value  
+ Description  
+<see langword="true" /> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />, and the <paramref name="other" /> parameter is <see langword="null" />. That is, two null values are equal by definition.  
+-or-  
+The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" />, and the value returned by the <see cref="P:System.Nullable`1.Value" /> property is equal to the <paramref name="other" /> parameter.  
+<see langword="false" /> The <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="true" />, and the <paramref name="other" /> parameter is <see langword="null" />.  
+-or-  
+The <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="false" />, and the <paramref name="other" /> parameter is not <see langword="null" />.  
+-or-  
+The <see cref="P:System.Nullable`1.HasValue" /> property for the current <see cref="T:System.Nullable`1" /> structure is <see langword="true" />, and the value returned by the <see cref="P:System.Nullable`1.Value" /> property is not equal to the <paramref name="other" /> parameter.</returns>
     </member>
     <member name="M:System.Nullable`1.GetHashCode">
       <summary>Retrieves the hash code of the object returned by the <see cref="P:System.Nullable`1.Value" /> property.</summary>
@@ -37175,6 +19856,11 @@ The array is covariant.</exception>
       <param name="defaultValue">A value to return if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />.</param>
       <returns>The value of the <see cref="P:System.Nullable`1.Value" /> property if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" />; otherwise, the <paramref name="defaultValue" /> parameter.</returns>
     </member>
+    <member name="P:System.Nullable`1.HasValue">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Nullable`1" /> object has a valid value of its underlying type.</summary>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.Nullable`1" /> object has a value; <see langword="false" /> if the current <see cref="T:System.Nullable`1" /> object has no value.</returns>
+    </member>
     <member name="M:System.Nullable`1.op_Explicit(System.Nullable{`0})~T">
       <summary>Defines an explicit conversion of a <see cref="T:System.Nullable`1" /> instance to its underlying value.</summary>
       <param name="value">A nullable value.</param>
@@ -37189,15 +19875,10 @@ The array is covariant.</exception>
       <summary>Returns the text representation of the value of the current <see cref="T:System.Nullable`1" /> object.</summary>
       <returns>The text representation of the value of the current <see cref="T:System.Nullable`1" /> object if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" />, or an empty string ("") if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Nullable`1.HasValue">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Nullable`1" /> object has a valid value of its underlying type.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Nullable`1" /> object has a value; <see langword="false" /> if the current <see cref="T:System.Nullable`1" /> object has no value.</returns>
-    </member>
     <member name="P:System.Nullable`1.Value">
       <summary>Gets the value of the current <see cref="T:System.Nullable`1" /> object if it has been assigned a valid underlying value.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />.</exception>
       <returns>The value of the current <see cref="T:System.Nullable`1" /> object if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" />. An exception is thrown if the <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="false" />.</exception>
     </member>
     <member name="T:System.NullReferenceException">
       <summary>The exception that is thrown when there is an attempt to dereference a null object reference.</summary>
@@ -37219,120 +19900,6 @@ The array is covariant.</exception>
       <param name="message">The error message that explains the reason for the exception.</param>
       <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
     </member>
-    <member name="T:System.Numerics.BitOperations">
-      <summary>Provides utility methods for intrinsic bit-twiddling operations. The methods use hardware intrinsics when available on the underlying platform; otherwise, they use optimized software fallbacks.</summary>
-    </member>
-    <member name="M:System.Numerics.BitOperations.IsPow2(System.Int32)">
-      <summary>Evaluates whether the specified <see cref="T:System.Int32" /> value is a power of two.</summary>
-      <param name="value">The value to evaluate as being a power of two.</param>
-      <returns>
-        <see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.IsPow2(System.Int64)">
-      <summary>Evaluates whether the specified <see cref="T:System.Int64" /> value is a power of 2.</summary>
-      <param name="value">The value to evaluate as being a power of two.</param>
-      <returns>
-        <see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.IsPow2(System.UInt32)">
-      <summary>Evaluates whether the specified <see cref="T:System.UInt32" /> value is a power of two.</summary>
-      <param name="value">The value to evaluate as being a power of two.</param>
-      <returns>
-        <see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.IsPow2(System.UInt64)">
-      <summary>Evaluates whether the specified <see cref="T:System.UInt64" /> value is a power of two.</summary>
-      <param name="value">The value to evaluate as being a power of two.</param>
-      <returns>
-        <see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.LeadingZeroCount(System.UInt32)">
-      <summary>Counts the number of leading zero bits in an unsigned 32-bit integer mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of leading zero bits in a mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.LeadingZeroCount(System.UInt64)">
-      <summary>Counts the number of leading zero bits in an unsigned 64-bit integer mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of leading zero bits in a mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.Log2(System.UInt32)">
-      <summary>Returns the integer (floor) log of the specified value, base 2.</summary>
-      <param name="value">The number from which to obtain the logarithm.</param>
-      <returns>The log of the specified value, base 2.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.Log2(System.UInt64)">
-      <summary>Returns the integer (floor) log of the specified value, base 2.</summary>
-      <param name="value">The number from which to obtain the logarithm.</param>
-      <returns>The log of the specified value, base 2.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.PopCount(System.UInt32)">
-      <summary>Returns the population count (number of bits set) of a mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The population count of a mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.PopCount(System.UInt64)">
-      <summary>Returns the population count (number of bits set) of an unsigned 64-bit integer mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The population count of the mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt32,System.Int32)">
-      <summary>Rotates the specified value left by the specified number of bits.</summary>
-      <param name="value">The value to rotate.</param>
-      <param name="offset">The number of bits to rotate by. Any value outside the range [0..31] is treated as congruent mod 32.</param>
-      <returns>The rotated value.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt64,System.Int32)">
-      <summary>Rotates the specified value left by the specified number of bits.</summary>
-      <param name="value">The value to rotate.</param>
-      <param name="offset">The number of bits to rotate by. Any value outside the range [0..63] is treated as congruent mod 64.</param>
-      <returns>The rotated value.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RotateRight(System.UInt32,System.Int32)">
-      <summary>Rotates the specified value right by the specified number of bits.</summary>
-      <param name="value">The value to rotate.</param>
-      <param name="offset">The number of bits to rotate by. Any value outside the range [0..31] is treated as congruent mod 32.</param>
-      <returns>The rotated value.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RotateRight(System.UInt64,System.Int32)">
-      <summary>Rotates the specified value right by the specified number of bits.</summary>
-      <param name="value">The value to rotate.</param>
-      <param name="offset">The number of bits to rotate by. Any value outside the range [0..63] is treated as congruent mod 64.</param>
-      <returns>The rotated value.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RoundUpToPowerOf2(System.UInt32)">
-      <summary>Rounds the specified <see langword="T:System.UInt32" /> value up to a power of two.</summary>
-      <param name="value">The value to round up to a power of two.</param>
-      <returns>The smallest power of two that's greater than or equal to <paramref name="value" />.
-            If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.RoundUpToPowerOf2(System.UInt64)">
-      <summary>Rounds the specified <see langword="T:System.UInt64" /> value up to a power of two.</summary>
-      <param name="value">The value to round up to a power of two.</param>
-      <returns>The smallest power of two that's greater than or equal to <paramref name="value" />.
-
-If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.TrailingZeroCount(System.Int32)">
-      <summary>Counts the number of trailing zero bits in an 32-bit integer value mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of trailing zero bits in the integer value.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.TrailingZeroCount(System.Int64)">
-      <summary>Counts the number of trailing zero bits in a 64-bit integer value mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of trailing zero bits in the mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.TrailingZeroCount(System.UInt32)">
-      <summary>Counts the number of trailing zero bits in an unsigned 32-bit integer value mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of trailing zero bits in the mask.</returns>
-    </member>
-    <member name="M:System.Numerics.BitOperations.TrailingZeroCount(System.UInt64)">
-      <summary>Count the number of trailing zero bits in an unsigned 64-bit integer value mask.</summary>
-      <param name="value">The mask.</param>
-      <returns>The number of trailing zero bits in the mask.</returns>
-    </member>
     <member name="T:System.Object">
       <summary>Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.</summary>
     </member>
@@ -37429,238 +19996,15 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <param name="error">
         <see langword="true" /> if the obsolete element usage generates a compiler error; <see langword="false" /> if it generates a compiler warning.</param>
     </member>
-    <member name="P:System.ObsoleteAttribute.DiagnosticId">
-      <summary>Gets or sets the ID that the compiler will use when reporting a use of the API.</summary>
-      <returns>The unique diagnostic ID.</returns>
-    </member>
     <member name="P:System.ObsoleteAttribute.IsError">
-      <summary>Gets a value that indicates whether the compiler will treat usage of the obsolete program element as an error.</summary>
+      <summary>Gets a Boolean value indicating whether the compiler will treat usage of the obsolete program element as an error.</summary>
       <returns>
         <see langword="true" /> if the obsolete element usage is considered an error; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
     </member>
     <member name="P:System.ObsoleteAttribute.Message">
-      <summary>Gets the workaround message.</summary>
+      <summary>Gets the workaround message, including a description of the alternative program elements.</summary>
       <returns>The workaround text string.</returns>
     </member>
-    <member name="P:System.ObsoleteAttribute.UrlFormat">
-      <summary>Gets or sets the URL for corresponding documentation. The API accepts a format string instead of an actual URL, creating a generic URL that includes the diagnostic ID.</summary>
-      <returns>The format string that represents a URL to corresponding documentation.</returns>
-    </member>
-    <member name="T:System.OperatingSystem">
-      <summary>Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.OperatingSystem.#ctor(System.PlatformID,System.Version)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperatingSystem" /> class, using the specified platform identifier value and version object.</summary>
-      <param name="platform">One of the <see cref="T:System.PlatformID" /> values that indicates the operating system platform.</param>
-      <param name="version">A <see cref="T:System.Version" /> object that indicates the version of the operating system.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="version" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="platform" /> is not a <see cref="T:System.PlatformID" /> enumeration value.</exception>
-    </member>
-    <member name="M:System.OperatingSystem.Clone">
-      <summary>Creates an <see cref="T:System.OperatingSystem" /> object that is identical to this instance.</summary>
-      <returns>An <see cref="T:System.OperatingSystem" /> object that is a copy of this instance.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data necessary to deserialize this instance.</summary>
-      <param name="info">The object to populate with serialization information.</param>
-      <param name="context">The place to store and retrieve serialized data. Reserved for future use.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="info" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.OperatingSystem.IsAndroid">
-      <summary>Indicates whether the current application is running on Android.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on Android; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsAndroidVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the Android version (returned by the Linux command <c>uname</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <param name="revision">The revision release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on an Android version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsBrowser">
-      <summary>Indicates whether the current application is running as WASM in a browser.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running as WASM in a browser; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsFreeBSD">
-      <summary>Indicates whether the current application is running on FreeBSD.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on FreeBSD; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsFreeBSDVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the FreeBSD version (returned by the Linux command <c>uname</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <param name="revision">The revision release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on a FreeBSD version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsIOS">
-      <summary>Indicates whether the current application is running on iOS.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on iOS; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsIOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the iOS version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified iOS version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on an iOS version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsLinux">
-      <summary>Indicates whether the current application is running on Linux.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on Linux; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsMacCatalyst">
-      <summary>Indicates whether the current application is running on Mac Catalyst.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on Mac Catalyst; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsMacCatalystVersionAtLeast(System.Int32,System.Int32,System.Int32)">
-      <summary>Check for the Mac Catalyst version (iOS version as presented in Apple documentation) with a â‰¤ version comparison. Used to guard APIs that were added in the given Mac Catalyst release.</summary>
-      <param name="major">The version major number.</param>
-      <param name="minor">The version minor number.</param>
-      <param name="build">The version build number.</param>
-      <returns>
-        <see langword="true" /> if the Mac Catalyst version is greater or equal than the specified version comparison; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsMacOS">
-      <summary>Indicates whether the current application is running on macOS.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on macOS; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsMacOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the macOS version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified macOS version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on an macOS version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsOSPlatform(System.String)">
-      <summary>Indicates whether the current application is running on the specified platform.</summary>
-      <param name="platform">The case-insensitive platform name. Examples: Browser, Linux, FreeBSD, Android, iOS, macOS, tvOS, watchOS, Windows.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on the specified platform; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsOSPlatformVersionAtLeast(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the operating system version is greater than or equal to the specified platform version. This method can be used to guard APIs that were added in the specified OS version.</summary>
-      <param name="platform">The case-insensitive platform name. Examples: Browser, Linux, FreeBSD, Android, iOS, macOS, tvOS, watchOS, Windows.</param>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number (optional).</param>
-      <param name="build">The build release number (optional).</param>
-      <param name="revision">The revision release number (optional).</param>
-      <returns>
-        <see langword="true" /> if the current application is running on the specified platform and is at least in the version specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsTvOS">
-      <summary>Indicates whether the current application is running on tvOS.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on tvOS; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsTvOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the tvOS version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified tvOS version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on a tvOS version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsWatchOS">
-      <summary>Indicates whether the current application is running on watchOS.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on watchOS; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsWatchOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the watchOS version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified watchOS version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on a watchOS version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsWindows">
-      <summary>Indicates whether the current application is running on Windows.</summary>
-      <returns>
-        <see langword="true" /> if the current application is running on Windows; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.IsWindowsVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Checks if the Windows version (returned by <c>RtlGetVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified Windows version.</summary>
-      <param name="major">The major release number.</param>
-      <param name="minor">The minor release number.</param>
-      <param name="build">The build release number.</param>
-      <param name="revision">The revision release number.</param>
-      <returns>
-        <see langword="true" /> if the current application is running on a Windows version that is at least what was specified in the parameters; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.OperatingSystem.ToString">
-      <summary>Converts the value of this <see cref="T:System.OperatingSystem" /> object to its equivalent string representation.</summary>
-      <returns>The string representation of the values returned by the <see cref="P:System.OperatingSystem.Platform" />, <see cref="P:System.OperatingSystem.Version" />, and <see cref="P:System.OperatingSystem.ServicePack" /> properties.</returns>
-    </member>
-    <member name="P:System.OperatingSystem.Platform">
-      <summary>Gets a <see cref="T:System.PlatformID" /> enumeration value that identifies the operating system platform.</summary>
-      <returns>One of the <see cref="T:System.PlatformID" /> values.</returns>
-    </member>
-    <member name="P:System.OperatingSystem.ServicePack">
-      <summary>Gets the service pack version represented by this <see cref="T:System.OperatingSystem" /> object.</summary>
-      <returns>The service pack version, if service packs are supported and at least one is installed; otherwise, an empty string ("").</returns>
-    </member>
-    <member name="P:System.OperatingSystem.Version">
-      <summary>Gets a <see cref="T:System.Version" /> object that identifies the operating system.</summary>
-      <returns>A <see cref="T:System.Version" /> object that describes the major version, minor version, build, and revision numbers for the operating system.</returns>
-    </member>
-    <member name="P:System.OperatingSystem.VersionString">
-      <summary>Gets the concatenated string representation of the platform identifier, version, and service pack that are currently installed on the operating system.</summary>
-      <returns>The string representation of the values returned by the <see cref="P:System.OperatingSystem.Platform" />, <see cref="P:System.OperatingSystem.Version" />, and <see cref="P:System.OperatingSystem.ServicePack" /> properties.</returns>
-    </member>
-    <member name="T:System.OperationCanceledException">
-      <summary>The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.</summary>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a system-supplied error message.</summary>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a specified error message.</summary>
-      <param name="message">A <see cref="T:System.String" /> that describes the error.</param>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception,System.Threading.CancellationToken)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a specified error message, a reference to the inner exception that is the cause of this exception, and a cancellation token.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-      <param name="token">A cancellation token associated with the operation that was canceled.</param>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.String,System.Threading.CancellationToken)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a specified error message and a cancellation token.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="token">A cancellation token associated with the operation that was canceled.</param>
-    </member>
-    <member name="M:System.OperationCanceledException.#ctor(System.Threading.CancellationToken)">
-      <summary>Initializes a new instance of the <see cref="T:System.OperationCanceledException" /> class with a cancellation token.</summary>
-      <param name="token">A cancellation token associated with the operation that was canceled.</param>
-    </member>
-    <member name="P:System.OperationCanceledException.CancellationToken">
-      <summary>Gets a token associated with the operation that was canceled.</summary>
-      <returns>A token associated with the operation that was canceled, or a default token.</returns>
-    </member>
     <member name="T:System.OutOfMemoryException">
       <summary>The exception that is thrown when there is not enough memory to continue the execution of a program.</summary>
     </member>
@@ -37707,33 +20051,6 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
     <member name="M:System.ParamArrayAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.ParamArrayAttribute" /> class with default properties.</summary>
     </member>
-    <member name="T:System.PlatformID">
-      <summary>Identifies the operating system, or platform, supported by an assembly.</summary>
-    </member>
-    <member name="F:System.PlatformID.MacOSX">
-      <summary>The operating system is Macintosh. This value was returned by Silverlight. On .NET Core, its replacement is Unix.</summary>
-    </member>
-    <member name="F:System.PlatformID.Other">
-      <summary>Any other operating system. This includes Browser (WASM).</summary>
-    </member>
-    <member name="F:System.PlatformID.Unix">
-      <summary>The operating system is Unix.</summary>
-    </member>
-    <member name="F:System.PlatformID.Win32NT">
-      <summary>The operating system is Windows NT or later.</summary>
-    </member>
-    <member name="F:System.PlatformID.Win32S">
-      <summary>The operating system is Win32s. This value is no longer in use.</summary>
-    </member>
-    <member name="F:System.PlatformID.Win32Windows">
-      <summary>The operating system is Windows 95 or Windows 98. This value is no longer in use.</summary>
-    </member>
-    <member name="F:System.PlatformID.WinCE">
-      <summary>The operating system is Windows CE. This value is no longer in use.</summary>
-    </member>
-    <member name="F:System.PlatformID.Xbox">
-      <summary>The development platform is Xbox 360. This value is no longer in use.</summary>
-    </member>
     <member name="T:System.PlatformNotSupportedException">
       <summary>The exception that is thrown when a feature does not run on a particular platform.</summary>
     </member>
@@ -37761,104 +20078,6 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <returns>
         <see langword="true" /> if <paramref name="obj" /> meets the criteria defined within the method represented by this delegate; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="T:System.Progress`1">
-      <summary>Provides an <see cref="T:System.IProgress`1" /> that invokes callbacks for each reported progress value.</summary>
-      <typeparam name="T">Specifies the type of the progress report value.</typeparam>
-    </member>
-    <member name="E:System.Progress`1.ProgressChanged">
-      <summary>Raised for each reported progress value.</summary>
-    </member>
-    <member name="M:System.Progress`1.#ctor">
-      <summary>Initializes the <see cref="T:System.Progress`1" /> object.</summary>
-    </member>
-    <member name="M:System.Progress`1.#ctor(System.Action{`0})">
-      <summary>Initializes the <see cref="T:System.Progress`1" /> object with the specified callback.</summary>
-      <param name="handler">A handler to invoke for each reported progress value. This handler will be invoked in addition to any delegates registered with the <see cref="E:System.Progress`1.ProgressChanged" /> event. Depending on the <see cref="T:System.Threading.SynchronizationContext" /> instance captured by the <see cref="T:System.Progress`1" /> at construction, it is possible that this handler instance could be invoked concurrently with itself.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="handler" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception>
-    </member>
-    <member name="M:System.Progress`1.OnReport(`0)">
-      <summary>Reports a progress change.</summary>
-      <param name="value">The value of the updated progress.</param>
-    </member>
-    <member name="M:System.Progress`1.System#IProgress{T}#Report(`0)">
-      <summary>Reports a progress change.</summary>
-      <param name="value">The value of the updated progress.</param>
-    </member>
-    <member name="T:System.Random">
-      <summary>Represents a pseudo-random number generator, which is an algorithm that produces a sequence of numbers that meet certain statistical requirements for randomness.</summary>
-    </member>
-    <member name="M:System.Random.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Random" /> class using a default seed value.</summary>
-    </member>
-    <member name="M:System.Random.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Random" /> class, using the specified seed value.</summary>
-      <param name="Seed">A number used to calculate a starting value for the pseudo-random number sequence. If a negative number is specified, the absolute value of the number is used.</param>
-    </member>
-    <member name="M:System.Random.Next">
-      <summary>Returns a non-negative random integer.</summary>
-      <returns>A 32-bit signed integer that is greater than or equal to 0 and less than <see cref="F:System.Int32.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Random.Next(System.Int32)">
-      <summary>Returns a non-negative random integer that is less than the specified maximum.</summary>
-      <param name="maxValue">The exclusive upper bound of the random number to be generated. <paramref name="maxValue" /> must be greater than or equal to 0.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="maxValue" /> is less than 0.</exception>
-      <returns>A 32-bit signed integer that is greater than or equal to 0, and less than <paramref name="maxValue" />; that is, the range of return values ordinarily includes 0 but not <paramref name="maxValue" />. However, if <paramref name="maxValue" /> equals 0, <paramref name="maxValue" /> is returned.</returns>
-    </member>
-    <member name="M:System.Random.Next(System.Int32,System.Int32)">
-      <summary>Returns a random integer that is within a specified range.</summary>
-      <param name="minValue">The inclusive lower bound of the random number returned.</param>
-      <param name="maxValue">The exclusive upper bound of the random number returned. <paramref name="maxValue" /> must be greater than or equal to <paramref name="minValue" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="minValue" /> is greater than <paramref name="maxValue" />.</exception>
-      <returns>A 32-bit signed integer greater than or equal to <paramref name="minValue" /> and less than <paramref name="maxValue" />; that is, the range of return values includes <paramref name="minValue" /> but not <paramref name="maxValue" />. If <paramref name="minValue" /> equals <paramref name="maxValue" />, <paramref name="minValue" /> is returned.</returns>
-    </member>
-    <member name="M:System.Random.NextBytes(System.Byte[])">
-      <summary>Fills the elements of a specified array of bytes with random numbers.</summary>
-      <param name="buffer">The array to be filled with random numbers.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="buffer" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Random.NextBytes(System.Span{System.Byte})">
-      <summary>Fills the elements of a specified span of bytes with random numbers.</summary>
-      <param name="buffer">The array to be filled with random numbers.</param>
-    </member>
-    <member name="M:System.Random.NextDouble">
-      <summary>Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.</summary>
-      <returns>A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.</returns>
-    </member>
-    <member name="M:System.Random.NextInt64">
-      <summary>Returns a non-negative random integer.</summary>
-      <returns>A 64-bit signed integer that is greater than or equal to 0 and less than <see cref="F:System.Int64.MaxValue" />.</returns>
-    </member>
-    <member name="M:System.Random.NextInt64(System.Int64)">
-      <summary>Returns a non-negative random integer that is less than the specified maximum.</summary>
-      <param name="maxValue">The exclusive upper bound of the random number to be generated. <paramref name="maxValue" /> must be greater than or equal to 0.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="maxValue" /> is less than 0.</exception>
-      <returns>A 64-bit signed integer that is greater than or equal to 0, and less than <paramref name="maxValue" />; that is, the range of return values ordinarily includes 0 but not <paramref name="maxValue" />. However, if <paramref name="maxValue" /> equals 0, <paramref name="maxValue" /> is returned.</returns>
-    </member>
-    <member name="M:System.Random.NextInt64(System.Int64,System.Int64)">
-      <summary>Returns a random integer that is within a specified range.</summary>
-      <param name="minValue">The inclusive lower bound of the random number returned.</param>
-      <param name="maxValue">The exclusive upper bound of the random number returned. <paramref name="maxValue" /> must be greater than or equal to <paramref name="minValue" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="minValue" /> is greater than <paramref name="maxValue" />.</exception>
-      <returns>A 64-bit signed integer greater than or equal to <paramref name="minValue" /> and less than <paramref name="maxValue" />; that is, the range of return values includes <paramref name="minValue" /> but not <paramref name="maxValue" />. If minValue equals <paramref name="maxValue" />, <paramref name="minValue" /> is returned.</returns>
-    </member>
-    <member name="M:System.Random.NextSingle">
-      <summary>Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.</summary>
-      <returns>A single-precision floating point number that is greater than or equal to 0.0, and less than 1.0.</returns>
-    </member>
-    <member name="M:System.Random.Sample">
-      <summary>Returns a random floating-point number between 0.0 and 1.0.</summary>
-      <returns>A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.</returns>
-    </member>
-    <member name="P:System.Random.Shared">
-      <summary>Provides a thread-safe <see cref="T:System.Random" /> instance that may be used concurrently from any thread.</summary>
-      <returns>A <see cref="T:System.Random" /> instance.</returns>
-    </member>
     <member name="T:System.Range">
       <summary>Represents a range that has start and end indexes.</summary>
     </member>
@@ -37867,6 +20086,14 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <param name="start">The inclusive start index of the range.</param>
       <param name="end">The exclusive end index of the range.</param>
     </member>
+    <member name="P:System.Range.All">
+      <summary>Gets a <see cref="T:System.Range" /> object that starts from the first element to the end.</summary>
+      <returns>A range from the start to the end.</returns>
+    </member>
+    <member name="P:System.Range.End">
+      <summary>Gets an <see cref="T:System.Index" /> that represents the exclusive end index of the range.</summary>
+      <returns>The end index of the range.</returns>
+    </member>
     <member name="M:System.Range.EndAt(System.Index)">
       <summary>Creates a <see cref="T:System.Range" /> object starting from the first element in the collection to a specified end index.</summary>
       <param name="end">The position of the last element up to which the <see cref="T:System.Range" /> object will be created.</param>
@@ -37891,9 +20118,13 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
     <member name="M:System.Range.GetOffsetAndLength(System.Int32)">
       <summary>Calculates the start offset and length of the range object using a collection length.</summary>
       <param name="length">A positive integer that represents the length of the collection that the range will be used with.</param>
+      <returns>The start offset and length of the range.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="length" /> is outside the bounds of the current range.</exception>
-      <returns>The start offset and length of the range.</returns>
+    </member>
+    <member name="P:System.Range.Start">
+      <summary>Gets the inclusive start index of the <see cref="T:System.Range" />.</summary>
+      <returns>The inclusive start index of the range.</returns>
     </member>
     <member name="M:System.Range.StartAt(System.Index)">
       <summary>Returns a new <see cref="T:System.Range" /> instance starting from a specified start index to the end of the collection.</summary>
@@ -37904,18 +20135,6 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <summary>Returns the string representation of the current <see cref="T:System.Range" /> object.</summary>
       <returns>The string representation of the range.</returns>
     </member>
-    <member name="P:System.Range.All">
-      <summary>Gets a <see cref="T:System.Range" /> object that starts from the first element to the end.</summary>
-      <returns>A range from the start to the end.</returns>
-    </member>
-    <member name="P:System.Range.End">
-      <summary>Gets an <see cref="T:System.Index" /> that represents the exclusive end index of the range.</summary>
-      <returns>The end index of the range.</returns>
-    </member>
-    <member name="P:System.Range.Start">
-      <summary>Gets the inclusive start index of the <see cref="T:System.Range" />.</summary>
-      <returns>The inclusive start index of the range.</returns>
-    </member>
     <member name="T:System.RankException">
       <summary>The exception that is thrown when an array with the wrong number of dimensions is passed to a method.</summary>
     </member>
@@ -37962,6 +20181,10 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="destination" /> is smaller than the source memory region.</exception>
     </member>
+    <member name="P:System.ReadOnlyMemory`1.Empty">
+      <summary>Gets an empty <see cref="T:System.ReadOnlyMemory`1" />.</summary>
+      <returns>An empty read-only memory region.</returns>
+    </member>
     <member name="M:System.ReadOnlyMemory`1.Equals(System.Object)">
       <summary>Determines whether the specified object is equal to the current read-only memory region.</summary>
       <param name="obj">The object to compare.</param>
@@ -37978,35 +20201,48 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <summary>Returns the hash code for this <see cref="T:System.ReadOnlyMemory`1" />.</summary>
       <returns>The hash code.</returns>
     </member>
-    <member name="M:System.ReadOnlyMemory`1.op_Implicit(T[])~System.ReadOnlyMemory{`0}">
-      <summary>Defines an implicit conversion of an array to a <see cref="T:System.ReadOnlyMemory`1" />.</summary>
-      <param name="array">An array of type T to convert.</param>
-      <returns>The read-only memory representation of the array of type T.</returns>
+    <member name="P:System.ReadOnlyMemory`1.IsEmpty">
+      <summary>Gets a value that indicates whether this read-only memory region is empty.</summary>
+      <returns>
+        <see langword="true" /> if the read-only memory region is empty (that is, its <see cref="P:System.ReadOnlyMemory`1.Length" /> is 0); otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.ReadOnlyMemory`1.Length">
+      <summary>Gets the number of items in the memory region.</summary>
+      <returns>The number of items in the memory region.</returns>
     </member>
     <member name="M:System.ReadOnlyMemory`1.op_Implicit(System.ArraySegment{`0})~System.ReadOnlyMemory{`0}">
       <summary>Defines an implicit conversion of a <see cref="T:System.ArraySegment`1" /> to a <see cref="T:System.ReadOnlyMemory`1" />.</summary>
       <param name="segment">The array segment to convert.</param>
       <returns>A read-only memory representation of the array segment.</returns>
     </member>
+    <member name="M:System.ReadOnlyMemory`1.op_Implicit(T[])~System.ReadOnlyMemory{`0}">
+      <summary>Defines an implicit conversion of an array to a <see cref="T:System.ReadOnlyMemory`1" />.</summary>
+      <param name="array">An array of type T to convert.</param>
+      <returns>The read-only memory representation of the array of type T.</returns>
+    </member>
     <member name="M:System.ReadOnlyMemory`1.Pin">
       <summary>Creates a handle for the memory.</summary>
-      <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned.</exception>
       <returns>A handle for the memory.</returns>
+      <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned.</exception>
     </member>
     <member name="M:System.ReadOnlyMemory`1.Slice(System.Int32)">
       <summary>Forms a slice out of the given memory region, beginning at a specified poisition and continuing to its end.</summary>
       <param name="start">The index at which to begin this slice.</param>
+      <returns>A read-only memory region representing the desired slice.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is less than 0 or greater than <see cref="P:System.ReadOnlyMemory`1.Length" />.</exception>
-      <returns>A read-only memory region representing the desired slice.</returns>
     </member>
     <member name="M:System.ReadOnlyMemory`1.Slice(System.Int32,System.Int32)">
       <summary>Forms a slice out of the given memory region starting at <paramref name="start" /> position for <paramref name="length" /> elements.</summary>
       <param name="start">The index at which to begin this slice.</param>
       <param name="length">The desired length for the slice.</param>
+      <returns>A read-only memory region representing the desired slice.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" />, <paramref name="length" />, or <paramref name="start" /> + <paramref name="length" /> are outside the range of the current instance.</exception>
-      <returns>A read-only memory region representing the desired slice.</returns>
+    </member>
+    <member name="P:System.ReadOnlyMemory`1.Span">
+      <summary>Gets a span from the memory region.</summary>
+      <returns>A memory span.</returns>
     </member>
     <member name="M:System.ReadOnlyMemory`1.ToArray">
       <summary>Copies the contents from the memory region into a new array.</summary>
@@ -38022,23 +20258,6 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <returns>
         <see langword="true" /> if the copy operation succeeded. <see langword="false" /> if <paramref name="destination" /> is smaller than the current instance, and no data is written to <paramref name="destination" />.</returns>
     </member>
-    <member name="P:System.ReadOnlyMemory`1.Empty">
-      <summary>Gets an empty <see cref="T:System.ReadOnlyMemory`1" />.</summary>
-      <returns>An empty read-only memory region.</returns>
-    </member>
-    <member name="P:System.ReadOnlyMemory`1.IsEmpty">
-      <summary>Gets a value that indicates whether this read-only memory region is empty.</summary>
-      <returns>
-        <see langword="true" /> if the read-only memory region is empty (that is, its <see cref="P:System.ReadOnlyMemory`1.Length" /> is 0); otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.ReadOnlyMemory`1.Length">
-      <summary>Gets the number of items in the memory region.</summary>
-      <returns>The number of items in the memory region.</returns>
-    </member>
-    <member name="P:System.ReadOnlyMemory`1.Span">
-      <summary>Gets a span from the memory region.</summary>
-      <returns>A memory span.</returns>
-    </member>
     <member name="T:System.ReadOnlySpan`1">
       <summary>Provides a type-safe and memory-safe read-only representation of a contiguous region of arbitrary memory.</summary>
       <typeparam name="T">The type of items in the <see cref="T:System.ReadOnlySpan`1" />.</typeparam>
@@ -38054,13 +20273,9 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <param name="length">The number of elements to include.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="array" /> is <see langword="null" />, but <paramref name="start" /> or <paramref name="length" /> is non-zero.
-
 -or-
-
 <paramref name="start" /> is outside the bounds of the array.
-
 -or-
-
 <paramref name="start" /> and <paramref name="length" /> exceeds the number of elements in the array.</exception>
     </member>
     <member name="M:System.ReadOnlySpan`1.#ctor(System.Void*,System.Int32)">
@@ -38078,11 +20293,28 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="destination" /> is shorter than the source <see cref="T:System.ReadOnlySpan`1" />.</exception>
     </member>
+    <member name="P:System.ReadOnlySpan`1.Empty">
+      <summary>Returns an empty <see cref="T:System.ReadOnlySpan`1" />.</summary>
+      <returns>An empty <see cref="T:System.ReadOnlySpan`1" />.</returns>
+    </member>
+    <member name="T:System.ReadOnlySpan`1.Enumerator">
+      <summary>Provides an enumerator for the elements of a <see cref="T:System.ReadOnlySpan`1" />.</summary>
+      <typeparam name="T" />
+    </member>
+    <member name="P:System.ReadOnlySpan`1.Enumerator.Current">
+      <summary>Gets a reference to the item at the current position of the enumerator.</summary>
+      <returns>The element in the <see cref="T:System.ReadOnlySpan`1" /> at the current position of the enumerator.</returns>
+    </member>
+    <member name="M:System.ReadOnlySpan`1.Enumerator.MoveNext">
+      <summary>Advances the enumerator to the next item of the <see cref="T:System.ReadOnlySpan`1" />.</summary>
+      <returns>
+        <see langword="true" /> if the enumerator successfully advanced to the next item; <see langword="false" /> if the end of the span has been passed.</returns>
+    </member>
     <member name="M:System.ReadOnlySpan`1.Equals(System.Object)">
       <summary>Not supported. Throws a <see cref="T:System.NotSupportedException" />.</summary>
       <param name="obj">Not supported.</param>
-      <exception cref="T:System.NotSupportedException">Always thrown by this method.</exception>
       <returns>Not supported.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown by this method.</exception>
     </member>
     <member name="M:System.ReadOnlySpan`1.GetEnumerator">
       <summary>Returns an enumerator for this <see cref="T:System.ReadOnlySpan`1" />.</summary>
@@ -38090,32 +20322,46 @@ If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
     </member>
     <member name="M:System.ReadOnlySpan`1.GetHashCode">
       <summary>Not supported. Throws a <see cref="T:System.NotSupportedException" />.</summary>
-      <exception cref="T:System.NotSupportedException">Always thrown by this method.</exception>
       <returns>Not supported.</returns>
+      <exception cref="T:System.NotSupportedException">Always thrown by this method.</exception>
     </member>
     <member name="M:System.ReadOnlySpan`1.GetPinnableReference">
-      <summary>Returns a read-only reference to an object of type T that can be used for pinning.
-        
-This method is intended to support .NET compilers and is not intended to be called by user code.</summary>
+      <summary>A read-only reference to an object of type T that can be used for pinning, and is required to support the use of span within a fixed statement.</summary>
       <returns>A reference to the element of the span at index 0, or <see langword="null" /> if the span is empty.</returns>
     </member>
+    <member name="P:System.ReadOnlySpan`1.IsEmpty">
+      <summary>Returns a value that indicates the current read-only span is empty.</summary>
+      <returns>
+        <see langword="true" /> when the current span is empty; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.ReadOnlySpan`1.Item(System.Int32)">
+      <summary>Gets an item from the read-only span at the specified zero-based index.</summary>
+      <param name="index">The zero-based index of the element to get.</param>
+      <returns>The element from the read-only span.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is less then zero or greater than or equal to <see cref="P:System.ReadOnlySpan`1.Length" />.</exception>
+    </member>
+    <member name="P:System.ReadOnlySpan`1.Length">
+      <summary>The number of items in the read-only span.</summary>
+      <returns>The number of items.</returns>
+    </member>
     <member name="M:System.ReadOnlySpan`1.op_Equality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
       <summary>Returns a value that indicates whether two <see cref="T:System.ReadOnlySpan`1" /> instances are equal.</summary>
       <param name="left">The first span to compare.</param>
       <param name="right">The second span to compare.</param>
       <returns>
-        <see langword="true" /> if the two <see cref="T:System.ReadOnlySpan`1" /> instances are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.ReadOnlySpan`1.op_Implicit(T[])~System.ReadOnlySpan{`0}">
-      <summary>Defines an implicit conversion of an array to a <see cref="T:System.ReadOnlySpan`1" />.</summary>
-      <param name="array">The array to convert to a <see cref="T:System.ReadOnlySpan`1" />.</param>
-      <returns>The read-only span that corresponds to <paramref name="array" />.</returns>
+        <see langword="true" /> if the two <see cref="T:System.ReadOnlySpan`1" /> instances are equal; otherwise, <see langword="false" /></returns>
     </member>
     <member name="M:System.ReadOnlySpan`1.op_Implicit(System.ArraySegment{`0})~System.ReadOnlySpan{`0}">
       <summary>Defines an implicit conversion of an <see cref="T:System.ArraySegment`1" /> to a <see cref="T:System.ReadOnlySpan`1" />.</summary>
       <param name="segment">The array segment to be converted to a <see cref="T:System.ReadOnlySpan`1" />.</param>
       <returns>A read-only span that corresponds to the array segment.</returns>
     </member>
+    <member name="M:System.ReadOnlySpan`1.op_Implicit(T[])~System.ReadOnlySpan{`0}">
+      <summary>Defines an implicit conversion of an array to a <see cref="T:System.ReadOnlySpan`1" />.</summary>
+      <param name="array">The array to convert to a <see cref="T:System.ReadOnlySpan`1" />.</param>
+      <returns>The read-only span that corresponds to <paramref name="array" />.</returns>
+    </member>
     <member name="M:System.ReadOnlySpan`1.op_Inequality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
       <summary>Returns a value that indicates whether two <see cref="T:System.ReadOnlySpan`1" /> instances are not equal.</summary>
       <param name="left">The first read-only span to compare.</param>
@@ -38126,17 +20372,17 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.ReadOnlySpan`1.Slice(System.Int32)">
       <summary>Forms a slice out of the current read-only span that begins at a specified index.</summary>
       <param name="start">The index at which to begin the slice.</param>
+      <returns>A span that consists of all elements of the current span from <paramref name="start" /> to the end of the span.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is greater than the number of items in the read-only span.</exception>
-      <returns>A span that consists of all elements of the current span from <paramref name="start" /> to the end of the span.</returns>
     </member>
     <member name="M:System.ReadOnlySpan`1.Slice(System.Int32,System.Int32)">
       <summary>Forms a slice out of the current read-only span starting at a specified index for a specified length.</summary>
       <param name="start">The index at which to begin this slice.</param>
       <param name="length">The desired length for the slice.</param>
+      <returns>A read-only span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="start" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is less than zero or greater than <see cref="P:System.Span`1.Length" />.</exception>
-      <returns>A read-only span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="start" />.</returns>
     </member>
     <member name="M:System.ReadOnlySpan`1.ToArray">
       <summary>Copies the contents of this read-only span into a new array.</summary>
@@ -38152,39 +20398,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the copy operation succeeded; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.ReadOnlySpan`1.Empty">
-      <summary>Returns an empty <see cref="T:System.ReadOnlySpan`1" />.</summary>
-      <returns>An empty <see cref="T:System.ReadOnlySpan`1" />.</returns>
-    </member>
-    <member name="P:System.ReadOnlySpan`1.IsEmpty">
-      <summary>Returns a value that indicates the current read-only span is empty.</summary>
-      <returns>
-        <see langword="true" /> when the current span is empty; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.ReadOnlySpan`1.Item(System.Int32)">
-      <summary>Gets an item from the read-only span at the specified zero-based index.</summary>
-      <param name="index">The zero-based index of the element to get.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is less then zero or greater than or equal to <see cref="P:System.ReadOnlySpan`1.Length" />.</exception>
-      <returns>The element from the read-only span.</returns>
-    </member>
-    <member name="P:System.ReadOnlySpan`1.Length">
-      <summary>The number of items in the read-only span.</summary>
-      <returns>The number of items.</returns>
-    </member>
-    <member name="T:System.ReadOnlySpan`1.Enumerator">
-      <summary>Provides an enumerator for the elements of a <see cref="T:System.ReadOnlySpan`1" />.</summary>
-      <typeparam name="T" />
-    </member>
-    <member name="M:System.ReadOnlySpan`1.Enumerator.MoveNext">
-      <summary>Advances the enumerator to the next item of the <see cref="T:System.ReadOnlySpan`1" />.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator successfully advanced to the next item; <see langword="false" /> if the end of the span has been passed.</returns>
-    </member>
-    <member name="P:System.ReadOnlySpan`1.Enumerator.Current">
-      <summary>Gets a reference to the item at the current position of the enumerator.</summary>
-      <returns>The element in the <see cref="T:System.ReadOnlySpan`1" /> at the current position of the enumerator.</returns>
-    </member>
     <member name="T:System.Reflection.AmbiguousMatchException">
       <summary>The exception that is thrown when binding to a member results in more than one member matching the binding criteria. This class cannot be inherited.</summary>
     </member>
@@ -38203,21 +20416,21 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="T:System.Reflection.Assembly">
       <summary>Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application.</summary>
     </member>
-    <member name="E:System.Reflection.Assembly.ModuleResolve">
-      <summary>Occurs when the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means.</summary>
-    </member>
     <member name="M:System.Reflection.Assembly.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.Assembly" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.Assembly.CodeBase">
+      <summary>Gets the location of the assembly as specified originally, for example, in an <see cref="T:System.Reflection.AssemblyName" /> object.</summary>
+      <returns>The location of the assembly as specified originally.</returns>
+    </member>
     <member name="M:System.Reflection.Assembly.CreateInstance(System.String)">
       <summary>Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search.</summary>
       <param name="typeName">The <see cref="P:System.Type.FullName" /> of the type to locate.</param>
+      <returns>An instance of the specified type created with the parameterless constructor; or <see langword="null" /> if <paramref name="typeName" /> is not found. The type is resolved using the default binder, without specifying culture or activation attributes, and with <see cref="T:System.Reflection.BindingFlags" /> set to <see langword="Public" /> or <see langword="Instance" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="typeName" /> is an empty string ("") or a string beginning with a null character.
-
- -or-
-
- The current assembly was loaded into the reflection-only context.</exception>
+-or-
+The current assembly was loaded into the reflection-only context.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
@@ -38225,29 +20438,23 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="typeName" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="typeName" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="typeName" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="typeName" /> requires a dependent assembly that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
-      <returns>An instance of the specified type created with the parameterless constructor; or <see langword="null" /> if <paramref name="typeName" /> is not found. The type is resolved using the default binder, without specifying culture or activation attributes, and with <see cref="T:System.Reflection.BindingFlags" /> set to <see langword="Public" /> or <see langword="Instance" />.</returns>
+-or-
+<paramref name="typeName" /> requires a dependent assembly that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean)">
       <summary>Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search.</summary>
       <param name="typeName">The <see cref="P:System.Type.FullName" /> of the type to locate.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore the case of the type name; otherwise, <see langword="false" />.</param>
+      <returns>An instance of the specified type created with the parameterless constructor; or <see langword="null" /> if <paramref name="typeName" /> is not found. The type is resolved using the default binder, without specifying culture or activation attributes, and with <see cref="T:System.Reflection.BindingFlags" /> set to <see langword="Public" /> or <see langword="Instance" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="typeName" /> is an empty string ("") or a string beginning with a null character.
-
- -or-
-
- The current assembly was loaded into the reflection-only context.</exception>
+-or-
+The current assembly was loaded into the reflection-only context.</exception>
       <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
@@ -38255,17 +20462,12 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="typeName" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="typeName" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="typeName" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="typeName" /> requires a dependent assembly that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
-      <returns>An instance of the specified type created with the parameterless constructor; or <see langword="null" /> if <paramref name="typeName" /> is not found. The type is resolved using the default binder, without specifying culture or activation attributes, and with <see cref="T:System.Reflection.BindingFlags" /> set to <see langword="Public" /> or <see langword="Instance" />.</returns>
+-or-
+<paramref name="typeName" /> requires a dependent assembly that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])">
       <summary>Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search and having the specified culture, arguments, and binding and activation attributes.</summary>
@@ -38275,14 +20477,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="bindingAttr">A bitmask that affects the way in which the search is conducted. The value is a combination of bit flags from <see cref="T:System.Reflection.BindingFlags" />.</param>
       <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see langword="MemberInfo" /> objects via reflection. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="args">An array that contains the arguments to be passed to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to be invoked. If the parameterless constructor is desired, <paramref name="args" /> must be an empty array or <see langword="null" />.</param>
-      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. If this is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used. (This is necessary to convert a string that represents 1000 to a <see cref="T:System.Double" /> value, for example, since 1000 is represented differently by different cultures.)</param>
+      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. If this is <see langword="null" />, the <see langword="CultureInfo" /> for the current thread is used. (This is necessary to convert a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, for example, since 1000 is represented differently by different cultures.)</param>
       <param name="activationAttributes">An array of one or more attributes that can participate in activation. Typically, an array that contains a single <see cref="T:System.Runtime.Remoting.Activation.UrlAttribute" /> object that specifies the URL that is required to activate a remote object.  This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.</param>
+      <returns>An instance of the specified type, or <see langword="null" /> if <paramref name="typeName" /> is not found. The supplied arguments are used to resolve the type, and to bind the constructor that is used to create the instance.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="typeName" /> is an empty string ("") or a string beginning with a null character.
-
- -or-
-
- The current assembly was loaded into the reflection-only context.</exception>
+-or-
+The current assembly was loaded into the reflection-only context.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
@@ -38291,17 +20492,12 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="typeName" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="typeName" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="typeName" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="typeName" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="typeName" /> requires a dependent assembly which that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
-      <returns>An instance of the specified type, or <see langword="null" /> if <paramref name="typeName" /> is not found. The supplied arguments are used to resolve the type, and to bind the constructor that is used to create the instance.</returns>
+-or-
+<paramref name="typeName" /> requires a dependent assembly which that was compiled for a version of the runtime that is later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.CreateQualifiedName(System.String,System.String)">
       <summary>Creates the name of a type qualified by the display name of its assembly.</summary>
@@ -38309,18 +20505,42 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="typeName">The full name of a type.</param>
       <returns>The full name of the type qualified by the display name of the assembly.</returns>
     </member>
+    <member name="P:System.Reflection.Assembly.CustomAttributes">
+      <summary>Gets a collection that contains this assembly's custom attributes.</summary>
+      <returns>A collection that contains this assembly's custom attributes.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.DefinedTypes">
+      <summary>Gets a collection of the types defined in this assembly.</summary>
+      <returns>A collection of the types defined in this assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.EntryPoint">
+      <summary>Gets the entry point of this assembly.</summary>
+      <returns>An object that represents the entry point of this assembly. If no entry point is found (for example, the assembly is a DLL), <see langword="null" /> is returned.</returns>
+    </member>
     <member name="M:System.Reflection.Assembly.Equals(System.Object)">
       <summary>Determines whether this assembly and the specified object are equal.</summary>
       <param name="o">The object to compare with this instance.</param>
       <returns>
         <see langword="true" /> if <paramref name="o" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.Assembly.EscapedCodeBase">
+      <summary>Gets the URI, including escape characters, that represents the codebase.</summary>
+      <returns>A URI with escape characters.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.ExportedTypes">
+      <summary>Gets a collection of the public types defined in this assembly that are visible outside the assembly.</summary>
+      <returns>A collection of the public types defined in this assembly that are visible outside the assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.FullName">
+      <summary>Gets the display name of the assembly.</summary>
+      <returns>The display name of the assembly.</returns>
+    </member>
     <member name="M:System.Reflection.Assembly.GetAssembly(System.Type)">
       <summary>Gets the currently loaded assembly in which the specified type is defined.</summary>
       <param name="type">An object representing a type in the assembly that will be returned.</param>
+      <returns>The assembly in which the specified type is defined.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>The assembly in which the specified type is defined.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetCallingAssembly">
       <summary>Returns the <see cref="T:System.Reflection.Assembly" /> of the method that invoked the currently executing method.</summary>
@@ -38335,11 +20555,11 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Gets the custom attributes for this assembly as specified by type.</summary>
       <param name="attributeType">The type for which the custom attributes are to be returned.</param>
       <param name="inherit">This argument is ignored for objects of type <see cref="T:System.Reflection.Assembly" />.</param>
+      <returns>An array that contains the custom attributes for this assembly as specified by <paramref name="attributeType" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not a runtime type.</exception>
-      <returns>An array that contains the custom attributes for this assembly as specified by <paramref name="attributeType" />.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetCustomAttributesData">
       <summary>Returns information about the attributes that have been applied to the current <see cref="T:System.Reflection.Assembly" />, expressed as <see cref="T:System.Reflection.CustomAttributeData" /> objects.</summary>
@@ -38355,13 +20575,14 @@ This method is intended to support .NET compilers and is not intended to be call
     </member>
     <member name="M:System.Reflection.Assembly.GetExportedTypes">
       <summary>Gets the public types defined in this assembly that are visible outside the assembly.</summary>
+      <returns>An array that represents the types defined in this assembly that are visible outside the assembly.</returns>
       <exception cref="T:System.NotSupportedException">The assembly is a dynamic assembly.</exception>
       <exception cref="T:System.IO.FileNotFoundException">Unable to load a dependent assembly.</exception>
-      <returns>An array that represents the types defined in this assembly that are visible outside the assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetFile(System.String)">
       <summary>Gets a <see cref="T:System.IO.FileStream" /> for the specified file in the file table of the manifest of this assembly.</summary>
       <param name="name">The name of the specified file. Do not include the path to the file.</param>
+      <returns>A stream that contains the specified file, or <see langword="null" /> if the file is not found.</returns>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is an empty string ("").</exception>
@@ -38369,23 +20590,22 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="name" /> was not found.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> is not a valid assembly.</exception>
-      <returns>A stream that contains the specified file, or <see langword="null" /> if the file is not found.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetFiles">
       <summary>Gets the files in the file table of an assembly manifest.</summary>
+      <returns>An array of streams that contain the files.</returns>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
       <exception cref="T:System.IO.FileNotFoundException">A file was not found.</exception>
       <exception cref="T:System.BadImageFormatException">A file was not a valid assembly.</exception>
-      <returns>An array of streams that contain the files.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetFiles(System.Boolean)">
       <summary>Gets the files in the file table of an assembly manifest, specifying whether to include resource modules.</summary>
       <param name="getResourceModules">
         <see langword="true" /> to include resource modules; otherwise, <see langword="false" />.</param>
+      <returns>An array of streams that contain the files.</returns>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
       <exception cref="T:System.IO.FileNotFoundException">A file was not found.</exception>
       <exception cref="T:System.BadImageFormatException">A file was not a valid assembly.</exception>
-      <returns>An array of streams that contain the files.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetForwardedTypes" />
     <member name="M:System.Reflection.Assembly.GetHashCode">
@@ -38405,10 +20625,10 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Reflection.Assembly.GetManifestResourceInfo(System.String)">
       <summary>Returns information about how the given resource has been persisted.</summary>
       <param name="resourceName">The case-sensitive name of the resource.</param>
+      <returns>An object that is populated with information about the resource's topology, or <see langword="null" /> if the resource is not found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="resourceName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="resourceName" /> parameter is an empty string ("").</exception>
-      <returns>An object that is populated with information about the resource's topology, or <see langword="null" /> if the resource is not found.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetManifestResourceNames">
       <summary>Returns the names of all the resources in this assembly.</summary>
@@ -38417,22 +20637,26 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Reflection.Assembly.GetManifestResourceStream(System.String)">
       <summary>Loads the specified manifest resource from this assembly.</summary>
       <param name="name">The case-sensitive name of the manifest resource being requested.</param>
+      <returns>The manifest resource; or <see langword="null" /> if no resources were specified during compilation or if the resource is not visible to the caller.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is an empty string ("").</exception>
-      <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
+            
+  
+ A file that was found could not be loaded.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="name" /> was not found.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> is not a valid assembly.</exception>
       <exception cref="T:System.NotImplementedException">Resource length is greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>The manifest resource; or <see langword="null" /> if no resources were specified during compilation or if the resource is not visible to the caller.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetManifestResourceStream(System.Type,System.String)">
       <summary>Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.</summary>
       <param name="type">The type whose namespace is used to scope the manifest resource name.</param>
       <param name="name">The case-sensitive name of the manifest resource being requested.</param>
+      <returns>The manifest resource; or <see langword="null" /> if no resources were specified during compilation or if the resource is not visible to the caller.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is an empty string ("").</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
@@ -38441,11 +20665,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> is not a valid assembly.</exception>
       <exception cref="T:System.NotImplementedException">Resource length is greater than <see cref="F:System.Int64.MaxValue" />.</exception>
-      <returns>The manifest resource; or <see langword="null" /> if no resources were specified during compilation or if the resource is not visible to the caller.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetModule(System.String)">
       <summary>Gets the specified module in this assembly.</summary>
       <param name="name">The name of the module being requested.</param>
+      <returns>The module being requested, or <see langword="null" /> if the module is not found.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is an empty string ("").</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
@@ -38453,12 +20677,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="name" /> was not found.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> is not a valid assembly.</exception>
-      <returns>The module being requested, or <see langword="null" /> if the module is not found.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetModules">
       <summary>Gets all the modules that are part of this assembly.</summary>
-      <exception cref="T:System.IO.FileNotFoundException">The module to be loaded does not specify a file name extension.</exception>
       <returns>An array of modules.</returns>
+      <exception cref="T:System.IO.FileNotFoundException">The module to be loaded does not specify a file name extension.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.GetModules(System.Boolean)">
       <summary>Gets all the modules that are part of this assembly, specifying whether to include resource modules.</summary>
@@ -38490,60 +20713,58 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Assembly.GetSatelliteAssembly(System.Globalization.CultureInfo)">
       <summary>Gets the satellite assembly for the specified culture.</summary>
       <param name="culture">The specified culture.</param>
+      <returns>The specified satellite assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="culture" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The assembly cannot be found.</exception>
       <exception cref="T:System.IO.FileLoadException">The satellite assembly with a matching file name was found, but the <see langword="CultureInfo" /> did not match the one specified.</exception>
       <exception cref="T:System.BadImageFormatException">The satellite assembly is not a valid assembly.</exception>
-      <returns>The specified satellite assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetSatelliteAssembly(System.Globalization.CultureInfo,System.Version)">
       <summary>Gets the specified version of the satellite assembly for the specified culture.</summary>
       <param name="culture">The specified culture.</param>
       <param name="version">The version of the satellite assembly.</param>
+      <returns>The specified satellite assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="culture" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileLoadException">The satellite assembly with a matching file name was found, but the <see langword="CultureInfo" /> or the version did not match the one specified.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The assembly cannot be found.</exception>
       <exception cref="T:System.BadImageFormatException">The satellite assembly is not a valid assembly.</exception>
-      <returns>The specified satellite assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.GetType(System.String)">
       <summary>Gets the <see cref="T:System.Type" /> object with the specified name in the assembly instance.</summary>
       <param name="name">The full name of the type.</param>
+      <returns>An object that represents the specified class, or <see langword="null" /> if the class is not found.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is invalid.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="name" /> requires a dependent assembly that could not be found.</exception>
-      <exception cref="T:System.IO.FileLoadException">
-        <paramref name="name" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
+          
+          <paramref name="name" /> requires a dependent assembly that was found but could not be loaded.  
+  
+ -or-  
+  
+ The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>An object that represents the specified class, or <see langword="null" /> if the class is not found.</returns>
+-or-
+<paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.GetType(System.String,System.Boolean)">
       <summary>Gets the <see cref="T:System.Type" /> object with the specified name in the assembly instance and optionally throws an exception if the type is not found.</summary>
       <param name="name">The full name of the type.</param>
       <param name="throwOnError">
         <see langword="true" /> to throw an exception if the type is not found; <see langword="false" /> to return <see langword="null" />.</param>
+      <returns>An object that represents the specified class.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is invalid.
-
- -or-
-
- The length of <paramref name="name" /> exceeds 1024 characters.</exception>
+-or-
+The length of <paramref name="name" /> exceeds 1024 characters.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">
@@ -38552,17 +20773,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="name" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="name" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.</exception>
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>An object that represents the specified class.</returns>
+-or-
+<paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean)">
       <summary>Gets the <see cref="T:System.Type" /> object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found.</summary>
@@ -38571,12 +20787,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <see langword="true" /> to throw an exception if the type is not found; <see langword="false" /> to return <see langword="null" />.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore the case of the type name; otherwise, <see langword="false" />.</param>
+      <returns>An object that represents the specified class.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is invalid.
-
- -or-
-
- The length of <paramref name="name" /> exceeds 1024 characters.</exception>
+-or-
+The length of <paramref name="name" /> exceeds 1024 characters.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">
@@ -38585,84 +20800,104 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="name" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="name" /> requires a dependent assembly that was found but could not be loaded.
-
- -or-
-
- The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.</exception>
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="name" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="name" /> requires a dependent assembly, but the file is not a valid assembly.
-
- -or-
-
- <paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>An object that represents the specified class.</returns>
+-or-
+<paramref name="name" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.GetTypes">
       <summary>Gets the types defined in this assembly.</summary>
-      <exception cref="T:System.Reflection.ReflectionTypeLoadException">The assembly contains one or more types that cannot be loaded. The array returned by the <see cref="P:System.Reflection.ReflectionTypeLoadException.Types" /> property of this exception contains a <see cref="T:System.Type" /> object for each type that was loaded and <see langword="null" /> for each type that could not be loaded, while the <see cref="P:System.Reflection.ReflectionTypeLoadException.LoaderExceptions" /> property contains an exception for each type that could not be loaded.</exception>
       <returns>An array that contains all the types that are defined in this assembly.</returns>
+      <exception cref="T:System.Reflection.ReflectionTypeLoadException">The assembly contains one or more types that cannot be loaded. The array returned by the <see cref="P:System.Reflection.ReflectionTypeLoadException.Types" /> property of this exception contains a <see cref="T:System.Type" /> object for each type that was loaded and <see langword="null" /> for each type that could not be loaded, while the <see cref="P:System.Reflection.ReflectionTypeLoadException.LoaderExceptions" /> property contains an exception for each type that could not be loaded.</exception>
+    </member>
+    <member name="P:System.Reflection.Assembly.GlobalAssemblyCache">
+      <summary>Gets a value indicating whether the assembly was loaded from the global assembly cache.</summary>
+      <returns>
+        <see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.HostContext">
+      <summary>Gets the host context with which the assembly was loaded.</summary>
+      <returns>An <see cref="T:System.Int64" /> value that indicates the host context with which the assembly was loaded, if any.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.ImageRuntimeVersion">
+      <summary>Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest.</summary>
+      <returns>The CLR version folder name. This is not a full path.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.IsCollectible">
+      <summary>Gets a value that indicates whether this assembly is held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
+      <returns>
+        <see langword="true" /> if this assembly is held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.IsDefined(System.Type,System.Boolean)">
       <summary>Indicates whether or not a specified attribute has been applied to the assembly.</summary>
       <param name="attributeType">The type of the attribute to be checked for this assembly.</param>
       <param name="inherit">This argument is ignored for objects of this type.</param>
+      <returns>
+        <see langword="true" /> if the attribute has been applied to the assembly; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> uses an invalid type.</exception>
+    </member>
+    <member name="P:System.Reflection.Assembly.IsDynamic">
+      <summary>Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit.</summary>
       <returns>
-        <see langword="true" /> if the attribute has been applied to the assembly; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the current assembly was generated dynamically in the current process; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.Assembly.IsFullyTrusted">
+      <summary>Gets a value that indicates whether the current assembly is loaded with full trust.</summary>
+      <returns>
+        <see langword="true" /> if the current assembly is loaded with full trust; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.Load(System.Byte[])">
       <summary>Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the application domain of the caller.</summary>
       <param name="rawAssembly">A byte array that is a COFF-based image containing an emitted assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="rawAssembly" /> is <see langword="null" />.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="rawAssembly" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[])">
       <summary>Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols for the assembly. The assembly is loaded into the application domain of the caller.</summary>
       <param name="rawAssembly">A byte array that is a COFF-based image containing an emitted assembly.</param>
       <param name="rawSymbolStore">A byte array that contains the raw bytes representing the symbols for the assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="rawAssembly" /> is <see langword="null" />.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="rawAssembly" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.Load(System.Reflection.AssemblyName)">
       <summary>Loads an assembly given its <see cref="T:System.Reflection.AssemblyName" />.</summary>
       <param name="assemblyRef">The object that describes the assembly to be loaded.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyRef" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="assemblyRef" /> is not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
+  
 
+            
+  
+ A file that was found could not be loaded.
 -or-
-
-<paramref name="assemblyRef" /> specifies a remote assembly, but the ability to execute code in remote assemblies is disabled. See &lt;loadFromRemoteSources&gt;.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
+<paramref name="assemblyRef" /> specifies a remote assembly, but the ability to execute code in remote assemblies is disabled. See &lt;loadFromRemoteSources&gt;.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyRef" /> is not a valid assembly. -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyRef" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly.</returns>
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyRef" /> was compiled with a later version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.Load(System.String)">
-      <summary>Loads an assembly with the specified name.</summary>
-      <param name="assemblyString">The long or short form of the assembly name.</param>
+      <summary>Loads an assembly given the long form of its name.</summary>
+      <param name="assemblyString">The long form of the assembly name.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyString" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -38672,83 +20907,69 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyString" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyString" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyString" /> was compiled with a later version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.LoadFile(System.String)">
       <summary>Loads the contents of an assembly file on the specified path.</summary>
       <param name="path">The fully qualified path of the file to load.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentException">The <paramref name="path" /> argument is not an absolute path.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="path" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.
-
 -or-
-
 The ability to execute code in remote assemblies is disabled. See &lt;loadFromRemoteSources&gt;.</exception>
       <exception cref="T:System.IO.FileNotFoundException">The <paramref name="path" /> parameter is an empty string ("") or does not exist.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="path" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="path" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="path" /> was compiled with a later version.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.LoadFrom(System.String)">
       <summary>Loads an assembly given its file name or path.</summary>
       <param name="assemblyFile">The name or path of the file that contains the manifest of the assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="assemblyFile" /> is not found, or the module you are trying to load does not specify a filename extension.</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.
-
 -or-
-
 The ability to execute code in remote assemblies is disabled. See &lt;loadFromRemoteSources&gt;.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly; for example, a 32-bit assembly in a 64-bit process. See the exception topic for more information.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
       <exception cref="T:System.Security.SecurityException">A codebase that does not start with "file://" was specified without the required <see cref="T:System.Net.WebPermission" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="assemblyFile" /> parameter is an empty string ("").</exception>
       <exception cref="T:System.IO.PathTooLongException">The assembly name exceeds the system-defined maximum length.</exception>
-      <returns>The loaded assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm)">
       <summary>Loads an assembly given its file name or path, hash value, and hash algorithm.</summary>
       <param name="assemblyFile">The name or path of the file that contains the manifest of the assembly.</param>
       <param name="hashValue">The value of the computed hash code.</param>
       <param name="hashAlgorithm">The hash algorithm used for hashing files and for generating the strong name.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="assemblyFile" /> is not found, or the module you are trying to load does not specify a file name extension.</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.
-
 -or-
-
 The ability to execute code in remote assemblies is disabled. See &lt;loadFromRemoteSources&gt;.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly; for example, a 32-bit assembly in a 64-bit process. See the exception topic for more information.
-
- -or-
-
- <paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
+-or-
+<paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
       <exception cref="T:System.Security.SecurityException">A codebase that does not start with "file://" was specified without the required <see cref="T:System.Net.WebPermission" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="assemblyFile" /> parameter is an empty string ("").</exception>
       <exception cref="T:System.IO.PathTooLongException">The assembly name exceeds the system-defined maximum length.</exception>
-      <returns>The loaded assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[])">
       <summary>Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file.</summary>
       <param name="moduleName">The name of the module. This string must correspond to a file name in this assembly's manifest.</param>
       <param name="rawModule">A byte array that is a COFF-based image containing an emitted module, or a resource.</param>
+      <returns>The loaded module.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="moduleName" /> or <paramref name="rawModule" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -38756,13 +20977,13 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
       <exception cref="T:System.BadImageFormatException">
         <paramref name="rawModule" /> is not a valid module.</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
-      <returns>The loaded module.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[])">
       <summary>Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. The raw bytes representing the symbols for the module are also loaded.</summary>
       <param name="moduleName">The name of the module. This string must correspond to a file name in this assembly's manifest.</param>
       <param name="rawModule">A byte array that is a COFF-based image containing an emitted module, or a resource.</param>
       <param name="rawSymbolStore">A byte array containing the raw bytes representing the symbols for the module. Must be <see langword="null" /> if this is a resource file.</param>
+      <returns>The loaded module.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="moduleName" /> or <paramref name="rawModule" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -38770,19 +20991,32 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
       <exception cref="T:System.BadImageFormatException">
         <paramref name="rawModule" /> is not a valid module.</exception>
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
-      <returns>The loaded module.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.LoadWithPartialName(System.String)">
       <summary>Loads an assembly from the application directory or from the global assembly cache using a partial name.</summary>
       <param name="partialName">The display name of the assembly.</param>
+      <returns>The loaded assembly. If <paramref name="partialName" /> is not found, this method returns <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="partialName" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="partialName" /> was compiled with a later version.</exception>
-      <returns>The loaded assembly. If <paramref name="partialName" /> is not found, this method returns <see langword="null" />.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="partialName" /> was compiled with a later version.</exception>
+    </member>
+    <member name="P:System.Reflection.Assembly.Location">
+      <summary>Gets the full path or UNC location of the loaded file that contains the manifest.</summary>
+      <returns>The location of the loaded file that contains the manifest. If the loaded file was shadow-copied, the location is that of the file after being shadow-copied. If the assembly is loaded from a byte array, such as when using the <see cref="M:System.Reflection.Assembly.Load(System.Byte[])" /> method overload, the value returned is an empty string ("").</returns>
+      <exception cref="T:System.NotSupportedException">The current assembly is a dynamic assembly, represented by an <see cref="T:System.Reflection.Emit.AssemblyBuilder" /> object.</exception>
+    </member>
+    <member name="P:System.Reflection.Assembly.ManifestModule">
+      <summary>Gets the module that contains the manifest for the current assembly.</summary>
+      <returns>The module that contains the manifest for the assembly.</returns>
+    </member>
+    <member name="E:System.Reflection.Assembly.ModuleResolve">
+      <summary>Occurs when the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means.</summary>
+    </member>
+    <member name="P:System.Reflection.Assembly.Modules">
+      <summary>Gets a collection that contains the modules in this assembly.</summary>
+      <returns>A collection that contains the modules in this assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)">
       <summary>Indicates whether two <see cref="T:System.Reflection.Assembly" /> objects are equal.</summary>
@@ -38798,25 +21032,29 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
       <returns>
         <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.Assembly.ReflectionOnly">
+      <summary>Gets a <see cref="T:System.Boolean" /> value indicating whether this assembly was loaded into the reflection-only context.</summary>
+      <returns>
+        <see langword="true" /> if the assembly was loaded into the reflection-only context, rather than the execution context; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[])">
       <summary>Loads the assembly from a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the reflection-only context of the caller's application domain.</summary>
       <param name="rawAssembly">A byte array that is a COFF-based image containing an emitted assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="rawAssembly" /> is <see langword="null" />.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="rawAssembly" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="rawAssembly" /> was compiled with a later version.</exception>
       <exception cref="T:System.IO.FileLoadException">
         <paramref name="rawAssembly" /> cannot be loaded.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The loaded assembly.</returns>
+      <exception cref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String)">
       <summary>Loads an assembly into the reflection-only context, given its display name.</summary>
       <param name="assemblyString">The display name of the assembly, as returned by the <see cref="P:System.Reflection.AssemblyName.FullName" /> property.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyString" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -38827,16 +21065,14 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
         <paramref name="assemblyString" /> is found, but cannot be loaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyString" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyString" /> was compiled with a later version.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The loaded assembly.</returns>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyString" /> was compiled with a later version.</exception>
+      <exception cref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
     </member>
     <member name="M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String)">
       <summary>Loads an assembly into the reflection-only context, given its path.</summary>
       <param name="assemblyFile">The path of the file that contains the manifest of the assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
@@ -38845,16 +21081,17 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
         <paramref name="assemblyFile" /> is found, but could not be loaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly.
-
- -or-
-
- Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
+-or-
+Version 2.0 or later of the common language runtime is currently loaded and <paramref name="assemblyFile" /> was compiled with a later version.</exception>
       <exception cref="T:System.Security.SecurityException">A codebase that does not start with "file://" was specified without the required <see cref="T:System.Net.WebPermission" />.</exception>
       <exception cref="T:System.IO.PathTooLongException">The assembly name exceeds the system-defined maximum length.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="assemblyFile" /> is an empty string ("").</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The loaded assembly.</returns>
+      <exception cref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
+    </member>
+    <member name="P:System.Reflection.Assembly.SecurityRuleSet">
+      <summary>Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.</summary>
+      <returns>The security rule set that the CLR enforces for this assembly.</returns>
     </member>
     <member name="M:System.Reflection.Assembly.ToString">
       <summary>Returns the full name of the assembly, also known as the display name.</summary>
@@ -38863,6 +21100,7 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
     <member name="M:System.Reflection.Assembly.UnsafeLoadFrom(System.String)">
       <summary>Loads an assembly into the load-from context, bypassing some security checks.</summary>
       <param name="assemblyFile">The name or path of the file that contains the manifest of the assembly.</param>
+      <returns>The loaded assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
@@ -38870,95 +21108,11 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
       <exception cref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly.
-
- -or-
-
- <paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
+-or-
+<paramref name="assemblyFile" /> was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
       <exception cref="T:System.Security.SecurityException">A codebase that does not start with "file://" was specified without the required <see cref="T:System.Net.WebPermission" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="assemblyFile" /> parameter is an empty string ("").</exception>
       <exception cref="T:System.IO.PathTooLongException">The assembly name exceeds the system-defined maximum length.</exception>
-      <returns>The loaded assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.CodeBase">
-      <summary>Gets the location of the assembly as specified originally, for example, in an <see cref="T:System.Reflection.AssemblyName" /> object.</summary>
-      <exception cref="T:System.NotImplementedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The location of the assembly as specified originally.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.CustomAttributes">
-      <summary>Gets a collection that contains this assembly's custom attributes.</summary>
-      <returns>A collection that contains this assembly's custom attributes.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.DefinedTypes">
-      <summary>Gets a collection of the types defined in this assembly.</summary>
-      <returns>A collection of the types defined in this assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.EntryPoint">
-      <summary>Gets the entry point of this assembly.</summary>
-      <returns>An object that represents the entry point of this assembly. If no entry point is found (for example, the assembly is a DLL), <see langword="null" /> is returned.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.EscapedCodeBase">
-      <summary>Gets the URI, including escape characters, that represents the codebase.</summary>
-      <returns>A URI with escape characters.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.ExportedTypes">
-      <summary>Gets a collection of the public types defined in this assembly that are visible outside the assembly.</summary>
-      <returns>A collection of the public types defined in this assembly that are visible outside the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.FullName">
-      <summary>Gets the display name of the assembly.</summary>
-      <returns>The display name of the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.GlobalAssemblyCache">
-      <summary>Gets a value indicating whether the assembly was loaded from the global assembly cache (.NET Framework only).</summary>
-      <returns>
-          .NET Framework only: <see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.
-        
-          .NET Core and .NET 5.0 and later: <see langword="false" /> in all cases.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.HostContext">
-      <summary>Gets the host context with which the assembly was loaded.</summary>
-      <returns>An <see cref="T:System.Int64" /> value that indicates the host context with which the assembly was loaded, if any.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.ImageRuntimeVersion">
-      <summary>Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest.</summary>
-      <returns>The CLR version folder name. This is not a full path.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.IsCollectible">
-      <summary>Gets a value that indicates whether this assembly is held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
-      <returns>
-        <see langword="true" /> if this assembly is held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.IsDynamic">
-      <summary>Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit.</summary>
-      <returns>
-        <see langword="true" /> if the current assembly was generated dynamically in the current process; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.IsFullyTrusted">
-      <summary>Gets a value that indicates whether the current assembly is loaded with full trust.</summary>
-      <returns>
-        <see langword="true" /> if the current assembly is loaded with full trust; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.Location">
-      <summary>Gets the full path or UNC location of the loaded file that contains the manifest.</summary>
-      <exception cref="T:System.NotSupportedException">The current assembly is a dynamic assembly, represented by an <see cref="T:System.Reflection.Emit.AssemblyBuilder" /> object.</exception>
-      <returns>The location of the loaded file that contains the manifest. If the assembly is loaded from a byte array, such as when using <see cref="M:System.Reflection.Assembly.Load(System.Byte[])" />, the value returned is an empty string ("").</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.ManifestModule">
-      <summary>Gets the module that contains the manifest for the current assembly.</summary>
-      <returns>The module that contains the manifest for the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.Modules">
-      <summary>Gets a collection that contains the modules in this assembly.</summary>
-      <returns>A collection that contains the modules in this assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.ReflectionOnly">
-      <summary>Gets a <see cref="T:System.Boolean" /> value indicating whether this assembly was loaded into the reflection-only context.</summary>
-      <returns>
-        <see langword="true" /> if the assembly was loaded into the reflection-only context, rather than the execution context; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.Assembly.SecurityRuleSet">
-      <summary>Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.</summary>
-      <returns>The security rule set that the CLR enforces for this assembly.</returns>
     </member>
     <member name="T:System.Reflection.AssemblyAlgorithmIdAttribute">
       <summary>Specifies an algorithm to hash all files in an assembly. This class cannot be inherited.</summary>
@@ -39001,7 +21155,7 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
       <summary>Provides information about the type of code contained in an assembly.</summary>
     </member>
     <member name="F:System.Reflection.AssemblyContentType.Default">
-      <summary>The assembly contains .NET code.</summary>
+      <summary>The assembly contains .NET Framework code.</summary>
     </member>
     <member name="F:System.Reflection.AssemblyContentType.WindowsRuntime">
       <summary>The assembly contains Windows Runtime code.</summary>
@@ -39161,17 +21315,49 @@ The ability to execute code in remote assemblies is disabled. See &lt;loadFromRe
         <paramref name="assemblyName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="assemblyName" /> is a zero-length string.</exception>
-      <exception cref="T:System.IO.FileLoadException">The referenced assembly could not be found, or could not be loaded.
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
+            
+  
+ The referenced assembly could not be found, or could not be loaded.</exception>
     </member>
     <member name="M:System.Reflection.AssemblyName.Clone">
       <summary>Makes a copy of this <see cref="T:System.Reflection.AssemblyName" /> object.</summary>
       <returns>An object that is a copy of this <see cref="T:System.Reflection.AssemblyName" /> object.</returns>
     </member>
+    <member name="P:System.Reflection.AssemblyName.CodeBase">
+      <summary>Gets or sets the location of the assembly as a URL.</summary>
+      <returns>A string that is the URL location of the assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.ContentType">
+      <summary>Gets or sets a value that indicates what type of content the assembly contains.</summary>
+      <returns>A value that indicates what type of content the assembly contains.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.CultureInfo">
+      <summary>Gets or sets the culture supported by the assembly.</summary>
+      <returns>An object that represents the culture supported by the assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.CultureName">
+      <summary>Gets or sets the name of the culture associated with the assembly.</summary>
+      <returns>The culture name.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.EscapedCodeBase">
+      <summary>Gets the URI, including escape characters, that represents the codebase.</summary>
+      <returns>A URI with escape characters.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.Flags">
+      <summary>Gets or sets the attributes of the assembly.</summary>
+      <returns>A value that represents the attributes of the assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.FullName">
+      <summary>Gets the full name of the assembly, also known as the display name.</summary>
+      <returns>A string that is the full name of the assembly, also known as the display name.</returns>
+    </member>
     <member name="M:System.Reflection.AssemblyName.GetAssemblyName(System.String)">
       <summary>Gets the <see cref="T:System.Reflection.AssemblyName" /> for a given file.</summary>
       <param name="assemblyFile">The path for the assembly whose <see cref="T:System.Reflection.AssemblyName" /> is to be returned.</param>
+      <returns>An object that represents the given assembly file.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39182,7 +21368,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.BadImageFormatException">
         <paramref name="assemblyFile" /> is not a valid assembly.</exception>
       <exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different sets of evidence.</exception>
-      <returns>An object that represents the given assembly file.</returns>
     </member>
     <member name="M:System.Reflection.AssemblyName.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Gets serialization information with all the data needed to recreate an instance of this <see langword="AssemblyName" />.</summary>
@@ -39193,17 +21378,33 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Reflection.AssemblyName.GetPublicKey">
       <summary>Gets the public key of the assembly.</summary>
-      <exception cref="T:System.Security.SecurityException">A public key was provided (for example, by using the <see cref="M:System.Reflection.AssemblyName.SetPublicKey(System.Byte[])" /> method), but no public key token was provided.</exception>
       <returns>A byte array that contains the public key of the assembly.</returns>
+      <exception cref="T:System.Security.SecurityException">A public key was provided (for example, by using the <see cref="M:System.Reflection.AssemblyName.SetPublicKey(System.Byte[])" /> method), but no public key token was provided.</exception>
     </member>
     <member name="M:System.Reflection.AssemblyName.GetPublicKeyToken">
       <summary>Gets the public key token, which is the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed.</summary>
       <returns>A byte array that contains the public key token.</returns>
     </member>
+    <member name="P:System.Reflection.AssemblyName.HashAlgorithm">
+      <summary>Gets or sets the hash algorithm used by the assembly manifest.</summary>
+      <returns>The hash algorithm used by the assembly manifest.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.KeyPair">
+      <summary>Gets or sets the public and private cryptographic key pair that is used to create a strong name signature for the assembly.</summary>
+      <returns>The public and private cryptographic key pair to be used to create a strong name for the assembly.</returns>
+    </member>
+    <member name="P:System.Reflection.AssemblyName.Name">
+      <summary>Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension.</summary>
+      <returns>The simple name of the assembly.</returns>
+    </member>
     <member name="M:System.Reflection.AssemblyName.OnDeserialization(System.Object)">
       <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and is called back by the deserialization event when deserialization is complete.</summary>
       <param name="sender">The source of the deserialization event.</param>
     </member>
+    <member name="P:System.Reflection.AssemblyName.ProcessorArchitecture">
+      <summary>Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.</summary>
+      <returns>One of the enumeration values that identifies the processor and bits-per-word of the platform targeted by an executable.</returns>
+    </member>
     <member name="M:System.Reflection.AssemblyName.ReferenceMatchesDefinition(System.Reflection.AssemblyName,System.Reflection.AssemblyName)">
       <summary>Returns a value indicating whether two assembly names are the same. The comparison is based on the simple assembly names.</summary>
       <param name="reference">The reference assembly name.</param>
@@ -39223,51 +21424,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the full name of the assembly, also known as the display name.</summary>
       <returns>The full name of the assembly, or the class name if the full name cannot be determined.</returns>
     </member>
-    <member name="P:System.Reflection.AssemblyName.CodeBase">
-      <summary>Gets or sets the location of the assembly as a URL.</summary>
-      <returns>A string that is the URL location of the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.ContentType">
-      <summary>Gets or sets a value that indicates what type of content the assembly contains.</summary>
-      <returns>A value that indicates what type of content the assembly contains.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.CultureInfo">
-      <summary>Gets or sets the culture supported by the assembly.</summary>
-      <returns>An object that represents the culture supported by the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.CultureName">
-      <summary>Gets or sets the name of the culture associated with the assembly.</summary>
-      <returns>The culture name.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.EscapedCodeBase">
-      <summary>Gets the URI, including escape characters, that represents the codebase.</summary>
-      <returns>A URI with escape characters.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.Flags">
-      <summary>Gets or sets the attributes of the assembly.</summary>
-      <returns>A value that represents the attributes of the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.FullName">
-      <summary>Gets the full name of the assembly, also known as the display name.</summary>
-      <returns>A string that is the full name of the assembly, also known as the display name.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.HashAlgorithm">
-      <summary>Gets or sets the hash algorithm used by the assembly manifest.</summary>
-      <returns>The hash algorithm used by the assembly manifest.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.KeyPair">
-      <summary>Gets or sets the public and private cryptographic key pair that is used to create a strong name signature for the assembly.</summary>
-      <exception cref="T:System.PlatformNotSupportedException">.NET 6+ only: In all cases.</exception>
-      <returns>The public and private cryptographic key pair to be used to create a strong name for the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.Name">
-      <summary>Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension.</summary>
-      <returns>The simple name of the assembly.</returns>
-    </member>
-    <member name="P:System.Reflection.AssemblyName.ProcessorArchitecture">
-      <summary>Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.</summary>
-      <returns>One of the enumeration values that identifies the processor and bits-per-word of the platform targeted by an executable.</returns>
-    </member>
     <member name="P:System.Reflection.AssemblyName.Version">
       <summary>Gets or sets the major, minor, build, and revision numbers of the assembly.</summary>
       <returns>An object that represents the major, minor, build, and revision numbers of the assembly.</returns>
@@ -39294,26 +21450,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="F:System.Reflection.AssemblyNameFlags.Retargetable">
       <summary>Specifies that the assembly can be retargeted at runtime to an assembly from a different publisher. This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
     </member>
-    <member name="T:System.Reflection.AssemblyNameProxy">
-      <summary>Provides a remotable version of the <see langword="AssemblyName" />.</summary>
-    </member>
-    <member name="M:System.Reflection.AssemblyNameProxy.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Reflection.AssemblyNameProxy" /> class.</summary>
-    </member>
-    <member name="M:System.Reflection.AssemblyNameProxy.GetAssemblyName(System.String)">
-      <summary>Gets the <see langword="AssemblyName" /> for a given file.</summary>
-      <param name="assemblyFile">The assembly file for which to get the <see langword="AssemblyName" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="assemblyFile" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="assemblyFile" /> is empty.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="assemblyFile" /> is not found.</exception>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="assemblyFile" /> is not a valid assembly.</exception>
-      <returns>An <see langword="AssemblyName" /> object representing the given file.</returns>
-    </member>
     <member name="T:System.Reflection.AssemblyProductAttribute">
       <summary>Defines a product name custom attribute for an assembly manifest.</summary>
     </member>
@@ -39385,15 +21521,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="bindingAttr">A bitwise combination of <see cref="T:System.Reflection.BindingFlags" /> values.</param>
       <param name="match">The set of fields that are candidates for matching. For example, when a <see cref="T:System.Reflection.Binder" /> object is used by <see cref="Overload:System.Type.InvokeMember" />, this parameter specifies the set of fields that reflection has determined to be possible matches, typically because they have the correct member name. The default implementation provided by <see cref="P:System.Type.DefaultBinder" /> changes the order of this array.</param>
       <param name="value">The field value used to locate a matching field.</param>
-      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types, in binder implementations that coerce types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types, in binder implementations that coerce types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.
+Note   For example, if a binder implementation allows coercion of string values to numeric types, this parameter is necessary to convert a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.</param>
+      <returns>The matching field.</returns>
       <exception cref="T:System.Reflection.AmbiguousMatchException">For the default binder, <paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="match" /> contains multiple fields that are equally good matches for <paramref name="value" />. For example, <paramref name="value" /> contains a <c>MyClass</c> object that implements the <c>IMyClass</c> interface, and <paramref name="match" /> contains a field of type <c>MyClass</c> and a field of type <c>IMyClass</c>.</exception>
       <exception cref="T:System.MissingFieldException">For the default binder, <paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="match" /> contains no fields that can accept <paramref name="value" />.</exception>
-      <exception cref="T:System.NullReferenceException">For the default binder, <paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="match" /> is <see langword="null" /> or an empty array.  
-  
- -or-  
-  
- <paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The matching field.</returns>
+      <exception cref="T:System.NullReferenceException">For the default binder, <paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="match" /> is <see langword="null" /> or an empty array.
+-or-
+<paramref name="bindingAttr" /> includes <see cref="F:System.Reflection.BindingFlags.SetField" />, and <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.Binder.BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]@,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object@)">
       <summary>Selects a method to invoke from the given set of methods, based on the supplied arguments.</summary>
@@ -39401,19 +21536,21 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="match">The set of methods that are candidates for matching. For example, when a <see cref="T:System.Reflection.Binder" /> object is used by <see cref="Overload:System.Type.InvokeMember" />, this parameter specifies the set of methods that reflection has determined to be possible matches, typically because they have the correct member name. The default implementation provided by <see cref="P:System.Type.DefaultBinder" /> changes the order of this array.</param>
       <param name="args">The arguments that are passed in. The binder can change the order of the arguments in this array; for example, the default binder changes the order of arguments if the <paramref name="names" /> parameter is used to specify an order other than positional order. If a binder implementation coerces argument types, the types and values of the arguments can be changed as well.</param>
       <param name="modifiers">An array of parameter modifiers that enable binding to work with parameter signatures in which the types have been modified. The default binder implementation does not use this parameter.</param>
-      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types, in binder implementations that coerce types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types, in binder implementations that coerce types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.
+Note   For example, if a binder implementation allows coercion of string values to numeric types, this parameter is necessary to convert a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.</param>
       <param name="names">The parameter names, if parameter names are to be considered when matching, or <see langword="null" /> if arguments are to be treated as purely positional. For example, parameter names must be used if arguments are not supplied in positional order.</param>
       <param name="state">After the method returns, <paramref name="state" /> contains a binder-provided object that keeps track of argument reordering. The binder creates this object, and the binder is the sole consumer of this object. If <paramref name="state" /> is not <see langword="null" /> when <see langword="BindToMethod" /> returns, you must pass <paramref name="state" /> to the <see cref="M:System.Reflection.Binder.ReorderArgumentArray(System.Object[]@,System.Object)" /> method if you want to restore <paramref name="args" /> to its original order, for example, so that you can retrieve the values of <see langword="ref" /> parameters (<see langword="ByRef" /> parameters in Visual Basic).</param>
+      <returns>The matching method.</returns>
       <exception cref="T:System.Reflection.AmbiguousMatchException">For the default binder, <paramref name="match" /> contains multiple methods that are equally good matches for <paramref name="args" />. For example, <paramref name="args" /> contains a <c>MyClass</c> object that implements the <c>IMyClass</c> interface, and <paramref name="match" /> contains a method that takes <c>MyClass</c> and a method that takes <c>IMyClass</c>.</exception>
       <exception cref="T:System.MissingMethodException">For the default binder, <paramref name="match" /> contains no methods that can accept the arguments supplied in <paramref name="args" />.</exception>
       <exception cref="T:System.ArgumentException">For the default binder, <paramref name="match" /> is <see langword="null" /> or an empty array.</exception>
-      <returns>The matching method.</returns>
     </member>
     <member name="M:System.Reflection.Binder.ChangeType(System.Object,System.Type,System.Globalization.CultureInfo)">
       <summary>Changes the type of the given <see langword="Object" /> to the given <see langword="Type" />.</summary>
       <param name="value">The object to change into a new <see langword="Type" />.</param>
       <param name="type">The new <see langword="Type" /> that <paramref name="value" /> will become.</param>
-      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> that is used to control the coercion of data types. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.
+Note   For example, this parameter is necessary to convert a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, because 1000 is represented differently by different cultures.</param>
       <returns>An object that contains the given value as the new type.</returns>
     </member>
     <member name="M:System.Reflection.Binder.ReorderArgumentArray(System.Object[]@,System.Object)">
@@ -39427,13 +21564,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="match">The set of methods that are candidates for matching. For example, when a <see cref="T:System.Reflection.Binder" /> object is used by <see cref="Overload:System.Type.InvokeMember" />, this parameter specifies the set of methods that reflection has determined to be possible matches, typically because they have the correct member name. The default implementation provided by <see cref="P:System.Type.DefaultBinder" /> changes the order of this array.</param>
       <param name="types">The parameter types used to locate a matching method.</param>
       <param name="modifiers">An array of parameter modifiers that enable binding to work with parameter signatures in which the types have been modified.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">For the default binder, <paramref name="match" /> contains multiple methods that are equally good matches for the parameter types described by <paramref name="types" />. For example, the array in <paramref name="types" /> contains a <see cref="T:System.Type" /> object for <c>MyClass</c> and the array in <paramref name="match" /> contains a method that takes a base class of <c>MyClass</c> and a method that takes an interface that <c>MyClass</c> implements.</exception>
-      <exception cref="T:System.ArgumentException">For the default binder, <paramref name="match" /> is <see langword="null" /> or an empty array.  
-  
- -or-  
-  
- An element of <paramref name="types" /> derives from <see cref="T:System.Type" />, but is not of type <see langword="RuntimeType" />.</exception>
       <returns>The matching method, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">For the default binder, <paramref name="match" /> contains multiple methods that are equally good matches for the parameter types described by <paramref name="types" />. For example, the array in <paramref name="types" /> contains a <see cref="T:System.Type" /> object for <c>MyClass</c> and the array in <paramref name="match" /> contains a method that takes a base class of <c>MyClass</c> and a method that takes an interface that <c>MyClass</c> implements.</exception>
+      <exception cref="T:System.ArgumentException">For the default binder, <paramref name="match" /> is <see langword="null" /> or an empty array.
+-or-
+An element of <paramref name="types" /> derives from <see cref="T:System.Type" />, but is not of type <see langword="RuntimeType" />.</exception>
     </member>
     <member name="M:System.Reflection.Binder.SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Selects a property from the given set of properties, based on the specified criteria.</summary>
@@ -39442,17 +21577,16 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="returnType">The return value the matching property must have.</param>
       <param name="indexes">The index types of the property being searched for. Used for index properties such as the indexer for a class.</param>
       <param name="modifiers">An array of parameter modifiers that enable binding to work with parameter signatures in which the types have been modified.</param>
+      <returns>The matching property.</returns>
       <exception cref="T:System.Reflection.AmbiguousMatchException">For the default binder, <paramref name="match" /> contains multiple properties that are equally good matches for <paramref name="returnType" /> and <paramref name="indexes" />.</exception>
       <exception cref="T:System.ArgumentException">For the default binder, <paramref name="match" /> is <see langword="null" /> or an empty array.</exception>
-      <returns>The matching property.</returns>
     </member>
     <member name="T:System.Reflection.BindingFlags">
       <summary>Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.CreateInstance">
-      <summary>Specifies that reflection should create an instance of the specified type. Calls the constructor that matches the given arguments. The supplied member name is ignored. If the type of lookup is not specified, (Instance | Public) will apply. It is not possible to call a type initializer.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to invoke a constructor.</summary>
+      <summary>Specifies that reflection should create an instance of the specified type. Calls the constructor that matches the given arguments. The supplied member name is ignored. If the type of lookup is not specified, (Instance | Public) will apply. It is not possible to call a type initializer.
+This flag is passed to an <see langword="InvokeMember" /> method to invoke a constructor.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.DeclaredOnly">
       <summary>Specifies that only members declared at the level of the supplied type's hierarchy should be considered. Inherited members are not considered.</summary>
@@ -39468,14 +21602,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Specifies that public and protected static members up the hierarchy should be returned. Private static members in inherited classes are not returned. Static members include fields, methods, events, and properties. Nested types are not returned.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.GetField">
-      <summary>Specifies that the value of the specified field should be returned.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to get a field value.</summary>
+      <summary>Specifies that the value of the specified field should be returned.
+This flag is passed to an <see langword="InvokeMember" /> method to get a field value.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.GetProperty">
-      <summary>Specifies that the value of the specified property should be returned.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to invoke a property getter.</summary>
+      <summary>Specifies that the value of the specified property should be returned.
+This flag is passed to an <see langword="InvokeMember" /> method to invoke a property getter.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.IgnoreCase">
       <summary>Specifies that the case of the member name should not be considered when binding.</summary>
@@ -39487,15 +21619,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Specifies that instance members are to be included in the search.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.InvokeMethod">
-      <summary>Specifies that a method is to be invoked. This must not be a constructor or a type initializer.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to invoke a method.</summary>
+      <summary>Specifies that a method is to be invoked. This must not be a constructor or a type initializer.
+This flag is passed to an <see langword="InvokeMember" /> method to invoke a method.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.NonPublic">
       <summary>Specifies that non-public members are to be included in the search.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.OptionalParamBinding">
-      <summary>Returns the set of members whose parameter count matches the number of supplied arguments. This binding flag is used for methods with parameters that have default values and methods with variable arguments (varargs). This flag should only be used with <see cref="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])" />.<br /><br />Parameters with default values are used only in calls where trailing arguments are omitted. They must be the last arguments.</summary>
+      <summary>Returns the set of members whose parameter count matches the number of supplied arguments. This binding flag is used for methods with parameters that have default values and methods with variable arguments (varargs). This flag should only be used with <see cref="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])" />.Parameters with default values are used only in calls where trailing arguments are omitted. They must be the last arguments.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.Public">
       <summary>Specifies that public members are to be included in the search.</summary>
@@ -39507,14 +21638,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Specifies that the <see langword="PROPPUTREF" /> member on a COM object should be invoked. <see langword="PROPPUTREF" /> specifies a property-setting function that uses a reference instead of a value. Use <see langword="PutRefDispProperty" /> if a property has both <see langword="PROPPUT" /> and <see langword="PROPPUTREF" /> and you need to distinguish which one is called.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.SetField">
-      <summary>Specifies that the value of the specified field should be set.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to set a field value.</summary>
+      <summary>Specifies that the value of the specified field should be set.
+This flag is passed to an <see langword="InvokeMember" /> method to set a field value.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.SetProperty">
-      <summary>Specifies that the value of the specified property should be set. For COM properties, specifying this binding flag is equivalent to specifying <see langword="PutDispProperty" /> and <see langword="PutRefDispProperty" />.  
-  
- This flag is passed to an <see langword="InvokeMember" /> method to invoke a property setter.</summary>
+      <summary>Specifies that the value of the specified property should be set. For COM properties, specifying this binding flag is equivalent to specifying <see langword="PutDispProperty" /> and <see langword="PutRefDispProperty" />.
+This flag is passed to an <see langword="InvokeMember" /> method to invoke a property setter.</summary>
     </member>
     <member name="F:System.Reflection.BindingFlags.Static">
       <summary>Specifies that static members are to be included in the search.</summary>
@@ -39543,15 +21672,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.Reflection.ConstructorInfo">
       <summary>Discovers the attributes of a class constructor and provides access to constructor metadata.</summary>
     </member>
-    <member name="F:System.Reflection.ConstructorInfo.ConstructorName">
-      <summary>Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.</summary>
-    </member>
-    <member name="F:System.Reflection.ConstructorInfo.TypeConstructorName">
-      <summary>Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.</summary>
-    </member>
     <member name="M:System.Reflection.ConstructorInfo.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.ConstructorInfo" /> class.</summary>
     </member>
+    <member name="F:System.Reflection.ConstructorInfo.ConstructorName">
+      <summary>Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.</summary>
+    </member>
     <member name="M:System.Reflection.ConstructorInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -39565,20 +21691,21 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.ConstructorInfo.Invoke(System.Object[])">
       <summary>Invokes the constructor reflected by the instance that has the specified parameters, providing default values for the parameters not commonly used.</summary>
       <param name="parameters">An array of values that matches the number, order and type (under the constraints of the default binder) of the parameters for this constructor. If this constructor takes no parameters, then use either an array with zero elements or <see langword="null" />, as in Object[] parameters = new Object[0]. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
-      <exception cref="T:System.MemberAccessException">The class is abstract.  
-  
- -or-  
+      <returns>An instance of the class associated with the constructor.</returns>
+      <exception cref="T:System.MemberAccessException">The class is abstract.
+-or-
+The constructor is a class initializer.</exception>
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
   
- The constructor is a class initializer.</exception>
-      <exception cref="T:System.MethodAccessException">The constructor is private or protected, and the caller lacks <see cref="F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess" />.
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ The constructor is private or protected, and the caller lacks <see cref="F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="parameters" /> array does not contain values that match the types accepted by this constructor.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The invoked constructor throws an exception.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">An incorrect number of parameters was passed.</exception>
       <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, and <see cref="T:System.RuntimeArgumentHandle" /> types is not supported.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the necessary code access permission.</exception>
-      <returns>An instance of the class associated with the constructor.</returns>
     </member>
     <member name="M:System.Reflection.ConstructorInfo.Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
       <summary>When implemented in a derived class, invokes the constructor reflected by this <see langword="ConstructorInfo" /> with the specified arguments, under the constraints of the specified <see langword="Binder" />.</summary>
@@ -39586,18 +21713,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="binder">A <see langword="Binder" /> that defines a set of properties and enables the binding, coercion of argument types, and invocation of members using reflection. If <paramref name="binder" /> is <see langword="null" />, then <see langword="Binder.DefaultBinding" /> is used.</param>
       <param name="parameters">An array of type <see langword="Object" /> used to match the number, order and type of the parameters for this constructor, under the constraints of <paramref name="binder" />. If this constructor does not require parameters, pass an array with zero elements, as in Object[] parameters = new Object[0]. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
       <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> used to govern the coercion of types. If this is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <returns>An instance of the class associated with the constructor.</returns>
       <exception cref="T:System.ArgumentException">The <paramref name="parameters" /> array does not contain values that match the types accepted by this constructor, under the constraints of the <paramref name="binder" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The invoked constructor throws an exception.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">An incorrect number of parameters was passed.</exception>
       <exception cref="T:System.NotSupportedException">Creation of <see cref="T:System.TypedReference" />, <see cref="T:System.ArgIterator" />, and <see cref="T:System.RuntimeArgumentHandle" /> types is not supported.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the necessary code access permissions.</exception>
-      <exception cref="T:System.MemberAccessException">The class is abstract.  
-  
- -or-  
-  
- The constructor is a class initializer.</exception>
+      <exception cref="T:System.MemberAccessException">The class is abstract.
+-or-
+The constructor is a class initializer.</exception>
       <exception cref="T:System.MethodAccessException">The constructor is private or protected, and the caller lacks <see cref="F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess" />.</exception>
-      <returns>An instance of the class associated with the constructor.</returns>
+    </member>
+    <member name="P:System.Reflection.ConstructorInfo.MemberType">
+      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a constructor.</summary>
+      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a constructor.</returns>
     </member>
     <member name="M:System.Reflection.ConstructorInfo.op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)">
       <summary>Indicates whether two <see cref="T:System.Reflection.ConstructorInfo" /> objects are equal.</summary>
@@ -39613,9 +21742,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Reflection.ConstructorInfo.MemberType">
-      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a constructor.</summary>
-      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a constructor.</returns>
+    <member name="F:System.Reflection.ConstructorInfo.TypeConstructorName">
+      <summary>Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.</summary>
     </member>
     <member name="T:System.Reflection.CustomAttributeData">
       <summary>Provides access to custom attribute data for assemblies, modules, types, members and parameters that are loaded into the reflection-only context.</summary>
@@ -39623,6 +21751,18 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.CustomAttributeData.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.CustomAttributeData" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.CustomAttributeData.AttributeType">
+      <summary>Gets the type of the attribute.</summary>
+      <returns>The type of the attribute.</returns>
+    </member>
+    <member name="P:System.Reflection.CustomAttributeData.Constructor">
+      <summary>Gets a <see cref="T:System.Reflection.ConstructorInfo" /> object that represents the constructor that would have initialized the custom attribute.</summary>
+      <returns>An object that represents the constructor that would have initialized the custom attribute represented by the current instance of the <see cref="T:System.Reflection.CustomAttributeData" /> class.</returns>
+    </member>
+    <member name="P:System.Reflection.CustomAttributeData.ConstructorArguments">
+      <summary>Gets the list of positional arguments specified for the attribute instance represented by the <see cref="T:System.Reflection.CustomAttributeData" /> object.</summary>
+      <returns>A collection of structures that represent the positional arguments specified for the custom attribute instance.</returns>
+    </member>
     <member name="M:System.Reflection.CustomAttributeData.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -39632,55 +21772,43 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.Assembly)">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects representing data about the attributes that have been applied to the target assembly.</summary>
       <param name="target">The assembly whose custom attribute data is to be retrieved.</param>
+      <returns>A list of objects that represent data about the attributes that have been applied to the target assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="target" /> is <see langword="null" />.</exception>
-      <returns>A list of objects that represent data about the attributes that have been applied to the target assembly.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.MemberInfo)">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects representing data about the attributes that have been applied to the target member.</summary>
       <param name="target">The member whose attribute data is to be retrieved.</param>
+      <returns>A list of objects that represent data about the attributes that have been applied to the target member.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="target" /> is <see langword="null" />.</exception>
-      <returns>A list of objects that represent data about the attributes that have been applied to the target member.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.Module)">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects representing data about the attributes that have been applied to the target module.</summary>
       <param name="target">The module whose custom attribute data is to be retrieved.</param>
+      <returns>A list of objects that represent data about the attributes that have been applied to the target module.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="target" /> is <see langword="null" />.</exception>
-      <returns>A list of objects that represent data about the attributes that have been applied to the target module.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.ParameterInfo)">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects representing data about the attributes that have been applied to the target parameter.</summary>
       <param name="target">The parameter whose attribute data is to be retrieved.</param>
+      <returns>A list of objects that represent data about the attributes that have been applied to the target parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="target" /> is <see langword="null" />.</exception>
-      <returns>A list of objects that represent data about the attributes that have been applied to the target parameter.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeData.GetHashCode">
       <summary>Serves as a hash function for a particular type.</summary>
       <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
     </member>
-    <member name="M:System.Reflection.CustomAttributeData.ToString">
-      <summary>Returns a string representation of the custom attribute.</summary>
-      <returns>A string value that represents the custom attribute.</returns>
-    </member>
-    <member name="P:System.Reflection.CustomAttributeData.AttributeType">
-      <summary>Gets the type of the attribute.</summary>
-      <returns>The type of the attribute.</returns>
-    </member>
-    <member name="P:System.Reflection.CustomAttributeData.Constructor">
-      <summary>Gets a <see cref="T:System.Reflection.ConstructorInfo" /> object that represents the constructor that would have initialized the custom attribute.</summary>
-      <returns>An object that represents the constructor that would have initialized the custom attribute represented by the current instance of the <see cref="T:System.Reflection.CustomAttributeData" /> class.</returns>
-    </member>
-    <member name="P:System.Reflection.CustomAttributeData.ConstructorArguments">
-      <summary>Gets the list of positional arguments specified for the attribute instance represented by the <see cref="T:System.Reflection.CustomAttributeData" /> object.</summary>
-      <returns>A collection of structures that represent the positional arguments specified for the custom attribute instance.</returns>
-    </member>
     <member name="P:System.Reflection.CustomAttributeData.NamedArguments">
       <summary>Gets the list of named arguments specified for the attribute instance represented by the <see cref="T:System.Reflection.CustomAttributeData" /> object.</summary>
       <returns>A collection of structures that represent the named arguments specified for the custom attribute instance.</returns>
     </member>
+    <member name="M:System.Reflection.CustomAttributeData.ToString">
+      <summary>Returns a string representation of the custom attribute.</summary>
+      <returns>A string value that represents the custom attribute.</returns>
+    </member>
     <member name="T:System.Reflection.CustomAttributeExtensions">
       <summary>Contains static methods for retrieving custom attributes.</summary>
     </member>
@@ -39688,17 +21816,18 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39707,7 +21836,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.</summary>
@@ -39715,6 +21843,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39723,30 +21852,29 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.Module,System.Type)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified parameter, and optionally inspects the ancestors of that parameter.</summary>
@@ -39754,34 +21882,34 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A custom attribute matching <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute matching <paramref name="attributeType" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Assembly)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo,System.Boolean)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.</summary>
@@ -39789,34 +21917,34 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Module)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo,System.Boolean)">
       <summary>Retrieves a custom attribute of a specified type that is applied to a specified parameter, and optionally inspects the ancestors of that parameter.</summary>
@@ -39824,57 +21952,58 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one of the requested attributes was found.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A custom attribute that matches <paramref name="T" />, or <see langword="null" /> if no such attribute is found.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly,System.Type)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified member, and optionally inspects the ancestors of that member.</summary>
       <param name="element">The member to inspect.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> that match the specified criteria, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> that match the specified criteria, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39882,7 +22011,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member.</summary>
@@ -39890,6 +22018,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39897,51 +22026,51 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module,System.Type)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean)">
       <summary>Retrieves a collection of custom attributes that are applied to a specified parameter, and optionally inspects the ancestors of that parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39949,7 +22078,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter, and optionally inspects the ancestors of that parameter.</summary>
@@ -39957,6 +22085,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -39964,26 +22093,25 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="attributeType" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Assembly)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo,System.Boolean)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member.</summary>
@@ -39991,31 +22119,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Module)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo,System.Boolean)">
       <summary>Retrieves a collection of custom attributes of a specified type that are applied to a specified parameter, and optionally inspects the ancestors of that parameter.</summary>
@@ -40023,36 +22151,36 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
       <typeparam name="T">The type of attribute to search for.</typeparam>
+      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>A collection of the custom attributes that are applied to <paramref name="element" /> and that match <paramref name="T" />, or an empty collection if no such attributes exist.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Assembly,System.Type)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified assembly.</summary>
       <param name="element">The assembly to inspect.</param>
       <param name="attributeType">The type of the attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified member.</summary>
       <param name="element">The member to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified member, and, optionally, applied to its ancestors.</summary>
@@ -40060,36 +22188,36 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of the attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="element" /> is not a constructor, method, property, event, type, or field.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Module,System.Type)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified module.</summary>
       <param name="element">The module to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified parameter.</summary>
       <param name="element">The parameter to inspect.</param>
       <param name="attributeType">The type of attribute to search for.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
       <summary>Indicates whether custom attributes of a specified type are applied to a specified parameter, and, optionally, applied to its ancestors.</summary>
@@ -40097,12 +22225,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="attributeType">The type of attribute to search for.</param>
       <param name="inherit">
         <see langword="true" /> to inspect the ancestors of <paramref name="element" />; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="element" /> or <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not derived from <see cref="T:System.Attribute" />.</exception>
-      <returns>
-        <see langword="true" /> if an attribute of the specified type is applied to <paramref name="element" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="T:System.Reflection.CustomAttributeFormatException">
       <summary>The exception that is thrown when the binary format of a custom attribute is invalid.</summary>
@@ -40153,6 +22281,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the hash code for this instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Reflection.CustomAttributeNamedArgument.IsField">
+      <summary>Gets a value that indicates whether the named argument is a field.</summary>
+      <returns>
+        <see langword="true" /> if the named argument is a field; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.CustomAttributeNamedArgument.MemberInfo">
+      <summary>Gets the attribute member that would be used to set the named argument.</summary>
+      <returns>The attribute member that would be used to set the named argument.</returns>
+    </member>
+    <member name="P:System.Reflection.CustomAttributeNamedArgument.MemberName">
+      <summary>Gets the name of the attribute member that would be used to set the named argument.</summary>
+      <returns>The name of the attribute member that would be used to set the named argument.</returns>
+    </member>
     <member name="M:System.Reflection.CustomAttributeNamedArgument.op_Equality(System.Reflection.CustomAttributeNamedArgument,System.Reflection.CustomAttributeNamedArgument)">
       <summary>Tests whether two <see cref="T:System.Reflection.CustomAttributeNamedArgument" /> structures are equivalent.</summary>
       <param name="left">The structure to the left of the equality operator.</param>
@@ -40171,19 +22312,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns a string that consists of the argument name, the equal sign, and a string representation of the argument value.</summary>
       <returns>A string that consists of the argument name, the equal sign, and a string representation of the argument value.</returns>
     </member>
-    <member name="P:System.Reflection.CustomAttributeNamedArgument.IsField">
-      <summary>Gets a value that indicates whether the named argument is a field.</summary>
-      <returns>
-        <see langword="true" /> if the named argument is a field; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.CustomAttributeNamedArgument.MemberInfo">
-      <summary>Gets the attribute member that would be used to set the named argument.</summary>
-      <returns>The attribute member that would be used to set the named argument.</returns>
-    </member>
-    <member name="P:System.Reflection.CustomAttributeNamedArgument.MemberName">
-      <summary>Gets the name of the attribute member that would be used to set the named argument.</summary>
-      <returns>The name of the attribute member that would be used to set the named argument.</returns>
-    </member>
     <member name="P:System.Reflection.CustomAttributeNamedArgument.TypedValue">
       <summary>Gets a <see cref="T:System.Reflection.CustomAttributeTypedArgument" /> structure that can be used to obtain the type and value of the current named argument.</summary>
       <returns>A structure that can be used to obtain the type and value of the current named argument.</returns>
@@ -40204,6 +22332,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <paramref name="argumentType" /> is <see langword="null" />.</exception>
     </member>
+    <member name="P:System.Reflection.CustomAttributeTypedArgument.ArgumentType">
+      <summary>Gets the type of the argument or of the array argument element.</summary>
+      <returns>A <see cref="T:System.Type" /> object representing the type of the argument or of the array element.</returns>
+    </member>
     <member name="M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)">
       <summary>Indicates whether this instance and a specified object are equal.</summary>
       <param name="obj">Another object to compare to.</param>
@@ -40232,10 +22364,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns a string consisting of the argument name, the equal sign, and a string representation of the argument value.</summary>
       <returns>A string consisting of the argument name, the equal sign, and a string representation of the argument value.</returns>
     </member>
-    <member name="P:System.Reflection.CustomAttributeTypedArgument.ArgumentType">
-      <summary>Gets the type of the argument or of the array argument element.</summary>
-      <returns>A <see cref="T:System.Type" /> object representing the type of the argument or of the array element.</returns>
-    </member>
     <member name="P:System.Reflection.CustomAttributeTypedArgument.Value">
       <summary>Gets the value of the argument for a simple argument or for an element of an array argument; gets a collection of values for an array argument.</summary>
       <returns>An object that represents the value of the argument or element, or a generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Reflection.CustomAttributeTypedArgument" /> objects that represent the values of an array-type argument.</returns>
@@ -40245,9 +22373,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Reflection.DefaultMemberAttribute.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.DefaultMemberAttribute" /> class.</summary>
-      <param name="memberName">A <see langword="String" /> containing the name of the member to invoke. This may be a constructor, method, property, or field. A suitable invocation attribute must be specified when the member is invoked. The default member of a class can be specified by passing an empty <see langword="String" /> as the name of the member.  
-  
- The default member of a type is marked with the <see langword="DefaultMemberAttribute" /> custom attribute or marked in COM in the usual way.</param>
+      <param name="memberName">A <see langword="String" /> containing the name of the member to invoke. This may be a constructor, method, property, or field. A suitable invocation attribute must be specified when the member is invoked. The default member of a class can be specified by passing an empty <see langword="String" /> as the name of the member.
+The default member of a type is marked with the <see langword="DefaultMemberAttribute" /> custom attribute or marked in COM in the usual way.</param>
     </member>
     <member name="P:System.Reflection.DefaultMemberAttribute.MemberName">
       <summary>Gets the name from the attribute.</summary>
@@ -40280,16 +22407,30 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="handler">Encapsulates a method or methods to be invoked when the event is raised by the target.</param>
       <exception cref="T:System.InvalidOperationException">The event does not have a public <see langword="add" /> accessor.</exception>
       <exception cref="T:System.ArgumentException">The handler that was passed in cannot be used.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have access permission to the member.
+      <exception cref="T:System.MethodAccessException">In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="target" /> parameter is <see langword="null" /> and the event is not static.  
+            
   
- -or-  
+ The caller does not have access permission to the member.</exception>
+      <exception cref="T:System.Reflection.TargetException">In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
   
- The <see cref="T:System.Reflection.EventInfo" /> is not declared on the target.
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
+            
+  
+ The <paramref name="target" /> parameter is <see langword="null" /> and the event is not static.  
+  
+ -or-  
+  
+ The <see cref="T:System.Reflection.EventInfo" /> is not declared on the target.</exception>
+    </member>
+    <member name="P:System.Reflection.EventInfo.AddMethod">
+      <summary>Gets the <see cref="T:System.Reflection.MethodInfo" /> object for the <see cref="M:System.Reflection.EventInfo.AddEventHandler(System.Object,System.Delegate)" /> method of the event, including non-public methods.</summary>
+      <returns>The <see cref="T:System.Reflection.MethodInfo" /> object for the <see cref="M:System.Reflection.EventInfo.AddEventHandler(System.Object,System.Delegate)" /> method.</returns>
+    </member>
+    <member name="P:System.Reflection.EventInfo.Attributes">
+      <summary>Gets the attributes for this event.</summary>
+      <returns>The read-only attributes for this event.</returns>
     </member>
     <member name="M:System.Reflection.EventInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
@@ -40297,6 +22438,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <returns>
         <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.EventInfo.EventHandlerType">
+      <summary>Gets the <see langword="Type" /> object of the underlying event-handler delegate associated with this event.</summary>
+      <returns>A read-only <see langword="Type" /> object representing the delegate event handler.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    </member>
     <member name="M:System.Reflection.EventInfo.GetAddMethod">
       <summary>Returns the method used to add an event handler delegate to the event source.</summary>
       <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing the method used to add an event handler delegate to the event source.</returns>
@@ -40305,9 +22451,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>When overridden in a derived class, retrieves the <see langword="MethodInfo" /> object for the <see cref="M:System.Reflection.EventInfo.AddEventHandler(System.Object,System.Delegate)" /> method of the event, specifying whether to return non-public methods.</summary>
       <param name="nonPublic">
         <see langword="true" /> if non-public methods can be returned; otherwise, <see langword="false" />.</param>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing the method used to add an event handler delegate to the event source.</returns>
       <exception cref="T:System.MethodAccessException">
         <paramref name="nonPublic" /> is <see langword="true" />, the method used to add an event handler delegate is non-public, and the caller does not have permission to reflect on non-public methods.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing the method used to add an event handler delegate to the event source.</returns>
     </member>
     <member name="M:System.Reflection.EventInfo.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -40321,8 +22467,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Returns the methods that have been associated with the event in metadata using the <see langword=".other" /> directive, specifying whether to include non-public methods.</summary>
       <param name="nonPublic">
         <see langword="true" /> to include non-public methods; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
       <returns>An array representing methods that have been associated with an event in metadata by using the <see langword=".other" /> directive. If there are no methods matching the specification, an empty array is returned.</returns>
+      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
     </member>
     <member name="M:System.Reflection.EventInfo.GetRaiseMethod">
       <summary>Returns the method that is called when the event is raised.</summary>
@@ -40332,9 +22478,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>When overridden in a derived class, returns the method that is called when the event is raised, specifying whether to return non-public methods.</summary>
       <param name="nonPublic">
         <see langword="true" /> if non-public methods can be returned; otherwise, <see langword="false" />.</param>
+      <returns>A <see langword="MethodInfo" /> object that was called when the event was raised.</returns>
       <exception cref="T:System.MethodAccessException">
         <paramref name="nonPublic" /> is <see langword="true" />, the method used to add an event handler delegate is non-public, and the caller does not have permission to reflect on non-public methods.</exception>
-      <returns>A <see langword="MethodInfo" /> object that was called when the event was raised.</returns>
     </member>
     <member name="M:System.Reflection.EventInfo.GetRemoveMethod">
       <summary>Returns the method used to remove an event handler delegate from the event source.</summary>
@@ -40344,9 +22490,24 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>When overridden in a derived class, retrieves the <see langword="MethodInfo" /> object for removing a method of the event, specifying whether to return non-public methods.</summary>
       <param name="nonPublic">
         <see langword="true" /> if non-public methods can be returned; otherwise, <see langword="false" />.</param>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing the method used to remove an event handler delegate from the event source.</returns>
       <exception cref="T:System.MethodAccessException">
         <paramref name="nonPublic" /> is <see langword="true" />, the method used to add an event handler delegate is non-public, and the caller does not have permission to reflect on non-public methods.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing the method used to remove an event handler delegate from the event source.</returns>
+    </member>
+    <member name="P:System.Reflection.EventInfo.IsMulticast">
+      <summary>Gets a value indicating whether the event is multicast.</summary>
+      <returns>
+        <see langword="true" /> if the delegate is an instance of a multicast delegate; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
+    </member>
+    <member name="P:System.Reflection.EventInfo.IsSpecialName">
+      <summary>Gets a value indicating whether the <see langword="EventInfo" /> has a name with a special meaning.</summary>
+      <returns>
+        <see langword="true" /> if this event has a special name; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.EventInfo.MemberType">
+      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is an event.</summary>
+      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is an event.</returns>
     </member>
     <member name="M:System.Reflection.EventInfo.op_Equality(System.Reflection.EventInfo,System.Reflection.EventInfo)">
       <summary>Indicates whether two <see cref="T:System.Reflection.EventInfo" /> objects are equal.</summary>
@@ -40362,54 +22523,32 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <returns>
         <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.EventInfo.RaiseMethod">
+      <summary>Gets the method that is called when the event is raised, including non-public methods.</summary>
+      <returns>The method that is called when the event is raised.</returns>
+    </member>
     <member name="M:System.Reflection.EventInfo.RemoveEventHandler(System.Object,System.Delegate)">
       <summary>Removes an event handler from an event source.</summary>
       <param name="target">The event source.</param>
       <param name="handler">The delegate to be disassociated from the events raised by target.</param>
       <exception cref="T:System.InvalidOperationException">The event does not have a public <see langword="remove" /> accessor.</exception>
       <exception cref="T:System.ArgumentException">The handler that was passed in cannot be used.</exception>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="target" /> parameter is <see langword="null" /> and the event is not static.  
+      <exception cref="T:System.Reflection.TargetException">In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
+  
+
+            
+  
+ The <paramref name="target" /> parameter is <see langword="null" /> and the event is not static.  
   
  -or-  
   
- The <see cref="T:System.Reflection.EventInfo" /> is not declared on the target.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have access permission to the member.
+ The <see cref="T:System.Reflection.EventInfo" /> is not declared on the target.</exception>
+      <exception cref="T:System.MethodAccessException">In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
-    </member>
-    <member name="P:System.Reflection.EventInfo.AddMethod">
-      <summary>Gets the <see cref="T:System.Reflection.MethodInfo" /> object for the <see cref="M:System.Reflection.EventInfo.AddEventHandler(System.Object,System.Delegate)" /> method of the event, including non-public methods.</summary>
-      <returns>The <see cref="T:System.Reflection.MethodInfo" /> object for the <see cref="M:System.Reflection.EventInfo.AddEventHandler(System.Object,System.Delegate)" /> method.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.Attributes">
-      <summary>Gets the attributes for this event.</summary>
-      <returns>The read-only attributes for this event.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.EventHandlerType">
-      <summary>Gets the <see langword="Type" /> object of the underlying event-handler delegate associated with this event.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>A read-only <see langword="Type" /> object representing the delegate event handler.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.IsMulticast">
-      <summary>Gets a value indicating whether the event is multicast.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>
-        <see langword="true" /> if the delegate is an instance of a multicast delegate; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.IsSpecialName">
-      <summary>Gets a value indicating whether the <see langword="EventInfo" /> has a name with a special meaning.</summary>
-      <returns>
-        <see langword="true" /> if this event has a special name; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.MemberType">
-      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is an event.</summary>
-      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is an event.</returns>
-    </member>
-    <member name="P:System.Reflection.EventInfo.RaiseMethod">
-      <summary>Gets the method that is called when the event is raised, including non-public methods.</summary>
-      <returns>The method that is called when the event is raised.</returns>
+            
+  
+ The caller does not have access permission to the member.</exception>
     </member>
     <member name="P:System.Reflection.EventInfo.RemoveMethod">
       <summary>Gets the <see langword="MethodInfo" /> object for removing a method of the event, including non-public methods.</summary>
@@ -40421,19 +22560,15 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.ExceptionHandlingClause.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.ExceptionHandlingClause" /> class.</summary>
     </member>
-    <member name="M:System.Reflection.ExceptionHandlingClause.ToString">
-      <summary>A string representation of the exception-handling clause.</summary>
-      <returns>A string that lists appropriate property values for the filter clause type.</returns>
-    </member>
     <member name="P:System.Reflection.ExceptionHandlingClause.CatchType">
       <summary>Gets the type of exception handled by this clause.</summary>
-      <exception cref="T:System.InvalidOperationException">Invalid use of property for the object's current state.</exception>
       <returns>A <see cref="T:System.Type" /> object that represents that type of exception handled by this clause, or <see langword="null" /> if the <see cref="P:System.Reflection.ExceptionHandlingClause.Flags" /> property is <see cref="F:System.Reflection.ExceptionHandlingClauseOptions.Filter" /> or <see cref="F:System.Reflection.ExceptionHandlingClauseOptions.Finally" />.</returns>
+      <exception cref="T:System.InvalidOperationException">Invalid use of property for the object's current state.</exception>
     </member>
     <member name="P:System.Reflection.ExceptionHandlingClause.FilterOffset">
       <summary>Gets the offset within the method body, in bytes, of the user-supplied filter code.</summary>
-      <exception cref="T:System.InvalidOperationException">Cannot get the offset because the exception handling clause is not a filter.</exception>
       <returns>The offset within the method body, in bytes, of the user-supplied filter code. The value of this property has no meaning if the <see cref="P:System.Reflection.ExceptionHandlingClause.Flags" /> property has any value other than <see cref="F:System.Reflection.ExceptionHandlingClauseOptions.Filter" />.</returns>
+      <exception cref="T:System.InvalidOperationException">Cannot get the offset because the exception handling clause is not a filter.</exception>
     </member>
     <member name="P:System.Reflection.ExceptionHandlingClause.Flags">
       <summary>Gets a value indicating whether this exception-handling clause is a finally clause, a type-filtered clause, or a user-filtered clause.</summary>
@@ -40447,6 +22582,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the offset within the method body, in bytes, of this exception-handling clause.</summary>
       <returns>An integer that represents the offset within the method body, in bytes, of this exception-handling clause.</returns>
     </member>
+    <member name="M:System.Reflection.ExceptionHandlingClause.ToString">
+      <summary>A string representation of the exception-handling clause.</summary>
+      <returns>A string that lists appropriate property values for the filter clause type.</returns>
+    </member>
     <member name="P:System.Reflection.ExceptionHandlingClause.TryLength">
       <summary>The total length, in bytes, of the try block that includes this exception-handling clause.</summary>
       <returns>The total length, in bytes, of the try block that includes this exception-handling clause.</returns>
@@ -40536,30 +22675,40 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.FieldInfo.#ctor">
       <summary>Initializes a new instance of the <see langword="FieldInfo" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.FieldInfo.Attributes">
+      <summary>Gets the attributes associated with this field.</summary>
+      <returns>The <see langword="FieldAttributes" /> for this field.</returns>
+    </member>
     <member name="M:System.Reflection.FieldInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
       <returns>
         <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.FieldInfo.FieldHandle">
+      <summary>Gets a <see langword="RuntimeFieldHandle" />, which is a handle to the internal metadata representation of a field.</summary>
+      <returns>A handle to the internal metadata representation of a field.</returns>
+    </member>
+    <member name="P:System.Reflection.FieldInfo.FieldType">
+      <summary>Gets the type of this field object.</summary>
+      <returns>The type of this field object.</returns>
+    </member>
     <member name="M:System.Reflection.FieldInfo.GetFieldFromHandle(System.RuntimeFieldHandle)">
       <summary>Gets a <see cref="T:System.Reflection.FieldInfo" /> for the field represented by the specified handle.</summary>
       <param name="handle">A <see cref="T:System.RuntimeFieldHandle" /> structure that contains the handle to the internal metadata representation of a field.</param>
+      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field specified by <paramref name="handle" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="handle" /> is invalid.</exception>
-      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field specified by <paramref name="handle" />.</returns>
     </member>
     <member name="M:System.Reflection.FieldInfo.GetFieldFromHandle(System.RuntimeFieldHandle,System.RuntimeTypeHandle)">
       <summary>Gets a <see cref="T:System.Reflection.FieldInfo" /> for the field represented by the specified handle, for the specified generic type.</summary>
       <param name="handle">A <see cref="T:System.RuntimeFieldHandle" /> structure that contains the handle to the internal metadata representation of a field.</param>
       <param name="declaringType">A <see cref="T:System.RuntimeTypeHandle" /> structure that contains the handle to the generic type that defines the field.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> is invalid.  
-  
- -or-  
-  
- <paramref name="declaringType" /> is not compatible with <paramref name="handle" />. For example, <paramref name="declaringType" /> is the runtime type handle of the generic type definition, and <paramref name="handle" /> comes from a constructed type.</exception>
       <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field specified by <paramref name="handle" />, in the generic type specified by <paramref name="declaringType" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="handle" /> is invalid.
+-or-
+<paramref name="declaringType" /> is not compatible with <paramref name="handle" />. For example, <paramref name="declaringType" /> is the runtime type handle of the generic type definition, and <paramref name="handle" /> comes from a constructed type.</exception>
     </member>
     <member name="M:System.Reflection.FieldInfo.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -40571,10 +22720,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Reflection.FieldInfo.GetRawConstantValue">
       <summary>Returns a literal value associated with the field by a compiler.</summary>
+      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the field. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
       <exception cref="T:System.InvalidOperationException">The Constant table in unmanaged metadata does not contain a constant value for the current field.</exception>
       <exception cref="T:System.FormatException">The type of the value is not one of the types permitted by the Common Language Specification (CLS). See the ECMA Partition II specification Metadata Logical Format: Other Structures, Element Types used in Signatures.</exception>
       <exception cref="T:System.NotSupportedException">The constant value for the field is not set.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the field. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.FieldInfo.GetRequiredCustomModifiers">
       <summary>Gets an array of types that identify the required custom modifiers of the property.</summary>
@@ -40583,85 +22732,28 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.FieldInfo.GetValue(System.Object)">
       <summary>When overridden in a derived class, returns the value of a field supported by a given object.</summary>
       <param name="obj">The object whose field value will be returned.</param>
-      <exception cref="T:System.Reflection.TargetException">The field is non-static and <paramref name="obj" /> is <see langword="null" />.
+      <returns>An object containing the value of the field reflected by this instance.</returns>
+      <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
+            
+  
+ The field is non-static and <paramref name="obj" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">A field is marked literal, but the field does not have one of the accepted literal types.</exception>
-      <exception cref="T:System.FieldAccessException">The caller does not have permission to access this field.
+      <exception cref="T:System.FieldAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ The caller does not have permission to access this field.</exception>
       <exception cref="T:System.ArgumentException">The method is neither declared nor inherited by the class of <paramref name="obj" />.</exception>
-      <returns>An object containing the value of the field reflected by this instance.</returns>
     </member>
     <member name="M:System.Reflection.FieldInfo.GetValueDirect(System.TypedReference)">
       <summary>Returns the value of a field supported by a given object.</summary>
       <param name="obj">A <see cref="T:System.TypedReference" /> structure that encapsulates a managed pointer to a location and a runtime representation of the type that might be stored at that location.</param>
-      <exception cref="T:System.NotSupportedException">The caller requires the Common Language Specification (CLS) alternative, but called this method instead.</exception>
       <returns>An <see langword="Object" /> containing a field value.</returns>
-    </member>
-    <member name="M:System.Reflection.FieldInfo.op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.FieldInfo" /> objects are equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.FieldInfo.op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.FieldInfo" /> objects are not equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.FieldInfo.SetValue(System.Object,System.Object)">
-      <summary>Sets the value of the field supported by the given object.</summary>
-      <param name="obj">The object whose field value will be set.</param>
-      <param name="value">The value to assign to the field.</param>
-      <exception cref="T:System.FieldAccessException">The caller does not have permission to access this field.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the field is an instance field.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
-      <exception cref="T:System.ArgumentException">The field does not exist on the object.  
-  
- -or-  
-  
- The <paramref name="value" /> parameter cannot be converted and stored in the field.</exception>
-    </member>
-    <member name="M:System.Reflection.FieldInfo.SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)">
-      <summary>When overridden in a derived class, sets the value of the field supported by the given object.</summary>
-      <param name="obj">The object whose field value will be set.</param>
-      <param name="value">The value to assign to the field.</param>
-      <param name="invokeAttr">A field of <see langword="Binder" /> that specifies the type of binding that is desired (for example, <see langword="Binder.CreateInstance" /> or <see langword="Binder.ExactBinding" />).</param>
-      <param name="binder">A set of properties that enables the binding, coercion of argument types, and invocation of members through reflection. If <paramref name="binder" /> is <see langword="null" />, then <see langword="Binder.DefaultBinding" /> is used.</param>
-      <param name="culture">The software preferences of a particular culture.</param>
-      <exception cref="T:System.FieldAccessException">The caller does not have permission to access this field.</exception>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the field is an instance field.</exception>
-      <exception cref="T:System.ArgumentException">The field does not exist on the object.  
-  
- -or-  
-  
- The <paramref name="value" /> parameter cannot be converted and stored in the field.</exception>
-    </member>
-    <member name="M:System.Reflection.FieldInfo.SetValueDirect(System.TypedReference,System.Object)">
-      <summary>Sets the value of the field supported by the given object.</summary>
-      <param name="obj">A <see cref="T:System.TypedReference" /> structure that encapsulates a managed pointer to a location and a runtime representation of the type that can be stored at that location.</param>
-      <param name="value">The value to assign to the field.</param>
       <exception cref="T:System.NotSupportedException">The caller requires the Common Language Specification (CLS) alternative, but called this method instead.</exception>
     </member>
-    <member name="P:System.Reflection.FieldInfo.Attributes">
-      <summary>Gets the attributes associated with this field.</summary>
-      <returns>The <see langword="FieldAttributes" /> for this field.</returns>
-    </member>
-    <member name="P:System.Reflection.FieldInfo.FieldHandle">
-      <summary>Gets a <see langword="RuntimeFieldHandle" />, which is a handle to the internal metadata representation of a field.</summary>
-      <returns>A handle to the internal metadata representation of a field.</returns>
-    </member>
-    <member name="P:System.Reflection.FieldInfo.FieldType">
-      <summary>Gets the type of this field object.</summary>
-      <returns>The type of this field object.</returns>
-    </member>
     <member name="P:System.Reflection.FieldInfo.IsAssembly">
       <summary>Gets a value indicating whether the potential visibility of this field is described by <see cref="F:System.Reflection.FieldAttributes.Assembly" />; that is, the field is visible at most to other types in the same assembly, and is not visible to derived types outside the assembly.</summary>
       <returns>
@@ -40741,6 +22833,59 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a field.</summary>
       <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a field.</returns>
     </member>
+    <member name="M:System.Reflection.FieldInfo.op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.FieldInfo" /> objects are equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Reflection.FieldInfo.op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.FieldInfo" /> objects are not equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Reflection.FieldInfo.SetValue(System.Object,System.Object)">
+      <summary>Sets the value of the field supported by the given object.</summary>
+      <param name="obj">The object whose field value will be set.</param>
+      <param name="value">The value to assign to the field.</param>
+      <exception cref="T:System.FieldAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
+
+            
+  
+ The caller does not have permission to access this field.</exception>
+      <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
+  
+
+            
+  
+ The <paramref name="obj" /> parameter is <see langword="null" /> and the field is an instance field.</exception>
+      <exception cref="T:System.ArgumentException">The field does not exist on the object.
+-or-
+The <paramref name="value" /> parameter cannot be converted and stored in the field.</exception>
+    </member>
+    <member name="M:System.Reflection.FieldInfo.SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)">
+      <summary>When overridden in a derived class, sets the value of the field supported by the given object.</summary>
+      <param name="obj">The object whose field value will be set.</param>
+      <param name="value">The value to assign to the field.</param>
+      <param name="invokeAttr">A field of <see langword="Binder" /> that specifies the type of binding that is desired (for example, <see langword="Binder.CreateInstance" /> or <see langword="Binder.ExactBinding" />).</param>
+      <param name="binder">A set of properties that enables the binding, coercion of argument types, and invocation of members through reflection. If <paramref name="binder" /> is <see langword="null" />, then <see langword="Binder.DefaultBinding" /> is used.</param>
+      <param name="culture">The software preferences of a particular culture.</param>
+      <exception cref="T:System.FieldAccessException">The caller does not have permission to access this field.</exception>
+      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the field is an instance field.</exception>
+      <exception cref="T:System.ArgumentException">The field does not exist on the object.
+-or-
+The <paramref name="value" /> parameter cannot be converted and stored in the field.</exception>
+    </member>
+    <member name="M:System.Reflection.FieldInfo.SetValueDirect(System.TypedReference,System.Object)">
+      <summary>Sets the value of the field supported by the given object.</summary>
+      <param name="obj">A <see cref="T:System.TypedReference" /> structure that encapsulates a managed pointer to a location and a runtime representation of the type that can be stored at that location.</param>
+      <param name="value">The value to assign to the field.</param>
+      <exception cref="T:System.NotSupportedException">The caller requires the Common Language Specification (CLS) alternative, but called this method instead.</exception>
+    </member>
     <member name="T:System.Reflection.GenericParameterAttributes">
       <summary>Describes the constraints on a generic type parameter of a generic type or method.</summary>
     </member>
@@ -40774,18 +22919,18 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Boolean)">
       <summary>Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes.</summary>
       <param name="inherit">When <see langword="true" />, look up the hierarchy chain for the inherited custom attribute.</param>
+      <returns>An array of Objects representing custom attributes, or an empty array.</returns>
       <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined on this member.</exception>
-      <returns>An array of Objects representing custom attributes, or an empty array.</returns>
     </member>
     <member name="M:System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Type,System.Boolean)">
       <summary>Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type.</summary>
       <param name="attributeType">The type of the custom attributes.</param>
       <param name="inherit">When <see langword="true" />, look up the hierarchy chain for the inherited custom attribute.</param>
+      <returns>An array of Objects representing custom attributes, or an empty array.</returns>
       <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
-      <returns>An array of Objects representing custom attributes, or an empty array.</returns>
     </member>
     <member name="M:System.Reflection.ICustomAttributeProvider.IsDefined(System.Type,System.Boolean)">
       <summary>Indicates whether one or more instance of <paramref name="attributeType" /> is defined on this member.</summary>
@@ -40859,8 +23004,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Returns the <see cref="T:System.Reflection.FieldInfo" /> object that corresponds to the specified field and binding flag.</summary>
       <param name="name">The name of the field to find.</param>
       <param name="bindingAttr">The binding attributes used to control the search.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple fields with the same name.</exception>
       <returns>A <see cref="T:System.Reflection.FieldInfo" /> object containing the field information for the named object that meets the search constraints specified in <paramref name="bindingAttr" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple fields with the same name.</exception>
     </member>
     <member name="M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags)">
       <summary>Returns an array of <see cref="T:System.Reflection.FieldInfo" /> objects that correspond to all fields of the current class.</summary>
@@ -40882,8 +23027,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Retrieves a <see cref="T:System.Reflection.MethodInfo" /> object that corresponds to a specified method under specified search constraints.</summary>
       <param name="name">The name of the member to find.</param>
       <param name="bindingAttr">The binding attributes used to control the search.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple methods with the same name.</exception>
       <returns>A <see cref="T:System.Reflection.MethodInfo" /> object containing the method information, with the match being based on the method name and search constraints specified in <paramref name="bindingAttr" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple methods with the same name.</exception>
     </member>
     <member name="M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Retrieves a <see cref="T:System.Reflection.MethodInfo" /> object corresponding to a specified method, using a <see cref="T:System.Type" /> array to choose from among overloaded methods.</summary>
@@ -40892,8 +23037,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <param name="binder">An object that implements <see cref="T:System.Reflection.Binder" />, containing properties related to this method.</param>
       <param name="types">An array used to choose among overloaded methods.</param>
       <param name="modifiers">An array of parameter modifiers used to make binding work with parameter signatures in which the types have been modified.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple methods with the same name.</exception>
       <returns>The requested method that matches all the specified parameters.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple methods with the same name.</exception>
     </member>
     <member name="M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags)">
       <summary>Retrieves an array of <see cref="T:System.Reflection.MethodInfo" /> objects with all public methods or all methods of the current class.</summary>
@@ -40909,8 +23054,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Retrieves a <see cref="T:System.Reflection.PropertyInfo" /> object corresponding to a specified property under specified search constraints.</summary>
       <param name="name">The name of the property to find.</param>
       <param name="bindingAttr">The binding attributes used to control the search.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple fields with the same name.</exception>
       <returns>A <see cref="T:System.Reflection.PropertyInfo" /> object for the located property that meets the search constraints specified in <paramref name="bindingAttr" />, or <see langword="null" /> if the property was not located.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The object implements multiple fields with the same name.</exception>
     </member>
     <member name="M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Retrieves a <see cref="T:System.Reflection.PropertyInfo" /> object that corresponds to a specified property with specified search constraints.</summary>
@@ -40930,13 +23075,13 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <param name="target">The object on which to invoke the specified member. This parameter is ignored for static members.</param>
       <param name="args">An array of objects that contains the number, order, and type of the parameters of the member to be invoked. This is an empty array if there are no parameters.</param>
       <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects. This array has the same length as the <paramref name="args" /> parameter, representing the invoked member's argument attributes in the metadata. A parameter can have the following attributes: <see langword="pdIn" />, <see langword="pdOut" />, <see langword="pdRetval" />, <see langword="pdOptional" />, and <see langword="pdHasDefault" />. These represent [In], [Out], [retval], [optional], and a default parameter, respectively. These attributes are used by various interoperability services.</param>
-      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> used to govern the coercion of types. For example, <paramref name="culture" /> converts a string that represents 1000 to a <see cref="T:System.Double" /> value, since 1000 is represented differently by different cultures. If this parameter is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
-      <param name="namedParameters">A string array of parameters.</param>
+      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo" /> used to govern the coercion of types. For example, <paramref name="culture" /> converts a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, since 1000 is represented differently by different cultures. If this parameter is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used.</param>
+      <param name="namedParameters">A <see langword="String" /> array of parameters.</param>
+      <returns>The specified member.</returns>
       <exception cref="T:System.ArgumentException">More than one argument is specified for a field <see langword="set" />.</exception>
       <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
       <exception cref="T:System.MissingMethodException">The method cannot be found.</exception>
       <exception cref="T:System.Security.SecurityException">A private member is invoked without the necessary <see cref="T:System.Security.Permissions.ReflectionPermission" />.</exception>
-      <returns>The specified member.</returns>
     </member>
     <member name="P:System.Reflection.IReflect.UnderlyingSystemType">
       <summary>Gets the underlying type that represents the <see cref="T:System.Reflection.IReflect" /> object.</summary>
@@ -40955,10 +23100,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.LocalVariableInfo.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.LocalVariableInfo" /> class.</summary>
     </member>
-    <member name="M:System.Reflection.LocalVariableInfo.ToString">
-      <summary>Returns a user-readable string that describes the local variable.</summary>
-      <returns>A string that displays information about the local variable, including the type name, index, and pinned status.</returns>
-    </member>
     <member name="P:System.Reflection.LocalVariableInfo.IsPinned">
       <summary>Gets a <see cref="T:System.Boolean" /> value that indicates whether the object referred to by the local variable is pinned in memory.</summary>
       <returns>
@@ -40972,6 +23113,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>Gets the type of the local variable.</summary>
       <returns>The type of the local variable.</returns>
     </member>
+    <member name="M:System.Reflection.LocalVariableInfo.ToString">
+      <summary>Returns a user-readable string that describes the local variable.</summary>
+      <returns>A string that displays information about the local variable, including the type name, index, and pinned status.</returns>
+    </member>
     <member name="T:System.Reflection.ManifestResourceInfo">
       <summary>Provides access to manifest resources, which are XML files that describe application dependencies.</summary>
     </member>
@@ -41006,6 +23151,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.MemberInfo.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.MemberInfo" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.MemberInfo.CustomAttributes">
+      <summary>Gets a collection that contains this member's custom attributes.</summary>
+      <returns>A collection that contains this member's custom attributes.</returns>
+    </member>
+    <member name="P:System.Reflection.MemberInfo.DeclaringType">
+      <summary>Gets the class that declares this member.</summary>
+      <returns>The <see langword="Type" /> object for the class that declares this member.</returns>
+    </member>
     <member name="M:System.Reflection.MemberInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -41016,19 +23169,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <summary>When overridden in a derived class, returns an array of all custom attributes applied to this member.</summary>
       <param name="inherit">
         <see langword="true" /> to search this member's inheritance chain to find the attributes; otherwise, <see langword="false" />. This parameter is ignored for properties and events.</param>
+      <returns>An array that contains all the custom attributes applied to this member, or an array with zero elements if no attributes are defined.</returns>
       <exception cref="T:System.InvalidOperationException">This member belongs to a type that is loaded into the reflection-only context. See How to: Load Assemblies into the Reflection-Only Context.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type could not be loaded.</exception>
-      <returns>An array that contains all the custom attributes applied to this member, or an array with zero elements if no attributes are defined.</returns>
     </member>
     <member name="M:System.Reflection.MemberInfo.GetCustomAttributes(System.Type,System.Boolean)">
       <summary>When overridden in a derived class, returns an array of custom attributes applied to this member and identified by <see cref="T:System.Type" />.</summary>
       <param name="attributeType">The type of attribute to search for. Only attributes that are assignable to this type are returned.</param>
       <param name="inherit">
         <see langword="true" /> to search this member's inheritance chain to find the attributes; otherwise, <see langword="false" />. This parameter is ignored for properties and events.</param>
+      <returns>An array of custom attributes applied to this member, or an array with zero elements if no attributes assignable to <paramref name="attributeType" /> have been applied.</returns>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
       <exception cref="T:System.ArgumentNullException">If <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">This member belongs to a type that is loaded into the reflection-only context. See How to: Load Assemblies into the Reflection-Only Context.</exception>
-      <returns>An array of custom attributes applied to this member, or an array with zero elements if no attributes assignable to <paramref name="attributeType" /> have been applied.</returns>
     </member>
     <member name="M:System.Reflection.MemberInfo.GetCustomAttributesData">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects representing data about the attributes that have been applied to the target member.</summary>
@@ -41041,6 +23194,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.MemberInfo.HasSameMetadataDefinitionAs(System.Reflection.MemberInfo)">
       <param name="other" />
     </member>
+    <member name="P:System.Reflection.MemberInfo.IsCollectible">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Reflection.MemberInfo" /> object is part of an assembly held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Reflection.MemberInfo" /> is part of an assembly held in a collectible assembly load context; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.MemberInfo.IsDefined(System.Type,System.Boolean)">
       <summary>When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member.</summary>
       <param name="attributeType">The type of custom attribute to search for. The search includes derived types.</param>
@@ -41049,51 +23207,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
       <returns>
         <see langword="true" /> if one or more instances of <paramref name="attributeType" /> or any of its derived types is applied to this member; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Reflection.MemberInfo.op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.MemberInfo" /> objects are equal.</summary>
-      <param name="left">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="right" />.</param>
-      <param name="right">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="left" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.MemberInfo.op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.MemberInfo" /> objects are not equal.</summary>
-      <param name="left">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="right" />.</param>
-      <param name="right">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="left" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.MemberInfo.CustomAttributes">
-      <summary>Gets a collection that contains this member's custom attributes.</summary>
-      <returns>A collection that contains this member's custom attributes.</returns>
-    </member>
-    <member name="P:System.Reflection.MemberInfo.DeclaringType">
-      <summary>Gets the class that declares this member.</summary>
-      <returns>The <see langword="Type" /> object for the class that declares this member.</returns>
-    </member>
-    <member name="P:System.Reflection.MemberInfo.IsCollectible">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Reflection.MemberInfo" /> object is part of an assembly held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Reflection.MemberInfo" /> is part of an assembly held in a collectible assembly load context; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Reflection.MemberInfo.MemberType">
       <summary>When overridden in a derived class, gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating the type of the member - method, constructor, event, and so on.</summary>
       <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating the type of member.</returns>
     </member>
     <member name="P:System.Reflection.MemberInfo.MetadataToken">
       <summary>Gets a value that identifies a metadata element.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Reflection.MemberInfo" /> represents an array method, such as <see langword="Address" />, on an array type whose element type is a dynamic type that has not been completed. To get a metadata token in this case, pass the <see cref="T:System.Reflection.MemberInfo" /> object to the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetMethodToken(System.Reflection.MethodInfo)" /> method; or use the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetArrayMethodToken(System.Type,System.String,System.Reflection.CallingConventions,System.Type,System.Type[])" /> method to get the token directly, instead of using the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetArrayMethod(System.Type,System.String,System.Reflection.CallingConventions,System.Type,System.Type[])" /> method to get a <see cref="T:System.Reflection.MethodInfo" /> first.</exception>
       <returns>A value which, in combination with <see cref="P:System.Reflection.MemberInfo.Module" />, uniquely identifies a metadata element.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Reflection.MemberInfo" /> represents an array method, such as <see langword="Address" />, on an array type whose element type is a dynamic type that has not been completed. To get a metadata token in this case, pass the <see cref="T:System.Reflection.MemberInfo" /> object to the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetMethodToken(System.Reflection.MethodInfo)" /> method; or use the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetArrayMethodToken(System.Type,System.String,System.Reflection.CallingConventions,System.Type,System.Type[])" /> method to get the token directly, instead of using the <see cref="M:System.Reflection.Emit.ModuleBuilder.GetArrayMethod(System.Type,System.String,System.Reflection.CallingConventions,System.Type,System.Type[])" /> method to get a <see cref="T:System.Reflection.MethodInfo" /> first.</exception>
     </member>
     <member name="P:System.Reflection.MemberInfo.Module">
       <summary>Gets the module in which the type that declares the member represented by the current <see cref="T:System.Reflection.MemberInfo" /> is defined.</summary>
-      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
       <returns>The <see cref="T:System.Reflection.Module" /> in which the type that declares the member represented by the current <see cref="T:System.Reflection.MemberInfo" /> is defined.</returns>
+      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
     </member>
     <member name="P:System.Reflection.MemberInfo.Name">
       <summary>Gets the name of the current member.</summary>
       <returns>A <see cref="T:System.String" /> containing the name of this member.</returns>
     </member>
+    <member name="M:System.Reflection.MemberInfo.op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.MemberInfo" /> objects are equal.</summary>
+      <param name="left">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="right" />.</param>
+      <param name="right">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="left" />.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Reflection.MemberInfo.op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.MemberInfo" /> objects are not equal.</summary>
+      <param name="left">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="right" />.</param>
+      <param name="right">The <see cref="T:System.Reflection.MemberInfo" /> to compare to <paramref name="left" />.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Reflection.MemberInfo.ReflectedType">
       <summary>Gets the class object that was used to obtain this instance of <see langword="MemberInfo" />.</summary>
       <returns>The <see langword="Type" /> object through which this <see langword="MemberInfo" /> object was obtained.</returns>
@@ -41209,6 +23354,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.MethodBase.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.MethodBase" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.MethodBase.Attributes">
+      <summary>Gets the attributes associated with this method.</summary>
+      <returns>One of the <see cref="T:System.Reflection.MethodAttributes" /> values.</returns>
+    </member>
+    <member name="P:System.Reflection.MethodBase.CallingConvention">
+      <summary>Gets a value indicating the calling conventions for this method.</summary>
+      <returns>The <see cref="T:System.Reflection.CallingConventions" /> for this method.</returns>
+    </member>
+    <member name="P:System.Reflection.MethodBase.ContainsGenericParameters">
+      <summary>Gets a value indicating whether the generic method contains unassigned generic type parameters.</summary>
+      <returns>
+        <see langword="true" /> if the current <see cref="T:System.Reflection.MethodBase" /> object represents a generic method that contains unassigned generic type parameters; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.MethodBase.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -41217,16 +23375,15 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     </member>
     <member name="M:System.Reflection.MethodBase.GetCurrentMethod">
       <summary>Returns a <see langword="MethodBase" /> object representing the currently executing method.</summary>
-      <exception cref="T:System.Reflection.TargetException">This member was invoked with a late-binding mechanism.</exception>
       <returns>
-        <see cref="M:System.Reflection.MethodBase.GetCurrentMethod" /> is a static method that is called from within an executing method and that returns information about that method.  
-  
A <see langword="MethodBase" /> object representing the currently executing method.</returns>
+        <see cref="M:System.Reflection.MethodBase.GetCurrentMethod" /> is a static method that is called from within an executing method and that returns information about that method.
+A <see langword="MethodBase" /> object representing the currently executing method.</returns>
     <exception cref="T:System.Reflection.TargetException">This member was invoked with a late-binding mechanism.</exception>
     </member>
     <member name="M:System.Reflection.MethodBase.GetGenericArguments">
       <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic method or the type parameters of a generic method definition.</summary>
-      <exception cref="T:System.NotSupportedException">The current object is a <see cref="T:System.Reflection.ConstructorInfo" />. Generic constructors are not supported in the .NET Framework version 2.0. This exception is the default behavior if this method is not overridden in a derived class.</exception>
       <returns>An array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic method or the type parameters of a generic method definition. Returns an empty array if the current method is not a generic method.</returns>
+      <exception cref="T:System.NotSupportedException">The current object is a <see cref="T:System.Reflection.ConstructorInfo" />. Generic constructors are not supported in the .NET Framework version 2.0. This exception is the default behavior if this method is not overridden in a derived class.</exception>
     </member>
     <member name="M:System.Reflection.MethodBase.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -41234,23 +23391,23 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     </member>
     <member name="M:System.Reflection.MethodBase.GetMethodBody">
       <summary>When overridden in a derived class, gets a <see cref="T:System.Reflection.MethodBody" /> object that provides access to the MSIL stream, local variables, and exceptions for the current method.</summary>
-      <exception cref="T:System.InvalidOperationException">This method is invalid unless overridden in a derived class.</exception>
       <returns>A <see cref="T:System.Reflection.MethodBody" /> object that provides access to the MSIL stream, local variables, and exceptions for the current method.</returns>
+      <exception cref="T:System.InvalidOperationException">This method is invalid unless overridden in a derived class.</exception>
     </member>
     <member name="M:System.Reflection.MethodBase.GetMethodFromHandle(System.RuntimeMethodHandle)">
       <summary>Gets method information by using the method's internal metadata representation (handle).</summary>
       <param name="handle">The method's handle.</param>
+      <returns>A <see langword="MethodBase" /> containing information about the method.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="handle" /> is invalid.</exception>
-      <returns>A <see langword="MethodBase" /> containing information about the method.</returns>
     </member>
     <member name="M:System.Reflection.MethodBase.GetMethodFromHandle(System.RuntimeMethodHandle,System.RuntimeTypeHandle)">
       <summary>Gets a <see cref="T:System.Reflection.MethodBase" /> object for the constructor or method represented by the specified handle, for the specified generic type.</summary>
       <param name="handle">A handle to the internal metadata representation of a constructor or method.</param>
       <param name="declaringType">A handle to the generic type that defines the constructor or method.</param>
+      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method or constructor specified by <paramref name="handle" />, in the generic type specified by <paramref name="declaringType" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="handle" /> is invalid.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method or constructor specified by <paramref name="handle" />, in the generic type specified by <paramref name="declaringType" />.</returns>
     </member>
     <member name="M:System.Reflection.MethodBase.GetMethodImplementationFlags">
       <summary>When overridden in a derived class, returns the <see cref="T:System.Reflection.MethodImplAttributes" /> flags.</summary>
@@ -41263,10 +23420,15 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
     <member name="M:System.Reflection.MethodBase.Invoke(System.Object,System.Object[])">
       <summary>Invokes the method or constructor represented by the current instance, using the specified parameters.</summary>
       <param name="obj">The object on which to invoke the method or constructor. If a method is static, this argument is ignored. If a constructor is static, this argument must be <see langword="null" /> or an instance of the class that defines the constructor.</param>
-      <param name="parameters">An argument list for the invoked method or constructor. This is an array of objects with the same number, order, and type as the parameters of the method or constructor to be invoked. If there are no parameters, <paramref name="parameters" /> should be <see langword="null" />.  
+      <param name="parameters">An argument list for the invoked method or constructor. This is an array of objects with the same number, order, and type as the parameters of the method or constructor to be invoked. If there are no parameters, <paramref name="parameters" /> should be <see langword="null" />.
+If the method or constructor represented by this instance takes a <see langword="ref" /> parameter (<see langword="ByRef" /> in Visual Basic), no special attribute is required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
+      <returns>An object containing the return value of the invoked method, or <see langword="null" /> in the case of a constructor.</returns>
+      <exception cref="T:System.Reflection.TargetException">In the.NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
   
- If the method or constructor represented by this instance takes a <see langword="ref" /> parameter (<see langword="ByRef" /> in Visual Basic), no special attribute is required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the method is not static.  
+
+            
+  
+ The <paramref name="obj" /> parameter is <see langword="null" /> and the method is not static.  
   
  -or-  
   
@@ -41274,74 +23436,40 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch <see c
   
  -or-  
   
- A static constructor is invoked, and <paramref name="obj" /> is neither <see langword="null" /> nor an instance of the class that declared the constructor.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
+ A static constructor is invoked, and <paramref name="obj" /> is neither <see langword="null" /> nor an instance of the class that declared the constructor.</exception>
       <exception cref="T:System.ArgumentException">The elements of the <paramref name="parameters" /> array do not match the signature of the method or constructor reflected by this instance.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">The invoked method or constructor throws an exception.  
-  
- -or-  
-  
- The current instance is a <see cref="T:System.Reflection.Emit.DynamicMethod" /> that contains unverifiable code. See the "Verification" section in Remarks for <see cref="T:System.Reflection.Emit.DynamicMethod" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">The invoked method or constructor throws an exception.
+-or-
+The current instance is a <see cref="T:System.Reflection.Emit.DynamicMethod" /> that contains unverifiable code. See the "Verification" section in Remarks for <see cref="T:System.Reflection.Emit.DynamicMethod" />.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The <paramref name="parameters" /> array does not have the correct number of arguments.</exception>
-      <exception cref="T:System.MethodAccessException">The caller does not have permission to execute the method or constructor that is represented by the current instance.
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ The caller does not have permission to execute the method or constructor that is represented by the current instance.</exception>
       <exception cref="T:System.InvalidOperationException">The type that declares the method is an open generic type. That is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" /> for the declaring type.</exception>
       <exception cref="T:System.NotSupportedException">The current instance is a <see cref="T:System.Reflection.Emit.MethodBuilder" />.</exception>
-      <returns>An object containing the return value of the invoked method, or <see langword="null" /> in the case of a constructor.</returns>
     </member>
     <member name="M:System.Reflection.MethodBase.Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
       <summary>When overridden in a derived class, invokes the reflected method or constructor with the given parameters.</summary>
       <param name="obj">The object on which to invoke the method or constructor. If a method is static, this argument is ignored. If a constructor is static, this argument must be <see langword="null" /> or an instance of the class that defines the constructor.</param>
       <param name="invokeAttr">A bitmask that is a combination of 0 or more bit flags from <see cref="T:System.Reflection.BindingFlags" />. If <paramref name="binder" /> is <see langword="null" />, this parameter is assigned the value <see cref="F:System.Reflection.BindingFlags.Default" />; thus, whatever you pass in is ignored.</param>
       <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see langword="MemberInfo" /> objects via reflection. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
-      <param name="parameters">An argument list for the invoked method or constructor. This is an array of objects with the same number, order, and type as the parameters of the method or constructor to be invoked. If there are no parameters, this should be <see langword="null" />.  
-  
- If the method or constructor represented by this instance takes a ByRef parameter, there is no special attribute required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
-      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. If this is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread is used. (This is necessary to convert a string that represents 1000 to a <see cref="T:System.Double" /> value, for example, since 1000 is represented differently by different cultures.)</param>
-      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the method is not static.  
-  
- -or-  
-  
- The method is not declared or inherited by the class of <paramref name="obj" />.  
-  
- -or-  
-  
- A static constructor is invoked, and <paramref name="obj" /> is neither <see langword="null" /> nor an instance of the class that declared the constructor.</exception>
+      <param name="parameters">An argument list for the invoked method or constructor. This is an array of objects with the same number, order, and type as the parameters of the method or constructor to be invoked. If there are no parameters, this should be <see langword="null" />.
+If the method or constructor represented by this instance takes a ByRef parameter, there is no special attribute required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is <see langword="null" />. For value-type elements, this value is 0, 0.0, or <see langword="false" />, depending on the specific element type.</param>
+      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. If this is <see langword="null" />, the <see langword="CultureInfo" /> for the current thread is used. (This is necessary to convert a <see langword="String" /> that represents 1000 to a <see langword="Double" /> value, for example, since 1000 is represented differently by different cultures.)</param>
+      <returns>An <see langword="Object" /> containing the return value of the invoked method, or <see langword="null" /> in the case of a constructor, or <see langword="null" /> if the method's return type is <see langword="void" />. Before calling the method or constructor, <see langword="Invoke" /> checks to see if the user has access permission and verifies that the parameters are valid.</returns>
+      <exception cref="T:System.Reflection.TargetException">The <paramref name="obj" /> parameter is <see langword="null" /> and the method is not static.
+-or-
+The method is not declared or inherited by the class of <paramref name="obj" />.
+-or-
+A static constructor is invoked, and <paramref name="obj" /> is neither <see langword="null" /> nor an instance of the class that declared the constructor.</exception>
       <exception cref="T:System.ArgumentException">The type of the <paramref name="parameters" /> parameter does not match the signature of the method or constructor reflected by this instance.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The <paramref name="parameters" /> array does not have the correct number of arguments.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The invoked method or constructor throws an exception.</exception>
       <exception cref="T:System.MethodAccessException">The caller does not have permission to execute the method or constructor that is represented by the current instance.</exception>
       <exception cref="T:System.InvalidOperationException">The type that declares the method is an open generic type. That is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" /> for the declaring type.</exception>
-      <returns>An <see langword="Object" /> containing the return value of the invoked method, or <see langword="null" /> in the case of a constructor, or <see langword="null" /> if the method's return type is <see langword="void" />. Before calling the method or constructor, <see langword="Invoke" /> checks to see if the user has access permission and verifies that the parameters are valid.</returns>
-    </member>
-    <member name="M:System.Reflection.MethodBase.op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.MethodBase" /> objects are equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.MethodBase.op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase)">
-      <summary>Indicates whether two <see cref="T:System.Reflection.MethodBase" /> objects are not equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.MethodBase.Attributes">
-      <summary>Gets the attributes associated with this method.</summary>
-      <returns>One of the <see cref="T:System.Reflection.MethodAttributes" /> values.</returns>
-    </member>
-    <member name="P:System.Reflection.MethodBase.CallingConvention">
-      <summary>Gets a value indicating the calling conventions for this method.</summary>
-      <returns>The <see cref="T:System.Reflection.CallingConventions" /> for this method.</returns>
-    </member>
-    <member name="P:System.Reflection.MethodBase.ContainsGenericParameters">
-      <summary>Gets a value indicating whether the generic method contains unassigned generic type parameters.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Reflection.MethodBase" /> object represents a generic method that contains unassigned generic type parameters; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Reflection.MethodBase.IsAbstract">
       <summary>Gets a value indicating whether the method is abstract.</summary>
@@ -41442,20 +23570,34 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the <see cref="T:System.Reflection.MethodImplAttributes" /> flags that specify the attributes of a method implementation.</summary>
       <returns>The method implementation flags.</returns>
     </member>
+    <member name="M:System.Reflection.MethodBase.op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.MethodBase" /> objects are equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Reflection.MethodBase.op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase)">
+      <summary>Indicates whether two <see cref="T:System.Reflection.MethodBase" /> objects are not equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="T:System.Reflection.MethodBody">
       <summary>Provides access to the metadata and MSIL for the body of a method.</summary>
     </member>
     <member name="M:System.Reflection.MethodBody.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.MethodBody" /> class.</summary>
     </member>
-    <member name="M:System.Reflection.MethodBody.GetILAsByteArray">
-      <summary>Returns the MSIL for the method body, as an array of bytes.</summary>
-      <returns>An array of type <see cref="T:System.Byte" /> that contains the MSIL for the method body.</returns>
-    </member>
     <member name="P:System.Reflection.MethodBody.ExceptionHandlingClauses">
       <summary>Gets a list that includes all the exception-handling clauses in the method body.</summary>
       <returns>An <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:System.Reflection.ExceptionHandlingClause" /> objects representing the exception-handling clauses in the body of the method.</returns>
     </member>
+    <member name="M:System.Reflection.MethodBody.GetILAsByteArray">
+      <summary>Returns the MSIL for the method body, as an array of bytes.</summary>
+      <returns>An array of type <see cref="T:System.Byte" /> that contains the MSIL for the method body.</returns>
+    </member>
     <member name="P:System.Reflection.MethodBody.InitLocals">
       <summary>Gets a value indicating whether local variables in the method body are initialized to the default values for their types.</summary>
       <returns>
@@ -41544,17 +23686,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="target">The object targeted by the delegate.</param>
       <returns>The delegate for this method.</returns>
     </member>
-    <member name="M:System.Reflection.MethodInfo.CreateDelegate``1">
-      <summary>Creates a delegate of type <typeparamref name="T" /> from this method.</summary>
-      <typeparam name="T">The type of the delegate to create.</typeparam>
-      <returns>The delegate for this method.</returns>
-    </member>
-    <member name="M:System.Reflection.MethodInfo.CreateDelegate``1(System.Object)">
-      <summary>Creates a delegate of type <typeparamref name="T" /> with the specified target from this method.</summary>
-      <param name="target">The object targeted by the delegate.</param>
-      <typeparam name="T">The type of the delegate to create.</typeparam>
-      <returns>The delegate for this method.</returns>
-    </member>
     <member name="M:System.Reflection.MethodInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -41567,14 +23698,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Reflection.MethodInfo.GetGenericArguments">
       <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic method or the type parameters of a generic method definition.</summary>
-      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
       <returns>An array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic method or the type parameters of a generic method definition. Returns an empty array if the current method is not a generic method.</returns>
+      <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
     </member>
     <member name="M:System.Reflection.MethodInfo.GetGenericMethodDefinition">
       <summary>Returns a <see cref="T:System.Reflection.MethodInfo" /> object that represents a generic method definition from which the current method can be constructed.</summary>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing a generic method definition from which the current method can be constructed.</returns>
       <exception cref="T:System.InvalidOperationException">The current method is not a generic method. That is, <see cref="P:System.Reflection.MethodBase.IsGenericMethod" /> returns <see langword="false" />.</exception>
       <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object representing a generic method definition from which the current method can be constructed.</returns>
     </member>
     <member name="M:System.Reflection.MethodInfo.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -41583,20 +23714,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[])">
       <summary>Substitutes the elements of an array of types for the type parameters of the current generic method definition, and returns a <see cref="T:System.Reflection.MethodInfo" /> object representing the resulting constructed method.</summary>
       <param name="typeArguments">An array of types to be substituted for the type parameters of the current generic method definition.</param>
+      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object that represents the constructed method formed by substituting the elements of <paramref name="typeArguments" /> for the type parameters of the current generic method definition.</returns>
       <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Reflection.MethodInfo" /> does not represent a generic method definition. That is, <see cref="P:System.Reflection.MethodBase.IsGenericMethodDefinition" /> returns <see langword="false" />.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeArguments" /> is <see langword="null" />.  
-  
- -or-  
-  
- Any element of <paramref name="typeArguments" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The number of elements in <paramref name="typeArguments" /> is not the same as the number of type parameters of the current generic method definition.  
-  
- -or-  
-  
- An element of <paramref name="typeArguments" /> does not satisfy the constraints specified for the corresponding type parameter of the current generic method definition.</exception>
+        <paramref name="typeArguments" /> is <see langword="null" />.
+-or-
+Any element of <paramref name="typeArguments" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The number of elements in <paramref name="typeArguments" /> is not the same as the number of type parameters of the current generic method definition.
+-or-
+An element of <paramref name="typeArguments" /> does not satisfy the constraints specified for the corresponding type parameter of the current generic method definition.</exception>
       <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodInfo" /> object that represents the constructed method formed by substituting the elements of <paramref name="typeArguments" /> for the type parameters of the current generic method definition.</returns>
+    </member>
+    <member name="P:System.Reflection.MethodInfo.MemberType">
+      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a method.</summary>
+      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a method.</returns>
     </member>
     <member name="M:System.Reflection.MethodInfo.op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)">
       <summary>Indicates whether two <see cref="T:System.Reflection.MethodInfo" /> objects are equal.</summary>
@@ -41612,14 +23743,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Reflection.MethodInfo.MemberType">
-      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a method.</summary>
-      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a method.</returns>
-    </member>
     <member name="P:System.Reflection.MethodInfo.ReturnParameter">
       <summary>Gets a <see cref="T:System.Reflection.ParameterInfo" /> object that contains information about the return type of the method, such as whether the return type has custom modifiers.</summary>
-      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
       <returns>A <see cref="T:System.Reflection.ParameterInfo" /> object that contains information about the return type.</returns>
+      <exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
     </member>
     <member name="P:System.Reflection.MethodInfo.ReturnType">
       <summary>Gets the return type of this method.</summary>
@@ -41632,9 +23759,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.Reflection.Missing">
       <summary>Represents a missing <see cref="T:System.Object" />. This class cannot be inherited.</summary>
     </member>
-    <member name="F:System.Reflection.Missing.Value">
-      <summary>Represents the sole instance of the <see cref="T:System.Reflection.Missing" /> class.</summary>
-    </member>
     <member name="M:System.Reflection.Missing.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the logical context information needed to recreate the sole instance of the <see cref="T:System.Reflection.Missing" /> object.</summary>
       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to be populated with serialization information.</param>
@@ -41642,30 +23766,46 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <paramref name="info" /> is <see langword="null" />.</exception>
     </member>
+    <member name="F:System.Reflection.Missing.Value">
+      <summary>Represents the sole instance of the <see cref="T:System.Reflection.Missing" /> class.</summary>
+    </member>
     <member name="T:System.Reflection.Module">
       <summary>Performs reflection on a module.</summary>
     </member>
-    <member name="F:System.Reflection.Module.FilterTypeName">
-      <summary>A <see langword="TypeFilter" /> object that filters the list of types defined in this module based upon the name. This field is case-sensitive and read-only.</summary>
-    </member>
-    <member name="F:System.Reflection.Module.FilterTypeNameIgnoreCase">
-      <summary>A <see langword="TypeFilter" /> object that filters the list of types defined in this module based upon the name. This field is case-insensitive and read-only.</summary>
-    </member>
     <member name="M:System.Reflection.Module.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.Module" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.Module.Assembly">
+      <summary>Gets the appropriate <see cref="T:System.Reflection.Assembly" /> for this instance of <see cref="T:System.Reflection.Module" />.</summary>
+      <returns>An <see langword="Assembly" /> object.</returns>
+    </member>
+    <member name="P:System.Reflection.Module.CustomAttributes">
+      <summary>Gets a collection that contains this module's custom attributes.</summary>
+      <returns>A collection that contains this module's custom attributes.</returns>
+    </member>
     <member name="M:System.Reflection.Module.Equals(System.Object)">
       <summary>Determines whether this module and the specified object are equal.</summary>
       <param name="o">The object to compare with this instance.</param>
       <returns>
         <see langword="true" /> if <paramref name="o" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Reflection.Module.FilterTypeName">
+      <summary>A <see langword="TypeFilter" /> object that filters the list of types defined in this module based upon the name. This field is case-sensitive and read-only.</summary>
+    </member>
+    <member name="F:System.Reflection.Module.FilterTypeNameIgnoreCase">
+      <summary>A <see langword="TypeFilter" /> object that filters the list of types defined in this module based upon the name. This field is case-insensitive and read-only.</summary>
+    </member>
     <member name="M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object)">
       <summary>Returns an array of classes accepted by the given filter and filter criteria.</summary>
       <param name="filter">The delegate used to filter the classes.</param>
       <param name="filterCriteria">An Object used to filter the classes.</param>
-      <exception cref="T:System.Reflection.ReflectionTypeLoadException">One or more classes in a module could not be loaded.</exception>
       <returns>An array of type <see langword="Type" /> containing classes that were accepted by the filter.</returns>
+      <exception cref="T:System.Reflection.ReflectionTypeLoadException">One or more classes in a module could not be loaded.</exception>
+    </member>
+    <member name="P:System.Reflection.Module.FullyQualifiedName">
+      <summary>Gets a string representing the fully qualified name and path to this module.</summary>
+      <returns>The fully qualified module name.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permissions.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetCustomAttributes(System.Boolean)">
       <summary>Returns all custom attributes.</summary>
@@ -41676,11 +23816,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets custom attributes of the specified type.</summary>
       <param name="attributeType">The type of attribute to get.</param>
       <param name="inherit">This argument is ignored for objects of this type.</param>
+      <returns>An array of type <see langword="Object" /> containing all custom attributes of the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not a <see cref="T:System.Type" /> object supplied by the runtime. For example, <paramref name="attributeType" /> is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> object.</exception>
-      <returns>An array of type <see langword="Object" /> containing all custom attributes of the specified type.</returns>
     </member>
     <member name="M:System.Reflection.Module.GetCustomAttributesData">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects for the current module, which can be used in the reflection-only context.</summary>
@@ -41689,15 +23829,15 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Module.GetField(System.String)">
       <summary>Returns a field having the specified name.</summary>
       <param name="name">The field name.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>A <see langword="FieldInfo" /> object having the specified name, or <see langword="null" /> if the field does not exist.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags)">
       <summary>Returns a field having the specified name and binding attributes.</summary>
       <param name="name">The field name.</param>
       <param name="bindingAttr">One of the <see langword="BindingFlags" /> bit flags used to control the search.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>A <see langword="FieldInfo" /> object having the specified name and binding attributes, or <see langword="null" /> if the field does not exist.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetFields">
       <summary>Returns the global fields defined on the module.</summary>
@@ -41715,9 +23855,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Module.GetMethod(System.String)">
       <summary>Returns a method having the specified name.</summary>
       <param name="name">The method name.</param>
+      <returns>A <see langword="MethodInfo" /> object having the specified name, or <see langword="null" /> if the method does not exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>A <see langword="MethodInfo" /> object having the specified name, or <see langword="null" /> if the method does not exist.</returns>
     </member>
     <member name="M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers.</summary>
@@ -41727,17 +23867,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="callConvention">The calling convention for the method.</param>
       <param name="types">The parameter types to search for.</param>
       <param name="modifiers">An array of parameter modifiers used to make binding work with parameter signatures in which the types have been modified.</param>
+      <returns>A <see langword="MethodInfo" /> object in accordance with the specified criteria, or <see langword="null" /> if the method does not exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />, <paramref name="types" /> is <see langword="null" />, or <paramref name="types" /> (i) is <see langword="null" />.</exception>
-      <returns>A <see langword="MethodInfo" /> object in accordance with the specified criteria, or <see langword="null" /> if the method does not exist.</returns>
     </member>
     <member name="M:System.Reflection.Module.GetMethod(System.String,System.Type[])">
       <summary>Returns a method having the specified name and parameter types.</summary>
       <param name="name">The method name.</param>
       <param name="types">The parameter types to search for.</param>
+      <returns>A <see langword="MethodInfo" /> object in accordance with the specified criteria, or <see langword="null" /> if the method does not exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />, <paramref name="types" /> is <see langword="null" />, or <paramref name="types" /> (i) is <see langword="null" />.</exception>
-      <returns>A <see langword="MethodInfo" /> object in accordance with the specified criteria, or <see langword="null" /> if the method does not exist.</returns>
     </member>
     <member name="M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Returns the method implementation in accordance with the specified criteria.</summary>
@@ -41747,9 +23887,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="callConvention">The calling convention for the method.</param>
       <param name="types">The parameter types to search for.</param>
       <param name="modifiers">An array of parameter modifiers used to make binding work with parameter signatures in which the types have been modified.</param>
+      <returns>A <see langword="MethodInfo" /> object containing implementation information as specified, or <see langword="null" /> if the method does not exist.</returns>
       <exception cref="T:System.Reflection.AmbiguousMatchException">
         <paramref name="types" /> is <see langword="null" />.</exception>
-      <returns>A <see langword="MethodInfo" /> object containing implementation information as specified, or <see langword="null" /> if the method does not exist.</returns>
     </member>
     <member name="M:System.Reflection.Module.GetMethods">
       <summary>Returns the global methods defined on the module.</summary>
@@ -41775,6 +23915,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Module.GetType(System.String)">
       <summary>Returns the specified type, performing a case-sensitive search.</summary>
       <param name="className">The name of the type to locate. The name must be fully qualified with the namespace.</param>
+      <returns>A <see langword="Type" /> object representing the given type, if the type is in this module; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="className" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The class initializers are invoked and an exception is thrown.</exception>
@@ -41783,24 +23924,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="className" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
-        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.  
-  
- -or-  
-  
- The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
+        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>A <see langword="Type" /> object representing the given type, if the type is in this module; otherwise, <see langword="null" />.</returns>
+        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.
+-or-
+<paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetType(System.String,System.Boolean)">
       <summary>Returns the specified type, searching the module with the specified case sensitivity.</summary>
       <param name="className">The name of the type to locate. The name must be fully qualified with the namespace.</param>
       <param name="ignoreCase">
         <see langword="true" /> for case-insensitive search; otherwise, <see langword="false" />.</param>
+      <returns>A <see langword="Type" /> object representing the given type, if the type is in this module; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="className" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The class initializers are invoked and an exception is thrown.</exception>
@@ -41809,18 +23946,13 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="className" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
-        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.  
-  
- -or-  
-  
- The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
+        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>A <see langword="Type" /> object representing the given type, if the type is in this module; otherwise, <see langword="null" />.</returns>
+        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.
+-or-
+<paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean)">
       <summary>Returns the specified type, specifying whether to make a case-sensitive search of the module and whether to throw an exception if the type cannot be found.</summary>
@@ -41829,6 +23961,7 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />.</param>
       <param name="ignoreCase">
         <see langword="true" /> for case-insensitive search; otherwise, <see langword="false" />.</param>
+      <returns>A <see cref="T:System.Type" /> object representing the specified type, if the type is declared in this module; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="className" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">The class initializers are invoked and an exception is thrown.</exception>
@@ -41839,41 +23972,56 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.IO.FileNotFoundException">
         <paramref name="className" /> requires a dependent assembly that could not be found.</exception>
       <exception cref="T:System.IO.FileLoadException">
-        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.  
-  
- -or-  
-  
- The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
+        <paramref name="className" /> requires a dependent assembly that was found but could not be loaded.
+-or-
+The current assembly was loaded into the reflection-only context, and <paramref name="className" /> requires a dependent assembly that was not preloaded.</exception>
       <exception cref="T:System.BadImageFormatException">
-        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.  
-  
- -or-  
-  
- <paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
-      <returns>A <see cref="T:System.Type" /> object representing the specified type, if the type is declared in this module; otherwise, <see langword="null" />.</returns>
+        <paramref name="className" /> requires a dependent assembly, but the file is not a valid assembly.
+-or-
+<paramref name="className" /> requires a dependent assembly which was compiled for a version of the runtime later than the currently loaded version.</exception>
     </member>
     <member name="M:System.Reflection.Module.GetTypes">
       <summary>Returns all the types defined within this module.</summary>
+      <returns>An array of type <see langword="Type" /> containing types defined within the module that is reflected by this instance.</returns>
       <exception cref="T:System.Reflection.ReflectionTypeLoadException">One or more classes in a module could not be loaded.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <returns>An array of type <see langword="Type" /> containing types defined within the module that is reflected by this instance.</returns>
     </member>
     <member name="M:System.Reflection.Module.IsDefined(System.Type,System.Boolean)">
       <summary>Returns a value that indicates whether the specified attribute type has been applied to this module.</summary>
       <param name="attributeType">The type of custom attribute to test for.</param>
       <param name="inherit">This argument is ignored for objects of this type.</param>
+      <returns>
+        <see langword="true" /> if one or more instances of <paramref name="attributeType" /> have been applied to this module; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not a <see cref="T:System.Type" /> object supplied by the runtime. For example, <paramref name="attributeType" /> is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> object.</exception>
-      <returns>
-        <see langword="true" /> if one or more instances of <paramref name="attributeType" /> have been applied to this module; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Reflection.Module.IsResource">
       <summary>Gets a value indicating whether the object is a resource.</summary>
       <returns>
         <see langword="true" /> if the object is a resource; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.Module.MDStreamVersion">
+      <summary>Gets the metadata stream version.</summary>
+      <returns>A 32-bit integer representing the metadata stream version. The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number.</returns>
+    </member>
+    <member name="P:System.Reflection.Module.MetadataToken">
+      <summary>Gets a token that identifies the module in metadata.</summary>
+      <returns>An integer token that identifies the current module in metadata.</returns>
+    </member>
+    <member name="P:System.Reflection.Module.ModuleHandle">
+      <summary>Gets a handle for the module.</summary>
+      <returns>A <see cref="T:System.ModuleHandle" /> structure for the current module.</returns>
+    </member>
+    <member name="P:System.Reflection.Module.ModuleVersionId">
+      <summary>Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.</summary>
+      <returns>A <see cref="T:System.Guid" /> that can be used to distinguish between two versions of a module.</returns>
+    </member>
+    <member name="P:System.Reflection.Module.Name">
+      <summary>Gets a <see langword="String" /> representing the name of the module with the path removed.</summary>
+      <returns>The module name with no path.</returns>
+    </member>
     <member name="M:System.Reflection.Module.op_Equality(System.Reflection.Module,System.Reflection.Module)">
       <summary>Indicates whether two <see cref="T:System.Reflection.Module" /> objects are equal.</summary>
       <param name="left">The first object to compare.</param>
@@ -41891,254 +24039,135 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Module.ResolveField(System.Int32)">
       <summary>Returns the field identified by the specified metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a field in the module.</param>
+      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
+        <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[])">
       <summary>Returns the field identified by the specified metadata token, in the context defined by the specified generic type parameters.</summary>
       <param name="metadataToken">A metadata token that identifies a field in the module.</param>
       <param name="genericTypeArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="genericMethodArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
+        <paramref name="metadataToken" /> is not a token for a field in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> identifies a field whose parent <see langword="TypeSpec" /> has a signature containing element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.FieldInfo" /> object representing the field that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveMember(System.Int32)">
       <summary>Returns the type or member identified by the specified metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a type or member in the module.</param>
+      <returns>A <see cref="T:System.Reflection.MemberInfo" /> object representing the type or member that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a type or member in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> or <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a property or event.</exception>
+        <paramref name="metadataToken" /> is not a token for a type or member in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> or <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).
+-or-
+<paramref name="metadataToken" /> identifies a property or event.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.MemberInfo" /> object representing the type or member that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[])">
       <summary>Returns the type or member identified by the specified metadata token, in the context defined by the specified generic type parameters.</summary>
       <param name="metadataToken">A metadata token that identifies a type or member in the module.</param>
       <param name="genericTypeArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="genericMethodArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.Reflection.MemberInfo" /> object representing the type or member that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a type or member in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> or <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> identifies a property or event.</exception>
+        <paramref name="metadataToken" /> is not a token for a type or member in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> or <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.
+-or-
+<paramref name="metadataToken" /> identifies a property or event.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.MemberInfo" /> object representing the type or member that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveMethod(System.Int32)">
       <summary>Returns the method or constructor identified by the specified metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a method or constructor in the module.</param>
+      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method or constructor that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
+        <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method or constructor that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[])">
       <summary>Returns the method or constructor identified by the specified metadata token, in the context defined by the specified generic type parameters.</summary>
       <param name="metadataToken">A metadata token that identifies a method or constructor in the module.</param>
       <param name="genericTypeArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="genericMethodArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
+        <paramref name="metadataToken" /> is not a token for a method or constructor in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="MethodSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Reflection.MethodBase" /> object representing the method that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveSignature(System.Int32)">
       <summary>Returns the signature blob identified by a metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a signature in the module.</param>
+      <returns>An array of bytes representing the signature blob.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="metadataToken" /> is not a valid <see langword="MemberRef" />, <see langword="MethodDef" />, <see langword="TypeSpec" />, signature, or <see langword="FieldDef" /> token in the scope of the current module.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>An array of bytes representing the signature blob.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveString(System.Int32)">
       <summary>Returns the string identified by the specified metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a string in the string heap of the module.</param>
+      <returns>A <see cref="T:System.String" /> containing a string value from the metadata string heap.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="metadataToken" /> is not a token for a string in the scope of the current module.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.String" /> containing a string value from the metadata string heap.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveType(System.Int32)">
       <summary>Returns the type identified by the specified metadata token.</summary>
       <param name="metadataToken">A metadata token that identifies a type in the module.</param>
+      <returns>A <see cref="T:System.Type" /> object representing the type that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
+        <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Type" /> object representing the type that is identified by the specified metadata token.</returns>
     </member>
     <member name="M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[])">
       <summary>Returns the type identified by the specified metadata token, in the context defined by the specified generic type parameters.</summary>
       <param name="metadataToken">A metadata token that identifies a type in the module.</param>
       <param name="genericTypeArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the type where the token is in scope, or <see langword="null" /> if that type is not generic.</param>
       <param name="genericMethodArguments">An array of <see cref="T:System.Type" /> objects representing the generic type arguments of the method where the token is in scope, or <see langword="null" /> if that method is not generic.</param>
+      <returns>A <see cref="T:System.Type" /> object representing the type that is identified by the specified metadata token.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.  
-  
- -or-  
-  
- <paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
+        <paramref name="metadataToken" /> is not a token for a type in the scope of the current module.
+-or-
+<paramref name="metadataToken" /> is a <see langword="TypeSpec" /> whose signature contains element type <see langword="var" /> (a type parameter of a generic type) or <see langword="mvar" /> (a type parameter of a generic method), and the necessary generic type arguments were not supplied for either or both of <paramref name="genericTypeArguments" /> and <paramref name="genericMethodArguments" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="metadataToken" /> is not a valid token in the scope of the current module.</exception>
-      <returns>A <see cref="T:System.Type" /> object representing the type that is identified by the specified metadata token.</returns>
-    </member>
-    <member name="M:System.Reflection.Module.ToString">
-      <summary>Returns the name of the module.</summary>
-      <returns>A <see langword="String" /> representing the name of this module.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.Assembly">
-      <summary>Gets the appropriate <see cref="T:System.Reflection.Assembly" /> for this instance of <see cref="T:System.Reflection.Module" />.</summary>
-      <returns>An <see langword="Assembly" /> object.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.CustomAttributes">
-      <summary>Gets a collection that contains this module's custom attributes.</summary>
-      <returns>A collection that contains this module's custom attributes.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.FullyQualifiedName">
-      <summary>Gets a string representing the fully qualified name and path to this module.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permissions.</exception>
-      <returns>The fully qualified module name.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.MDStreamVersion">
-      <summary>Gets the metadata stream version.</summary>
-      <returns>A 32-bit integer representing the metadata stream version. The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.MetadataToken">
-      <summary>Gets a token that identifies the module in metadata.</summary>
-      <returns>An integer token that identifies the current module in metadata.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.ModuleHandle">
-      <summary>Gets a handle for the module.</summary>
-      <returns>A <see cref="T:System.ModuleHandle" /> structure for the current module.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.ModuleVersionId">
-      <summary>Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.</summary>
-      <returns>A <see cref="T:System.Guid" /> that can be used to distinguish between two versions of a module.</returns>
-    </member>
-    <member name="P:System.Reflection.Module.Name">
-      <summary>Gets a <see langword="String" /> representing the name of the module with the path removed.</summary>
-      <returns>The module name with no path.</returns>
     </member>
     <member name="P:System.Reflection.Module.ScopeName">
       <summary>Gets a string representing the name of the module.</summary>
       <returns>The module name.</returns>
     </member>
+    <member name="M:System.Reflection.Module.ToString">
+      <summary>Returns the name of the module.</summary>
+      <returns>A <see langword="String" /> representing the name of this module.</returns>
+    </member>
     <member name="T:System.Reflection.ModuleResolveEventHandler">
       <summary>Represents the method that will handle the <see cref="E:System.Reflection.Assembly.ModuleResolve" /> event of an <see cref="T:System.Reflection.Assembly" />.</summary>
       <param name="sender">The assembly that was the source of the event.</param>
       <param name="e">The arguments supplied by the object describing the event.</param>
       <returns>The module that satisfies the request.</returns>
     </member>
-    <member name="T:System.Reflection.NullabilityInfo">
-      <summary>Represents nullability information.</summary>
-    </member>
-    <member name="P:System.Reflection.NullabilityInfo.ElementType">
-      <summary>Gets the nullability information for the element type of the array.</summary>
-      <returns>If the member type is an array, the <see cref="T:System.Reflection.NullabilityInfo" /> of the elements of the array; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="P:System.Reflection.NullabilityInfo.GenericTypeArguments">
-      <summary>Gets the nullability information for each type parameter.</summary>
-      <returns>If the member type is a generic type, the nullability information for each type parameter.</returns>
-    </member>
-    <member name="P:System.Reflection.NullabilityInfo.ReadState">
-      <summary>Gets the nullability read state of the member.</summary>
-    </member>
-    <member name="P:System.Reflection.NullabilityInfo.Type">
-      <summary>Gets the type of the member or generic parameter to which this instance belongs.</summary>
-    </member>
-    <member name="P:System.Reflection.NullabilityInfo.WriteState">
-      <summary>Gets the nullability write state of the member.</summary>
-    </member>
-    <member name="T:System.Reflection.NullabilityInfoContext">
-      <summary>Provides APIs for populating nullability information and context from reflection members: <see cref="T:System.Reflection.ParameterInfo" />, <see cref="T:System.Reflection.FieldInfo" />, <see cref="T:System.Reflection.PropertyInfo" />, and <see cref="T:System.Reflection.EventInfo" />.</summary>
-    </member>
-    <member name="M:System.Reflection.NullabilityInfoContext.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Reflection.NullabilityInfoContext" /> class.</summary>
-    </member>
-    <member name="M:System.Reflection.NullabilityInfoContext.Create(System.Reflection.EventInfo)">
-      <summary>Populates a <see cref="T:System.Reflection.NullabilityInfo" /> for the given <see cref="T:System.Reflection.EventInfo" />. If the <c>nullablePublicOnly</c> feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the <see cref="F:System.Reflection.NullabilityState.Unknown" /> state.</summary>
-      <param name="eventInfo">The event for which to populate nullability information.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="eventInfo" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Reflection.NullabilityInfo" /> instance.</returns>
-    </member>
-    <member name="M:System.Reflection.NullabilityInfoContext.Create(System.Reflection.FieldInfo)">
-      <summary>Populates a <see cref="T:System.Reflection.NullabilityInfo" /> for the given <see cref="T:System.Reflection.FieldInfo" />. If the <c>nullablePublicOnly</c> feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the <see cref="F:System.Reflection.NullabilityState.Unknown" /> state.</summary>
-      <param name="fieldInfo">The field for which to populate the nullability information.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="fieldInfo" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Reflection.NullabilityInfo" /> instance.</returns>
-    </member>
-    <member name="M:System.Reflection.NullabilityInfoContext.Create(System.Reflection.ParameterInfo)">
-      <summary>Populates a <see cref="T:System.Reflection.NullabilityInfo" /> for the given <see cref="T:System.Reflection.ParameterInfo" />. If the <c>nullablePublicOnly</c> feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the <see cref="F:System.Reflection.NullabilityState.Unknown" /> state.</summary>
-      <param name="parameterInfo">The parameter for which to populate the nullability information.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="parameterInfo" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Reflection.NullabilityInfo" /> instance.</returns>
-    </member>
-    <member name="M:System.Reflection.NullabilityInfoContext.Create(System.Reflection.PropertyInfo)">
-      <summary>Populates a <see cref="T:System.Reflection.NullabilityInfo" /> for the given <see cref="T:System.Reflection.PropertyInfo" />. If the <c>nullablePublicOnly</c> feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the <see cref="F:System.Reflection.NullabilityState.Unknown" /> state.</summary>
-      <param name="propertyInfo">The property for which to populate the nullability information.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="propertyInfo" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Reflection.NullabilityInfo" /> instance.</returns>
-    </member>
-    <member name="T:System.Reflection.NullabilityState">
-      <summary>Describes nullability states.</summary>
-    </member>
-    <member name="F:System.Reflection.NullabilityState.NotNull">
-      <summary>Non-nullable value or reference type.</summary>
-    </member>
-    <member name="F:System.Reflection.NullabilityState.Nullable">
-      <summary>Nullable value or reference type.</summary>
-    </member>
-    <member name="F:System.Reflection.NullabilityState.Unknown">
-      <summary>Nullability context not enabled (oblivious).</summary>
-    </member>
     <member name="T:System.Reflection.ObfuscateAssemblyAttribute">
       <summary>Instructs obfuscation tools to use their standard obfuscation rules for the appropriate assembly type.</summary>
     </member>
@@ -42221,42 +24250,45 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.Reflection.ParameterInfo">
       <summary>Discovers the attributes of a parameter and provides access to parameter metadata.</summary>
     </member>
+    <member name="M:System.Reflection.ParameterInfo.#ctor">
+      <summary>Initializes a new instance of the <see langword="ParameterInfo" /> class.</summary>
+    </member>
+    <member name="P:System.Reflection.ParameterInfo.Attributes">
+      <summary>Gets the attributes for this parameter.</summary>
+      <returns>A <see langword="ParameterAttributes" /> object representing the attributes for this parameter.</returns>
+    </member>
     <member name="F:System.Reflection.ParameterInfo.AttrsImpl">
       <summary>The attributes of the parameter.</summary>
     </member>
     <member name="F:System.Reflection.ParameterInfo.ClassImpl">
       <summary>The <see langword="Type" /> of the parameter.</summary>
     </member>
-    <member name="F:System.Reflection.ParameterInfo.DefaultValueImpl">
-      <summary>The default value of the parameter.</summary>
-    </member>
-    <member name="F:System.Reflection.ParameterInfo.MemberImpl">
-      <summary>The member in which the field is implemented.</summary>
-    </member>
-    <member name="F:System.Reflection.ParameterInfo.NameImpl">
-      <summary>The name of the parameter.</summary>
+    <member name="P:System.Reflection.ParameterInfo.CustomAttributes">
+      <summary>Gets a collection that contains this parameter's custom attributes.</summary>
+      <returns>A collection that contains this parameter's custom attributes.</returns>
     </member>
-    <member name="F:System.Reflection.ParameterInfo.PositionImpl">
-      <summary>The zero-based position of the parameter in the parameter list.</summary>
+    <member name="P:System.Reflection.ParameterInfo.DefaultValue">
+      <summary>Gets a value indicating the default value if the parameter has a default value.</summary>
+      <returns>The default value of the parameter, or <see cref="F:System.DBNull.Value" /> if the parameter has no default value.</returns>
     </member>
-    <member name="M:System.Reflection.ParameterInfo.#ctor">
-      <summary>Initializes a new instance of the <see langword="ParameterInfo" /> class.</summary>
+    <member name="F:System.Reflection.ParameterInfo.DefaultValueImpl">
+      <summary>The default value of the parameter.</summary>
     </member>
     <member name="M:System.Reflection.ParameterInfo.GetCustomAttributes(System.Boolean)">
       <summary>Gets all the custom attributes defined on this parameter.</summary>
       <param name="inherit">This argument is ignored for objects of this type.</param>
-      <exception cref="T:System.TypeLoadException">A custom attribute type could not be loaded.</exception>
       <returns>An array that contains all the custom attributes applied to this parameter.</returns>
+      <exception cref="T:System.TypeLoadException">A custom attribute type could not be loaded.</exception>
     </member>
     <member name="M:System.Reflection.ParameterInfo.GetCustomAttributes(System.Type,System.Boolean)">
       <summary>Gets the custom attributes of the specified type or its derived types that are applied to this parameter.</summary>
       <param name="attributeType">The custom attributes identified by type.</param>
       <param name="inherit">This argument is ignored for objects of this type.</param>
+      <returns>An array that contains the custom attributes of the specified type or its derived types.</returns>
       <exception cref="T:System.ArgumentException">The type must be a type provided by the underlying runtime system.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type could not be loaded.</exception>
-      <returns>An array that contains the custom attributes of the specified type or its derived types.</returns>
     </member>
     <member name="M:System.Reflection.ParameterInfo.GetCustomAttributesData">
       <summary>Returns a list of <see cref="T:System.Reflection.CustomAttributeData" /> objects for the current parameter, which can be used in the reflection-only context.</summary>
@@ -42269,44 +24301,28 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.ParameterInfo.GetRealObject(System.Runtime.Serialization.StreamingContext)">
       <summary>Returns the real object that should be deserialized instead of the object that the serialized stream specifies.</summary>
       <param name="context">The serialized stream from which the current object is deserialized.</param>
-      <exception cref="T:System.Runtime.Serialization.SerializationException">The parameter's position in the parameter list of its associated member is not valid for that member's type.</exception>
       <returns>The actual object that is put into the graph.</returns>
+      <exception cref="T:System.Runtime.Serialization.SerializationException">The parameter's position in the parameter list of its associated member is not valid for that member's type.</exception>
     </member>
     <member name="M:System.Reflection.ParameterInfo.GetRequiredCustomModifiers">
       <summary>Gets the required custom modifiers of the parameter.</summary>
       <returns>An array of <see cref="T:System.Type" /> objects that identify the required custom modifiers of the current parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" /> or <see cref="T:System.Runtime.CompilerServices.IsImplicitlyDereferenced" />.</returns>
     </member>
+    <member name="P:System.Reflection.ParameterInfo.HasDefaultValue">
+      <summary>Gets a value that indicates whether this parameter has a default value.</summary>
+      <returns>
+        <see langword="true" /> if this parameter has a default value; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.ParameterInfo.IsDefined(System.Type,System.Boolean)">
       <summary>Determines whether the custom attribute of the specified type or its derived types is applied to this parameter.</summary>
       <param name="attributeType">The <see langword="Type" /> object to search for.</param>
       <param name="inherit">This argument is ignored for objects of this type.</param>
+      <returns>
+        <see langword="true" /> if one or more instances of <paramref name="attributeType" /> or its derived types are applied to this parameter; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is not a <see cref="T:System.Type" /> object supplied by the common language runtime.</exception>
-      <returns>
-        <see langword="true" /> if one or more instances of <paramref name="attributeType" /> or its derived types are applied to this parameter; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.ParameterInfo.ToString">
-      <summary>Gets the parameter type and name represented as a string.</summary>
-      <returns>A string containing the type and the name of the parameter.</returns>
-    </member>
-    <member name="P:System.Reflection.ParameterInfo.Attributes">
-      <summary>Gets the attributes for this parameter.</summary>
-      <returns>A <see langword="ParameterAttributes" /> object representing the attributes for this parameter.</returns>
-    </member>
-    <member name="P:System.Reflection.ParameterInfo.CustomAttributes">
-      <summary>Gets a collection that contains this parameter's custom attributes.</summary>
-      <returns>A collection that contains this parameter's custom attributes.</returns>
-    </member>
-    <member name="P:System.Reflection.ParameterInfo.DefaultValue">
-      <summary>Gets a value indicating the default value if the parameter has a default value.</summary>
-      <returns>The default value of the parameter, or <see cref="F:System.DBNull.Value" /> if the parameter has no default value.</returns>
-    </member>
-    <member name="P:System.Reflection.ParameterInfo.HasDefaultValue">
-      <summary>Gets a value that indicates whether this parameter has a default value.</summary>
-      <returns>
-        <see langword="true" /> if this parameter has a default value; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Reflection.ParameterInfo.IsIn">
       <summary>Gets a value indicating whether this is an input parameter.</summary>
@@ -42337,6 +24353,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets a value indicating the member in which the parameter is implemented.</summary>
       <returns>The member which implanted the parameter represented by this <see cref="T:System.Reflection.ParameterInfo" />.</returns>
     </member>
+    <member name="F:System.Reflection.ParameterInfo.MemberImpl">
+      <summary>The member in which the field is implemented.</summary>
+    </member>
     <member name="P:System.Reflection.ParameterInfo.MetadataToken">
       <summary>Gets a value that identifies this parameter in metadata.</summary>
       <returns>A value which, in combination with the module, uniquely identifies this parameter in metadata.</returns>
@@ -42345,6 +24364,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the name of the parameter.</summary>
       <returns>The simple name of this parameter.</returns>
     </member>
+    <member name="F:System.Reflection.ParameterInfo.NameImpl">
+      <summary>The name of the parameter.</summary>
+    </member>
     <member name="P:System.Reflection.ParameterInfo.ParameterType">
       <summary>Gets the <see langword="Type" /> of this parameter.</summary>
       <returns>The <see langword="Type" /> object that represents the <see langword="Type" /> of this parameter.</returns>
@@ -42353,10 +24375,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the zero-based position of the parameter in the formal parameter list.</summary>
       <returns>An integer representing the position this parameter occupies in the parameter list.</returns>
     </member>
+    <member name="F:System.Reflection.ParameterInfo.PositionImpl">
+      <summary>The zero-based position of the parameter in the parameter list.</summary>
+    </member>
     <member name="P:System.Reflection.ParameterInfo.RawDefaultValue">
       <summary>Gets a value indicating the default value if the parameter has a default value.</summary>
       <returns>The default value of the parameter, or <see cref="F:System.DBNull.Value" /> if the parameter has no default value.</returns>
     </member>
+    <member name="M:System.Reflection.ParameterInfo.ToString">
+      <summary>Gets the parameter type and name represented as a string.</summary>
+      <returns>A string containing the type and the name of the parameter.</returns>
+    </member>
     <member name="T:System.Reflection.ParameterModifier">
       <summary>Attaches a modifier to parameters so that binding can work with parameter signatures in which the types have been modified.</summary>
     </member>
@@ -42379,21 +24408,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Boxes the supplied unmanaged memory pointer and the type associated with that pointer into a managed <see cref="T:System.Reflection.Pointer" /> wrapper object. The value and the type are saved so they can be accessed from the native code during an invocation.</summary>
       <param name="ptr">The supplied unmanaged memory pointer.</param>
       <param name="type">The type associated with the <paramref name="ptr" /> parameter.</param>
+      <returns>A pointer object.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="type" /> is not a pointer.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A pointer object.</returns>
-    </member>
-    <member name="M:System.Reflection.Pointer.Equals(System.Object)">
-      <summary>Returns a value that indicates whether the current object is equal to a specified object.</summary>
-      <param name="obj">The object to compare with this instance.</param>
-      <returns>
-        <see langword="true" /> if the current instance is equal to the specified object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Reflection.Pointer.GetHashCode">
-      <summary>Returns the hash code for the current object.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
     </member>
     <member name="M:System.Reflection.Pointer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name, fusion log, and additional exception information.</summary>
@@ -42403,9 +24422,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.Pointer.Unbox(System.Object)">
       <summary>Returns the stored pointer.</summary>
       <param name="ptr">The stored pointer.</param>
+      <returns>This method returns void.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="ptr" /> is not a pointer.</exception>
-      <returns>This method returns void.</returns>
     </member>
     <member name="T:System.Reflection.PortableExecutableKinds">
       <summary>Identifies the nature of the code in an executable file.</summary>
@@ -42482,6 +24501,20 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.PropertyInfo.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.PropertyInfo" /> class.</summary>
     </member>
+    <member name="P:System.Reflection.PropertyInfo.Attributes">
+      <summary>Gets the attributes for this property.</summary>
+      <returns>The attributes of this property.</returns>
+    </member>
+    <member name="P:System.Reflection.PropertyInfo.CanRead">
+      <summary>Gets a value indicating whether the property can be read.</summary>
+      <returns>
+        <see langword="true" /> if this property can be read; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.PropertyInfo.CanWrite">
+      <summary>Gets a value indicating whether the property can be written to.</summary>
+      <returns>
+        <see langword="true" /> if this property can be written to; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.PropertyInfo.Equals(System.Object)">
       <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance, or <see langword="null" />.</param>
@@ -42499,9 +24532,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetConstantValue">
       <summary>Returns a literal value associated with the property by a compiler.</summary>
+      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the property. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
       <exception cref="T:System.InvalidOperationException">The Constant table in unmanaged metadata does not contain a constant value for the current property.</exception>
       <exception cref="T:System.FormatException">The type of the value is not one of the types permitted by the Common Language Specification (CLS). See the ECMA Partition II specification, Metadata.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the property. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetGetMethod">
       <summary>Returns the public <see langword="get" /> accessor for this property.</summary>
@@ -42510,8 +24543,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.PropertyInfo.GetGetMethod(System.Boolean)">
       <summary>When overridden in a derived class, returns the public or non-public <see langword="get" /> accessor for this property.</summary>
       <param name="nonPublic">Indicates whether a non-public <see langword="get" /> accessor should be returned. <see langword="true" /> if a non-public accessor is to be returned; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.Security.SecurityException">The requested method is non-public and the caller does not have <see cref="T:System.Security.Permissions.ReflectionPermission" /> to reflect on this non-public method.</exception>
       <returns>A <see langword="MethodInfo" /> object representing the <see langword="get" /> accessor for this property, if <paramref name="nonPublic" /> is <see langword="true" />. Returns <see langword="null" /> if <paramref name="nonPublic" /> is <see langword="false" /> and the <see langword="get" /> accessor is non-public, or if <paramref name="nonPublic" /> is <see langword="true" /> but no <see langword="get" /> accessors exist.</returns>
+      <exception cref="T:System.Security.SecurityException">The requested method is non-public and the caller does not have <see cref="T:System.Security.Permissions.ReflectionPermission" /> to reflect on this non-public method.</exception>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -42521,15 +24554,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>When overridden in a derived class, returns an array of all the index parameters for the property.</summary>
       <returns>An array of type <see langword="ParameterInfo" /> containing the parameters for the indexes. If the property is not indexed, the array has 0 (zero) elements.</returns>
     </member>
+    <member name="P:System.Reflection.PropertyInfo.GetMethod">
+      <summary>Gets the <see langword="get" /> accessor for this property.</summary>
+      <returns>The <see langword="get" /> accessor for this property.</returns>
+    </member>
     <member name="M:System.Reflection.PropertyInfo.GetOptionalCustomModifiers">
       <summary>Returns an array of types representing the optional custom modifiers of the property.</summary>
       <returns>An array of <see cref="T:System.Type" /> objects that identify the optional custom modifiers of the current property, such as <see cref="T:System.Runtime.CompilerServices.IsConst" /> or <see cref="T:System.Runtime.CompilerServices.IsImplicitlyDereferenced" />.</returns>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetRawConstantValue">
       <summary>Returns a literal value associated with the property by a compiler.</summary>
+      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the property. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
       <exception cref="T:System.InvalidOperationException">The Constant table in unmanaged metadata does not contain a constant value for the current property.</exception>
       <exception cref="T:System.FormatException">The type of the value is not one of the types permitted by the Common Language Specification (CLS). See the ECMA Partition II specification, Metadata Logical Format: Other Structures, Element Types used in Signatures.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the literal value associated with the property. If the literal value is a class type with an element value of zero, the return value is <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetRequiredCustomModifiers">
       <summary>Returns an array of types representing the required custom modifiers of the property.</summary>
@@ -42542,10 +24579,29 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.PropertyInfo.GetSetMethod(System.Boolean)">
       <summary>When overridden in a derived class, returns the <see langword="set" /> accessor for this property.</summary>
       <param name="nonPublic">Indicates whether the accessor should be returned if it is non-public. <see langword="true" /> if a non-public accessor is to be returned; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.Security.SecurityException">The requested method is non-public and the caller does not have <see cref="T:System.Security.Permissions.ReflectionPermission" /> to reflect on this non-public method.</exception>
-      <returns>This property's <see langword="Set" /> method, or <see langword="null" />, as shown in the following table.  
+      <returns>This property's <see langword="Set" /> method, or <see langword="null" />, as shown in the following table.
+  Value  
+  
+  Condition  
+  
+  The <see langword="Set" /> method for this property.  
+  
+  The <see langword="set" /> accessor is public.  
+  
+ -or-  
+  
+ <paramref name="nonPublic" /> is <see langword="true" /> and the <see langword="set" /> accessor is non-public.  
+  
+ <see langword="null" /><paramref name="nonPublic" /> is <see langword="true" />, but the property is read-only.  
   
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> The <see langword="Set" /> method for this property.</term><description> The <see langword="set" /> accessor is public, OR <paramref name="nonPublic" /> is <see langword="true" /> and the <see langword="set" /> accessor is non-public.</description></item><item><term><see langword="null" /></term><description><paramref name="nonPublic" /> is <see langword="true" />, but the property is read-only, OR <paramref name="nonPublic" /> is <see langword="false" /> and the <see langword="set" /> accessor is non-public, OR there is no <see langword="set" /> accessor.</description></item></list></returns>
+ -or-  
+  
+ <paramref name="nonPublic" /> is <see langword="false" /> and the <see langword="set" /> accessor is non-public.  
+  
+ -or-  
+  
+ There is no <see langword="set" /> accessor.</returns>
+      <exception cref="T:System.Security.SecurityException">The requested method is non-public and the caller does not have <see cref="T:System.Security.Permissions.ReflectionPermission" /> to reflect on this non-public method.</exception>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetValue(System.Object)">
       <summary>Returns the property value of a specified object.</summary>
@@ -42556,20 +24612,24 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the property value of a specified object with optional index values for indexed properties.</summary>
       <param name="obj">The object whose property value will be returned.</param>
       <param name="index">Optional index values for indexed properties. The indexes of indexed properties are zero-based. This value should be <see langword="null" /> for non-indexed properties.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.  
-  
- -or-  
+      <returns>The property value of the specified object.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.
+-or-
+The property's <see langword="get" /> accessor is not found.</exception>
+      <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
   
- The property's <see langword="get" /> accessor is not found.</exception>
-      <exception cref="T:System.Reflection.TargetException">The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
+            
+  
+ The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The number of parameters in <paramref name="index" /> does not match the number of parameters the indexed property takes.</exception>
-      <exception cref="T:System.MethodAccessException">There was an illegal attempt to access a private or protected method inside a class.
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ There was an illegal attempt to access a private or protected method inside a class.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred while retrieving the property value. For example, an index value specified for an indexed property is out of range. The <see cref="P:System.Exception.InnerException" /> property indicates the reason for the error.</exception>
-      <returns>The property value of the specified object.</returns>
     </member>
     <member name="M:System.Reflection.PropertyInfo.GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
       <summary>When overridden in a derived class, returns the property value of a specified object that has the specified binding, index, and culture-specific information.</summary>
@@ -42578,16 +24638,23 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects through reflection. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="index">Optional index values for indexed properties. This value should be <see langword="null" /> for non-indexed properties.</param>
       <param name="culture">The culture for which the resource is to be localized. If the resource is not localized for this culture, the <see cref="P:System.Globalization.CultureInfo.Parent" /> property will be called successively in search of a match. If this value is <see langword="null" />, the culture-specific information is obtained from the <see cref="P:System.Globalization.CultureInfo.CurrentUICulture" /> property.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.  
-  
- -or-  
-  
- The property's <see langword="get" /> accessor is not found.</exception>
+      <returns>The property value of the specified object.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.
+-or-
+The property's <see langword="get" /> accessor is not found.</exception>
       <exception cref="T:System.Reflection.TargetException">The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The number of parameters in <paramref name="index" /> does not match the number of parameters the indexed property takes.</exception>
       <exception cref="T:System.MethodAccessException">There was an illegal attempt to access a private or protected method inside a class.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred while retrieving the property value. For example, an index value specified for an indexed property is out of range. The <see cref="P:System.Exception.InnerException" /> property indicates the reason for the error.</exception>
-      <returns>The property value of the specified object.</returns>
+    </member>
+    <member name="P:System.Reflection.PropertyInfo.IsSpecialName">
+      <summary>Gets a value indicating whether the property is the special name.</summary>
+      <returns>
+        <see langword="true" /> if this property is the special name; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Reflection.PropertyInfo.MemberType">
+      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a property.</summary>
+      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a property.</returns>
     </member>
     <member name="M:System.Reflection.PropertyInfo.op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)">
       <summary>Indicates whether two <see cref="T:System.Reflection.PropertyInfo" /> objects are equal.</summary>
@@ -42603,21 +24670,33 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.PropertyInfo.PropertyType">
+      <summary>Gets the type of this property.</summary>
+      <returns>The type of this property.</returns>
+    </member>
+    <member name="P:System.Reflection.PropertyInfo.SetMethod">
+      <summary>Gets the <see langword="set" /> accessor for this property.</summary>
+      <returns>The <see langword="set" /> accessor for this property, or <see langword="null" /> if the property is read-only.</returns>
+    </member>
     <member name="M:System.Reflection.PropertyInfo.SetValue(System.Object,System.Object)">
       <summary>Sets the property value of a specified object.</summary>
       <param name="obj">The object whose property value will be set.</param>
       <param name="value">The new property value.</param>
-      <exception cref="T:System.ArgumentException">The property's <see langword="set" /> accessor is not found.  
-  
- -or-  
+      <exception cref="T:System.ArgumentException">The property's <see langword="set" /> accessor is not found.
+-or-
+<paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
+      <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
   
- <paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
-      <exception cref="T:System.Reflection.TargetException">The type of <paramref name="obj" /> does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
-      <exception cref="T:System.MethodAccessException">There was an illegal attempt to access a private or protected method inside a class.
+            
+  
+ The type of <paramref name="obj" /> does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ There was an illegal attempt to access a private or protected method inside a class.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred while setting the property value. The <see cref="P:System.Exception.InnerException" /> property indicates the reason for the error.</exception>
     </member>
     <member name="M:System.Reflection.PropertyInfo.SetValue(System.Object,System.Object,System.Object[])">
@@ -42625,22 +24704,24 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="obj">The object whose property value will be set.</param>
       <param name="value">The new property value.</param>
       <param name="index">Optional index values for indexed properties. This value should be <see langword="null" /> for non-indexed properties.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.  
-  
- -or-  
-  
- The property's <see langword="set" /> accessor is not found.  
-  
- -or-  
+      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.
+-or-
+The property's <see langword="set" /> accessor is not found.
+-or-
+<paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
+      <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.  
   
- <paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
-      <exception cref="T:System.Reflection.TargetException">The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.</exception>
+            
+  
+ The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The number of parameters in <paramref name="index" /> does not match the number of parameters the indexed property takes.</exception>
-      <exception cref="T:System.MethodAccessException">There was an illegal attempt to access a private or protected method inside a class.
+      <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.  
+  
 
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.</exception>
+            
+  
+ There was an illegal attempt to access a private or protected method inside a class.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred while setting the property value. For example, an index value specified for an indexed property is out of range. The <see cref="P:System.Exception.InnerException" /> property indicates the reason for the error.</exception>
     </member>
     <member name="M:System.Reflection.PropertyInfo.SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
@@ -42651,55 +24732,16 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="binder">An object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo" /> objects through reflection. If <paramref name="binder" /> is <see langword="null" />, the default binder is used.</param>
       <param name="index">Optional index values for indexed properties. This value should be <see langword="null" /> for non-indexed properties.</param>
       <param name="culture">The culture for which the resource is to be localized. If the resource is not localized for this culture, the <see cref="P:System.Globalization.CultureInfo.Parent" /> property will be called successively in search of a match. If this value is <see langword="null" />, the culture-specific information is obtained from the <see cref="P:System.Globalization.CultureInfo.CurrentUICulture" /> property.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.  
-  
- -or-  
-  
- The property's <see langword="set" /> accessor is not found.  
-  
- -or-  
-  
- <paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="index" /> array does not contain the type of arguments needed.
+-or-
+The property's <see langword="set" /> accessor is not found.
+-or-
+<paramref name="value" /> cannot be converted to the type of <see cref="P:System.Reflection.PropertyInfo.PropertyType" />.</exception>
       <exception cref="T:System.Reflection.TargetException">The object does not match the target type, or a property is an instance property but <paramref name="obj" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The number of parameters in <paramref name="index" /> does not match the number of parameters the indexed property takes.</exception>
       <exception cref="T:System.MethodAccessException">There was an illegal attempt to access a private or protected method inside a class.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">An error occurred while setting the property value. For example, an index value specified for an indexed property is out of range. The <see cref="P:System.Exception.InnerException" /> property indicates the reason for the error.</exception>
     </member>
-    <member name="P:System.Reflection.PropertyInfo.Attributes">
-      <summary>Gets the attributes for this property.</summary>
-      <returns>The attributes of this property.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.CanRead">
-      <summary>Gets a value indicating whether the property can be read.</summary>
-      <returns>
-        <see langword="true" /> if this property can be read; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.CanWrite">
-      <summary>Gets a value indicating whether the property can be written to.</summary>
-      <returns>
-        <see langword="true" /> if this property can be written to; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.GetMethod">
-      <summary>Gets the <see langword="get" /> accessor for this property.</summary>
-      <returns>The <see langword="get" /> accessor for this property.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.IsSpecialName">
-      <summary>Gets a value indicating whether the property is the special name.</summary>
-      <returns>
-        <see langword="true" /> if this property is the special name; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.MemberType">
-      <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a property.</summary>
-      <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a property.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.PropertyType">
-      <summary>Gets the type of this property.</summary>
-      <returns>The type of this property.</returns>
-    </member>
-    <member name="P:System.Reflection.PropertyInfo.SetMethod">
-      <summary>Gets the <see langword="set" /> accessor for this property.</summary>
-      <returns>The <see langword="set" /> accessor for this property, or <see langword="null" /> if the property is read-only.</returns>
-    </member>
     <member name="T:System.Reflection.ReflectionContext">
       <summary>Represents a context that can provide reflection objects.</summary>
     </member>
@@ -42742,10 +24784,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <see langword="info" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Reflection.ReflectionTypeLoadException.ToString">
-      <summary>Returns the fully qualified name of this exception and the messages for all the loader exceptions.</summary>
-      <returns>A string containing the fully qualified name of this exception and the exception messages for its loader exceptions.</returns>
-    </member>
     <member name="P:System.Reflection.ReflectionTypeLoadException.LoaderExceptions">
       <summary>Gets the array of exceptions thrown by the class loader.</summary>
       <returns>An array of type <see langword="Exception" /> containing the exceptions thrown by the class loader. The null values in the <see cref="P:System.Reflection.ReflectionTypeLoadException.Types" /> array of this instance line up with the exceptions in this array.</returns>
@@ -42754,6 +24792,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the error message for this exception.</summary>
       <returns>A string containing the error message for this exception.</returns>
     </member>
+    <member name="M:System.Reflection.ReflectionTypeLoadException.ToString">
+      <summary>Returns the fully qualified name of this exception and the messages for all the loader exceptions.</summary>
+      <returns>A string containing the fully qualified name of this exception and the exception messages for its loader exceptions.</returns>
+    </member>
     <member name="P:System.Reflection.ReflectionTypeLoadException.Types">
       <summary>Gets the array of classes that were defined in the module and loaded.</summary>
       <returns>An array of type <see langword="Type" /> containing the classes that were defined in the module and loaded. This array can contain some <see langword="null" /> values.</returns>
@@ -42785,132 +24827,114 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetMethodInfo(System.Delegate)">
       <summary>Gets an object that represents the method represented by the specified delegate.</summary>
       <param name="del">The delegate to examine.</param>
+      <returns>An object that represents the method.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="del" /> is <see langword="null" />.</exception>
       <exception cref="T:System.MemberAccessException">The caller does not have access to the method represented by the delegate (for example, if the method is private).</exception>
-      <returns>An object that represents the method.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeBaseDefinition(System.Reflection.MethodInfo)">
       <summary>Retrieves an object that represents the specified method on the direct or indirect base class where the method was first declared.</summary>
       <param name="method">The method to retrieve information about.</param>
+      <returns>An object that represents the specified method's initial declaration on a base class.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="method" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified method's initial declaration on a base class.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)">
       <summary>Retrieves an object that represents the specified event.</summary>
       <param name="type">The type that contains the event.</param>
       <param name="name">The name of the event.</param>
+      <returns>An object that represents the specified event, or <see langword="null" /> if the event is not found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.
-
 -or-
-
 <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified event, or <see langword="null" /> if the event is not found.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)">
       <summary>Retrieves a collection that represents all the events defined on a specified type.</summary>
       <param name="type">The type that contains the events.</param>
+      <returns>A collection of events for the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A collection of events for the specified type.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)">
       <summary>Retrieves an object that represents a specified field.</summary>
       <param name="type">The type that contains the field.</param>
       <param name="name">The name of the field.</param>
+      <returns>An object that represents the specified field, or <see langword="null" /> if the field is not found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.
-
 -or-
-
 <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified field, or <see langword="null" /> if the field is not found.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)">
       <summary>Retrieves a collection that represents all the fields defined on a specified type.</summary>
       <param name="type">The type that contains the fields.</param>
+      <returns>A collection of fields for the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A collection of fields for the specified type.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)">
       <summary>Returns an interface mapping for the specified type and the specified interface.</summary>
       <param name="typeInfo">The type to retrieve a mapping for.</param>
       <param name="interfaceType">The interface to retrieve a mapping for.</param>
+      <returns>An object that represents the interface mapping for the specified interface and type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeInfo" /> is <see langword="null" />.
-        
 -or-
-
 <paramref name="interfaceType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="interfaceType" /> is not implemented by <paramref name="typeInfo" />.
-
 -or-
-
 <paramref name="interfaceType" /> does not refer to an interface.
-
 -or-
-
 <paramref name="typeInfo" /> or <paramref name="interfaceType" /> is an open generic type.
-
 -or-
-
 <paramref name="interfaceType" /> is a generic interface, and <paramref name="typeInfo" /> is an array type.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="typeInfo" /> represents a generic type parameter.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="typeInfo" /> is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> instance whose <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> method has not yet been called.
-
 -or-
-
 The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <returns>An object that represents the interface mapping for the specified interface and type.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])">
       <summary>Retrieves an object that represents a specified method.</summary>
       <param name="type">The type that contains the method.</param>
       <param name="name">The name of the method.</param>
       <param name="parameters">An array that contains the method's parameters.</param>
+      <returns>An object that represents the specified method, or <see langword="null" /> if the method is not found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.
-
 -or-
-
 <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name.</exception>
-      <returns>An object that represents the specified method, or <see langword="null" /> if the method is not found.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)">
       <summary>Retrieves a collection that represents all methods defined on a specified type.</summary>
       <param name="type">The type that contains the methods.</param>
+      <returns>A collection of methods for the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A collection of methods for the specified type.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)">
       <summary>Retrieves a collection that represents all the properties defined on a specified type.</summary>
       <param name="type">The type that contains the properties.</param>
+      <returns>A collection of properties for the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A collection of properties for the specified type.</returns>
     </member>
     <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)">
       <summary>Retrieves an object that represents a specified property.</summary>
       <param name="type">The type that contains the property.</param>
       <param name="name">The name of the property.</param>
+      <returns>An object that represents the specified property, or <see langword="null" /> if the property is not found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.
-
 -or-
-
 <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="type" /> is not a <see langword="RuntimeType" />.</exception>
       <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property with the requested name was found.</exception>
-      <returns>An object that represents the specified property, or <see langword="null" /> if the property is not found.</returns>
     </member>
     <member name="T:System.Reflection.StrongNameKeyPair">
       <summary>Encapsulates access to a public or private key pair used to sign strong name assemblies.</summary>
@@ -42921,7 +24945,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keyPairArray" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET 6+ only: In all cases.</exception>
     </member>
     <member name="M:System.Reflection.StrongNameKeyPair.#ctor(System.IO.FileStream)">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.StrongNameKeyPair" /> class, building the key pair from a <see langword="FileStream" />.</summary>
@@ -42929,13 +24952,11 @@ The invoked method is not supported in the base class. Derived classes must prov
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keyPairFile" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET 6+ only: In all cases.</exception>
     </member>
     <member name="M:System.Reflection.StrongNameKeyPair.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.StrongNameKeyPair" /> class, building the key pair from serialized data.</summary>
       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data.</param>
       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
     </member>
     <member name="M:System.Reflection.StrongNameKeyPair.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.StrongNameKeyPair" /> class, building the key pair from a <see langword="String" />.</summary>
@@ -42943,12 +24964,14 @@ The invoked method is not supported in the base class. Derived classes must prov
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keyPairContainer" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
+    </member>
+    <member name="P:System.Reflection.StrongNameKeyPair.PublicKey">
+      <summary>Gets the public part of the public key or public key token of the key pair.</summary>
+      <returns>An array of type <see langword="byte" /> containing the public key or public key token of the key pair.</returns>
     </member>
     <member name="M:System.Reflection.StrongNameKeyPair.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
       <summary>Runs when the entire object graph has been deserialized.</summary>
       <param name="sender">The object that initiated the callback.</param>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
     </member>
     <member name="M:System.Reflection.StrongNameKeyPair.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with all the data required to reinstantiate the current <see cref="T:System.Reflection.StrongNameKeyPair" /> object.</summary>
@@ -42956,12 +24979,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="context">The destination context of the serialization.</param>
       <exception cref="T:System.ArgumentException">
         <paramref name="info" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-    </member>
-    <member name="P:System.Reflection.StrongNameKeyPair.PublicKey">
-      <summary>Gets the public part of the public key or public key token of the key pair.</summary>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>An array of type <see langword="byte" /> containing the public key or public key token of the key pair.</returns>
     </member>
     <member name="T:System.Reflection.TargetException">
       <summary>Represents the exception that is thrown when an attempt is made to invoke an invalid target.</summary>
@@ -43112,9 +25129,6 @@ The invoked method is not supported in the base class. Derived classes must prov
     <member name="T:System.Reflection.TypeDelegator">
       <summary>Wraps a <see cref="T:System.Type" /> object and delegates methods to that <see langword="Type" />.</summary>
     </member>
-    <member name="F:System.Reflection.TypeDelegator.typeImpl">
-      <summary>A value indicating type information.</summary>
-    </member>
     <member name="M:System.Reflection.TypeDelegator.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Reflection.TypeDelegator" /> class with default properties.</summary>
     </member>
@@ -43124,6 +25138,22 @@ The invoked method is not supported in the base class. Derived classes must prov
       <exception cref="T:System.ArgumentNullException">
         <paramref name="delegatingType" /> is <see langword="null" />.</exception>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.Assembly">
+      <summary>Gets the assembly of the implemented type.</summary>
+      <returns>An <see cref="T:System.Reflection.Assembly" /> object representing the assembly of the implemented type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeDelegator.AssemblyQualifiedName">
+      <summary>Gets the assembly's fully qualified name.</summary>
+      <returns>A <see langword="String" /> containing the assembly's fully qualified name.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeDelegator.BaseType">
+      <summary>Gets the base type for the current type.</summary>
+      <returns>The base type for a type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeDelegator.FullName">
+      <summary>Gets the fully qualified name of the implemented type.</summary>
+      <returns>A <see langword="String" /> containing the type's fully qualified name.</returns>
+    </member>
     <member name="M:System.Reflection.TypeDelegator.GetAttributeFlagsImpl">
       <summary>Gets the attributes assigned to the <see langword="TypeDelegator" />.</summary>
       <returns>A <see langword="TypeAttributes" /> object representing the implementation attribute flags.</returns>
@@ -43145,17 +25175,17 @@ The invoked method is not supported in the base class. Derived classes must prov
     <member name="M:System.Reflection.TypeDelegator.GetCustomAttributes(System.Boolean)">
       <summary>Returns all the custom attributes defined for this type, specifying whether to search the type's inheritance chain.</summary>
       <param name="inherit">Specifies whether to search this type's inheritance chain to find the attributes.</param>
-      <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
       <returns>An array of objects containing all the custom attributes defined for this type.</returns>
+      <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetCustomAttributes(System.Type,System.Boolean)">
       <summary>Returns an array of custom attributes identified by type.</summary>
       <param name="attributeType">An array of custom attributes identified by type.</param>
       <param name="inherit">Specifies whether to search this type's inheritance chain to find the attributes.</param>
+      <returns>An array of objects containing the custom attributes defined in this type that match the <paramref name="attributeType" /> parameter, specifying whether to search the type's inheritance chain, or <see langword="null" /> if no custom attributes are defined on this type.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.TypeLoadException">A custom attribute type cannot be loaded.</exception>
-      <returns>An array of objects containing the custom attributes defined in this type that match the <paramref name="attributeType" /> parameter, specifying whether to search the type's inheritance chain, or <see langword="null" /> if no custom attributes are defined on this type.</returns>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetElementType">
       <summary>Returns the <see cref="T:System.Type" /> of the object encompassed or referred to by the current array, pointer or ByRef.</summary>
@@ -43165,8 +25195,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Returns the specified event.</summary>
       <param name="name">The name of the event to get.</param>
       <param name="bindingAttr">A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from <see cref="T:System.Reflection.BindingFlags" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>An <see cref="T:System.Reflection.EventInfo" /> object representing the event declared or inherited by this type with the specified name. This method returns <see langword="null" /> if no such event is found.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetEvents">
       <summary>Returns an array of <see cref="T:System.Reflection.EventInfo" /> objects representing all the public events declared or inherited by the current <see langword="TypeDelegator" />.</summary>
@@ -43181,8 +25211,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Returns a <see cref="T:System.Reflection.FieldInfo" /> object representing the field with the specified name.</summary>
       <param name="name">The name of the field to find.</param>
       <param name="bindingAttr">A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from <see cref="T:System.Reflection.BindingFlags" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>A <see langword="FieldInfo" /> object representing the field declared or inherited by this <see langword="TypeDelegator" /> with the specified name. Returns <see langword="null" /> if no such field is found.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags)">
       <summary>Returns an array of <see cref="T:System.Reflection.FieldInfo" /> objects representing the data fields defined for the type wrapped by the current <see cref="T:System.Reflection.TypeDelegator" />.</summary>
@@ -43194,8 +25224,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="name">The fully qualified name of the interface implemented by the current class.</param>
       <param name="ignoreCase">
         <see langword="true" /> if the case is to be ignored; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>A <see langword="Type" /> object representing the interface implemented (directly or indirectly) by the current class with the fully qualified name matching the specified name. If no interface that matches name is found, null is returned.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)">
       <summary>Returns an interface mapping for the specified interface type.</summary>
@@ -43211,8 +25241,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="name">The name of the member to get.</param>
       <param name="type">A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from <see cref="T:System.Reflection.BindingFlags" />.</param>
       <param name="bindingAttr">The type of members to get.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>An array of type <see langword="MemberInfo" /> containing all the members of the current class and its base class meeting the specified criteria.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags)">
       <summary>Returns members specified by <paramref name="bindingAttr" />.</summary>
@@ -43238,8 +25268,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Returns a nested type specified by <paramref name="name" /> and in <paramref name="bindingAttr" /> that are declared or inherited by the type represented by the current <see cref="T:System.Reflection.TypeDelegator" />.</summary>
       <param name="name">The nested type's name.</param>
       <param name="bindingAttr">A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from <see cref="T:System.Reflection.BindingFlags" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <returns>A <see langword="Type" /> object representing the nested type.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags)">
       <summary>Returns the nested types specified in <paramref name="bindingAttr" /> that are declared or inherited by the type wrapped by the current <see cref="T:System.Reflection.TypeDelegator" />.</summary>
@@ -43261,6 +25291,10 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="modifiers">An array of the same length as types with elements that represent the attributes associated with the parameters of the method to get.</param>
       <returns>A <see cref="T:System.Reflection.PropertyInfo" /> object for the property that matches the specified criteria, or null if a match cannot be found.</returns>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.GUID">
+      <summary>Gets the GUID (globally unique identifier) of the implemented type.</summary>
+      <returns>A GUID.</returns>
+    </member>
     <member name="M:System.Reflection.TypeDelegator.HasElementTypeImpl">
       <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> encompasses or refers to another type; that is, whether the current <see cref="T:System.Type" /> is an array, a pointer or a ByRef.</summary>
       <returns>
@@ -43274,8 +25308,8 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="target">The object on which to invoke the specified member.</param>
       <param name="args">An array of type <see langword="Object" /> that contains the number, order, and type of the parameters of the member to be invoked. If <paramref name="args" /> contains an uninitialized <see langword="Object" />, it is treated as empty, which, with the default binder, can be widened to 0, 0.0 or a string.</param>
       <param name="modifiers">An array of type <see langword="ParameterModifier" /> that is the same length as <paramref name="args" />, with elements that represent the attributes associated with the arguments of the member to be invoked. A parameter has attributes associated with it in the member's signature. For ByRef, use <see langword="ParameterModifier.ByRef" />, and for none, use <see langword="ParameterModifier.None" />. The default binder does exact matching on these. Attributes such as <see langword="In" /> and <see langword="InOut" /> are not used in binding, and can be viewed using <see langword="ParameterInfo" />.</param>
-      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. This is necessary, for example, to convert a string that represents 1000 to a <see cref="T:System.Double" /> value, since 1000 is represented differently by different cultures. If <paramref name="culture" /> is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> for the current thread's <see cref="T:System.Globalization.CultureInfo" /> is used.</param>
-      <param name="namedParameters">A string array containing parameter names that match up, starting at element zero, with the <paramref name="args" /> array. There must be no holes in the array. If <paramref name="args" />. <see langword="Length" /> is greater than <paramref name="namedParameters" />. <see langword="Length" />, the remaining parameters are filled in order.</param>
+      <param name="culture">An instance of <see langword="CultureInfo" /> used to govern the coercion of types. This is necessary, for example, to convert a string that represents 1000 to a <see langword="Double" /> value, since 1000 is represented differently by different cultures. If <paramref name="culture" /> is <see langword="null" />, the <see langword="CultureInfo" /> for the current thread's <see langword="CultureInfo" /> is used.</param>
+      <param name="namedParameters">An array of type <see langword="String" /> containing parameter names that match up, starting at element zero, with the <paramref name="args" /> array. There must be no holes in the array. If <paramref name="args" />. <see langword="Length" /> is greater than <paramref name="namedParameters" />. <see langword="Length" />, the remaining parameters are filled in order.</param>
       <returns>An <see langword="Object" /> representing the return value of the invoked member.</returns>
     </member>
     <member name="M:System.Reflection.TypeDelegator.IsArrayImpl">
@@ -43294,21 +25328,34 @@ The invoked method is not supported in the base class. Derived classes must prov
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.IsByRefLike" />
+    <member name="P:System.Reflection.TypeDelegator.IsCollectible">
+      <summary>Gets the <see cref="P:System.Reflection.MemberInfo.IsCollectible" /> value for this object's <see cref="F:System.Reflection.TypeDelegator.typeImpl" />, which indicates whether this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
+      <returns>
+        <see langword="true" /> if this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible assembly load context; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.TypeDelegator.IsCOMObjectImpl">
       <summary>Returns a value that indicates whether the <see cref="T:System.Type" /> is a COM object.</summary>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.IsConstructedGenericType">
+      <summary>Gets a value that indicates whether this object represents a constructed generic type.</summary>
+      <returns>
+        <see langword="true" /> if this object represents a constructed generic type; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Reflection.TypeDelegator.IsDefined(System.Type,System.Boolean)">
       <summary>Indicates whether a custom attribute identified by <paramref name="attributeType" /> is defined.</summary>
       <param name="attributeType">Specifies whether to search this type's inheritance chain to find the attributes.</param>
       <param name="inherit">An array of custom attributes identified by type.</param>
+      <returns>
+        <see langword="true" /> if a custom attribute identified by <paramref name="attributeType" /> is defined; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="attributeType" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.ReflectionTypeLoadException">The custom attribute type cannot be loaded.</exception>
-      <returns>
-        <see langword="true" /> if a custom attribute identified by <paramref name="attributeType" /> is defined; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.IsGenericMethodParameter" />
+    <member name="P:System.Reflection.TypeDelegator.IsGenericTypeParameter" />
     <member name="M:System.Reflection.TypeDelegator.IsPointerImpl">
       <summary>Returns a value that indicates whether the <see cref="T:System.Type" /> is a pointer.</summary>
       <returns>
@@ -43319,46 +25366,13 @@ The invoked method is not supported in the base class. Derived classes must prov
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Reflection.TypeDelegator.IsSZArray" />
+    <member name="P:System.Reflection.TypeDelegator.IsTypeDefinition" />
     <member name="M:System.Reflection.TypeDelegator.IsValueTypeImpl">
       <summary>Returns a value that indicates whether the type is a value type; that is, not a class or an interface.</summary>
       <returns>
         <see langword="true" /> if the type is a value type; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Reflection.TypeDelegator.Assembly">
-      <summary>Gets the assembly of the implemented type.</summary>
-      <returns>An <see cref="T:System.Reflection.Assembly" /> object representing the assembly of the implemented type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.AssemblyQualifiedName">
-      <summary>Gets the assembly's fully qualified name.</summary>
-      <returns>A <see langword="String" /> containing the assembly's fully qualified name.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.BaseType">
-      <summary>Gets the base type for the current type.</summary>
-      <returns>The base type for a type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.FullName">
-      <summary>Gets the fully qualified name of the implemented type.</summary>
-      <returns>A <see langword="String" /> containing the type's fully qualified name.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.GUID">
-      <summary>Gets the GUID (globally unique identifier) of the implemented type.</summary>
-      <returns>A GUID.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.IsByRefLike" />
-    <member name="P:System.Reflection.TypeDelegator.IsCollectible">
-      <summary>Gets the <see cref="P:System.Reflection.MemberInfo.IsCollectible" /> value for this object's <see cref="F:System.Reflection.TypeDelegator.typeImpl" />, which indicates whether this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
-      <returns>
-        <see langword="true" /> if this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible assembly load context; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.IsConstructedGenericType">
-      <summary>Gets a value that indicates whether this object represents a constructed generic type.</summary>
-      <returns>
-        <see langword="true" /> if this object represents a constructed generic type; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeDelegator.IsGenericMethodParameter" />
-    <member name="P:System.Reflection.TypeDelegator.IsGenericTypeParameter" />
-    <member name="P:System.Reflection.TypeDelegator.IsSZArray" />
-    <member name="P:System.Reflection.TypeDelegator.IsTypeDefinition" />
     <member name="P:System.Reflection.TypeDelegator.IsVariableBoundArray" />
     <member name="P:System.Reflection.TypeDelegator.MetadataToken">
       <summary>Gets a value that identifies this entity in metadata.</summary>
@@ -43380,6 +25394,9 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Gets a handle to the internal metadata representation of an implemented type.</summary>
       <returns>A <see langword="RuntimeTypeHandle" /> object.</returns>
     </member>
+    <member name="F:System.Reflection.TypeDelegator.typeImpl">
+      <summary>A value indicating type information.</summary>
+    </member>
     <member name="P:System.Reflection.TypeDelegator.UnderlyingSystemType">
       <summary>Gets the underlying <see cref="T:System.Type" /> that represents the implemented type.</summary>
       <returns>The underlying type.</returns>
@@ -43401,47 +25418,83 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Returns the current type as a <see cref="T:System.Type" /> object.</summary>
       <returns>The current type.</returns>
     </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredConstructors">
+      <summary>Gets a collection of the constructors declared by the current type.</summary>
+      <returns>A collection of the constructors declared by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredEvents">
+      <summary>Gets a collection of the events defined by the current type.</summary>
+      <returns>A collection of the events defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredFields">
+      <summary>Gets a collection of the fields defined by the current type.</summary>
+      <returns>A collection of the fields defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredMembers">
+      <summary>Gets a collection of the members defined by the current type.</summary>
+      <returns>A collection of the members defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredMethods">
+      <summary>Gets a collection of the methods defined by the current type.</summary>
+      <returns>A collection of the methods defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredNestedTypes">
+      <summary>Gets a collection of the nested types defined by the current type.</summary>
+      <returns>A collection of nested types defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.DeclaredProperties">
+      <summary>Gets a collection of the properties defined by the current type.</summary>
+      <returns>A collection of the properties defined by the current type.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.GenericTypeParameters">
+      <summary>Gets an array of the generic type parameters of the current instance.</summary>
+      <returns>An array that contains the current instance's generic type parameters, or an array of <see cref="P:System.Array.Length" /> zero if the current instance has no generic type parameters.</returns>
+    </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String)">
-      <summary>Returns an object that represents the specified event declared by the current type.</summary>
+      <summary>Returns an object that represents the specified public event declared by the current type.</summary>
       <param name="name">The name of the event.</param>
+      <returns>An object that represents the specified event, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified event, if found; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredField(System.String)">
-      <summary>Returns an object that represents the specified field declared by the current type.</summary>
+      <summary>Returns an object that represents the specified public field declared by the current type.</summary>
       <param name="name">The name of the field.</param>
+      <returns>An object that represents the specified field, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified field, if found; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String)">
-      <summary>Returns an object that represents the specified method declared by the current type.</summary>
+      <summary>Returns an object that represents the specified public method declared by the current type.</summary>
       <param name="name">The name of the method.</param>
+      <returns>An object that represents the specified method, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified method, if found; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String)">
-      <summary>Returns a collection that contains all methods declared on the current type that match the specified name.</summary>
+      <summary>Returns a collection that contains all public methods declared on the current type that match the specified name.</summary>
       <param name="name">The method name to search for.</param>
+      <returns>A collection that contains methods that match <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>A collection that contains methods that match <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String)">
-      <summary>Returns an object that represents the specified nested type declared by the current type.</summary>
+      <summary>Returns an object that represents the specified public nested type declared by the current type.</summary>
       <param name="name">The name of the nested type.</param>
+      <returns>An object that represents the specified nested type, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified nested type, if found; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String)">
-      <summary>Returns an object that represents the specified property declared by the current type.</summary>
+      <summary>Returns an object that represents the specified public property declared by the current type.</summary>
       <param name="name">The name of the property.</param>
+      <returns>An object that represents the specified property, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified property, if found; otherwise, <see langword="null" />.</returns>
+    </member>
+    <member name="P:System.Reflection.TypeInfo.ImplementedInterfaces">
+      <summary>Gets a collection of the interfaces implemented by the current type.</summary>
+      <returns>A collection of the interfaces implemented by the current type.</returns>
     </member>
     <member name="M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)">
       <summary>Returns a value that indicates whether the specified type can be assigned to the current type.</summary>
@@ -43453,42 +25506,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Returns a representation of the current type as a <see cref="T:System.Reflection.TypeInfo" /> object.</summary>
       <returns>A reference to the current type.</returns>
     </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredConstructors">
-      <summary>Gets a collection of the constructors declared by the current type.</summary>
-      <returns>A collection of the constructors declared by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredEvents">
-      <summary>Gets a collection of the events defined by the current type.</summary>
-      <returns>A collection of the events defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredFields">
-      <summary>Gets a collection of the fields defined by the current type.</summary>
-      <returns>A collection of the fields defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredMembers">
-      <summary>Gets a collection of the members defined by the current type.</summary>
-      <returns>A collection of the members defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredMethods">
-      <summary>Gets a collection of the methods defined by the current type.</summary>
-      <returns>A collection of the methods defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredNestedTypes">
-      <summary>Gets a collection of the nested types defined by the current type.</summary>
-      <returns>A collection of nested types defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.DeclaredProperties">
-      <summary>Gets a collection of the properties defined by the current type.</summary>
-      <returns>A collection of the properties defined by the current type.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.GenericTypeParameters">
-      <summary>Gets an array of the generic type parameters of the current instance.</summary>
-      <returns>An array that contains the current instance's generic type parameters, or an array of <see cref="P:System.Array.Length" /> zero if the current instance has no generic type parameters.</returns>
-    </member>
-    <member name="P:System.Reflection.TypeInfo.ImplementedInterfaces">
-      <summary>Gets a collection of the interfaces implemented by the current type.</summary>
-      <returns>A collection of the interfaces implemented by the current type.</returns>
-    </member>
     <member name="T:System.ResolveEventArgs">
       <summary>Provides data for loader resolution events, such as the <see cref="E:System.AppDomain.TypeResolve" />, <see cref="E:System.AppDomain.ResourceResolve" />, <see cref="E:System.AppDomain.ReflectionOnlyAssemblyResolve" />, and <see cref="E:System.AppDomain.AssemblyResolve" /> events.</summary>
     </member>
@@ -43509,413 +25526,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Gets the assembly whose dependency is being resolved.</summary>
       <returns>The assembly that requested the item specified by the <see cref="P:System.ResolveEventArgs.Name" /> property.</returns>
     </member>
-    <member name="T:System.ResolveEventHandler">
-      <summary>Represents a method that handles the <see cref="E:System.AppDomain.TypeResolve" />, <see cref="E:System.AppDomain.ResourceResolve" />, or <see cref="E:System.AppDomain.AssemblyResolve" /> event of an <see cref="T:System.AppDomain" />.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="args">The event data.</param>
-      <returns>The assembly that resolves the type, assembly, or resource; or <see langword="null" /> if the assembly cannot be resolved.</returns>
-    </member>
-    <member name="T:System.Resources.IResourceReader">
-      <summary>Provides the base functionality for reading data from resource files.</summary>
-    </member>
-    <member name="M:System.Resources.IResourceReader.Close">
-      <summary>Closes the resource reader after releasing any resources associated with it.</summary>
-    </member>
-    <member name="M:System.Resources.IResourceReader.GetEnumerator">
-      <summary>Returns a dictionary enumerator of the resources for this reader.</summary>
-      <returns>A dictionary enumerator for the resources for this reader.</returns>
-    </member>
-    <member name="T:System.Resources.MissingManifestResourceException">
-      <summary>The exception that is thrown if the main assembly does not contain the resources for the neutral culture, and an appropriate satellite assembly is missing.</summary>
-    </member>
-    <member name="M:System.Resources.MissingManifestResourceException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class with default properties.</summary>
-    </member>
-    <member name="M:System.Resources.MissingManifestResourceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class from serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination of the exception.</param>
-    </member>
-    <member name="M:System.Resources.MissingManifestResourceException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class with the specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-    </member>
-    <member name="M:System.Resources.MissingManifestResourceException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="T:System.Resources.MissingSatelliteAssemblyException">
-      <summary>The exception that is thrown when the satellite assembly for the resources of the default culture is missing.</summary>
-    </member>
-    <member name="M:System.Resources.MissingSatelliteAssemblyException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with default properties.</summary>
-    </member>
-    <member name="M:System.Resources.MissingSatelliteAssemblyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class from serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination of the exception.</param>
-    </member>
-    <member name="M:System.Resources.MissingSatelliteAssemblyException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with the specified error message.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-    </member>
-    <member name="M:System.Resources.MissingSatelliteAssemblyException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Resources.MissingSatelliteAssemblyException.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with a specified error message and the name of a neutral culture.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="cultureName">The name of the neutral culture.</param>
-    </member>
-    <member name="P:System.Resources.MissingSatelliteAssemblyException.CultureName">
-      <summary>Gets the name of the default culture.</summary>
-      <returns>The name of the default culture.</returns>
-    </member>
-    <member name="T:System.Resources.NeutralResourcesLanguageAttribute">
-      <summary>Informs the resource manager of an app's default culture. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Resources.NeutralResourcesLanguageAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> class.</summary>
-      <param name="cultureName">The name of the culture that the current assembly's neutral resources were written in.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="cultureName" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.NeutralResourcesLanguageAttribute.#ctor(System.String,System.Resources.UltimateResourceFallbackLocation)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> class with the specified ultimate resource fallback location.</summary>
-      <param name="cultureName">The name of the culture that the current assembly's neutral resources were written in.</param>
-      <param name="location">One of the enumeration values that indicates the location from which to retrieve neutral fallback resources.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="cultureName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="location" /> is not a member of <see cref="T:System.Resources.UltimateResourceFallbackLocation" />.</exception>
-    </member>
-    <member name="P:System.Resources.NeutralResourcesLanguageAttribute.CultureName">
-      <summary>Gets the culture name.</summary>
-      <returns>The name of the default culture for the main assembly.</returns>
-    </member>
-    <member name="P:System.Resources.NeutralResourcesLanguageAttribute.Location">
-      <summary>Gets the location for the <see cref="T:System.Resources.ResourceManager" /> class to use to retrieve neutral resources by using the resource fallback process.</summary>
-      <returns>One of the enumeration values that indicates the location (main assembly or satellite) from which to retrieve neutral resources.</returns>
-    </member>
-    <member name="T:System.Resources.ResourceManager">
-      <summary>Represents a resource manager that provides convenient access to culture-specific resources at run time.</summary>
-    </member>
-    <member name="F:System.Resources.ResourceManager.HeaderVersionNumber">
-      <summary>Specifies the version of resource file headers that the current implementation of <see cref="T:System.Resources.ResourceManager" /> can interpret and produce.</summary>
-    </member>
-    <member name="F:System.Resources.ResourceManager.MagicNumber">
-      <summary>Holds the number used to identify resource files.</summary>
-    </member>
-    <member name="F:System.Resources.ResourceManager.MainAssembly">
-      <summary>Specifies the main assembly that contains the resources.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceManager.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class with default values.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class that looks up resources contained in files with the specified root name in the given assembly.</summary>
-      <param name="baseName">The root name of the resource file without its extension but including any fully qualified namespace name. For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource.</param>
-      <param name="assembly">The main assembly for the resources.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="baseName" /> or <paramref name="assembly" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class that uses a specified <see cref="T:System.Resources.ResourceSet" /> class to look up resources contained in files with the specified root name in the given assembly.</summary>
-      <param name="baseName">The root name of the resource file without its extension but including any fully qualified namespace name. For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource.</param>
-      <param name="assembly">The main assembly for the resources.</param>
-      <param name="usingResourceSet">The type of the custom <see cref="T:System.Resources.ResourceSet" /> to use. If <see langword="null" />, the default runtime <see cref="T:System.Resources.ResourceSet" /> object is used.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="usingResourceset" /> is not a derived class of <see cref="T:System.Resources.ResourceSet" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="baseName" /> or <paramref name="assembly" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceManager.#ctor(System.Type)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class that looks up resources in satellite assemblies based on information from the specified type object.</summary>
-      <param name="resourceSource">A type from which the resource manager derives all information for finding .resources files.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="resourceSource" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)">
-      <summary>Returns a <see cref="T:System.Resources.ResourceManager" /> object that searches a specific directory instead of an assembly manifest for resources.</summary>
-      <param name="baseName">The root name of the resources. For example, the root name for the resource file named "MyResource.en-US.resources" is "MyResource".</param>
-      <param name="resourceDir">The name of the directory to search for the resources. <paramref name="resourceDir" /> can be an absolute path or a relative path from the application directory.</param>
-      <param name="usingResourceSet">The type of the custom <see cref="T:System.Resources.ResourceSet" /> to use. If <see langword="null" />, the default runtime <see cref="T:System.Resources.ResourceSet" /> object is used.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="baseName" /> or <paramref name="resourceDir" /> parameter is <see langword="null" />.</exception>
-      <returns>A new instance of a resource manager that searches the specified directory instead of an assembly manifest for resources.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetNeutralResourcesLanguage(System.Reflection.Assembly)">
-      <summary>Returns culture-specific information for the main assembly's default resources by retrieving the value of the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> attribute on a specified assembly.</summary>
-      <param name="a">The assembly for which to return culture-specific information.</param>
-      <returns>The culture from the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> attribute, if found; otherwise, the invariant culture.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetObject(System.String)">
-      <summary>Returns the value of the specified non-string resource.</summary>
-      <param name="name">The name of the resource to get.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of localized resources has been found, and there are no default culture resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>The value of the resource localized for the caller's current culture settings. If an appropriate resource set exists but <paramref name="name" /> cannot be found, the method returns <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetObject(System.String,System.Globalization.CultureInfo)">
-      <summary>Gets the value of the specified non-string resource localized for the specified culture.</summary>
-      <param name="name">The name of the resource to get.</param>
-      <param name="culture">The culture for which the resource is localized. If the resource is not localized for this culture, the resource manager uses fallback rules to locate an appropriate resource.
-
- If this value is <see langword="null" />, the <see cref="T:System.Globalization.CultureInfo" /> object is obtained by using the <see cref="P:System.Globalization.CultureInfo.CurrentUICulture" /> property.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources have been found, and there are no default culture resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>The value of the resource, localized for the specified culture. If an appropriate resource set exists but <paramref name="name" /> cannot be found, the method returns <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetResourceFileName(System.Globalization.CultureInfo)">
-      <summary>Generates the name of the resource file for the given <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
-      <param name="culture">The culture object for which a resource file name is constructed.</param>
-      <returns>The name that can be used for a resource file for the given <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean)">
-      <summary>Retrieves the resource set for a particular culture.</summary>
-      <param name="culture">The culture whose resources are to be retrieved.</param>
-      <param name="createIfNotExists">
-        <see langword="true" /> to load the resource set, if it has not been loaded yet; otherwise, <see langword="false" />.</param>
-      <param name="tryParents">
-        <see langword="true" /> to use resource fallback to load an appropriate resource if the resource set cannot be found; <see langword="false" /> to bypass the resource fallback process.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="culture" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">
-        <paramref name="tryParents" /> is <see langword="true" />, no usable set of resources has been found, and there are no default culture resources.</exception>
-      <returns>The resource set for the specified culture.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetSatelliteContractVersion(System.Reflection.Assembly)">
-      <summary>Returns the version specified by the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> attribute in the given assembly.</summary>
-      <param name="a">The assembly to check for the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> attribute.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="T:System.Version" /> found in the assembly <paramref name="a" /> is invalid.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="a" /> is <see langword="null" />.</exception>
-      <returns>The satellite contract version of the given assembly, or <see langword="null" /> if no version was found.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetStream(System.String)">
-      <summary>Returns an unmanaged memory stream object from the specified resource.</summary>
-      <param name="name">The name of a resource.</param>
-      <exception cref="T:System.InvalidOperationException">The value of the specified resource is not a <see cref="T:System.IO.MemoryStream" /> object.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources is found, and there are no default resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>An unmanaged memory stream object that represents a resource.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetStream(System.String,System.Globalization.CultureInfo)">
-      <summary>Returns an unmanaged memory stream object from the specified resource, using the specified culture.</summary>
-      <param name="name">The name of a resource.</param>
-      <param name="culture">An  object that specifies the culture to use for the resource lookup. If <paramref name="culture" /> is <see langword="null" />, the culture for the current thread is used.</param>
-      <exception cref="T:System.InvalidOperationException">The value of the specified resource is not a <see cref="T:System.IO.MemoryStream" /> object.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources is found, and there are no default resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>An unmanaged memory stream object that represents a resource.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetString(System.String)">
-      <summary>Returns the value of the specified string resource.</summary>
-      <param name="name">The name of the resource to retrieve.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The value of the specified resource is not a string.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources has been found, and there are no resources for the default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>The value of the resource localized for the caller's current UI culture, or <see langword="null" /> if <paramref name="name" /> cannot be found in a resource set.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.GetString(System.String,System.Globalization.CultureInfo)">
-      <summary>Returns the value of the string resource localized for the specified culture.</summary>
-      <param name="name">The name of the resource to retrieve.</param>
-      <param name="culture">An object that represents the culture for which the resource is localized.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The value of the specified resource is not a string.</exception>
-      <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources has been found, and there are no resources for a default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
-      <returns>The value of the resource localized for the specified culture, or <see langword="null" /> if <paramref name="name" /> cannot be found in a resource set.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean)">
-      <summary>Provides the implementation for finding a resource set.</summary>
-      <param name="culture">The culture object to look for.</param>
-      <param name="createIfNotExists">
-        <see langword="true" /> to load the resource set, if it has not been loaded yet; otherwise, <see langword="false" />.</param>
-      <param name="tryParents">
-        <see langword="true" /> to check parent <see cref="T:System.Globalization.CultureInfo" /> objects if the resource set cannot be loaded; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.Resources.MissingManifestResourceException">The main assembly does not contain a .resources file, which is required to look up a resource.</exception>
-      <exception cref="T:System.ExecutionEngineException">There was an internal error in the runtime.</exception>
-      <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The satellite assembly associated with <paramref name="culture" /> could not be located.</exception>
-      <returns>The specified resource set.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceManager.ReleaseAllResources">
-      <summary>Tells the resource manager to call the <see cref="M:System.Resources.ResourceSet.Close" /> method on all <see cref="T:System.Resources.ResourceSet" /> objects and release all resources.</summary>
-    </member>
-    <member name="P:System.Resources.ResourceManager.BaseName">
-      <summary>Gets the root name of the resource files that the <see cref="T:System.Resources.ResourceManager" /> searches for resources.</summary>
-      <returns>The root name of the resource files that the <see cref="T:System.Resources.ResourceManager" /> searches for resources.</returns>
-    </member>
-    <member name="P:System.Resources.ResourceManager.FallbackLocation">
-      <summary>Gets or sets the location from which to retrieve default fallback resources.</summary>
-      <returns>One of the enumeration values that specifies where the resource manager can look for fallback resources.</returns>
-    </member>
-    <member name="P:System.Resources.ResourceManager.IgnoreCase">
-      <summary>Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the <see cref="M:System.Resources.ResourceManager.GetString(System.String)" /> and <see cref="M:System.Resources.ResourceManager.GetObject(System.String)" /> methods.</summary>
-      <returns>
-        <see langword="true" /> to ignore case during resource lookup; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Resources.ResourceManager.ResourceSetType">
-      <summary>Gets the type of the resource set object that the resource manager uses to construct a <see cref="T:System.Resources.ResourceSet" /> object.</summary>
-      <returns>The type of the resource set object that the resource manager uses to construct a <see cref="T:System.Resources.ResourceSet" /> object.</returns>
-    </member>
-    <member name="T:System.Resources.ResourceReader">
-      <summary>Enumerates the resources in a binary resources (.resources) file by reading sequential resource name/value pairs.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceReader.#ctor(System.IO.Stream)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceReader" /> class for the specified stream.</summary>
-      <param name="stream">The input stream for reading resources.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="stream" /> parameter is not readable.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stream" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error has occurred while accessing <paramref name="stream" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceReader.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceReader" /> class for the specified named resource file.</summary>
-      <param name="fileName">The path and name of the resource file to read. <c>filename</c> is not case-sensitive.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="fileName" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">The file cannot be found.</exception>
-      <exception cref="T:System.IO.IOException">An I/O error has occurred.</exception>
-      <exception cref="T:System.BadImageFormatException">The resource file has an invalid format. For example, the length of the file may be zero.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceReader.Close">
-      <summary>Releases all operating system resources associated with this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceReader.Dispose">
-      <summary>Releases all resources used by the current instance of the <see cref="T:System.Resources.ResourceReader" /> class.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceReader.GetEnumerator">
-      <summary>Returns an enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
-      <exception cref="T:System.InvalidOperationException">The reader has been closed or disposed, and cannot be accessed.</exception>
-      <returns>An enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceReader.GetResourceData(System.String,System.String@,System.Byte[]@)">
-      <summary>Retrieves the type name and data of a named resource from an open resource file or stream.</summary>
-      <param name="resourceName">The name of a resource.</param>
-      <param name="resourceType">When this method returns, contains a string that represents the type name of the retrieved resource. This parameter is passed uninitialized.</param>
-      <param name="resourceData">When this method returns, contains a byte array that is the binary representation of the retrieved type. This parameter is passed uninitialized.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="resourceName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="resourceName" /> does not exist.</exception>
-      <exception cref="T:System.BadImageFormatException">
-        <paramref name="resourceName" /> has an invalid type.</exception>
-      <exception cref="T:System.FormatException">The retrieved resource data is corrupt.</exception>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Resources.ResourceReader" /> object is not initialized, probably because it is closed.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceReader.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
-      <exception cref="T:System.InvalidOperationException">The reader has already been closed and cannot be accessed.</exception>
-      <returns>An enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</returns>
-    </member>
-    <member name="T:System.Resources.ResourceSet">
-      <summary>Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceSet.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceSet" /> class with default properties.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceSet.#ctor(System.IO.Stream)">
-      <summary>Creates a new instance of the <see cref="T:System.Resources.ResourceSet" /> class using the system default <see cref="T:System.Resources.ResourceReader" /> that reads resources from the given stream.</summary>
-      <param name="stream">The <see cref="T:System.IO.Stream" /> of resources to be read. The stream should refer to an existing resources file.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="stream" /> is not readable.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="stream" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceSet.#ctor(System.Resources.IResourceReader)">
-      <summary>Creates a new instance of the <see cref="T:System.Resources.ResourceSet" /> class using the specified resource reader.</summary>
-      <param name="reader">The reader that will be used.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="reader" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceSet.#ctor(System.String)">
-      <summary>Creates a new instance of the <see cref="T:System.Resources.ResourceSet" /> class using the system default <see cref="T:System.Resources.ResourceReader" /> that opens and reads resources from the given file.</summary>
-      <param name="fileName">Resource file to read.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="fileName" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Resources.ResourceSet.Close">
-      <summary>Closes and releases any resources used by this <see cref="T:System.Resources.ResourceSet" />.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceSet.Dispose">
-      <summary>Disposes of the resources (other than memory) used by the current instance of <see cref="T:System.Resources.ResourceSet" />.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceSet.Dispose(System.Boolean)">
-      <summary>Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.</summary>
-      <param name="disposing">Indicates whether the objects contained in the current instance should be explicitly closed.</param>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetDefaultReader">
-      <summary>Returns the preferred resource reader class for this kind of <see cref="T:System.Resources.ResourceSet" />.</summary>
-      <returns>The <see cref="T:System.Type" /> for the preferred resource reader for this kind of <see cref="T:System.Resources.ResourceSet" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetDefaultWriter">
-      <summary>Returns the preferred resource writer class for this kind of <see cref="T:System.Resources.ResourceSet" />.</summary>
-      <returns>The <see cref="T:System.Type" /> for the preferred resource writer for this kind of <see cref="T:System.Resources.ResourceSet" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetEnumerator">
-      <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that can iterate through the <see cref="T:System.Resources.ResourceSet" />.</summary>
-      <exception cref="T:System.ObjectDisposedException">The resource set has been closed or disposed.</exception>
-      <returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> for this <see cref="T:System.Resources.ResourceSet" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetObject(System.String)">
-      <summary>Searches for a resource object with the specified name.</summary>
-      <param name="name">Case-sensitive name of the resource to search for.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
-      <returns>The requested resource.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetObject(System.String,System.Boolean)">
-      <summary>Searches for a resource object with the specified name in a case-insensitive manner, if requested.</summary>
-      <param name="name">Name of the resource to search for.</param>
-      <param name="ignoreCase">Indicates whether the case of the specified name should be ignored.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
-      <returns>The requested resource.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetString(System.String)">
-      <summary>Searches for a <see cref="T:System.String" /> resource with the specified name.</summary>
-      <param name="name">Name of the resource to search for.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The resource specified by <paramref name="name" /> is not a <see cref="T:System.String" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
-      <returns>The value of a resource, if the value is a <see cref="T:System.String" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.GetString(System.String,System.Boolean)">
-      <summary>Searches for a <see cref="T:System.String" /> resource with the specified name in a case-insensitive manner, if requested.</summary>
-      <param name="name">Name of the resource to search for.</param>
-      <param name="ignoreCase">Indicates whether the case of the case of the specified name should be ignored.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The resource specified by <paramref name="name" /> is not a <see cref="T:System.String" />.</exception>
-      <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
-      <returns>The value of a resource, if the value is a <see cref="T:System.String" />.</returns>
-    </member>
-    <member name="M:System.Resources.ResourceSet.ReadResources">
-      <summary>Reads all the resources and stores them in a <see cref="T:System.Collections.Hashtable" /> indicated in the <see cref="F:System.Resources.ResourceSet.Table" /> property.</summary>
-    </member>
-    <member name="M:System.Resources.ResourceSet.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> object to avoid a race condition with <see langword="Dispose" />. This member is not intended to be used directly from your code.</summary>
-      <returns>An enumerator for the current <see cref="T:System.Resources.ResourceSet" /> object.</returns>
-    </member>
-    <member name="T:System.Resources.SatelliteContractVersionAttribute">
-      <summary>Instructs a <see cref="T:System.Resources.ResourceManager" /> object to ask for a particular version of a satellite assembly.</summary>
-    </member>
-    <member name="M:System.Resources.SatelliteContractVersionAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> class.</summary>
-      <param name="version">A string that specifies the version of the satellite assemblies to load.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="version" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Resources.SatelliteContractVersionAttribute.Version">
-      <summary>Gets the version of the satellite assemblies with the required resources.</summary>
-      <returns>A string that contains the version of the satellite assemblies with the required resources.</returns>
-    </member>
-    <member name="T:System.Resources.UltimateResourceFallbackLocation">
-      <summary>Specifies whether a <see cref="T:System.Resources.ResourceManager" /> object looks for the resources of the app's default culture in the main assembly or in a satellite assembly.</summary>
-    </member>
-    <member name="F:System.Resources.UltimateResourceFallbackLocation.MainAssembly">
-      <summary>Fallback resources are located in the main assembly.</summary>
-    </member>
-    <member name="F:System.Resources.UltimateResourceFallbackLocation.Satellite">
-      <summary>Fallback resources are located in a satellite assembly.</summary>
-    </member>
     <member name="T:System.Runtime.AmbiguousImplementationException">
       <summary>The exception that is thrown when there are multiple incompatible interface methods overriding another method.</summary>
     </member>
@@ -43932,7 +25542,7 @@ The invoked method is not supported in the base class. Derived classes must prov
       <param name="innerException">The exception that is the cause of the current exception.</param>
     </member>
     <member name="T:System.Runtime.AssemblyTargetedPatchBandAttribute">
-      <summary>Specifies patch band information for targeted patching of .NET.</summary>
+      <summary>Specifies patch band information for targeted patching of the .NET Framework.</summary>
     </member>
     <member name="M:System.Runtime.AssemblyTargetedPatchBandAttribute.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.AssemblyTargetedPatchBandAttribute" /> class.</summary>
@@ -43953,35 +25563,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Gets the name of the property used to access the attributed field.</summary>
       <returns>The name of the property used to access the attributed field.</returns>
     </member>
-    <member name="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder">
-      <summary>Represents a builder for asynchronous iterators.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Complete">
-      <summary>Marks iteration as being completed, whether successfully or otherwise.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder" /> struct.</summary>
-      <returns>The initialized instance.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.MoveNext``1(``0@)">
-      <summary>Invokes <see cref="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext" /> on the state machine while guarding the <see cref="T:System.Threading.ExecutionContext" />.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
     <member name="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute">
       <summary>Indicates whether a method is an asynchronous iterator.</summary>
     </member>
@@ -44007,117 +25588,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.AsyncStateMachineAttribute" /> class.</summary>
       <param name="stateMachineType">The type object for the underlying state machine type that's used to implement a state machine method.</param>
     </member>
-    <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder">
-      <summary>Represents a builder for asynchronous methods that return a task.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder" /> type.</summary>
-      <returns>A new instance of the builder.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(System.Exception)">
-      <summary>Marks the task as failed and binds the specified exception to the task.</summary>
-      <param name="exception">The exception to bind to the task.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exception" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The task has already completed.  
-  
- -or-  
-  
- The builder is not initialized.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult">
-      <summary>Marks the task as successfully completed.</summary>
-      <exception cref="T:System.InvalidOperationException">The task has already completed.  
-  
- -or-  
-  
- The builder is not initialized.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
-      <summary>Associates the builder with the specified state machine.</summary>
-      <param name="stateMachine">The state machine instance to associate with the builder.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start``1(``0@)">
-      <summary>Begins running the builder with the associated state machine.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Task">
-      <summary>Gets the task for this builder.</summary>
-      <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
-      <returns>The task for this builder.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1">
-      <summary>Represents a builder for asynchronous methods that returns a task and provides a parameter for the result.</summary>
-      <typeparam name="TResult">The result to use to complete the task.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1" /> class.</summary>
-      <returns>A new instance of the builder.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(System.Exception)">
-      <summary>Marks the task as failed and binds the specified exception to the task.</summary>
-      <param name="exception">The exception to bind to the task.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exception" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The task has already completed.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetResult(`0)">
-      <summary>Marks the task as successfully completed.</summary>
-      <param name="result">The result to use to complete the task.</param>
-      <exception cref="T:System.InvalidOperationException">The task has already completed.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
-      <summary>Associates the builder with the specified state machine.</summary>
-      <param name="stateMachine">The state machine instance to associate with the builder.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start``1(``0@)">
-      <summary>Begins running the builder with the associated state machine.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Task">
-      <summary>Gets the task for this builder.</summary>
-      <returns>The task for this builder.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder">
       <summary>Represents a builder for asynchronous methods that return a <see cref="T:System.Threading.Tasks.ValueTask" />.</summary>
     </member>
@@ -44161,7 +25631,7 @@ The invoked method is not supported in the base class. Derived classes must prov
     </member>
     <member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
       <summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
-      <typeparam name="TResult">The type of the result produced by the task.</typeparam>
+      <typeparam name="TResult" />
     </member>
     <member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
       <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
@@ -44202,88 +25672,6 @@ The invoked method is not supported in the base class. Derived classes must prov
       <summary>Gets the task for this builder.</summary>
       <returns>The task for this builder.</returns>
     </member>
-    <member name="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder">
-      <summary>Represents a builder for asynchronous methods that do not return a value.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder" /> class.</summary>
-      <returns>A new instance of the builder.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetException(System.Exception)">
-      <summary>Binds an exception to the method builder.</summary>
-      <param name="exception">The exception to bind.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exception" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetResult">
-      <summary>Marks the method builder as successfully completed.</summary>
-      <exception cref="T:System.InvalidOperationException">The builder is not initialized.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
-      <summary>Associates the builder with the specified state machine.</summary>
-      <param name="stateMachine">The state machine instance to associate with the builder.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start``1(``0@)">
-      <summary>Begins running the builder with the associated state machine.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="stateMachine" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvCdecl">
-      <summary>Indicates that a method should use the <see langword="Cdecl" /> calling convention.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvCdecl.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvCdecl" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvFastcall">
-      <summary>This calling convention is not supported in this version of .NET.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvFastcall.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvFastcall" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvMemberFunction">
-      <summary>Indicates that the calling convention used is the member function variant.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvMemberFunction.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvMemberFunction" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvStdcall">
-      <summary>Indicates that a method should use the <see langword="StdCall" /> calling convention.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvStdcall.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvStdcall" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvSuppressGCTransition">
-      <summary>Indicates that a method should suppress the GC transition as part of the calling convention.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvSuppressGCTransition.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvSuppressGCTransition" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.CallConvThiscall">
-      <summary>Indicates that a method should use the <see langword="ThisCall" /> calling convention.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.CallConvThiscall.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallConvThiscall" /> class.</summary>
-    </member>
     <member name="T:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute">
       <summary>Allows capturing of the expressions passed to a method.</summary>
     </member>
@@ -44293,7 +25681,7 @@ The invoked method is not supported in the base class. Derived classes must prov
     </member>
     <member name="P:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute.ParameterName">
       <summary>Gets the target parameter name of the CallerArgumentExpression.</summary>
-      <returns>The name of the targeted parameter of the CallerArgumentExpression.</returns>
+      <returns>The name of the targeted parameter of the CallerArgumentExpression</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.CallerFilePathAttribute">
       <summary>Allows you to obtain the full path of the source file that contains the caller. This is the file path at the time of compile.</summary>
@@ -44332,9 +25720,8 @@ The invoked method is not supported in the base class. Derived classes must prov
     </member>
     <member name="P:System.Runtime.CompilerServices.CompilationRelaxationsAttribute.CompilationRelaxations">
       <summary>Gets the compilation relaxations specified when the current object was constructed.</summary>
-      <returns>The compilation relaxations specified when the current object was constructed.  
-  
- Use the <see cref="T:System.Runtime.CompilerServices.CompilationRelaxations" /> enumeration with the <see cref="P:System.Runtime.CompilerServices.CompilationRelaxationsAttribute.CompilationRelaxations" /> property.</returns>
+      <returns>The compilation relaxations specified when the current object was constructed.
+Use the <see cref="T:System.Runtime.CompilerServices.CompilationRelaxations" /> enumeration with the <see cref="P:System.Runtime.CompilerServices.CompilationRelaxationsAttribute.CompilationRelaxations" /> property.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute">
       <summary>Distinguishes a compiler-generated element from a user-generated element. This class cannot be inherited.</summary>
@@ -44375,103 +25762,56 @@ The invoked method is not supported in the base class. Derived classes must prov
     <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Clear">
       <summary>Clears all the key/value pairs.</summary>
     </member>
+    <member name="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback">
+      <summary>Represents a method that creates a non-default value to add as part of a key/value pair to a <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> object.</summary>
+      <param name="key">The key that belongs to the value to create.</param>
+      <typeparam name="TKey" />
+      <typeparam name="TValue" />
+      <returns>An instance of a reference type that represents the value to attach to the specified key.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetOrCreateValue(`0)">
       <summary>Atomically searches for a specified key in the table and returns the corresponding value. If the key does not exist in the table, the method invokes the parameterless constructor of the class that represents the table's value to create a value that is bound to the specified key.</summary>
       <param name="key">The key to search for. <paramref name="key" /> represents the object to which the property is attached.</param>
+      <returns>The value that corresponds to <paramref name="key" />, if <paramref name="key" /> already exists in the table; otherwise, a new value created by the parameterless constructor of the class defined by the <paramref name="TValue" /> generic type parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.MissingMethodException">The class that represents the table's value does not define a parameterless constructor.
+      <exception cref="T:System.MissingMethodException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.  
+  
 
-Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MissingMemberException" />, instead.</exception>
-      <returns>The value that corresponds to <paramref name="key" />, if <paramref name="key" /> already exists in the table; otherwise, a new value created by the parameterless constructor of the class defined by the <paramref name="TValue" /> generic type parameter.</returns>
+            
+  
+ The class that represents the table's value does not define a parameterless constructor.</exception>
     </member>
     <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(`0,System.Runtime.CompilerServices.ConditionalWeakTable{`0,`1}.CreateValueCallback)">
       <summary>Atomically searches for a specified key in the table and returns the corresponding value. If the key does not exist in the table, the method invokes a callback method to create a value that is bound to the specified key.</summary>
       <param name="key">The key to search for. <paramref name="key" /> represents the object to which the property is attached.</param>
       <param name="createValueCallback">A delegate to a method that can create a value for the given <paramref name="key" />. It has a single parameter of type <c>TKey</c>, and returns a value of type <c>TValue</c>.</param>
+      <returns>The value attached to <paramref name="key" />, if <paramref name="key" /> already exists in the table; otherwise, the new value returned by the <paramref name="createValueCallback" /> delegate.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="key" /> or <paramref name="createValueCallback" /> is <see langword="null" />.</exception>
-      <returns>The value attached to <paramref name="key" />, if <paramref name="key" /> already exists in the table; otherwise, the new value returned by the <paramref name="createValueCallback" /> delegate.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Remove(`0)">
       <summary>Removes a key and its value from the table.</summary>
       <param name="key">The key to remove.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the key is found and removed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey@TValue}}#GetEnumerator">
-      <summary>Returns an enumerator that can be used to iterate through the <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> table.</summary>
-      <returns>An enumerator that can be used to iterate through the <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> table.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator that can be used to iterate through the <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> table.</summary>
-      <returns>An enumerator that can be used to iterate through the <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> table.</returns>
-    </member>
+    <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey@TValue}}#GetEnumerator" />
+    <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.System#Collections#IEnumerable#GetEnumerator" />
     <member name="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)">
       <summary>Gets the value of the specified key.</summary>
       <param name="key">The key that represents an object with an attached property.</param>
       <param name="value">When this method returns, contains the attached property value. If <paramref name="key" /> is not found, <paramref name="value" /> contains the default value.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="key" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="key" /> is found; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback">
-      <summary>Represents a method that creates a non-default value to add as part of a key/value pair to a <see cref="T:System.Runtime.CompilerServices.ConditionalWeakTable`2" /> object.</summary>
-      <param name="key">The key that belongs to the value to create.</param>
-      <returns>An instance of a reference type that represents the value to attach to the specified key.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable">
-      <summary>Provides a type that can be used to configure how awaits on an <see cref="T:System.IAsyncDisposable" /> are performed.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredAsyncDisposable.DisposeAsync">
-      <summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable" />.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1">
-      <summary>Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.</summary>
-      <typeparam name="T">The type of values to enumerate.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)">
-      <summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
-      <param name="continueOnCapturedContext">
-        <see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
-      <returns>The configured enumerable.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.GetAsyncEnumerator">
-      <summary>Returns an enumerator that iterates asynchronously through collections that enables cancelable iteration and configured awaits.</summary>
-      <returns>An enumerator for the <see cref="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1" /> class.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)">
-      <summary>Sets the <see cref="T:System.Threading.CancellationToken" /> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)" /> when iterating.</summary>
-      <param name="cancellationToken">The cancellation token to use.</param>
-      <returns>The configured enumerable.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator">
-      <summary>Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.</summary>
-      <typeparam name="T">The type of values to enumerate.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.DisposeAsync">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.MoveNextAsync">
-      <summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
-      <returns>A <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> that will complete with a result of <see langword="true" /> if the enumerator was successfully advanced to the next element, or <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.Current">
-      <summary>Gets the element in the collection at the current position of the enumerator.</summary>
-      <returns>The element in the collection at the current position of the enumerator.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="key" /> is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
       <summary>Provides an awaitable object that enables configured awaits on a task.</summary>
     </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter">
-      <summary>Returns an awaiter for this awaitable object.</summary>
-      <returns>The awaiter.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter">
       <summary>Provides an awaiter for an awaitable (<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable" />) object.</summary>
     </member>
@@ -44481,6 +25821,12 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
       <exception cref="T:System.Exception">The task completed in a faulted state.</exception>
     </member>
+    <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.IsCompleted">
+      <summary>Gets a value that specifies whether the task being awaited is completed.</summary>
+      <returns>
+        <see langword="true" /> if the task being awaited is completed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
+    </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
       <param name="continuation">The action to invoke when the await operation completes.</param>
@@ -44493,30 +25839,30 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
     </member>
-    <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.IsCompleted">
-      <summary>Gets a value that specifies whether the task being awaited is completed.</summary>
-      <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
-      <returns>
-        <see langword="true" /> if the task being awaited is completed; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter">
+      <summary>Returns an awaiter for this awaitable object.</summary>
+      <returns>The awaiter.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1">
       <summary>Provides an awaitable object that enables configured awaits on a task.</summary>
       <typeparam name="TResult">The type of the result produced by this <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
     </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.GetAwaiter">
-      <summary>Returns an awaiter for this awaitable object.</summary>
-      <returns>The awaiter.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter">
       <summary>Provides an awaiter for an awaitable object(<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1" />).</summary>
       <typeparam name="TResult" />
     </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult">
       <summary>Ends the await on the completed task.</summary>
+      <returns>The result of the completed task.</returns>
       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
       <exception cref="T:System.Exception">The task completed in a faulted state.</exception>
-      <returns>The result of the completed task.</returns>
+    </member>
+    <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.IsCompleted">
+      <summary>Gets a value that specifies whether the task being awaited has been completed.</summary>
+      <returns>
+        <see langword="true" /> if the task being awaited has been completed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
     </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for the task associated with this awaiter.</summary>
@@ -44530,25 +25876,24 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
     </member>
-    <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.IsCompleted">
-      <summary>Gets a value that specifies whether the task being awaited has been completed.</summary>
-      <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
-      <returns>
-        <see langword="true" /> if the task being awaited has been completed; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.GetAwaiter">
+      <summary>Returns an awaiter for this awaitable object.</summary>
+      <returns>The awaiter.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable">
       <summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask" />.</summary>
     </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.GetAwaiter">
-      <summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> instance.</summary>
-      <returns>The awaiter for this instance.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter">
       <summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" />.</summary>
     </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.GetResult">
       <summary>Gets the result of the ValueTask.</summary>
     </member>
+    <member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.IsCompleted">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> has completed.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> has completed; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" />.</summary>
       <param name="continuation">The continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" />.</param>
@@ -44557,27 +25902,27 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" />.</summary>
       <param name="continuation">The continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" />.</param>
     </member>
-    <member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.IsCompleted">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> has completed.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> has completed; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.GetAwaiter">
+      <summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable" /> instance.</summary>
+      <returns>The awaiter for this instance.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
       <summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
       <typeparam name="TResult">The type of the produced result.</typeparam>
     </member>
-    <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
-      <summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> instance.</summary>
-      <returns>The awaiter for this instance.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
       <summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</summary>
-      <typeparam name="TResult">The type of the result produced by the task.</typeparam>
+      <typeparam name="TResult" />
     </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
       <summary>Gets the result of the <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
       <returns>The result of the <see cref="T:System.Threading.Tasks.ValueTask`1" />.</returns>
     </member>
+    <member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> has completed.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> has completed; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</summary>
       <param name="continuation">The continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</param>
@@ -44586,10 +25931,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</summary>
       <param name="continuation">The continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</param>
     </member>
-    <member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> has completed.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> has completed; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
+      <summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" /> instance.</summary>
+      <returns>The awaiter for this instance.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.CustomConstantAttribute">
       <summary>Defines a constant value that a compiler can persist for a field or method parameter.</summary>
@@ -44648,89 +25992,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the <see cref="T:System.Runtime.CompilerServices.LoadHint" /> value that indicates when an assembly loads a dependency.</summary>
       <returns>One of the <see cref="T:System.Runtime.CompilerServices.LoadHint" /> values.</returns>
     </member>
-    <member name="T:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler">
-      <summary>Provides a handler used by the language compiler to process interpolated strings into <see cref="T:System.String" /> instances.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.#ctor(System.Int32,System.Int32)">
-      <summary>Creates a handler used to translate an interpolated string into a <see cref="T:System.String" />.</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.IFormatProvider)">
-      <summary>Creates a handler used to translate an interpolated string into a <see cref="T:System.String" />.</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.IFormatProvider,System.Span{System.Char})">
-      <summary>Creates a handler used to translate an interpolated string into a <see cref="T:System.String" />.</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <param name="initialBuffer">A buffer temporarily transferred to the handler for use as part of its formatting.  Contents may be overwritten.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(System.Object,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the specified character span to the handler.</summary>
-      <param name="value">The span to write.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char},System.Int32,System.String)">
-      <summary>Writes the specified string of chars to the handler.</summary>
-      <param name="value">The span to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(System.String,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted``1(``0)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">Minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted``1(``0,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendLiteral(System.String)">
-      <summary>Writes the specified string to the handler.</summary>
-      <param name="value">The string to write.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.ToString">
-      <summary>Gets the built <see cref="T:System.String" />.</summary>
-      <returns>The built string.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.ToStringAndClear">
-      <summary>Gets the built <see cref="T:System.String" /> and clears the handler.</summary>
-      <returns>The built string.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.DependencyAttribute">
       <summary>Indicates when a dependency is to be loaded by the referring assembly. This class cannot be inherited.</summary>
     </member>
@@ -44800,13 +26061,11 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Creates a <see cref="T:System.FormattableString" /> instance from a composite format string and its arguments.</summary>
       <param name="format">A composite format string.</param>
       <param name="arguments">The arguments whose string representations are to be inserted in the result string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="format" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="arguments" /> is <see langword="null" />.</exception>
       <returns>The object that represents the composite format string and its arguments.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="format" /> is <see langword="null" />.
+-or-
+<paramref name="arguments" /> is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Runtime.CompilerServices.IAsyncStateMachine">
       <summary>Represents state machines that are generated for asynchronous methods. This type is intended for compiler use only.</summary>
@@ -44856,26 +26115,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the name of the friend assembly to which all types and type members that are marked with the <see langword="internal" /> keyword are to be made visible.</summary>
       <returns>A string that represents the name of the friend assembly.</returns>
     </member>
-    <member name="T:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute">
-      <summary>Indicates which arguments to a method involving an interpolated string handler should be passed to that handler.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute" /> class.</summary>
-      <param name="argument">The name of the argument that should be passed to the handler.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute.#ctor(System.String[])">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute" /> class.</summary>
-      <param name="arguments">The names of the arguments that should be passed to the handler.</param>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute.Arguments">
-      <summary>Gets the names of the arguments that should be passed to the handler.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute">
-      <summary>Indicates the attributed type is to be used as an interpolated string handler.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute.#ctor">
-      <summary>Initializes the <see cref="T:System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute" />.</summary>
-    </member>
     <member name="T:System.Runtime.CompilerServices.IsByRefLikeAttribute">
       <summary>Indicates that a structure is byref-like.</summary>
     </member>
@@ -44885,10 +26124,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.Runtime.CompilerServices.IsConst">
       <summary>Indicates that the modified type has a <see langword="const" /> modifier. This class cannot be inherited.</summary>
     </member>
-    <member name="T:System.Runtime.CompilerServices.IsExternalInit">
-      <summary>Reserved to be used by the compiler for tracking metadata.
-            This class should not be used by developers in source code.</summary>
-    </member>
     <member name="T:System.Runtime.CompilerServices.IsReadOnlyAttribute">
       <summary>Marks a program element as read-only.</summary>
     </member>
@@ -44954,9 +26189,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.Runtime.CompilerServices.MethodImplAttribute">
       <summary>Specifies the details of how a method is implemented. This class cannot be inherited.</summary>
     </member>
-    <member name="F:System.Runtime.CompilerServices.MethodImplAttribute.MethodCodeType">
-      <summary>A <see cref="T:System.Runtime.CompilerServices.MethodCodeType" /> value indicating what kind of implementation is provided for this method.</summary>
-    </member>
     <member name="M:System.Runtime.CompilerServices.MethodImplAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.MethodImplAttribute" /> class.</summary>
     </member>
@@ -44968,12 +26200,15 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.MethodImplAttribute" /> class with the specified <see cref="T:System.Runtime.CompilerServices.MethodImplOptions" /> value.</summary>
       <param name="methodImplOptions">A <see cref="T:System.Runtime.CompilerServices.MethodImplOptions" /> value specifying properties of the attributed method.</param>
     </member>
+    <member name="F:System.Runtime.CompilerServices.MethodImplAttribute.MethodCodeType">
+      <summary>A <see cref="T:System.Runtime.CompilerServices.MethodCodeType" /> value indicating what kind of implementation is provided for this method.</summary>
+    </member>
     <member name="P:System.Runtime.CompilerServices.MethodImplAttribute.Value">
       <summary>Gets the <see cref="T:System.Runtime.CompilerServices.MethodImplOptions" /> value describing the attributed method.</summary>
       <returns>The <see cref="T:System.Runtime.CompilerServices.MethodImplOptions" /> value describing the attributed method.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.MethodImplOptions">
-      <summary>Specifies constants that define the details of how a method is implemented.</summary>
+      <summary>Defines the details of how a method is implemented.</summary>
     </member>
     <member name="F:System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining">
       <summary>The method should be inlined if possible.</summary>
@@ -44985,7 +26220,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>The method is declared, but its implementation is provided elsewhere.</summary>
     </member>
     <member name="F:System.Runtime.CompilerServices.MethodImplOptions.InternalCall">
-      <summary>The call is internal, that is, it calls a method that's implemented within the common language runtime.</summary>
+      <summary>The call is internal, that is, it calls a method that is implemented within the common language runtime.</summary>
     </member>
     <member name="F:System.Runtime.CompilerServices.MethodImplOptions.NoInlining">
       <summary>The method cannot be inlined. Inlining is an optimization by which a method call is replaced with the method body.</summary>
@@ -45002,100 +26237,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="F:System.Runtime.CompilerServices.MethodImplOptions.Unmanaged">
       <summary>The method is implemented in unmanaged code.</summary>
     </member>
-    <member name="T:System.Runtime.CompilerServices.ModuleInitializerAttribute">
-      <summary>Used to indicate to the compiler that a method should be called in its containing module's initializer.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.ModuleInitializerAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ModuleInitializerAttribute" /> class.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder">
-      <summary>Represents a builder for asynchronous methods that return a <see cref="T:System.Threading.Tasks.ValueTask" />.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">The awaiter.</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder" /> struct.</summary>
-      <returns>The initialized instance.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.SetException(System.Exception)">
-      <summary>Marks the task as failed and binds the specified exception to the task.</summary>
-      <param name="exception">The exception to bind to the task.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.SetResult">
-      <summary>Marks the task as successfully completed.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
-      <summary>Associates the builder with the specified state machine.</summary>
-      <param name="stateMachine">The state machine instance to associate with the builder.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.Start``1(``0@)">
-      <summary>Begins running the builder with the associated state machine.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder.Task">
-      <summary>Gets the task for this builder.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1">
-      <summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
-      <typeparam name="TResult">The type of the result.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">the awaiter</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
-      <summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
-      <param name="awaiter">the awaiter</param>
-      <param name="stateMachine">The state machine.</param>
-      <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Create">
-      <summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1" /> struct.</summary>
-      <returns>The initialized instance.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
-      <summary>Marks the value task as failed and binds the specified exception to the value task.</summary>
-      <param name="exception">The exception to bind to the value task.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.SetResult(`0)">
-      <summary>Marks the value task as successfully completed.</summary>
-      <param name="result">The result to use to complete the value task.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
-      <summary>Associates the builder with the specified state machine.</summary>
-      <param name="stateMachine">The state machine instance to associate with the builder.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Start``1(``0@)">
-      <summary>Begins running the builder with the associated state machine.</summary>
-      <param name="stateMachine">The state machine instance, passed by reference.</param>
-      <typeparam name="TStateMachine">The type of the state machine.</typeparam>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Task">
-      <summary>Gets the value task for this builder.</summary>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.PreserveBaseOverridesAttribute">
-      <summary>Ensures that any virtual call to the method, whether it uses the base signature or derived signature of the method, executes the most derived override.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.PreserveBaseOverridesAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.PreserveBaseOverridesAttribute" /> class.</summary>
-    </member>
     <member name="T:System.Runtime.CompilerServices.ReferenceAssemblyAttribute">
       <summary>Identifies an assembly as a reference assembly, which contains metadata but no executable code.</summary>
     </member>
@@ -45122,22 +26263,20 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if exceptions that do not derive from the <see cref="T:System.Exception" /> class should appear wrapped with a <see cref="T:System.Runtime.CompilerServices.RuntimeWrappedException" /> object; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="T:System.Runtime.CompilerServices.RuntimeFeature">
-      <summary>Defines APIs to determine whether specific features are supported by the common language runtime.</summary>
-    </member>
-    <member name="F:System.Runtime.CompilerServices.RuntimeFeature.CovariantReturnsOfClasses">
-      <summary>Represents a runtime feature where overriding methods can return more derived types than the method they override.</summary>
+      <summary>A class whose static <see cref="M:System.Runtime.CompilerServices.RuntimeFeature.IsSupported(System.String)" /> method checks whether a specified feature is supported by the common language runtime.</summary>
     </member>
     <member name="F:System.Runtime.CompilerServices.RuntimeFeature.DefaultImplementationsOfInterfaces">
-      <summary>Represents a runtime feature where interfaces can define default method implementations.</summary>
-    </member>
-    <member name="F:System.Runtime.CompilerServices.RuntimeFeature.PortablePdb">
-      <summary>Represents the portable PDB runtime feature.</summary>
+      <summary>Indicates that this version of the runtime supports default interface method implementations.</summary>
     </member>
-    <member name="F:System.Runtime.CompilerServices.RuntimeFeature.UnmanagedSignatureCallingConvention">
-      <summary>Represents a runtime feature where C# function pointers can be declared with an unmanaged calling convention.</summary>
+    <member name="P:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeCompiled">
+      <summary>Gets a value that indicates whether the runtime compiles dynamic code.</summary>
+      <returns>
+        <see langword="true" /> if the runtime compiles dynamic code; <see langword="false" /> if it doesn't compile dynamic code or doesn't know about this property.</returns>
     </member>
-    <member name="F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces">
-      <summary>Indicates that this version of runtime supports virtual static members of interfaces.</summary>
+    <member name="P:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported">
+      <summary>Gets a value that determines whether the runtime supports dynamic code.</summary>
+      <returns>
+        <see langword="true" /> if the runtime supports dynamic code; <see langword="false" /> if it either doesn't support dynamic code or doesn't know about this property.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeFeature.IsSupported(System.String)">
       <summary>Determines whether a specified feature is supported by the common language runtime.</summary>
@@ -45145,28 +26284,21 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if <paramref name="feature" /> is supported; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeCompiled">
-      <summary>Gets a value that indicates whether the runtime compiles dynamic code.</summary>
-      <returns>
-        <see langword="true" /> if the runtime compiles dynamic code; <see langword="false" /> if it doesn't compile dynamic code or doesn't know about this property.</returns>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported">
-      <summary>Gets a value that indicates whether the runtime supports dynamic code.</summary>
-      <returns>
-        <see langword="true" /> if the runtime supports dynamic code; <see langword="false" /> if it doesn't support dynamic code or doesn't know about this property.</returns>
+    <member name="F:System.Runtime.CompilerServices.RuntimeFeature.PortablePdb">
+      <summary>Gets the name of the portable PDB feature.</summary>
     </member>
     <member name="T:System.Runtime.CompilerServices.RuntimeHelpers">
       <summary>Provides a set of static methods and properties that provide support for compilers. This class cannot be inherited.</summary>
     </member>
-    <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.AllocateTypeAssociatedMemory(System.Type,System.Int32)">
-      <summary>Allocates memory that's associated with the <paramref name="type" /> and is freed if and when the <see cref="T:System.Type" /> is unloaded.</summary>
-      <param name="type">The type associated with the allocated memory.</param>
-      <param name="size">The amount of memory to allocate, in bytes.</param>
-      <returns>The allocated memory.</returns>
+    <member name="T:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode">
+      <summary>Represents a method to run when an exception occurs.</summary>
+      <param name="userData">Data to pass to the delegate.</param>
+      <param name="exceptionThrown">
+        <see langword="true" /> to express that an exception was thrown; otherwise, <see langword="false" />.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.EnsureSufficientExecutionStack">
-      <summary>Ensures that the remaining stack space is large enough to execute the average .NET function.</summary>
-      <exception cref="T:System.InsufficientExecutionStackException">The available stack space is insufficient to execute the average .NET function.</exception>
+      <summary>Ensures that the remaining stack space is large enough to execute the average .NET Framework function.</summary>
+      <exception cref="T:System.InsufficientExecutionStackException">The available stack space is insufficient to execute the average .NET Framework function.</exception>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.Equals(System.Object,System.Object)">
       <summary>Determines whether the specified <see cref="T:System.Object" /> instances are considered equal.</summary>
@@ -45199,9 +26331,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>The subarray defined by <paramref name="range" />.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.GetUninitializedObject(System.Type)">
-      <summary>Returns an uninitialized instance of the system-provided type.</summary>
-      <param name="type">A system-provided type.</param>
-      <returns>An object representing the uninitialized system-provided type instance.</returns>
+      <param name="type" />
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(System.Array,System.RuntimeFieldHandle)">
       <summary>Provides a fast way to initialize an array from data that is stored in a module.</summary>
@@ -45214,6 +26344,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if the given type is reference type or value type that contains references; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData">
+      <summary>Gets the offset, in bytes, to the data in the given string.</summary>
+      <returns>The byte offset, from the start of the <see cref="T:System.String" /> object to the first character in the string.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.PrepareConstrainedRegions">
       <summary>Designates a body of code as a constrained execution region (CER).</summary>
     </member>
@@ -45246,35 +26380,20 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.TypeInitializationException">The type initializer throws an exception.</exception>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.RunModuleConstructor(System.ModuleHandle)">
-      <summary>Ensures a specified module constructor method has run by the time this method returns.</summary>
+      <summary>Runs a specified module constructor method.</summary>
       <param name="module">A handle that specifies the module constructor method to run.</param>
       <exception cref="T:System.TypeInitializationException">The module constructor throws an exception.</exception>
     </member>
-    <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.TryEnsureSufficientExecutionStack">
-      <summary>Tries to ensure there is sufficient stack to execute the average .NET function.</summary>
-      <returns>
-        <see langword="true" /> if sufficient stack is present; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData">
-      <summary>Gets the offset, in bytes, to the data in the given string.</summary>
-      <returns>The byte offset, from the start of the <see cref="T:System.String" /> object to the first character in the string.</returns>
-    </member>
-    <member name="T:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode">
-      <summary>Represents a method to run when an exception occurs.</summary>
-      <param name="userData">Data to pass to the delegate.</param>
-      <param name="exceptionThrown">
-        <see langword="true" /> to express that an exception was thrown; otherwise, <see langword="false" />.</param>
-    </member>
     <member name="T:System.Runtime.CompilerServices.RuntimeHelpers.TryCode">
       <summary>Represents a delegate to code that should be run in a try block.</summary>
       <param name="userData">Data to pass to the delegate.</param>
     </member>
+    <member name="M:System.Runtime.CompilerServices.RuntimeHelpers.TryEnsureSufficientExecutionStack" />
     <member name="T:System.Runtime.CompilerServices.RuntimeWrappedException">
       <summary>Wraps an exception that does not derive from the <see cref="T:System.Exception" /> class. This class cannot be inherited.</summary>
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeWrappedException.#ctor(System.Object)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.RuntimeWrappedException" /> that contains the inner exception object.</summary>
-      <param name="thrownObject">The exception getting wrapped.</param>
+      <param name="thrownObject" />
     </member>
     <member name="M:System.Runtime.CompilerServices.RuntimeWrappedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with information about the exception.</summary>
@@ -45286,12 +26405,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the object that was wrapped by the <see cref="T:System.Runtime.CompilerServices.RuntimeWrappedException" /> object.</summary>
       <returns>The object that was wrapped by the <see cref="T:System.Runtime.CompilerServices.RuntimeWrappedException" /> object.</returns>
     </member>
-    <member name="T:System.Runtime.CompilerServices.SkipLocalsInitAttribute">
-      <summary>Indicates to the compiler that the .locals init flag should not be set in nested method headers when emitting to metadata.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SkipLocalsInitAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SkipLocalsInitAttribute" /> class.</summary>
-    </member>
     <member name="T:System.Runtime.CompilerServices.SpecialNameAttribute">
       <summary>Indicates that a type or member is treated in a special way by the runtime or tools.  This class cannot be inherited.</summary>
     </member>
@@ -45319,9 +26432,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Holds a reference to a value.</summary>
       <typeparam name="T">The type of the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</typeparam>
     </member>
-    <member name="F:System.Runtime.CompilerServices.StrongBox`1.Value">
-      <summary>Represents the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</summary>
-    </member>
     <member name="M:System.Runtime.CompilerServices.StrongBox`1.#ctor">
       <summary>Initializes a new StrongBox which can receive a value when used in a reference call.</summary>
     </member>
@@ -45333,48 +26443,15 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets or sets the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</summary>
       <returns>The value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</returns>
     </member>
+    <member name="F:System.Runtime.CompilerServices.StrongBox`1.Value">
+      <summary>Represents the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</summary>
+    </member>
     <member name="T:System.Runtime.CompilerServices.SuppressIldasmAttribute">
       <summary>Prevents the Ildasm.exe (IL Disassembler) from disassembling an assembly. This class cannot be inherited.</summary>
     </member>
     <member name="M:System.Runtime.CompilerServices.SuppressIldasmAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SuppressIldasmAttribute" /> class.</summary>
     </member>
-    <member name="T:System.Runtime.CompilerServices.SwitchExpressionException">
-      <summary>Indicates that a switch expression that was non-exhaustive failed to match its input at runtime. The exception optionally contains an object representing the unmatched value.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SwitchExpressionException" /> class.</summary>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.#ctor(System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SwitchExpressionException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.#ctor(System.Object)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SwitchExpressionException" /> class with an unmatched switch value.</summary>
-      <param name="unmatchedValue">The switch value that does not match any switch cases.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SwitchExpressionException" /> class with the specified message.</summary>
-      <param name="message">The message to display to the end user.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SwitchExpressionException" /> class with the specified detailed description and the specified exception.</summary>
-      <param name="message">The message to display to the end user.</param>
-      <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.SwitchExpressionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the parameter name and additional exception information.</summary>
-      <param name="info">Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer" /> was serializing or deserializing.</param>
-      <param name="context">Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context.</param>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.SwitchExpressionException.Message">
-      <summary>Gets the exception message.</summary>
-      <returns>The complete message string.</returns>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.SwitchExpressionException.UnmatchedValue">
-      <summary>Gets the unmatched value associated with the exception.</summary>
-      <returns>The unmatched value causing the exception.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.TaskAwaiter">
       <summary>Provides an object that waits for the completion of an asynchronous task.</summary>
     </member>
@@ -45384,6 +26461,12 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
       <exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</exception>
     </member>
+    <member name="P:System.Runtime.CompilerServices.TaskAwaiter.IsCompleted">
+      <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
+      <returns>
+        <see langword="true" /> if the task has completed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> object was not properly initialized.</exception>
+    </member>
     <member name="M:System.Runtime.CompilerServices.TaskAwaiter.OnCompleted(System.Action)">
       <summary>Sets the action to perform when the <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> object stops waiting for the asynchronous task to complete.</summary>
       <param name="continuation">The action to perform when the wait operation completes.</param>
@@ -45399,22 +26482,22 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <paramref name="continuation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">The awaiter was not properly initialized.</exception>
     </member>
-    <member name="P:System.Runtime.CompilerServices.TaskAwaiter.IsCompleted">
-      <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
-      <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> object was not properly initialized.</exception>
-      <returns>
-        <see langword="true" /> if the task has completed; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.TaskAwaiter`1">
       <summary>Represents an object that waits for the completion of an asynchronous task and provides a parameter for the result.</summary>
       <typeparam name="TResult">The result for the task.</typeparam>
     </member>
     <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.GetResult">
       <summary>Ends the wait for the completion of the asynchronous task.</summary>
+      <returns>The result of the completed task.</returns>
       <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object was not properly initialized.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
       <exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</exception>
-      <returns>The result of the completed task.</returns>
+    </member>
+    <member name="P:System.Runtime.CompilerServices.TaskAwaiter`1.IsCompleted">
+      <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
+      <returns>
+        <see langword="true" /> if the task has completed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object was not properly initialized.</exception>
     </member>
     <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.OnCompleted(System.Action)">
       <summary>Sets the action to perform when the <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object stops waiting for the asynchronous task to complete.</summary>
@@ -45430,12 +26513,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <paramref name="continuation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
     </member>
-    <member name="P:System.Runtime.CompilerServices.TaskAwaiter`1.IsCompleted">
-      <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
-      <exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object was not properly initialized.</exception>
-      <returns>
-        <see langword="true" /> if the task has completed; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.TupleElementNamesAttribute">
       <summary>Indicates that the use of a value tuple on a member is meant to be treated as a tuple with element names.</summary>
     </member>
@@ -45483,40 +26560,39 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult">
       <summary>Gets the result of the ValueTask.</summary>
     </member>
+    <member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Threading.Tasks.ValueTask" /> has completed.</summary>
+      <returns>
+        <see langword="true" /> if the ValueTask has completed; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.ValueTask" />.</summary>
       <param name="continuation">The continuation action for this <see cref="T:System.Threading.Tasks.ValueTask" />.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
       <summary>Schedules the continuation action for this ValueTask.</summary>
-      <param name="continuation">The continuation action for this <see cref="T:System.Threading.Tasks.ValueTask" />.</param>
-    </member>
-    <member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Threading.Tasks.ValueTask" /> has completed.</summary>
-      <returns>
-        <see langword="true" /> if the ValueTask has completed; otherwise, <see langword="false" />.</returns>
+      <param name="continuation" />
     </member>
     <member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
       <summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
-      <typeparam name="TResult">The type of the result produced by the task.</typeparam>
+      <typeparam name="TResult" />
     </member>
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
       <summary>Gets the result of the ValueTask.</summary>
-      <returns>The result of the completed task.</returns>
+    </member>
+    <member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Threading.Tasks.ValueTask`1" /> has completed.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.ValueTask`1" /> has completed; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
       <summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
-      <param name="continuation">The action to perform when the wait operation completes.</param>
+      <param name="continuation" />
     </member>
     <member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
       <summary>Schedules the continuation action for this ValueTask.</summary>
       <param name="continuation">The continuation action for this <see cref="T:System.Threading.Tasks.ValueTask`1" />.</param>
     </member>
-    <member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Threading.Tasks.ValueTask`1" /> has completed.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.ValueTask`1" /> has completed; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Runtime.CompilerServices.YieldAwaitable">
       <summary>Provides the context for waiting when asynchronously switching into a target environment.</summary>
     </member>
@@ -45530,6 +26606,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.GetResult">
       <summary>Ends the await operation.</summary>
     </member>
+    <member name="P:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.IsCompleted">
+      <summary>Gets a value that indicates whether a yield is not required.</summary>
+      <returns>Always <see langword="false" />, which indicates that a yield is always required for <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter" />.</returns>
+    </member>
     <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.OnCompleted(System.Action)">
       <summary>Sets the continuation to invoke.</summary>
       <param name="continuation">The action to invoke asynchronously.</param>
@@ -45541,10 +26621,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="continuation">The action to invoke asynchronously.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuation" /> argument is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.IsCompleted">
-      <summary>Gets a value that indicates whether a yield is not required.</summary>
-      <returns>Always <see langword="false" />, which indicates that a yield is always required for <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter" />.</returns>
-    </member>
     <member name="T:System.Runtime.ConstrainedExecution.Cer">
       <summary>Specifies a method's behavior when called within a constrained execution region.</summary>
     </member>
@@ -45603,64 +26679,19 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the value of the <see cref="T:System.Runtime.ConstrainedExecution.Consistency" /> reliability contract.</summary>
       <returns>One of the <see cref="T:System.Runtime.ConstrainedExecution.Consistency" /> values.</returns>
     </member>
-    <member name="T:System.Runtime.DependentHandle">
-      <summary>Represents a dependent garbage-collection handle. The handle will conditionally keep a dependent object instance alive as long as a target object instance is alive as well, without representing a strong reference to the target instance.</summary>
-    </member>
-    <member name="M:System.Runtime.DependentHandle.#ctor(System.Object,System.Object)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.DependentHandle" /> struct with the specified arguments.</summary>
-      <param name="target">The target object instance to track.</param>
-      <param name="dependent">The dependent object instance to associate with <paramref name="target" />.</param>
-    </member>
-    <member name="M:System.Runtime.DependentHandle.Dispose">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
-    </member>
-    <member name="P:System.Runtime.DependentHandle.Dependent">
-      <summary>Gets or sets the dependent object instance for the current handle.</summary>
-      <exception cref="T:System.InvalidOperationException">Thrown if <see cref="P:System.Runtime.DependentHandle.IsAllocated" /> is <see langword="false" />.</exception>
-    </member>
-    <member name="P:System.Runtime.DependentHandle.IsAllocated">
-      <summary>Gets a value indicating whether this instance was constructed with <see cref="M:System.Runtime.DependentHandle.#ctor(System.Object,System.Object)" /> and has not yet been disposed.</summary>
-      <returns>
-        <see langword="true" /> if this instance was constructed with <see cref="M:System.Runtime.DependentHandle.#ctor(System.Object,System.Object)" /> and has not yet been disposed; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.Runtime.DependentHandle.Target">
-      <summary>Gets or sets the target object instance for the current handle. The target can only be set to a <see langword="null" /> value once the <see cref="T:System.Runtime.DependentHandle" /> instance has been created. Doing so will cause <see cref="P:System.Runtime.DependentHandle.Dependent" /> to start returning <see langword="null" /> as well, and to become eligible for collection even if the previous target is still alive.</summary>
-      <exception cref="T:System.InvalidOperationException">
-        <see cref="P:System.Runtime.DependentHandle.IsAllocated" /> is <see langword="false" /> or the input value is not <see langword="null" />.</exception>
-      <returns>The target object instance for the current handle.</returns>
-    </member>
-    <member name="P:System.Runtime.DependentHandle.TargetAndDependent">
-      <summary>Gets the values of both <see cref="P:System.Runtime.DependentHandle.Target" /> and <see cref="P:System.Runtime.DependentHandle.Dependent" /> (if available) as an atomic operation.
-            That is, even if <see cref="P:System.Runtime.DependentHandle.Target" /> is concurrently set to <see langword="null" />, calling this method will either return <see langword="null" /> for both target and dependent, or return both previous values.
-            If <see cref="P:System.Runtime.DependentHandle.Target" /> and <see cref="P:System.Runtime.DependentHandle.Dependent" /> were used sequentially in this scenario instead, it would be possible to sometimes successfully retrieve the previous target, but then fail to get the dependent.</summary>
-      <exception cref="T:System.InvalidOperationException">
-        <see cref="P:System.Runtime.DependentHandle.IsAllocated" /> is <see langword="false" />.</exception>
-      <returns>The values of <see cref="P:System.Runtime.DependentHandle.Target" /> and <see cref="P:System.Runtime.DependentHandle.Dependent" />.</returns>
-    </member>
     <member name="T:System.Runtime.ExceptionServices.ExceptionDispatchInfo">
       <summary>Represents an exception whose state is captured at a certain point in code.</summary>
     </member>
     <member name="M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Capture(System.Exception)">
       <summary>Creates an <see cref="T:System.Runtime.ExceptionServices.ExceptionDispatchInfo" /> object that represents the specified exception at the current point in code.</summary>
       <param name="source">The exception whose state is captured, and which is represented by the returned object.</param>
+      <returns>An object that represents the specified exception at the current point in code.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="source" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the specified exception at the current point in code.</returns>
     </member>
-    <member name="M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.SetCurrentStackTrace(System.Exception)">
-      <summary>Stores the current stack trace into the specified <see cref="T:System.Exception" /> instance.</summary>
-      <param name="source">The unthrown exception.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="source" /> argument was <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="source" /> argument was previously thrown or previously had a stack trace stored into it.</exception>
-      <returns>The <paramref name="source" /> exception instance with the stack trace included.</returns>
-    </member>
-    <member name="M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.SetRemoteStackTrace(System.Exception,System.String)">
-      <summary>Stores the provided stack trace into the specified <see cref="T:System.Exception" /> instance.</summary>
-      <param name="source">The unthrown <see cref="T:System.Exception" /> instance.</param>
-      <param name="stackTrace">The stack trace string to persist within <paramref name="source" />. This is normally acquired from the <see cref="P:System.Exception.StackTrace" /> property from the remote exception instance.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="source" /> or <paramref name="stackTrace" /> argument was <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="source" /> argument was previously thrown or previously had a stack trace stored into it.</exception>
-      <returns>The <paramref name="source" /> exception instance.</returns>
+    <member name="P:System.Runtime.ExceptionServices.ExceptionDispatchInfo.SourceException">
+      <summary>Gets the exception that is represented by the current instance.</summary>
+      <returns>The exception that is represented by the current instance.</returns>
     </member>
     <member name="M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw">
       <summary>Throws the exception that is represented by the current <see cref="T:System.Runtime.ExceptionServices.ExceptionDispatchInfo" /> object, after restoring the state that was saved when the exception was captured.</summary>
@@ -45669,10 +26700,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Throws the source exception, maintaining the original Watson information and augmenting rather than replacing the original stack trace.</summary>
       <param name="source">The exception whose state is captured, then rethrown.</param>
     </member>
-    <member name="P:System.Runtime.ExceptionServices.ExceptionDispatchInfo.SourceException">
-      <summary>Gets the exception that is represented by the current instance.</summary>
-      <returns>The exception that is represented by the current instance.</returns>
-    </member>
     <member name="T:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs">
       <summary>Provides data for the notification event that is raised when a managed exception first occurs, before the common language runtime begins searching for event handlers.</summary>
     </member>
@@ -45712,9 +26739,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Enables garbage collection that is more conservative in reclaiming objects. Full collections occur only if the system is under memory pressure, whereas generation 0 and generation 1 collections might occur more frequently. This mode is not available for the server garbage collector.</summary>
     </member>
     <member name="F:System.Runtime.GCLatencyMode.NoGCRegion">
-      <summary>Indicates that garbage collection is suspended while the app is executing a critical path.  
-  
- <see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" /> is a read-only value; that is, you cannot assign the <see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" /> value to the <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property. You specify the no GC region latency mode by calling the <see cref="Overload:System.GC.TryStartNoGCRegion" /> method and terminate it by calling the <see cref="M:System.GC.EndNoGCRegion" /> method.</summary>
+      <summary>Indicates that garbage collection is suspended while the app is executing a critical path.
+<see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" /> is a read-only value; that is, you cannot assign the <see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" /> value to the <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property. You specify the no GC region latency mode by calling the <see cref="Overload:System.GC.TryStartNoGCRegion" /> method and terminate it by calling the <see cref="M:System.GC.EndNoGCRegion" /> method.</summary>
     </member>
     <member name="F:System.Runtime.GCLatencyMode.SustainedLowLatency">
       <summary>Enables garbage collection that tries to minimize latency over an extended period. The collector tries to perform only generation 0, generation 1, and concurrent generation 2 collections. Full blocking collections may still occur if the system is under memory pressure.</summary>
@@ -45733,12 +26759,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="P:System.Runtime.GCSettings.LatencyMode">
       <summary>Gets or sets the current latency mode for garbage collection.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property is being set to an invalid value.  
-  
- -or-  
-  
- The <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property cannot be set to <see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" />.</exception>
       <returns>One of the enumeration values that specifies the latency mode.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property is being set to an invalid value.
+-or-
+The <see cref="P:System.Runtime.GCSettings.LatencyMode" /> property cannot be set to <see cref="F:System.Runtime.GCLatencyMode.NoGCRegion" />.</exception>
     </member>
     <member name="T:System.Runtime.InteropServices.CharSet">
       <summary>Dictates which character set marshaled strings should use.</summary>
@@ -45771,9 +26795,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.Runtime.InteropServices.CriticalHandle">
       <summary>Represents a wrapper class for handle resources.</summary>
     </member>
-    <member name="F:System.Runtime.InteropServices.CriticalHandle.handle">
-      <summary>Specifies the handle to be wrapped.</summary>
-    </member>
     <member name="M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr)">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.CriticalHandle" /> class with the specified invalid handle value.</summary>
       <param name="invalidHandleValue">The value of an invalid handle (usually 0 or -1).</param>
@@ -45793,6 +26814,19 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.CriticalHandle.Finalize">
       <summary>Frees all resources associated with the handle.</summary>
     </member>
+    <member name="F:System.Runtime.InteropServices.CriticalHandle.handle">
+      <summary>Specifies the handle to be wrapped.</summary>
+    </member>
+    <member name="P:System.Runtime.InteropServices.CriticalHandle.IsClosed">
+      <summary>Gets a value indicating whether the handle is closed.</summary>
+      <returns>
+        <see langword="true" /> if the handle is closed; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Runtime.InteropServices.CriticalHandle.IsInvalid">
+      <summary>When overridden in a derived class, gets a value indicating whether the handle value is invalid.</summary>
+      <returns>
+        <see langword="true" /> if the handle is valid; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.InteropServices.CriticalHandle.ReleaseHandle">
       <summary>When overridden in a derived class, executes the code required to free the handle.</summary>
       <returns>
@@ -45805,16 +26839,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.CriticalHandle.SetHandleAsInvalid">
       <summary>Marks a handle as invalid.</summary>
     </member>
-    <member name="P:System.Runtime.InteropServices.CriticalHandle.IsClosed">
-      <summary>Gets a value indicating whether the handle is closed.</summary>
-      <returns>
-        <see langword="true" /> if the handle is closed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Runtime.InteropServices.CriticalHandle.IsInvalid">
-      <summary>When overridden in a derived class, gets a value indicating whether the handle value is invalid.</summary>
-      <returns>
-        <see langword="true" /> if the handle is valid; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Runtime.InteropServices.ExternalException">
       <summary>The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions.</summary>
     </member>
@@ -45842,14 +26866,14 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="message">The error message that specifies the reason for the exception.</param>
       <param name="errorCode">The HRESULT of the error.</param>
     </member>
-    <member name="M:System.Runtime.InteropServices.ExternalException.ToString">
-      <summary>Returns a string that contains the HRESULT of the error.</summary>
-      <returns>A string that represents the HRESULT.</returns>
-    </member>
     <member name="P:System.Runtime.InteropServices.ExternalException.ErrorCode">
       <summary>Gets the <see langword="HRESULT" /> of the error.</summary>
       <returns>The <see langword="HRESULT" /> of the error.</returns>
     </member>
+    <member name="M:System.Runtime.InteropServices.ExternalException.ToString">
+      <summary>Returns a string that contains the HRESULT of the error.</summary>
+      <returns>A string that represents the HRESULT.</returns>
+    </member>
     <member name="T:System.Runtime.InteropServices.FieldOffsetAttribute">
       <summary>Indicates the physical position of fields within the unmanaged representation of a class or structure.</summary>
     </member>
@@ -45866,8 +26890,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.AddrOfPinnedObject">
       <summary>Retrieves the address of object data in a <see cref="F:System.Runtime.InteropServices.GCHandleType.Pinned" /> handle.</summary>
-      <exception cref="T:System.InvalidOperationException">The handle is any type other than <see cref="F:System.Runtime.InteropServices.GCHandleType.Pinned" />.</exception>
       <returns>The address of the pinned data object.</returns>
+      <exception cref="T:System.InvalidOperationException">The handle is any type other than <see cref="F:System.Runtime.InteropServices.GCHandleType.Pinned" />.</exception>
     </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.Alloc(System.Object)">
       <summary>Allocates a <see cref="F:System.Runtime.InteropServices.GCHandleType.Normal" /> handle for the specified object.</summary>
@@ -45878,8 +26902,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Allocates a handle of the specified type for the specified object.</summary>
       <param name="value">The object that uses the <see cref="T:System.Runtime.InteropServices.GCHandle" />.</param>
       <param name="type">One of the <see cref="T:System.Runtime.InteropServices.GCHandleType" /> values, indicating the type of <see cref="T:System.Runtime.InteropServices.GCHandle" /> to create.</param>
-      <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned.</exception>
       <returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle" /> of the specified type. This <see cref="T:System.Runtime.InteropServices.GCHandle" /> must be released with <see cref="M:System.Runtime.InteropServices.GCHandle.Free" /> when it is no longer needed.</returns>
+      <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned.</exception>
     </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)">
       <summary>Determines whether the specified <see cref="T:System.Runtime.InteropServices.GCHandle" /> object is equal to the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
@@ -45894,13 +26918,18 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr)">
       <summary>Returns a new <see cref="T:System.Runtime.InteropServices.GCHandle" /> object created from a handle to a managed object.</summary>
       <param name="value">An <see cref="T:System.IntPtr" /> handle to a managed object to create a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object from.</param>
-      <exception cref="T:System.InvalidOperationException">The value of the <paramref name="value" /> parameter is <see cref="F:System.IntPtr.Zero" />.</exception>
       <returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle" /> object that corresponds to the value parameter.</returns>
+      <exception cref="T:System.InvalidOperationException">The value of the <paramref name="value" /> parameter is <see cref="F:System.IntPtr.Zero" />.</exception>
     </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.GetHashCode">
       <summary>Returns an identifier for the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
       <returns>An identifier for the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</returns>
     </member>
+    <member name="P:System.Runtime.InteropServices.GCHandle.IsAllocated">
+      <summary>Gets a value indicating whether the handle is allocated.</summary>
+      <returns>
+        <see langword="true" /> if the handle is allocated; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.op_Equality(System.Runtime.InteropServices.GCHandle,System.Runtime.InteropServices.GCHandle)">
       <summary>Returns a value indicating whether two <see cref="T:System.Runtime.InteropServices.GCHandle" /> objects are equal.</summary>
       <param name="a">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the <paramref name="b" /> parameter.</param>
@@ -45925,21 +26954,16 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if the <paramref name="a" /> and <paramref name="b" /> parameters are not equal; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Runtime.InteropServices.GCHandle.Target">
+      <summary>Gets or sets the object this handle represents.</summary>
+      <returns>The object this handle represents.</returns>
+      <exception cref="T:System.InvalidOperationException">The handle was freed, or never initialized.</exception>
+    </member>
     <member name="M:System.Runtime.InteropServices.GCHandle.ToIntPtr(System.Runtime.InteropServices.GCHandle)">
       <summary>Returns the internal integer representation of a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
       <param name="value">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to retrieve an internal integer representation from.</param>
       <returns>An <see cref="T:System.IntPtr" /> object that represents a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</returns>
     </member>
-    <member name="P:System.Runtime.InteropServices.GCHandle.IsAllocated">
-      <summary>Gets a value indicating whether the handle is allocated.</summary>
-      <returns>
-        <see langword="true" /> if the handle is allocated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Runtime.InteropServices.GCHandle.Target">
-      <summary>Gets or sets the object this handle represents.</summary>
-      <exception cref="T:System.InvalidOperationException">The handle was freed, or never initialized.</exception>
-      <returns>The object this handle represents.</returns>
-    </member>
     <member name="T:System.Runtime.InteropServices.GCHandleType">
       <summary>Represents the types of handles the <see cref="T:System.Runtime.InteropServices.GCHandle" /> class can allocate.</summary>
     </member>
@@ -45979,128 +27003,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.OutAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.OutAttribute" /> class.</summary>
     </member>
-    <member name="T:System.Runtime.InteropServices.SafeBuffer">
-      <summary>Provides a controlled memory buffer that can be used for reading and writing. Attempts to access memory outside the controlled buffer (underruns and overruns) raise exceptions.</summary>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.#ctor(System.Boolean)">
-      <summary>Creates a new instance of the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> class, and specifies whether the buffer handle is to be reliably released.</summary>
-      <param name="ownsHandle">
-        <see langword="true" /> to reliably release the handle during the finalization phase; <see langword="false" /> to prevent reliable release (not recommended).</param>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.AcquirePointer(System.Byte*@)">
-      <summary>Obtains a pointer from a <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> object for a block of memory.</summary>
-      <param name="pointer">A byte pointer, passed by reference, to receive the pointer from within the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> object. You must set this pointer to <see langword="null" /> before you call this method.</param>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize(System.UInt32,System.UInt32)">
-      <summary>Specifies the allocation size of the memory buffer by using the specified number of elements and element size. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
-      <param name="numElements">The number of elements in the buffer.</param>
-      <param name="sizeOfEachElement">The size of each element in the buffer.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="numElements" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="sizeOfEachElement" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="numElements" /> multiplied by <paramref name="sizeOfEachElement" /> is greater than the available address space.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize(System.UInt64)">
-      <summary>Defines the allocation size of the memory region in bytes. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
-      <param name="numBytes">The number of bytes in the buffer.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="numBytes" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="numBytes" /> is greater than the available address space.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize``1(System.UInt32)">
-      <summary>Defines the allocation size of the memory region by specifying the number of value types. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
-      <param name="numElements">The number of elements of the value type to allocate memory for.</param>
-      <typeparam name="T">The value type to allocate memory for.</typeparam>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="numElements" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="numElements" /> multiplied by the size of each element is greater than the available address space.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.Read``1(System.UInt64)">
-      <summary>Reads a value type from memory at the specified offset.</summary>
-      <param name="byteOffset">The location from which to read the value type. You may have to consider alignment issues.</param>
-      <typeparam name="T">The value type to read.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-      <returns>The value type that was read from memory.</returns>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.ReadArray``1(System.UInt64,``0[],System.Int32,System.Int32)">
-      <summary>Reads the specified number of value types from memory starting at the offset, and writes them into an array starting at the index.</summary>
-      <param name="byteOffset">The location from which to start reading.</param>
-      <param name="array">The output array to write to.</param>
-      <param name="index">The location in the output array to begin writing to.</param>
-      <param name="count">The number of value types to read from the input array and to write to the output array.</param>
-      <typeparam name="T">The value type to read.</typeparam>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is less than zero.  
-  
- -or-  
-  
- <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The length of the array minus the index is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.ReadSpan``1(System.UInt64,System.Span{``0})">
-      <summary>Reads value types from memory starting at the offset, and writes them into a span. The number of value types that will be read is determined by the length of the span.</summary>
-      <param name="byteOffset">The location from which to start reading.</param>
-      <param name="buffer">The output span to write to.</param>
-      <typeparam name="T">The value type to read.</typeparam>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.ReleasePointer">
-      <summary>Releases a pointer that was obtained by the <see cref="M:System.Runtime.InteropServices.SafeBuffer.AcquirePointer(System.Byte*@)" /> method.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.Write``1(System.UInt64,``0)">
-      <summary>Writes a value type to memory at the given location.</summary>
-      <param name="byteOffset">The location at which to start writing. You may have to consider alignment issues.</param>
-      <param name="value">The value to write.</param>
-      <typeparam name="T">The value type to write.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.WriteArray``1(System.UInt64,``0[],System.Int32,System.Int32)">
-      <summary>Writes the specified number of value types to a memory location by reading bytes starting from the specified location in the input array.</summary>
-      <param name="byteOffset">The location in memory to write to.</param>
-      <param name="array">The input array.</param>
-      <param name="index">The offset in the array to start reading from.</param>
-      <param name="count">The number of value types to write.</param>
-      <typeparam name="T">The value type to write.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="array" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">The length of the input array minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SafeBuffer.WriteSpan``1(System.UInt64,System.ReadOnlySpan{``0})">
-      <summary>Writes the value types from a read-only span to a memory location.</summary>
-      <param name="byteOffset">The location in memory to write to.</param>
-      <param name="data">The input span.</param>
-      <typeparam name="T">The value type to write.</typeparam>
-    </member>
-    <member name="P:System.Runtime.InteropServices.SafeBuffer.ByteLength">
-      <summary>Gets the size of the buffer, in bytes.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
-      <returns>The number of bytes in the memory buffer.</returns>
-    </member>
     <member name="T:System.Runtime.InteropServices.SafeHandle">
       <summary>Represents a wrapper class for operating system handles. This class must be inherited.</summary>
     </member>
-    <member name="F:System.Runtime.InteropServices.SafeHandle.handle">
-      <summary>Specifies the handle to be wrapped.</summary>
-    </member>
     <member name="M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SafeHandle" /> class with the specified invalid handle value.</summary>
       <param name="invalidHandleValue">The value of an invalid handle (usually 0 or -1).  Your implementation of <see cref="P:System.Runtime.InteropServices.SafeHandle.IsInvalid" /> should return <see langword="true" /> for this value.</param>
@@ -46118,7 +27023,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle">
       <summary>Returns the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field.</summary>
-      <returns>An <see cref="T:System.IntPtr" /> representing the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field. If the handle has been marked invalid with <see cref="M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid" />, this method still returns the original handle value, which can be a stale value.</returns>
+      <returns>An <see langword="IntPtr" /> representing the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field. If the handle has been marked invalid with <see cref="M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid" />, this method still returns the original handle value, which can be a stale value.</returns>
     </member>
     <member name="M:System.Runtime.InteropServices.SafeHandle.DangerousRelease">
       <summary>Manually decrements the reference counter on a <see cref="T:System.Runtime.InteropServices.SafeHandle" /> instance.</summary>
@@ -46134,6 +27039,19 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.SafeHandle.Finalize">
       <summary>Frees all resources associated with the handle.</summary>
     </member>
+    <member name="F:System.Runtime.InteropServices.SafeHandle.handle">
+      <summary>Specifies the handle to be wrapped.</summary>
+    </member>
+    <member name="P:System.Runtime.InteropServices.SafeHandle.IsClosed">
+      <summary>Gets a value indicating whether the handle is closed.</summary>
+      <returns>
+        <see langword="true" /> if the handle is closed; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Runtime.InteropServices.SafeHandle.IsInvalid">
+      <summary>When overridden in a derived class, gets a value indicating whether the handle value is invalid.</summary>
+      <returns>
+        <see langword="true" /> if the handle value is invalid; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle">
       <summary>When overridden in a derived class, executes the code required to free the handle.</summary>
       <returns>
@@ -46146,19 +27064,17 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid">
       <summary>Marks a handle as no longer used.</summary>
     </member>
-    <member name="P:System.Runtime.InteropServices.SafeHandle.IsClosed">
-      <summary>Gets a value indicating whether the handle is closed.</summary>
-      <returns>
-        <see langword="true" /> if the handle is closed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Runtime.InteropServices.SafeHandle.IsInvalid">
-      <summary>When overridden in a derived class, gets a value indicating whether the handle value is invalid.</summary>
-      <returns>
-        <see langword="true" /> if the handle value is invalid; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Runtime.InteropServices.StructLayoutAttribute">
       <summary>Lets you control the physical layout of the data fields of a class or structure in memory.</summary>
     </member>
+    <member name="M:System.Runtime.InteropServices.StructLayoutAttribute.#ctor(System.Int16)">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.LayoutKind" /> enumeration member.</summary>
+      <param name="layoutKind">A 16-bit integer that represents one of the <see cref="T:System.Runtime.InteropServices.LayoutKind" /> values that specifies how the class or structure should be arranged.</param>
+    </member>
+    <member name="M:System.Runtime.InteropServices.StructLayoutAttribute.#ctor(System.Runtime.InteropServices.LayoutKind)">
+      <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.LayoutKind" /> enumeration member.</summary>
+      <param name="layoutKind">One of the enumeration values that specifies how the class or structure should be arranged.</param>
+    </member>
     <member name="F:System.Runtime.InteropServices.StructLayoutAttribute.CharSet">
       <summary>Indicates whether string data fields within the class should be marshaled as <see langword="LPWSTR" /> or <see langword="LPSTR" /> by default.</summary>
     </member>
@@ -46168,45 +27084,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="F:System.Runtime.InteropServices.StructLayoutAttribute.Size">
       <summary>Indicates the absolute size of the class or structure.</summary>
     </member>
-    <member name="M:System.Runtime.InteropServices.StructLayoutAttribute.#ctor(System.Int16)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.LayoutKind" /> enumeration member.</summary>
-      <param name="layoutKind">A 16-bit integer that represents one of the <see cref="T:System.Runtime.InteropServices.LayoutKind" /> values that specifies how the class or structure should be arranged.</param>
-    </member>
-    <member name="M:System.Runtime.InteropServices.StructLayoutAttribute.#ctor(System.Runtime.InteropServices.LayoutKind)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.LayoutKind" /> enumeration member.</summary>
-      <param name="layoutKind">One of the enumeration values that specifies how the class or structure should be arranged.</param>
-    </member>
     <member name="P:System.Runtime.InteropServices.StructLayoutAttribute.Value">
       <summary>Gets the <see cref="T:System.Runtime.InteropServices.LayoutKind" /> value that specifies how the class or structure is arranged.</summary>
       <returns>One of the enumeration values that specifies how the class or structure is arranged.</returns>
     </member>
-    <member name="T:System.Runtime.InteropServices.SuppressGCTransitionAttribute">
-      <summary>Indicates that a garbage collection transition should be skipped when an unmanaged function call is made.</summary>
-    </member>
-    <member name="M:System.Runtime.InteropServices.SuppressGCTransitionAttribute.#ctor">
-      <summary>Instance constructor.</summary>
-    </member>
-    <member name="T:System.Runtime.JitInfo">
-      <summary>Provides information about the Just In Time compiler. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Runtime.JitInfo.GetCompilationTime(System.Boolean)">
-      <summary>Gets the amount of time the JIT Compiler has spent compiling methods. If <paramref name="currentThread" /> is <see langword="true" />, then this value is scoped to the current thread; otherwise, this is a global value.</summary>
-      <param name="currentThread">
-        <see langword="true" /> to return a value specific to the current thread; <see langword="false" /> to return a global value. The default value is <see langword="false" />.</param>
-      <returns>The amount of time the JIT Compiler has spent compiling methods.</returns>
-    </member>
-    <member name="M:System.Runtime.JitInfo.GetCompiledILBytes(System.Boolean)">
-      <summary>Gets the number of bytes of intermediate language that have been compiled. If <paramref name="currentThread" /> is <see langword="true" />, then this value is scoped to the current thread; otherwise, this is a global value.</summary>
-      <param name="currentThread">
-        <see langword="true" /> to return a value specific to the current thread; <see langword="false" /> to return a global value. The default value is <see langword="false" />.</param>
-      <returns>The number of bytes of IL the JIT has compiled.</returns>
-    </member>
-    <member name="M:System.Runtime.JitInfo.GetCompiledMethodCount(System.Boolean)">
-      <summary>Gets the number of methods that have been compiled. If <paramref name="currentThread" /> is <see langword="true" />, then this value is scoped to the current thread; otherwise, this is a global value.</summary>
-      <param name="currentThread">
-        <see langword="true" /> to return a value specific to the current thread; <see langword="false" /> to return a global value. The default value is <see langword="false" />.</param>
-      <returns>The number of methods the JIT has compiled.</returns>
-    </member>
     <member name="T:System.Runtime.MemoryFailPoint">
       <summary>Checks for sufficient memory resources before executing an operation. This class cannot be inherited.</summary>
     </member>
@@ -46222,17 +27103,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.MemoryFailPoint.Finalize">
       <summary>Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the <see cref="T:System.Runtime.MemoryFailPoint" /> object.</summary>
     </member>
-    <member name="T:System.Runtime.ProfileOptimization">
-      <summary>Improves the startup performance of application domains in applications that require the just-in-time (JIT) compiler by performing background compilation of methods that are likely to be executed, based on profiles created during previous compilations.</summary>
-    </member>
-    <member name="M:System.Runtime.ProfileOptimization.SetProfileRoot(System.String)">
-      <summary>Enables optimization profiling for the current application domain, and sets the folder where the optimization profile files are stored. On a single-core computer, the method is ignored.</summary>
-      <param name="directoryPath">The full path to the folder where profile files are stored for the current application domain.</param>
-    </member>
-    <member name="M:System.Runtime.ProfileOptimization.StartProfile(System.String)">
-      <summary>Starts just-in-time (JIT) compilation of the methods that were previously recorded in the specified profile file, on a background thread. Starts the process of recording current method use, which later overwrites the specified profile file.</summary>
-      <param name="profile">The file name of the profile to use.</param>
-    </member>
     <member name="T:System.Runtime.Remoting.ObjectHandle">
       <summary>Wraps marshal-by-value object references, allowing them to be returned through an indirection.</summary>
     </member>
@@ -46347,8 +27217,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.Serialization.IObjectReference.GetRealObject(System.Runtime.Serialization.StreamingContext)">
       <summary>Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.</summary>
       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> from which the current object is deserialized.</param>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. The call will not work on a medium trusted server.</exception>
       <returns>The actual object that is put into the graph.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. The call will not work on a medium trusted server.</exception>
     </member>
     <member name="T:System.Runtime.Serialization.ISafeSerializationData">
       <summary>Enables serialization of custom exception data in security-transparent code.</summary>
@@ -46508,14 +27378,14 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.Serialization.SerializationInfo.AddValue(System.String,System.Int16)">
       <summary>Adds a 16-bit signed integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name to associate with the value, so it can be deserialized later.</param>
-      <param name="value">The <see cref="T:System.Int16" /> value to serialize.</param>
+      <param name="value">The <see langword="Int16" /> value to serialize.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">A value has already been associated with <paramref name="name" />.</exception>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.AddValue(System.String,System.Int32)">
       <summary>Adds a 32-bit signed integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name to associate with the value, so it can be deserialized later.</param>
-      <param name="value">The <see cref="T:System.Int32" /> value to serialize.</param>
+      <param name="value">The <see langword="Int32" /> value to serialize.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">A value has already been associated with <paramref name="name" />.</exception>
     </member>
@@ -46559,77 +27429,87 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.Serialization.SerializationInfo.AddValue(System.String,System.UInt16)">
       <summary>Adds a 16-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name to associate with the value, so it can be deserialized later.</param>
-      <param name="value">The <see cref="T:System.UInt16" /> value to serialize.</param>
+      <param name="value">The <see langword="UInt16" /> value to serialize.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">A value has already been associated with <paramref name="name" />.</exception>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.AddValue(System.String,System.UInt32)">
       <summary>Adds a 32-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name to associate with the value, so it can be deserialized later.</param>
-      <param name="value">The <see cref="T:System.UInt32" /> value to serialize.</param>
+      <param name="value">The <see langword="UInt32" /> value to serialize.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">A value has already been associated with <paramref name="name" />.</exception>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.AddValue(System.String,System.UInt64)">
       <summary>Adds a 64-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name to associate with the value, so it can be deserialized later.</param>
-      <param name="value">The value to serialize.</param>
+      <param name="value">The <see langword="UInt64" /> value to serialize.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">A value has already been associated with <paramref name="name" />.</exception>
     </member>
+    <member name="P:System.Runtime.Serialization.SerializationInfo.AssemblyName">
+      <summary>Gets or sets the assembly name of the type to serialize during serialization only.</summary>
+      <returns>The full name of the assembly of the type to serialize.</returns>
+      <exception cref="T:System.ArgumentNullException">The value the property is set to is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.Runtime.Serialization.SerializationInfo.FullTypeName">
+      <summary>Gets or sets the full name of the <see cref="T:System.Type" /> to serialize.</summary>
+      <returns>The full name of the type to serialize.</returns>
+      <exception cref="T:System.ArgumentNullException">The value this property is set to is <see langword="null" />.</exception>
+    </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetBoolean(System.String)">
       <summary>Retrieves a Boolean value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The Boolean value associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a Boolean value.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The Boolean value associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetByte(System.String)">
       <summary>Retrieves an 8-bit unsigned integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 8-bit unsigned integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to an 8-bit unsigned integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 8-bit unsigned integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetChar(System.String)">
       <summary>Retrieves a Unicode character value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The Unicode character associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a Unicode character.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The Unicode character associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetDateTime(System.String)">
       <summary>Retrieves a <see cref="T:System.DateTime" /> value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The <see cref="T:System.DateTime" /> value associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a <see cref="T:System.DateTime" /> value.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The <see cref="T:System.DateTime" /> value associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetDecimal(System.String)">
       <summary>Retrieves a decimal value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>A decimal value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a decimal.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>A decimal value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetDouble(System.String)">
       <summary>Retrieves a double-precision floating-point value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The double-precision floating-point value associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a double-precision floating-point value.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The double-precision floating-point value associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetEnumerator">
       <summary>Returns a <see cref="T:System.Runtime.Serialization.SerializationInfoEnumerator" /> used to iterate through the name-value pairs in the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
@@ -46638,108 +27518,93 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetInt16(System.String)">
       <summary>Retrieves a 16-bit signed integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 16-bit signed integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 16-bit signed integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 16-bit signed integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetInt32(System.String)">
       <summary>Retrieves a 32-bit signed integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name of the value to retrieve.</param>
+      <returns>The 32-bit signed integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 32-bit signed integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 32-bit signed integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetInt64(System.String)">
       <summary>Retrieves a 64-bit signed integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 64-bit signed integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 64-bit signed integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 64-bit signed integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetSByte(System.String)">
       <summary>Retrieves an 8-bit signed integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 8-bit signed integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to an 8-bit signed integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 8-bit signed integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetSingle(System.String)">
       <summary>Retrieves a single-precision floating-point value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name of the value to retrieve.</param>
+      <returns>The single-precision floating-point value associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a single-precision floating-point value.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The single-precision floating-point value associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetString(System.String)">
       <summary>Retrieves a <see cref="T:System.String" /> value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The <see cref="T:System.String" /> associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a <see cref="T:System.String" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The <see cref="T:System.String" /> associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetUInt16(System.String)">
       <summary>Retrieves a 16-bit unsigned integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 16-bit unsigned integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 16-bit unsigned integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 16-bit unsigned integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetUInt32(System.String)">
       <summary>Retrieves a 32-bit unsigned integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 32-bit unsigned integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 32-bit unsigned integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 32-bit unsigned integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetUInt64(System.String)">
       <summary>Retrieves a 64-bit unsigned integer value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
+      <returns>The 64-bit unsigned integer associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to a 64-bit unsigned integer.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The 64-bit unsigned integer associated with <paramref name="name" />.</returns>
     </member>
     <member name="M:System.Runtime.Serialization.SerializationInfo.GetValue(System.String,System.Type)">
       <summary>Retrieves a value from the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
       <param name="name">The name associated with the value to retrieve.</param>
       <param name="type">The <see cref="T:System.Type" /> of the value to retrieve. If the stored value cannot be converted to this type, the system will throw a <see cref="T:System.InvalidCastException" />.</param>
+      <returns>The object of the specified <see cref="T:System.Type" /> associated with <paramref name="name" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="name" /> or <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value associated with <paramref name="name" /> cannot be converted to <paramref name="type" />.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">An element with the specified name is not found in the current instance.</exception>
-      <returns>The object of the specified <see cref="T:System.Type" /> associated with <paramref name="name" />.</returns>
-    </member>
-    <member name="M:System.Runtime.Serialization.SerializationInfo.SetType(System.Type)">
-      <summary>Sets the <see cref="T:System.Type" /> of the object to serialize.</summary>
-      <param name="type">The <see cref="T:System.Type" /> of the object to serialize.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="type" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Runtime.Serialization.SerializationInfo.AssemblyName">
-      <summary>Gets or sets the assembly name of the type to serialize during serialization only.</summary>
-      <exception cref="T:System.ArgumentNullException">The value the property is set to is <see langword="null" />.</exception>
-      <returns>The full name of the assembly of the type to serialize.</returns>
-    </member>
-    <member name="P:System.Runtime.Serialization.SerializationInfo.FullTypeName">
-      <summary>Gets or sets the full name of the <see cref="T:System.Type" /> to serialize.</summary>
-      <exception cref="T:System.ArgumentNullException">The value this property is set to is <see langword="null" />.</exception>
-      <returns>The full name of the type to serialize.</returns>
     </member>
     <member name="P:System.Runtime.Serialization.SerializationInfo.IsAssemblyNameSetExplicit">
       <summary>Gets whether the assembly name has been explicitly set.</summary>
@@ -46759,41 +27624,46 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the type of the object to be serialized.</summary>
       <returns>The type of the object being serialized.</returns>
     </member>
+    <member name="M:System.Runtime.Serialization.SerializationInfo.SetType(System.Type)">
+      <summary>Sets the <see cref="T:System.Type" /> of the object to serialize.</summary>
+      <param name="type">The <see cref="T:System.Type" /> of the object to serialize.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="type" /> parameter is <see langword="null" />.</exception>
+    </member>
     <member name="T:System.Runtime.Serialization.SerializationInfoEnumerator">
       <summary>Provides a formatter-friendly mechanism for parsing the data in <see cref="T:System.Runtime.Serialization.SerializationInfo" />. This class cannot be inherited.</summary>
     </member>
+    <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.Current">
+      <summary>Gets the item currently being examined.</summary>
+      <returns>The item currently being examined.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
+    </member>
     <member name="M:System.Runtime.Serialization.SerializationInfoEnumerator.MoveNext">
       <summary>Updates the enumerator to the next item.</summary>
       <returns>
         <see langword="true" /> if a new element is found; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Runtime.Serialization.SerializationInfoEnumerator.Reset">
-      <summary>Resets the enumerator to the first item.</summary>
-    </member>
-    <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.Current">
-      <summary>Gets the item currently being examined.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
-      <returns>The item currently being examined.</returns>
-    </member>
     <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.Name">
       <summary>Gets the name for the item currently being examined.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
       <returns>The item name.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
     </member>
     <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.ObjectType">
       <summary>Gets the type of the item currently being examined.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
       <returns>The type of the item currently being examined.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
+    </member>
+    <member name="M:System.Runtime.Serialization.SerializationInfoEnumerator.Reset">
+      <summary>Resets the enumerator to the first item.</summary>
     </member>
     <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.System#Collections#IEnumerator#Current">
       <summary>Gets the current item in the collection.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumeration has not started or has already ended.</exception>
       <returns>A <see cref="T:System.Runtime.Serialization.SerializationEntry" /> that contains the current serialization data.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumeration has not started or has already ended.</exception>
     </member>
     <member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.Value">
       <summary>Gets the value of the item currently being examined.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
       <returns>The value of the item currently being examined.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator has not started enumerating items or has reached the end of the enumeration.</exception>
     </member>
     <member name="T:System.Runtime.Serialization.StreamingContext">
       <summary>Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</summary>
@@ -46807,6 +27677,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="state">A bitwise combination of the <see cref="T:System.Runtime.Serialization.StreamingContextStates" /> values that specify the source or destination context for this <see cref="T:System.Runtime.Serialization.StreamingContext" />.</param>
       <param name="additional">Any additional information to be associated with the <see cref="T:System.Runtime.Serialization.StreamingContext" />. This information is available to any object that implements <see cref="T:System.Runtime.Serialization.ISerializable" /> or any serialization surrogate. Most users do not need to set this parameter.</param>
     </member>
+    <member name="P:System.Runtime.Serialization.StreamingContext.Context">
+      <summary>Gets context specified as part of the additional context.</summary>
+      <returns>The context specified as part of the additional context.</returns>
+    </member>
     <member name="M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)">
       <summary>Determines whether two <see cref="T:System.Runtime.Serialization.StreamingContext" /> instances contain the same values.</summary>
       <param name="obj">An object to compare with the current instance.</param>
@@ -46817,10 +27691,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns a hash code of this object.</summary>
       <returns>The <see cref="T:System.Runtime.Serialization.StreamingContextStates" /> value that contains the source or destination of the serialization for this <see cref="T:System.Runtime.Serialization.StreamingContext" />.</returns>
     </member>
-    <member name="P:System.Runtime.Serialization.StreamingContext.Context">
-      <summary>Gets context specified as part of the additional context.</summary>
-      <returns>The context specified as part of the additional context.</returns>
-    </member>
     <member name="P:System.Runtime.Serialization.StreamingContext.State">
       <summary>Gets the source or destination of the transmitted data.</summary>
       <returns>During serialization, the destination of the transmitted data. During deserialization, the source of the data.</returns>
@@ -46856,7 +27726,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Specifies that the data is remoted to a context in an unknown location. Users cannot make any assumptions whether this is on the same computer.</summary>
     </member>
     <member name="T:System.Runtime.TargetedPatchingOptOutAttribute">
-      <summary>Indicates that the .NET class library method to which this attribute is applied is unlikely to be affected by servicing releases, and therefore is eligible to be inlined across Native Image Generator (NGen) images.</summary>
+      <summary>Indicates that the .NET Framework class library method to which this attribute is applied is unlikely to be affected by servicing releases, and therefore is eligible to be inlined across Native Image Generator (NGen) images.</summary>
     </member>
     <member name="M:System.Runtime.TargetedPatchingOptOutAttribute.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Runtime.TargetedPatchingOptOutAttribute" /> class.</summary>
@@ -46866,284 +27736,22 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the reason why the method to which this attribute is applied is considered to be eligible for inlining across Native Image Generator (NGen) images.</summary>
       <returns>The reason why the method is considered to be eligible for inlining across NGen images.</returns>
     </member>
-    <member name="T:System.Runtime.Versioning.ComponentGuaranteesAttribute">
-      <summary>Defines the compatibility guarantee of a component, type, or type member that may span multiple versions.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.ComponentGuaranteesAttribute.#ctor(System.Runtime.Versioning.ComponentGuaranteesOptions)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ComponentGuaranteesAttribute" /> class with a value that indicates a library, type, or member's guaranteed level of compatibility across multiple versions.</summary>
-      <param name="guarantees">One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions.</param>
-    </member>
-    <member name="P:System.Runtime.Versioning.ComponentGuaranteesAttribute.Guarantees">
-      <summary>Gets a value that indicates the guaranteed level of compatibility of a library, type, or type member that spans multiple versions.</summary>
-      <returns>One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.ComponentGuaranteesOptions">
-      <summary>Describes the compatibility guarantee of a component, type, or type member that may span multiple versions.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ComponentGuaranteesOptions.Exchange">
-      <summary>The developer promises multi-version exchange compatibility for the type. Consumers of the type can expect compatibility across future versions and can use the type in all their interfaces. Versioning problems cannot be fixed by side-by-side execution.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ComponentGuaranteesOptions.None">
-      <summary>The developer does not guarantee compatibility across versions. Consumers of the component, type, or member can expect future versions to break the existing client.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ComponentGuaranteesOptions.SideBySide">
-      <summary>The component has been tested to work when more than one version of the assembly is loaded into the same application domain. Future versions can break compatibility. However, when such breaking changes are made, the old version is not modified but continues to exist alongside the new version.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ComponentGuaranteesOptions.Stable">
-      <summary>The developer promises stable compatibility across versions. Consumers of the type can expect that future versions will not break the existing client. However, if they do and if the client has not used the type in its interfaces, side-by-side execution may fix the problem.</summary>
-    </member>
-    <member name="T:System.Runtime.Versioning.FrameworkName">
-      <summary>Represents the name of a version of .NET.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string that contains information about a version of .NET.</summary>
-      <param name="frameworkName">A string that contains .NET Framework version information.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="frameworkName" /> is <see cref="F:System.String.Empty" />.  
-  
- -or-  
-  
- <paramref name="frameworkName" /> has fewer than two components or more than three components.  
-  
- -or-  
-  
- <paramref name="frameworkName" /> does not include a major and minor version number.  
-  
- -or-  
-  
- <paramref name="frameworkName" /> does not include a valid version number.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="frameworkName" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String,System.Version)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string and a <see cref="T:System.Version" /> object that identify a .NET version.</summary>
-      <param name="identifier">A string that identifies a .NET Framework version.</param>
-      <param name="version">An object that contains .NET Framework version information.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="identifier" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="identifier" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="version" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String,System.Version,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string, a <see cref="T:System.Version" /> object that identifies a .NET version, and a profile name.</summary>
-      <param name="identifier">A string that identifies a .NET Framework version.</param>
-      <param name="version">An object that contains .NET Framework version information.</param>
-      <param name="profile">A profile name.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="identifier" /> is <see cref="F:System.String.Empty" />.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="identifier" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="version" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)">
-      <summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET version as a specified object.</summary>
-      <param name="obj">The object to compare to the current instance.</param>
-      <returns>
-        <see langword="true" /> if every component of the current <see cref="T:System.Runtime.Versioning.FrameworkName" /> object matches the corresponding component of <paramref name="obj" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)">
-      <summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET version as a specified <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance.</summary>
-      <param name="other">The object to compare to the current instance.</param>
-      <returns>
-        <see langword="true" /> if every component of the current <see cref="T:System.Runtime.Versioning.FrameworkName" /> object matches the corresponding component of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.GetHashCode">
-      <summary>Returns the hash code for the <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>A 32-bit signed integer that represents the hash code of this instance.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.op_Equality(System.Runtime.Versioning.FrameworkName,System.Runtime.Versioning.FrameworkName)">
-      <summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent the same .NET version.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="left" /> and <paramref name="right" /> parameters represent the same .NET Framework version; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.op_Inequality(System.Runtime.Versioning.FrameworkName,System.Runtime.Versioning.FrameworkName)">
-      <summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent different .NET versions.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="left" /> and <paramref name="right" /> parameters represent different .NET versions; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.FrameworkName.ToString">
-      <summary>Returns the string representation of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>A string that represents this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</returns>
-    </member>
-    <member name="P:System.Runtime.Versioning.FrameworkName.FullName">
-      <summary>Gets the full name of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>The full name of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</returns>
-    </member>
-    <member name="P:System.Runtime.Versioning.FrameworkName.Identifier">
-      <summary>Gets the identifier of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>The identifier of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</returns>
-    </member>
-    <member name="P:System.Runtime.Versioning.FrameworkName.Profile">
-      <summary>Gets the profile name of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>The profile name of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</returns>
-    </member>
-    <member name="P:System.Runtime.Versioning.FrameworkName.Version">
-      <summary>Gets the version of this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</summary>
-      <returns>An object that contains version information about this <see cref="T:System.Runtime.Versioning.FrameworkName" /> object.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.OSPlatformAttribute">
-      <summary>Base type for all platform-specific API attributes.</summary>
-    </member>
-    <member name="P:System.Runtime.Versioning.OSPlatformAttribute.PlatformName">
-      <summary>Gets the name and optional version of the platform that the attribute applies to.</summary>
-      <returns>The applicable platform name and optional version.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute">
-      <summary>Indicates that an API is in preview. This attribute allows call sites to be flagged with a diagnostic that indicates that a preview feature is used. Authors can use this attribute to ship preview features in their assemblies.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" /> class.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" /> class with the specified message.</summary>
-      <param name="message">An optional message associated with this attribute instance.</param>
-    </member>
-    <member name="P:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.Message">
-      <summary>Gets the optional message associated with this attribute instance.</summary>
-    </member>
-    <member name="P:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.Url">
-      <summary>Gets or sets the optional URL associated with this attribute instance.</summary>
-    </member>
-    <member name="T:System.Runtime.Versioning.ResourceConsumptionAttribute">
-      <summary>Specifies the resource consumed by the member of a class. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.ResourceConsumptionAttribute.#ctor(System.Runtime.Versioning.ResourceScope)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ResourceConsumptionAttribute" /> class specifying the scope of the consumed resource.</summary>
-      <param name="resourceScope">The <see cref="T:System.Runtime.Versioning.ResourceScope" /> for the consumed resource.</param>
-    </member>
-    <member name="M:System.Runtime.Versioning.ResourceConsumptionAttribute.#ctor(System.Runtime.Versioning.ResourceScope,System.Runtime.Versioning.ResourceScope)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ResourceConsumptionAttribute" /> class specifying the scope of the consumed resource and the scope of how it is consumed.</summary>
-      <param name="resourceScope">The <see cref="T:System.Runtime.Versioning.ResourceScope" /> for the consumed resource.</param>
-      <param name="consumptionScope">The <see cref="T:System.Runtime.Versioning.ResourceScope" /> used by this member.</param>
-    </member>
-    <member name="P:System.Runtime.Versioning.ResourceConsumptionAttribute.ConsumptionScope">
-      <summary>Gets the consumption scope for this member.</summary>
-      <returns>A <see cref="T:System.Runtime.Versioning.ResourceScope" /> object specifying the resource scope used by this member.</returns>
-    </member>
-    <member name="P:System.Runtime.Versioning.ResourceConsumptionAttribute.ResourceScope">
-      <summary>Gets the resource scope for the consumed resource.</summary>
-      <returns>A <see cref="T:System.Runtime.Versioning.ResourceScope" /> object specifying the resource scope of the consumed member.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.ResourceExposureAttribute">
-      <summary>Specifies the resource exposure for a member of a class. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.ResourceExposureAttribute.#ctor(System.Runtime.Versioning.ResourceScope)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ResourceExposureAttribute" /> class with the specified exposure level.</summary>
-      <param name="exposureLevel">The scope of the resource.</param>
-    </member>
-    <member name="P:System.Runtime.Versioning.ResourceExposureAttribute.ResourceExposureLevel">
-      <summary>Gets the resource exposure scope.</summary>
-      <returns>A <see cref="T:System.Runtime.Versioning.ResourceScope" /> object.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.ResourceScope">
-      <summary>Identifies the scope of a sharable resource.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.AppDomain">
-      <summary>The state is shared by objects within an <see cref="T:System.AppDomain" />.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.Assembly">
-      <summary>The resource is visible at an assembly scope.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.Library">
-      <summary>The state is shared by objects within a library.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.Machine">
-      <summary>The state is shared by objects within the machine.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.None">
-      <summary>There is no shared state.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.Private">
-      <summary>The resource is visible to only the type.</summary>
-    </member>
-    <member name="F:System.Runtime.Versioning.ResourceScope.Process">
-      <summary>The state is shared within a process.</summary>
-    </member>
-    <member name="T:System.Runtime.Versioning.SupportedOSPlatformAttribute">
-      <summary>Indicates that an API is supported for a specified platform or operating system. If a version is specified, the API cannot be called from an earlier version. Multiple attributes can be applied to indicate support on multiple operating systems.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.SupportedOSPlatformAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.SupportedOSPlatformAttribute" /> attribute class for the specified supported OS platform.</summary>
-      <param name="platformName">The supported OS platform name, optionally including a version.</param>
-    </member>
-    <member name="T:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute">
-      <summary>Annotates a custom guard field, property or method with a supported platform name and optional version.
-             Multiple attributes can be applied to indicate guard for multiple supported platforms.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute" /> attribute class for the specified supported OS platform.</summary>
-      <param name="platformName">The supported OS platform name the attributed member would guard, optionally including a version.</param>
-    </member>
     <member name="T:System.Runtime.Versioning.TargetFrameworkAttribute">
-      <summary>Identifies the version of .NET that a particular assembly was compiled against.</summary>
+      <summary>Identifies the version of the .NET Framework that a particular assembly was compiled against.</summary>
     </member>
     <member name="M:System.Runtime.Versioning.TargetFrameworkAttribute.#ctor(System.String)">
-      <summary>Initializes an instance of the <see cref="T:System.Runtime.Versioning.TargetFrameworkAttribute" /> class by specifying the .NET version against which an assembly was built.</summary>
-      <param name="frameworkName">The version of .NET against which the assembly was built.</param>
+      <summary>Initializes an instance of the <see cref="T:System.Runtime.Versioning.TargetFrameworkAttribute" /> class by specifying the .NET Framework version against which an assembly was built.</summary>
+      <param name="frameworkName">The version of the .NET Framework against which the assembly was built.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="frameworkName" /> is <see langword="null" />.</exception>
     </member>
     <member name="P:System.Runtime.Versioning.TargetFrameworkAttribute.FrameworkDisplayName">
-      <summary>Gets the display name of the .NET version against which an assembly was built.</summary>
-      <returns>The display name of the .NET version.</returns>
+      <summary>Gets the display name of the .NET Framework version against which an assembly was built.</summary>
+      <returns>The display name of the .NET Framework version.</returns>
     </member>
     <member name="P:System.Runtime.Versioning.TargetFrameworkAttribute.FrameworkName">
-      <summary>Gets the name of the .NET version against which a particular assembly was compiled.</summary>
-      <returns>The name of the .NET version with which the assembly was compiled.</returns>
-    </member>
-    <member name="T:System.Runtime.Versioning.TargetPlatformAttribute">
-      <summary>Specifies the operating system that a project targets, for example, Windows or iOS.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.TargetPlatformAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.TargetPlatformAttribute" /> attribute class for the specified target OS platform.</summary>
-      <param name="platformName">The target OS platform name.</param>
-    </member>
-    <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute">
-      <summary>Marks APIs that were removed or are unsupported in a given operating system version.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.UnsupportedOSPlatformAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute" /> attribute class for the specified unsupported OS platform.</summary>
-      <param name="platformName">The unsupported OS platform name, optionally including a version.</param>
-    </member>
-    <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute">
-      <summary>Annotates the custom guard field, property or method with an unsupported platform name and optional version.
-             Multiple attributes can be applied to indicate guard for multiple unsupported platforms.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute" /> attribute class for the specified unsupported OS platform.</summary>
-      <param name="platformName">The unsupported OS platform name the attributed member would guard, optionally including a version.</param>
-    </member>
-    <member name="T:System.Runtime.Versioning.VersioningHelper">
-      <summary>Provides methods to aid developers in writing version-safe code. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Runtime.Versioning.VersioningHelper.MakeVersionSafeName(System.String,System.Runtime.Versioning.ResourceScope,System.Runtime.Versioning.ResourceScope)">
-      <summary>Returns a version-safe name based on the specified resource name and the intended resource consumption source.</summary>
-      <param name="name">The name of the resource.</param>
-      <param name="from">The scope of the resource.</param>
-      <param name="to">The desired resource consumption scope.</param>
-      <returns>A version-safe name.</returns>
-    </member>
-    <member name="M:System.Runtime.Versioning.VersioningHelper.MakeVersionSafeName(System.String,System.Runtime.Versioning.ResourceScope,System.Runtime.Versioning.ResourceScope,System.Type)">
-      <summary>Returns a version-safe name based on the specified resource name, the intended resource consumption scope, and the type using the resource.</summary>
-      <param name="name">The name of the resource.</param>
-      <param name="from">The beginning of the scope range.</param>
-      <param name="to">The end of the scope range.</param>
-      <param name="type">The <see cref="T:System.Type" /> of the resource.</param>
-      <exception cref="T:System.ArgumentException">The values for <paramref name="from" /> and <paramref name="to" /> are invalid. The resource type in the <see cref="T:System.Runtime.Versioning.ResourceScope" /> enumeration is going from a more restrictive resource type to a more general resource type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="type" /> is <see langword="null" />.</exception>
-      <returns>A version-safe name.</returns>
+      <summary>Gets the name of the .NET Framework version against which a particular assembly was compiled.</summary>
+      <returns>The name of the .NET Framework version with which the assembly was compiled.</returns>
     </member>
     <member name="T:System.RuntimeArgumentHandle">
       <summary>References a variable-length argument list.</summary>
@@ -47211,8 +27819,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.RuntimeMethodHandle.GetFunctionPointer">
       <summary>Obtains a pointer to the method represented by this instance.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the necessary permission to perform this operation.</exception>
       <returns>A pointer to the method represented by this instance.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the necessary permission to perform this operation.</exception>
     </member>
     <member name="M:System.RuntimeMethodHandle.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
@@ -47312,27 +27920,51 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.SByte">
       <summary>Represents an 8-bit signed integer.</summary>
     </member>
-    <member name="F:System.SByte.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.SByte" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.SByte.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.SByte" />. This field is constant.</summary>
-    </member>
     <member name="M:System.SByte.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
       <param name="obj">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="obj" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="obj" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="obj" />.  
+  
+ -or-  
+  
+ <paramref name="obj" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not an <see cref="T:System.SByte" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="obj" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="obj" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="obj" />, or <paramref name="obj" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.SByte.CompareTo(System.SByte)">
       <summary>Compares this instance to a specified 8-bit signed integer and returns an indication of their relative values.</summary>
       <param name="value">An 8-bit signed integer to compare.</param>
-      <returns>A signed integer that indicates the relative order of this instance and <paramref name="value" />.  
+      <returns>A signed integer that indicates the relative order of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
     <member name="M:System.SByte.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -47354,80 +27986,76 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.SByte" />.</summary>
       <returns>The enumerated constant, <see cref="F:System.TypeCode.SByte" />.</returns>
     </member>
+    <member name="F:System.SByte.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.SByte" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.SByte.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.SByte" />. This field is constant.</summary>
+    </member>
     <member name="M:System.SByte.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number that is in a specified style and culture-specific format to its 8-bit signed equivalent.</summary>
-      <param name="s">A span containing the characters representing the number to convert. The span is interpreted by using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
-      <returns>An 8-bit signed byte value that is equivalent to the number specified in the <paramref name="s" /> parameter.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.SByte.Parse(System.String)">
       <summary>Converts the string representation of a number to its 8-bit signed integer equivalent.</summary>
       <param name="s">A string that represents a number to convert. The string is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
+      <returns>An 8-bit signed integer that is equivalent to the number contained in the <paramref name="s" /> parameter.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> does not consist of an optional sign followed by a sequence of digits (zero through nine).</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to the number contained in the <paramref name="s" /> parameter.</returns>
     </member>
     <member name="M:System.SByte.Parse(System.String,System.Globalization.NumberStyles)">
       <summary>Converts the string representation of a number in a specified style to its 8-bit signed integer equivalent.</summary>
       <param name="s">A string that contains a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
       <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>An 8-bit signed integer that is equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format that is compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
+        <paramref name="s" /> represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <returns>An 8-bit signed integer that is equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.SByte.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number that is in a specified style and culture-specific format to its 8-bit signed equivalent.</summary>
       <param name="s">A string that contains the number to convert. The string is interpreted by using the style specified by <paramref name="style" />.</param>
       <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
+      <returns>An 8-bit signed byte value that is equivalent to the number specified in the <paramref name="s" /> parameter.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" />.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" />.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format that is compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>An 8-bit signed byte value that is equivalent to the number specified in the <paramref name="s" /> parameter.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.SByte.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its 8-bit signed integer equivalent.</summary>
       <param name="s">A string that represents a number to convert. The string is interpreted using the <see cref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. If <paramref name="provider" /> is <see langword="null" />, the thread current culture is used.</param>
+      <returns>An 8-bit signed integer that is equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />.</exception>
-      <returns>An 8-bit signed integer that is equivalent to the number specified in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.SByte.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -47448,8 +28076,8 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.SByte.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to do so throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>None. This conversion is not supported.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.SByte.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -47519,42 +28147,33 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.SByte.ToString(System.String)">
       <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
       <param name="format">A standard or custom numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
     </member>
     <member name="M:System.SByte.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
       <param name="format">A standard or custom numeric format string.</param>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
     </member>
     <member name="M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current 8-bit signed integer instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.SByte.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
-      <summary>Tries to convert the span representation of a number in a specified style and culture-specific format to its <see cref="T:System.SByte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters that represent the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 8-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.SByte.TryParse(System.ReadOnlySpan{System.Char},System.SByte@)">
-      <summary>Tries to convert the span representation of a number to its <see cref="T:System.SByte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the 8-bit signed integer value that is equivalent to the number contained in <paramref name="s" /> if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in the correct format, or represents a number that is less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
       <summary>Tries to convert the string representation of a number in a specified style and culture-specific format to its <see cref="T:System.SByte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
@@ -47562,14 +28181,12 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
       <param name="result">When this method returns, contains the 8-bit signed integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.SByte.MinValue" /> or greater than <see cref="F:System.SByte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.SByte.TryParse(System.String,System.SByte@)">
       <summary>Tries to convert the string representation of a number to its <see cref="T:System.SByte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
@@ -47617,67 +28234,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="format">The format used to output the error message.</param>
       <param name="insert">The error message that explains the reason for the exception.</param>
     </member>
-    <member name="T:System.Security.IPermission">
-      <summary>Defines methods implemented by permission types.</summary>
-    </member>
-    <member name="M:System.Security.IPermission.Copy">
-      <summary>Creates and returns an identical copy of the current permission.</summary>
-      <returns>A copy of the current permission.</returns>
-    </member>
-    <member name="M:System.Security.IPermission.Demand">
-      <summary>Throws a <see cref="T:System.Security.SecurityException" /> at run time if the security requirement is not met.</summary>
-    </member>
-    <member name="M:System.Security.IPermission.Intersect(System.Security.IPermission)">
-      <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
-      <param name="target">A permission to intersect with the current permission. It must be of the same type as the current permission.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="target" /> parameter is not <see langword="null" /> and is not an instance of the same class as the current permission.</exception>
-      <returns>A new permission that represents the intersection of the current permission and the specified permission. This new permission is <see langword="null" /> if the intersection is empty.</returns>
-    </member>
-    <member name="M:System.Security.IPermission.IsSubsetOf(System.Security.IPermission)">
-      <summary>Determines whether the current permission is a subset of the specified permission.</summary>
-      <param name="target">A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="target" /> parameter is not <see langword="null" /> and is not of the same type as the current permission.</exception>
-      <returns>
-        <see langword="true" /> if the current permission is a subset of the specified permission; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.IPermission.Union(System.Security.IPermission)">
-      <summary>Creates a permission that is the union of the current permission and the specified permission.</summary>
-      <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="target" /> parameter is not <see langword="null" /> and is not of the same type as the current permission.</exception>
-      <returns>A new permission that represents the union of the current permission and the specified permission.</returns>
-    </member>
-    <member name="T:System.Security.ISecurityEncodable">
-      <summary>Defines the methods that convert permission object state to and from XML element representation.</summary>
-    </member>
-    <member name="M:System.Security.ISecurityEncodable.FromXml(System.Security.SecurityElement)">
-      <summary>Reconstructs a security object with a specified state from an XML encoding.</summary>
-      <param name="e">The XML encoding to use to reconstruct the security object.</param>
-    </member>
-    <member name="M:System.Security.ISecurityEncodable.ToXml">
-      <summary>Creates an XML encoding of the security object and its current state.</summary>
-      <returns>An XML encoding of the security object, including any state information.</returns>
-    </member>
-    <member name="T:System.Security.IStackWalk">
-      <summary>Manages the stack walk that determines whether all callers in the call stack have the required permissions to access a protected resource.</summary>
-    </member>
-    <member name="M:System.Security.IStackWalk.Assert">
-      <summary>Asserts that the calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource.</summary>
-      <exception cref="T:System.Security.SecurityException">The calling code does not have <see cref="F:System.Security.Permissions.SecurityPermissionFlag.Assertion" />.</exception>
-    </member>
-    <member name="M:System.Security.IStackWalk.Demand">
-      <summary>Determines at run time whether all callers in the call stack have been granted the permission specified by the current permission object.</summary>
-      <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have the permission specified by the current permission object.  
-  
- -or-  
-  
- A caller in the call stack has called <see cref="M:System.Security.IStackWalk.Deny" /> on the current permission object.</exception>
-    </member>
-    <member name="M:System.Security.IStackWalk.Deny">
-      <summary>Causes every <see cref="M:System.Security.IStackWalk.Demand" /> for the current object that passes through the calling code to fail.</summary>
-    </member>
-    <member name="M:System.Security.IStackWalk.PermitOnly">
-      <summary>Causes every <see cref="M:System.Security.IStackWalk.Demand" /> for all objects except the current one that passes through the calling code to fail, even if code higher in the call stack has been granted permission to access other resources.</summary>
-    </member>
     <member name="T:System.Security.PartialTrustVisibilityLevel">
       <summary>Specifies the default partial-trust visibility for code that is marked with the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" /> (APTCA) attribute.</summary>
     </member>
@@ -47687,472 +28243,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="F:System.Security.PartialTrustVisibilityLevel.VisibleToAllHosts">
       <summary>The assembly can always be called by partial-trust code.</summary>
     </member>
-    <member name="T:System.Security.Permissions.CodeAccessSecurityAttribute">
-      <summary>Specifies the base attribute class for code access security.</summary>
-    </member>
-    <member name="M:System.Security.Permissions.CodeAccessSecurityAttribute.#ctor(System.Security.Permissions.SecurityAction)">
-      <summary>Initializes a new instance of <see cref="T:System.Security.Permissions.CodeAccessSecurityAttribute" /> with the specified <see cref="T:System.Security.Permissions.SecurityAction" />.</summary>
-      <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</param>
-    </member>
-    <member name="T:System.Security.Permissions.PermissionState">
-      <summary>Specifies whether a permission should have all or no access to resources at creation.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.PermissionState.None">
-      <summary>No access to the resource protected by the permission.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.PermissionState.Unrestricted">
-      <summary>Full access to the resource protected by the permission.</summary>
-    </member>
-    <member name="T:System.Security.Permissions.SecurityAction">
-      <summary>Specifies the security actions that can be performed using declarative security.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.Assert">
-      <summary>The calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource (see Using the Assert Method).</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.Demand">
-      <summary>All callers higher in the call stack are required to have been granted the permission specified by the current permission object.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.Deny">
-      <summary>The ability to access the resource specified by the current permission object is denied to callers, even if they have been granted permission to access it (see Using the Deny Method).</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.InheritanceDemand">
-      <summary>The derived class inheriting the class or overriding a method is required to have been granted the specified permission.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.LinkDemand">
-      <summary>The immediate caller is required to have been granted the specified permission. Do not use in the .NET Framework 4. For full trust, use <see cref="T:System.Security.SecurityCriticalAttribute" /> instead; for partial trust, use <see cref="F:System.Security.Permissions.SecurityAction.Demand" />.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.PermitOnly">
-      <summary>Only the resources specified by this permission object can be accessed, even if the code has been granted permission to access other resources.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.RequestMinimum">
-      <summary>The request for the minimum permissions required for code to run. This action can only be used within the scope of the assembly.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.RequestOptional">
-      <summary>The request for additional permissions that are optional (not required to run). This request implicitly refuses all other permissions not specifically requested. This action can only be used within the scope of the assembly.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityAction.RequestRefuse">
-      <summary>The request that permissions that might be misused will not be granted to the calling code. This action can only be used within the scope of the assembly.</summary>
-    </member>
-    <member name="T:System.Security.Permissions.SecurityAttribute">
-      <summary>Specifies the base attribute class for declarative security from which <see cref="T:System.Security.Permissions.CodeAccessSecurityAttribute" /> is derived.</summary>
-    </member>
-    <member name="M:System.Security.Permissions.SecurityAttribute.#ctor(System.Security.Permissions.SecurityAction)">
-      <summary>Initializes a new instance of <see cref="T:System.Security.Permissions.SecurityAttribute" /> with the specified <see cref="T:System.Security.Permissions.SecurityAction" />.</summary>
-      <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</param>
-    </member>
-    <member name="M:System.Security.Permissions.SecurityAttribute.CreatePermission">
-      <summary>When overridden in a derived class, creates a permission object that can then be serialized into binary form and persistently stored along with the <see cref="T:System.Security.Permissions.SecurityAction" /> in an assembly's metadata.</summary>
-      <returns>A serializable permission object.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityAttribute.Action">
-      <summary>Gets or sets a security action.</summary>
-      <returns>One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityAttribute.Unrestricted">
-      <summary>Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared.</summary>
-      <returns>
-        <see langword="true" /> if full permission to the protected resource is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Security.Permissions.SecurityPermissionAttribute">
-      <summary>Allows security actions for <see cref="T:System.Security.Permissions.SecurityPermission" /> to be applied to code using declarative security. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Security.Permissions.SecurityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
-      <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.SecurityPermissionAttribute" /> class with the specified <see cref="T:System.Security.Permissions.SecurityAction" />.</summary>
-      <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</param>
-    </member>
-    <member name="M:System.Security.Permissions.SecurityPermissionAttribute.CreatePermission">
-      <summary>Creates and returns a new <see cref="T:System.Security.Permissions.SecurityPermission" />.</summary>
-      <returns>A <see cref="T:System.Security.Permissions.SecurityPermission" /> that corresponds to this attribute.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.Assertion">
-      <summary>Gets or sets a value indicating whether permission to assert that all this code's callers have the requisite permission for the operation is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to assert is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.BindingRedirects">
-      <summary>Gets or sets a value that indicates whether code has permission to perform binding redirection in the application configuration file.</summary>
-      <returns>
-        <see langword="true" /> if code can perform binding redirects; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlAppDomain">
-      <summary>Gets or sets a value indicating whether permission to manipulate <see cref="T:System.AppDomain" /> is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to manipulate <see cref="T:System.AppDomain" /> is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlDomainPolicy">
-      <summary>Gets or sets a value indicating whether permission to alter or manipulate domain security policy is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to alter or manipulate security policy in an application domain is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlEvidence">
-      <summary>Gets or sets a value indicating whether permission to alter or manipulate evidence is declared.</summary>
-      <returns>
-        <see langword="true" /> if the ability to alter or manipulate evidence is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlPolicy">
-      <summary>Gets or sets a value indicating whether permission to view and manipulate security policy is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to manipulate security policy is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlPrincipal">
-      <summary>Gets or sets a value indicating whether permission to manipulate the current principal is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to manipulate the current principal is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.ControlThread">
-      <summary>Gets or sets a value indicating whether permission to manipulate threads is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to manipulate threads is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.Execution">
-      <summary>Gets or sets a value indicating whether permission to execute code is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to execute code is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.Flags">
-      <summary>Gets or sets all permission flags comprising the <see cref="T:System.Security.Permissions.SecurityPermission" /> permissions.</summary>
-      <exception cref="T:System.ArgumentException">An attempt is made to set this property to an invalid value. See <see cref="T:System.Security.Permissions.SecurityPermissionFlag" /> for the valid values.</exception>
-      <returns>One or more of the <see cref="T:System.Security.Permissions.SecurityPermissionFlag" /> values combined using a bitwise OR.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.Infrastructure">
-      <summary>Gets or sets a value indicating whether code can plug into the common language runtime infrastructure, such as adding Remoting Context Sinks, Envoy Sinks and Dynamic Sinks.</summary>
-      <returns>
-        <see langword="true" /> if code can plug into the common language runtime infrastructure; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.RemotingConfiguration">
-      <summary>Gets or sets a value indicating whether code can configure remoting types and channels.</summary>
-      <returns>
-        <see langword="true" /> if code can configure remoting types and channels; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.SerializationFormatter">
-      <summary>Gets or sets a value indicating whether code can use a serialization formatter to serialize or deserialize an object.</summary>
-      <returns>
-        <see langword="true" /> if code can use a serialization formatter to serialize or deserialize an object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.SkipVerification">
-      <summary>Gets or sets a value indicating whether permission to bypass code verification is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to bypass code verification is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Permissions.SecurityPermissionAttribute.UnmanagedCode">
-      <summary>Gets or sets a value indicating whether permission to call unmanaged code is declared.</summary>
-      <returns>
-        <see langword="true" /> if permission to call unmanaged code is declared; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="T:System.Security.Permissions.SecurityPermissionFlag">
-      <summary>Specifies access flags for the security permission object.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.AllFlags">
-      <summary>The unrestricted state of the permission.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.Assertion">
-      <summary>Ability to assert that all this code's callers have the requisite permission for the operation.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.BindingRedirects">
-      <summary>Permission to perform explicit binding redirection in the application configuration file. This includes redirection of .NET assemblies that have been unified as well as other assemblies found outside .NET.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlAppDomain">
-      <summary>Ability to create and manipulate an <see cref="T:System.AppDomain" />.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlDomainPolicy">
-      <summary>Ability to specify domain policy.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlEvidence">
-      <summary>
-        <para>Ability to provide evidence, including the ability to alter the evidence provided by the common language runtime.</para>
-        <para>This is a powerful permission that should only be granted to highly trusted code.</para>
-      </summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlPolicy">
-      <summary>
-        <para>Ability to view and modify policy.</para>
-        <para>This is a powerful permission that should only be granted to highly trusted code.</para>
-      </summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlPrincipal">
-      <summary>Ability to manipulate the principal object.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.ControlThread">
-      <summary>Ability to use certain advanced operations on threads.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.Execution">
-      <summary>
-        <para>Permission for the code to run. Without this permission, managed code will not be executed.</para>
-        <para>This flag has no effect when used dynamically with stack modifiers such as <see cref="M:System.Security.CodeAccessPermission.Deny" />, <see cref="M:System.Security.CodeAccessPermission.Assert" />, and <see cref="M:System.Security.CodeAccessPermission.PermitOnly" />.</para>
-      </summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.Infrastructure">
-      <summary>Permission to plug code into the common language runtime infrastructure, such as adding Remoting Context Sinks, Envoy Sinks and Dynamic Sinks.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.NoFlags">
-      <summary>No security access.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.RemotingConfiguration">
-      <summary>Permission to configure Remoting types and channels.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter">
-      <summary>Ability to provide serialization services. Used by serialization formatters.</summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.SkipVerification">
-      <summary>
-        <para>Ability to skip verification of code in this assembly. Code that is unverifiable can be run if this permission is granted.</para>
-        <para>This is a powerful permission that should be granted only to highly trusted code.</para>
-        <para>This flag has no effect when used dynamically with stack modifiers such as <see cref="M:System.Security.CodeAccessPermission.Deny" />, <see cref="M:System.Security.CodeAccessPermission.Assert" />, and <see cref="M:System.Security.CodeAccessPermission.PermitOnly" />.</para>
-      </summary>
-    </member>
-    <member name="F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode">
-      <summary>
-        <para>Ability to call unmanaged code.</para>
-        <para> Since unmanaged code potentially allows other permissions to be bypassed, this is a dangerous permission that should only be granted to highly trusted code. It is used for such applications as calling native code using PInvoke or using COM interop.</para>
-      </summary>
-    </member>
-    <member name="T:System.Security.PermissionSet">
-      <summary>Represents a collection that can contain many different types of permissions.</summary>
-    </member>
-    <member name="M:System.Security.PermissionSet.#ctor(System.Security.Permissions.PermissionState)">
-      <summary>Initializes a new instance of the <see cref="T:System.Security.PermissionSet" /> class with the specified <see cref="T:System.Security.Permissions.PermissionState" />.</summary>
-      <param name="state">One of the enumeration values that specifies the permission set's access to resources.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="state" /> parameter is not a valid <see cref="T:System.Security.Permissions.PermissionState" />.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.#ctor(System.Security.PermissionSet)">
-      <summary>Initializes a new instance of the <see cref="T:System.Security.PermissionSet" /> class with initial values taken from the <paramref name="permSet" /> parameter.</summary>
-      <param name="permSet">The set from which to take the value of the new <see cref="T:System.Security.PermissionSet" />, or <see langword="null" /> to create an empty <see cref="T:System.Security.PermissionSet" />.</param>
-    </member>
-    <member name="M:System.Security.PermissionSet.AddPermission(System.Security.IPermission)">
-      <summary>Adds a specified permission to the <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="perm">The permission to add.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The union of the permission added and any permission of the same type that already exists in the <see cref="T:System.Security.PermissionSet" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.AddPermissionImpl(System.Security.IPermission)">
-      <summary>Adds a specified permission to the <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="perm">The permission to add.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The union of the permission added and any permission of the same type that already exists in the <see cref="T:System.Security.PermissionSet" />, or <see langword="null" /> if <paramref name="perm" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.Assert">
-      <summary>Declares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using <see cref="M:System.Security.PermissionSet.Assert" /> can create security vulnerabilities.</summary>
-      <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Security.PermissionSet" /> instance asserted has not been granted to the asserting code.  
-  
- -or-  
-  
- There is already an active <see cref="M:System.Security.PermissionSet.Assert" /> for the current frame.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.ContainsNonCodeAccessPermissions">
-      <summary>Gets a value indicating whether the <see cref="T:System.Security.PermissionSet" /> contains permissions that are not derived from <see cref="T:System.Security.CodeAccessPermission" />.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Security.PermissionSet" /> contains permissions that are not derived from <see cref="T:System.Security.CodeAccessPermission" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.ConvertPermissionSet(System.String,System.Byte[],System.String)">
-      <summary>Converts an encoded <see cref="T:System.Security.PermissionSet" /> from one XML encoding format to another XML encoding format.</summary>
-      <param name="inFormat">A string representing one of the following encoding formats: ASCII, Unicode, or Binary. Possible values are "XMLASCII" or "XML", "XMLUNICODE", and "BINARY".</param>
-      <param name="inData">An XML-encoded permission set.</param>
-      <param name="outFormat">A string representing one of the following encoding formats: ASCII, Unicode, or Binary. Possible values are "XMLASCII" or "XML", "XMLUNICODE", and "BINARY".</param>
-      <exception cref="T:System.NotImplementedException">In all cases.</exception>
-      <returns>An encrypted permission set with the specified output format.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.Copy">
-      <summary>Creates a copy of the <see cref="T:System.Security.PermissionSet" />.</summary>
-      <returns>A copy of the <see cref="T:System.Security.PermissionSet" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.CopyTo(System.Array,System.Int32)">
-      <summary>Copies the permission objects of the set to the indicated location in an <see cref="T:System.Array" />.</summary>
-      <param name="array">The target array to which to copy.</param>
-      <param name="index">The starting position in the array to begin copying (zero based).</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="array" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="array" /> parameter has more than one dimension.</exception>
-      <exception cref="T:System.IndexOutOfRangeException">The <paramref name="index" /> parameter is out of the range of the <paramref name="array" /> parameter.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.Demand">
-      <summary>Forces a <see cref="T:System.Security.SecurityException" /> at run time if all callers higher in the call stack have not been granted the permissions specified by the current instance.</summary>
-      <exception cref="T:System.Security.SecurityException">A caller in the call chain does not have the permission demanded.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.Deny">
-      <summary>Causes any <see cref="M:System.Security.PermissionSet.Demand" /> that passes through the calling code for a permission that has an intersection with a permission of a type contained in the current <see cref="T:System.Security.PermissionSet" /> to fail.</summary>
-      <exception cref="T:System.Security.SecurityException">A previous call to <see cref="M:System.Security.PermissionSet.Deny" /> has already restricted the permissions for the current stack frame.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.Equals(System.Object)">
-      <summary>Determines whether the specified <see cref="T:System.Security.PermissionSet" /> or <see cref="T:System.Security.NamedPermissionSet" /> object is equal to the current <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="o">The object to compare with the current <see cref="T:System.Security.PermissionSet" />.</param>
-      <returns>
-        <see langword="true" /> if the specified object is equal to the current <see cref="T:System.Security.PermissionSet" /> object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.FromXml(System.Security.SecurityElement)">
-      <summary>Reconstructs a security object with a specified state from an XML encoding.</summary>
-      <param name="et">The XML encoding to use to reconstruct the security object.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="et" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="et" /> parameter is not a valid permission element.  
-  
- -or-  
-  
- The <paramref name="et" /> parameter's version number is not supported.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.GetEnumerator">
-      <summary>Returns an enumerator for the permissions of the set.</summary>
-      <returns>An enumerator object for the permissions of the set.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.GetEnumeratorImpl">
-      <summary>Returns an enumerator for the permissions of the set.</summary>
-      <returns>An enumerator object for the permissions of the set.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.GetHashCode">
-      <summary>Gets a hash code for the <see cref="T:System.Security.PermissionSet" /> object that is suitable for use in hashing algorithms and data structures such as a hash table.</summary>
-      <returns>A hash code for the current <see cref="T:System.Security.PermissionSet" /> object.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.GetPermission(System.Type)">
-      <summary>Gets a permission object of the specified type, if it exists in the set.</summary>
-      <param name="permClass">The type of the desired permission object.</param>
-      <returns>A copy of the permission object of the type specified by the <paramref name="permClass" /> parameter contained in the <see cref="T:System.Security.PermissionSet" />, or <see langword="null" /> if none exists.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.GetPermissionImpl(System.Type)">
-      <summary>Gets a permission object of the specified type, if it exists in the set.</summary>
-      <param name="permClass">The type of the permission object.</param>
-      <returns>A copy of the permission object, of the type specified by the <paramref name="permClass" /> parameter, contained in the <see cref="T:System.Security.PermissionSet" />, or <see langword="null" /> if none exists.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.Intersect(System.Security.PermissionSet)">
-      <summary>Creates and returns a permission set that is the intersection of the current <see cref="T:System.Security.PermissionSet" /> and the specified <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="other">A permission set to intersect with the current <see cref="T:System.Security.PermissionSet" />.</param>
-      <returns>A new permission set that represents the intersection of the current <see cref="T:System.Security.PermissionSet" /> and the specified target. This object is <see langword="null" /> if the intersection is empty.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.IsEmpty">
-      <summary>Gets a value indicating whether the <see cref="T:System.Security.PermissionSet" /> is empty.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Security.PermissionSet" /> is empty; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.IsSubsetOf(System.Security.PermissionSet)">
-      <summary>Determines whether the current <see cref="T:System.Security.PermissionSet" /> is a subset of the specified <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="target">The permission set to test for the subset relationship. This must be either a <see cref="T:System.Security.PermissionSet" /> or a <see cref="T:System.Security.NamedPermissionSet" />.</param>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Security.PermissionSet" /> is a subset of the <paramref name="target" /> parameter; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.IsUnrestricted">
-      <summary>Determines whether the <see cref="T:System.Security.PermissionSet" /> is <see langword="Unrestricted" />.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Security.PermissionSet" /> is <see langword="Unrestricted" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.PermitOnly">
-      <summary>Causes any <see cref="M:System.Security.PermissionSet.Demand" /> that passes through the calling code for any <see cref="T:System.Security.PermissionSet" /> that is not a subset of the current <see cref="T:System.Security.PermissionSet" /> to fail.</summary>
-    </member>
-    <member name="M:System.Security.PermissionSet.RemovePermission(System.Type)">
-      <summary>Removes a permission of a certain type from the set.</summary>
-      <param name="permClass">The type of permission to delete.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The permission removed from the set.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.RemovePermissionImpl(System.Type)">
-      <summary>Removes a permission of a certain type from the set.</summary>
-      <param name="permClass">The type of the permission to remove.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The permission removed from the set.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.RevertAssert">
-      <summary>Causes any previous <see cref="M:System.Security.CodeAccessPermission.Assert" /> for the current frame to be removed and no longer be in effect.</summary>
-      <exception cref="T:System.InvalidOperationException">There is no previous <see cref="M:System.Security.CodeAccessPermission.Assert" /> for the current frame.</exception>
-    </member>
-    <member name="M:System.Security.PermissionSet.SetPermission(System.Security.IPermission)">
-      <summary>Sets a permission to the <see cref="T:System.Security.PermissionSet" />, replacing any existing permission of the same type.</summary>
-      <param name="perm">The permission to set.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The set permission.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.SetPermissionImpl(System.Security.IPermission)">
-      <summary>Sets a permission to the <see cref="T:System.Security.PermissionSet" />, replacing any existing permission of the same type.</summary>
-      <param name="perm">The permission to set.</param>
-      <exception cref="T:System.InvalidOperationException">The method is called from a <see cref="T:System.Security.ReadOnlyPermissionSet" />.</exception>
-      <returns>The set permission.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the entire object graph has been deserialized.</summary>
-      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
-    </member>
-    <member name="M:System.Security.PermissionSet.ToString">
-      <summary>Returns a string representation of the <see cref="T:System.Security.PermissionSet" />.</summary>
-      <returns>A representation of the <see cref="T:System.Security.PermissionSet" />.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.ToXml">
-      <summary>Creates an XML encoding of the security object and its current state.</summary>
-      <returns>An XML encoding of the security object, including any state information.</returns>
-    </member>
-    <member name="M:System.Security.PermissionSet.Union(System.Security.PermissionSet)">
-      <summary>Creates a <see cref="T:System.Security.PermissionSet" /> that is the union of the current <see cref="T:System.Security.PermissionSet" /> and the specified <see cref="T:System.Security.PermissionSet" />.</summary>
-      <param name="other">The permission set to form the union with the current <see cref="T:System.Security.PermissionSet" />.</param>
-      <returns>A new permission set that represents the union of the current <see cref="T:System.Security.PermissionSet" /> and the specified <see cref="T:System.Security.PermissionSet" />.</returns>
-    </member>
-    <member name="P:System.Security.PermissionSet.Count">
-      <summary>Gets the number of permission objects contained in the permission set.</summary>
-      <returns>The number of permission objects contained in the <see cref="T:System.Security.PermissionSet" />.</returns>
-    </member>
-    <member name="P:System.Security.PermissionSet.IsReadOnly">
-      <summary>Gets a value indicating whether the collection is read-only.</summary>
-      <returns>Always <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.PermissionSet.IsSynchronized">
-      <summary>Gets a value indicating whether the collection is guaranteed to be thread safe.</summary>
-      <returns>Always <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.PermissionSet.SyncRoot">
-      <summary>Gets the root object of the current collection.</summary>
-      <returns>The root object of the current collection.</returns>
-    </member>
-    <member name="T:System.Security.Principal.IIdentity">
-      <summary>Defines the basic functionality of an identity object.</summary>
-    </member>
-    <member name="P:System.Security.Principal.IIdentity.AuthenticationType">
-      <summary>Gets the type of authentication used.</summary>
-      <returns>The type of authentication used to identify the user.</returns>
-    </member>
-    <member name="P:System.Security.Principal.IIdentity.IsAuthenticated">
-      <summary>Gets a value that indicates whether the user has been authenticated.</summary>
-      <returns>
-        <see langword="true" /> if the user was authenticated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Principal.IIdentity.Name">
-      <summary>Gets the name of the current user.</summary>
-      <returns>The name of the user on whose behalf the code is running.</returns>
-    </member>
-    <member name="T:System.Security.Principal.IPrincipal">
-      <summary>Defines the basic functionality of a principal object.</summary>
-    </member>
-    <member name="M:System.Security.Principal.IPrincipal.IsInRole(System.String)">
-      <summary>Determines whether the current principal belongs to the specified role.</summary>
-      <param name="role">The name of the role for which to check membership.</param>
-      <returns>
-        <see langword="true" /> if the current principal is a member of the specified role; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Security.Principal.IPrincipal.Identity">
-      <summary>Gets the identity of the current principal.</summary>
-      <returns>The <see cref="T:System.Security.Principal.IIdentity" /> object associated with the current principal.</returns>
-    </member>
-    <member name="T:System.Security.Principal.PrincipalPolicy">
-      <summary>Specifies how principal and identity objects should be created for an application domain. The default is <see langword="UnauthenticatedPrincipal" />.</summary>
-    </member>
-    <member name="F:System.Security.Principal.PrincipalPolicy.NoPrincipal">
-      <summary>No principal or identity objects should be created.</summary>
-    </member>
-    <member name="F:System.Security.Principal.PrincipalPolicy.UnauthenticatedPrincipal">
-      <summary>Principal and identity objects for the unauthenticated entity should be created. An unauthenticated entity has <see cref="P:System.Security.Principal.GenericIdentity.Name" /> set to the empty string ("") and <see cref="P:System.Security.Principal.GenericIdentity.IsAuthenticated" /> set to <see langword="false" />.</summary>
-    </member>
-    <member name="F:System.Security.Principal.PrincipalPolicy.WindowsPrincipal">
-      <summary>Principal and identity objects that reflect the operating system token associated with the current execution thread should be created, and the associated operating system groups should be mapped into roles.</summary>
-    </member>
-    <member name="T:System.Security.Principal.TokenImpersonationLevel">
-      <summary>Defines security impersonation levels. Security impersonation levels govern the degree to which a server process can act on behalf of a client process.</summary>
-    </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Anonymous">
-      <summary>The server process cannot obtain identification information about the client, and it cannot impersonate the client.</summary>
-    </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Delegation">
-      <summary>The server process can impersonate the client's security context on remote systems.</summary>
-    </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Identification">
-      <summary>The server process can obtain information about the client, such as security identifiers and privileges, but it cannot impersonate the client. This is useful for servers that export their own objects, for example, database products that export tables and views. Using the retrieved client-security information, the server can make access-validation decisions without being able to use other services that are using the client's security context.</summary>
-    </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Impersonation">
-      <summary>The server process can impersonate the client's security context on its local system. The server cannot impersonate the client on remote systems.</summary>
-    </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.None">
-      <summary>An impersonation level is not assigned.</summary>
-    </member>
     <member name="T:System.Security.SecurityCriticalAttribute">
       <summary>Specifies that code or an assembly performs security-critical operations.</summary>
     </member>
@@ -48176,131 +28266,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="F:System.Security.SecurityCriticalScope.Explicit">
       <summary>The attribute applies only to the immediate target.</summary>
     </member>
-    <member name="T:System.Security.SecurityElement">
-      <summary>Represents the XML object model for encoding security objects. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Security.SecurityElement.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Security.SecurityElement" /> class with the specified tag.</summary>
-      <param name="tag">The tag name of an XML element.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tag" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tag" /> parameter is invalid in XML.</exception>
-    </member>
-    <member name="M:System.Security.SecurityElement.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Security.SecurityElement" /> class with the specified tag and text.</summary>
-      <param name="tag">The tag name of the XML element.</param>
-      <param name="text">The text content within the element.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tag" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tag" /> parameter or <paramref name="text" /> parameter is invalid in XML.</exception>
-    </member>
-    <member name="M:System.Security.SecurityElement.AddAttribute(System.String,System.String)">
-      <summary>Adds a name/value attribute to an XML element.</summary>
-      <param name="name">The name of the attribute.</param>
-      <param name="value">The value of the attribute.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter or <paramref name="value" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter or <paramref name="value" /> parameter is invalid in XML.  
-  
- -or-  
-  
- An attribute with the name specified by the <paramref name="name" /> parameter already exists.</exception>
-    </member>
-    <member name="M:System.Security.SecurityElement.AddChild(System.Security.SecurityElement)">
-      <summary>Adds a child element to the XML element.</summary>
-      <param name="child">The child element to add.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="child" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Security.SecurityElement.Attribute(System.String)">
-      <summary>Finds an attribute by name in an XML element.</summary>
-      <param name="name">The name of the attribute for which to search.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
-      <returns>The value associated with the named attribute, or <see langword="null" /> if no attribute with <paramref name="name" /> exists.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.Copy">
-      <summary>Creates and returns an identical copy of the current <see cref="T:System.Security.SecurityElement" /> object.</summary>
-      <returns>A copy of the current <see cref="T:System.Security.SecurityElement" /> object.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)">
-      <summary>Compares two XML element objects for equality.</summary>
-      <param name="other">An XML element object to which to compare the current XML element object.</param>
-      <returns>
-        <see langword="true" /> if the tag, attribute names and values, child elements, and text fields in the current XML element are identical to their counterparts in the <paramref name="other" /> parameter; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.Escape(System.String)">
-      <summary>Replaces invalid XML characters in a string with their valid XML equivalent.</summary>
-      <param name="str">The string within which to escape invalid characters.</param>
-      <returns>The input string with invalid characters replaced.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.FromString(System.String)">
-      <summary>Creates a security element from an XML-encoded string.</summary>
-      <param name="xml">The XML-encoded string from which to create the security element.</param>
-      <exception cref="T:System.Security.XmlSyntaxException">
-        <paramref name="xml" /> contains one or more single quotation mark characters.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="xml" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Security.SecurityElement" /> created from the XML.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.IsValidAttributeName(System.String)">
-      <summary>Determines whether a string is a valid attribute name.</summary>
-      <param name="name">The attribute name to test for validity.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="name" /> parameter is a valid XML attribute name; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.IsValidAttributeValue(System.String)">
-      <summary>Determines whether a string is a valid attribute value.</summary>
-      <param name="value">The attribute value to test for validity.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter is a valid XML attribute value; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.IsValidTag(System.String)">
-      <summary>Determines whether a string is a valid tag.</summary>
-      <param name="tag">The tag to test for validity.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="tag" /> parameter is a valid XML tag; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.IsValidText(System.String)">
-      <summary>Determines whether a string is valid as text within an XML element.</summary>
-      <param name="text">The text to test for validity.</param>
-      <returns>
-        <see langword="true" /> if the <paramref name="text" /> parameter is a valid XML text element; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.SearchForChildByTag(System.String)">
-      <summary>Finds a child by its tag name.</summary>
-      <param name="tag">The tag for which to search in child elements.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tag" /> parameter is <see langword="null" />.</exception>
-      <returns>The first child XML element with the specified tag value, or <see langword="null" /> if no child element with <paramref name="tag" /> exists.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.SearchForTextOfTag(System.String)">
-      <summary>Finds a child by its tag name and returns the contained text.</summary>
-      <param name="tag">The tag for which to search in child elements.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="tag" /> is <see langword="null" />.</exception>
-      <returns>The text contents of the first child element with the specified tag value.</returns>
-    </member>
-    <member name="M:System.Security.SecurityElement.ToString">
-      <summary>Produces a string representation of an XML element and its constituent attributes, child elements, and text.</summary>
-      <returns>The XML element and its contents.</returns>
-    </member>
-    <member name="P:System.Security.SecurityElement.Attributes">
-      <summary>Gets or sets the attributes of an XML element as name/value pairs.</summary>
-      <exception cref="T:System.InvalidCastException">The name or value of the <see cref="T:System.Collections.Hashtable" /> object is invalid.</exception>
-      <exception cref="T:System.ArgumentException">The name is not a valid XML attribute name.</exception>
-      <returns>The <see cref="T:System.Collections.Hashtable" /> object for the attribute values of the XML element.</returns>
-    </member>
-    <member name="P:System.Security.SecurityElement.Children">
-      <summary>Gets or sets the array of child elements of the XML element.</summary>
-      <exception cref="T:System.ArgumentException">A child of the XML parent node is <see langword="null" />.</exception>
-      <returns>The ordered child elements of the XML element as security elements.</returns>
-    </member>
-    <member name="P:System.Security.SecurityElement.Tag">
-      <summary>Gets or sets the tag name of an XML element.</summary>
-      <exception cref="T:System.ArgumentNullException">The tag is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The tag is not valid in XML.</exception>
-      <returns>The tag name of an XML element.</returns>
-    </member>
-    <member name="P:System.Security.SecurityElement.Text">
-      <summary>Gets or sets the text within an XML element.</summary>
-      <exception cref="T:System.ArgumentException">The text is not valid in XML.</exception>
-      <returns>The value of the text within an XML element.</returns>
-    </member>
     <member name="T:System.Security.SecurityException">
       <summary>The exception that is thrown when a security error is detected.</summary>
     </member>
@@ -48334,16 +28299,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="type">The type of the permission that caused the exception to be thrown.</param>
       <param name="state">The state of the permission that caused the exception to be thrown.</param>
     </member>
-    <member name="M:System.Security.SecurityException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the <see cref="T:System.Security.SecurityException" />.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
-      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Security.SecurityException.ToString">
-      <summary>Returns a representation of the current <see cref="T:System.Security.SecurityException" />.</summary>
-      <returns>A string representation of the current <see cref="T:System.Security.SecurityException" />.</returns>
-    </member>
     <member name="P:System.Security.SecurityException.Demanded">
       <summary>Gets or sets the demanded security permission, permission set, or permission set collection that failed.</summary>
       <returns>A permission, permission set, or permission set collection object.</returns>
@@ -48356,6 +28311,12 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets or sets information about the failed assembly.</summary>
       <returns>An <see cref="T:System.Reflection.AssemblyName" /> that identifies the failed assembly.</returns>
     </member>
+    <member name="M:System.Security.SecurityException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the <see cref="T:System.Security.SecurityException" />.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
+      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
+    </member>
     <member name="P:System.Security.SecurityException.GrantedSet">
       <summary>Gets or sets the granted permission set of the assembly that caused the <see cref="T:System.Security.SecurityException" />.</summary>
       <returns>The XML representation of the granted set of the assembly.</returns>
@@ -48380,6 +28341,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets or sets the refused permission set of the assembly that caused the <see cref="T:System.Security.SecurityException" />.</summary>
       <returns>The XML representation of the refused permission set of the assembly.</returns>
     </member>
+    <member name="M:System.Security.SecurityException.ToString">
+      <summary>Returns a representation of the current <see cref="T:System.Security.SecurityException" />.</summary>
+      <returns>A string representation of the current <see cref="T:System.Security.SecurityException" />.</returns>
+    </member>
     <member name="P:System.Security.SecurityException.Url">
       <summary>Gets or sets the URL of the assembly that caused the exception.</summary>
       <returns>A URL that identifies the location of the assembly.</returns>
@@ -48471,39 +28436,78 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.Single">
       <summary>Represents a single-precision floating-point number.</summary>
     </member>
-    <member name="F:System.Single.Epsilon">
-      <summary>Represents the smallest positive <see cref="T:System.Single" /> value that is greater than zero. This field is constant.</summary>
-    </member>
-    <member name="F:System.Single.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.Single" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Single.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.Single" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.Single.NaN">
-      <summary>Represents not a number (<see langword="NaN" />). This field is constant.</summary>
-    </member>
-    <member name="F:System.Single.NegativeInfinity">
-      <summary>Represents negative infinity. This field is constant.</summary>
-    </member>
-    <member name="F:System.Single.PositiveInfinity">
-      <summary>Represents positive infinity. This field is constant.</summary>
-    </member>
     <member name="M:System.Single.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance is not a number (<see cref="F:System.Single.NaN" />) and <paramref name="value" /> is a number.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance and value are both not a number (<see cref="F:System.Single.NaN" />), <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Single.NaN" />).  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.Single" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Single.NaN" />) and <paramref name="value" /> is a number.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />, or this instance and value are both not a number (<see cref="F:System.Single.NaN" />), <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, OR this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Single.NaN" />), OR <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.Single.CompareTo(System.Single)">
       <summary>Compares this instance to a specified single-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified single-precision floating-point number.</summary>
       <param name="value">A single-precision floating-point number to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+ -or-  
   
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Single.NaN" />) and <paramref name="value" /> is a number.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />, or both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Single.NaN" />), <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Single.NaN" />).</description></item></list></returns>
+ This instance is not a number (<see cref="F:System.Single.NaN" />) and <paramref name="value" /> is a number.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+ -or-  
+  
+ Both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Single.NaN" />), <see cref="F:System.Single.PositiveInfinity" />, or <see cref="F:System.Single.NegativeInfinity" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Single.NaN" />).</returns>
+    </member>
+    <member name="F:System.Single.Epsilon">
+      <summary>Represents the smallest positive <see cref="T:System.Single" /> value that is greater than zero. This field is constant.</summary>
     </member>
     <member name="M:System.Single.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -48573,6 +28577,18 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if <paramref name="f" /> is subnormal; <see langword="false" /> otherwise.</returns>
     </member>
+    <member name="F:System.Single.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.Single" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.Single.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.Single" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.Single.NaN">
+      <summary>Represents not a number (<see langword="NaN" />). This field is constant.</summary>
+    </member>
+    <member name="F:System.Single.NegativeInfinity">
+      <summary>Represents negative infinity. This field is constant.</summary>
+    </member>
     <member name="M:System.Single.op_Equality(System.Single,System.Single)">
       <summary>Returns a value that indicates whether two specified <see cref="T:System.Single" /> values are equal.</summary>
       <param name="left">The first value to compare.</param>
@@ -48616,79 +28632,68 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Single.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts a character span that contains the string representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent.</summary>
-      <param name="s">A character span that contains the number to convert.</param>
-      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />.  A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not represent a numeric value.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
--or-  
-  
-<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A single-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.Single.Parse(System.String)">
       <summary>Converts the string representation of a number to its single-precision floating-point number equivalent.</summary>
       <param name="s">A string that contains a number to convert.</param>
+      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> does not represent a number in a valid format.</exception>
       <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
     </member>
     <member name="M:System.Single.Parse(System.String,System.Globalization.NumberStyles)">
       <summary>Converts the string representation of a number in a specified style to its single-precision floating-point number equivalent.</summary>
       <param name="s">A string that contains a number to convert.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
+      <returns>A single-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not a number in a valid format.</exception>
       <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
-      <returns>A single-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> includes the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
     <member name="M:System.Single.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent.</summary>
       <param name="s">A string that contains a number to convert.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> does not represent a numeric value.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
       <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
     </member>
     <member name="M:System.Single.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its single-precision floating-point number equivalent.</summary>
       <param name="s">A string that contains a number to convert.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> does not represent a number in a valid format.</exception>
       <exception cref="T:System.OverflowException">
-          .NET Framework and .NET Core 2.2 and earlier versions only: <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
-      <returns>A single-precision floating-point number equivalent to the numeric value or symbol specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />.</exception>
+    </member>
+    <member name="F:System.Single.PositiveInfinity">
+      <summary>Represents positive infinity. This field is constant.</summary>
     </member>
     <member name="M:System.Single.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -48704,14 +28709,14 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Single.System#IConvertible#ToChar(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.Single.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.Single.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -48781,9 +28786,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Single.ToString(System.String)">
       <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
       <param name="format">A numeric format string.</param>
+      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
     </member>
     <member name="M:System.Single.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
@@ -48792,49 +28797,38 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
     </member>
     <member name="M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current float number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.Single.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A read-only character span that contains the number to convert. The span is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the single-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />, or if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumerated constants. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.Single.TryParse(System.ReadOnlySpan{System.Char},System.Single@)">
-      <summary>Converts the string representation of a number in a character span to its single-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">&gt;A character span that contains the string representation of the number to convert.</param>
-      <param name="result">When this method returns, contains the single-precision floating-point number equivalent of the <paramref name="s" /> parameter, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty or is not a number in a valid format. If <paramref name="s" /> is a valid number less than <see cref="F:System.Single.MinValue" />, <paramref name="result" /> is <see cref="F:System.Single.NegativeInfinity" />. If <paramref name="s" /> is a valid number greater than <see cref="F:System.Single.MaxValue" />, <paramref name="result" /> is <see cref="F:System.Single.PositiveInfinity" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its single-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
       <param name="s">A string representing a number to convert.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Float" /> combined with <see cref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the single-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumeration constants. It also fails on .NET Framework or .NET Core 2.2 and earlier versions if <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
+      <param name="result">When this method returns, contains the single-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />, or if <paramref name="style" /> is not a valid combination of <see cref="T:System.Globalization.NumberStyles" /> enumerated constants. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> value.</exception>
     </member>
     <member name="M:System.Single.TryParse(System.String,System.Single@)">
       <summary>Converts the string representation of a number to its single-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
       <param name="s">A string representing a number to convert.</param>
-      <param name="result">When this method returns, contains single-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" /> or is not a number in a valid format. It also fails on .NET Framework and .NET Core 2.2 and earlier versions if <paramref name="s" /> represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
+      <param name="result">When this method returns, contains single-precision floating-point number equivalent to the numeric value or symbol contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not a number in a valid format, or represents a number less than <see cref="F:System.Single.MinValue" /> or greater than <see cref="F:System.Single.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
@@ -48855,13 +28849,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="length">The number of elements to include in the new <see cref="T:System.Span`1" />.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="array" /> is <see langword="null" />, but <paramref name="start" /> or <paramref name="length" /> is non-zero.
-
 -or-
-
 <paramref name="start" /> is outside the bounds of the array.
-
 -or-
-
 <paramref name="start" /> and <paramref name="length" /> exceeds the number of elements in the array.</exception>
       <exception cref="T:System.ArrayTypeMismatchException">
         <paramref name="T" /> is a reference type, and <paramref name="array" /> is not an array of type <paramref name="T" />.</exception>
@@ -48884,11 +28874,28 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.ArgumentException">
         <paramref name="destination" /> is shorter than the source <see cref="T:System.Span`1" />.</exception>
     </member>
+    <member name="P:System.Span`1.Empty">
+      <summary>Returns an empty <see cref="T:System.Span`1" /> object.</summary>
+      <returns>An empty <see cref="T:System.Span`1" /> object.</returns>
+    </member>
+    <member name="T:System.Span`1.Enumerator">
+      <summary>Provides an enumerator for the elements of a <see cref="T:System.Span`1" />.</summary>
+      <typeparam name="T" />
+    </member>
+    <member name="P:System.Span`1.Enumerator.Current">
+      <summary>Gets a reference to the item at the current position of the enumerator.</summary>
+      <returns>The element in the <see cref="T:System.Span`1" /> at the current position of the enumerator.</returns>
+    </member>
+    <member name="M:System.Span`1.Enumerator.MoveNext">
+      <summary>Advances the enumerator to the next item of the <see cref="T:System.Span`1" />.</summary>
+      <returns>
+        <see langword="true" /> if the enumerator successfully advanced to the next item; <see langword="false" /> if the end of the span has been passed.</returns>
+    </member>
     <member name="M:System.Span`1.Equals(System.Object)">
       <summary>Calls to this method are not supported.</summary>
       <param name="obj">Not supported.</param>
-      <exception cref="T:System.NotSupportedException">Calls to this method are not supported.</exception>
       <returns>Calls to this method are not supported.</returns>
+      <exception cref="T:System.NotSupportedException">Calls to this method are not supported.</exception>
     </member>
     <member name="M:System.Span`1.Fill(`0)">
       <summary>Fills the elements of this span with a specified value.</summary>
@@ -48900,14 +28907,28 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.Span`1.GetHashCode">
       <summary>Throws a <see cref="T:System.NotSupportedException" />.</summary>
-      <exception cref="T:System.NotSupportedException">Calls to this method are not supported.</exception>
       <returns>Calls to this method always throw a <see cref="T:System.NotSupportedException" />.</returns>
+      <exception cref="T:System.NotSupportedException">Calls to this method are not supported.</exception>
     </member>
     <member name="M:System.Span`1.GetPinnableReference">
-      <summary>Returns a reference to an object of type T that can be used for pinning.
-        
-This method is intended to support .NET compilers and is not intended to be called by user code.</summary>
-      <returns>A reference to the element of the span at index 0, or <see langword="null" /> if the span is empty.</returns>
+      <summary>Returns a reference to the element of the <see cref="T:System.Span`1" /> at index zero.</summary>
+      <returns>A reference to the element of the <see cref="T:System.Span`1" /> at index zero, or <see langword="null" /> if <see cref="P:System.Span`1.IsEmpty" /> is  <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Span`1.IsEmpty">
+      <summary>Returns a value that indicates whether the current <see cref="T:System.Span`1" /> is empty.</summary>
+      <returns>
+        <see langword="true" /> if the current span is empty; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Span`1.Item(System.Int32)">
+      <summary>Gets the element at the specified zero-based index.</summary>
+      <param name="index">The zero-based index of the element.</param>
+      <returns>The element at the specified index.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is less than zero or greater than or equal to <see cref="P:System.Span`1.Length" />.</exception>
+    </member>
+    <member name="P:System.Span`1.Length">
+      <summary>Returns the length of the current span.</summary>
+      <returns>The length of the current span.</returns>
     </member>
     <member name="M:System.Span`1.op_Equality(System.Span{`0},System.Span{`0})">
       <summary>Returns a value that indicates whether two <see cref="T:System.Span`1" /> objects are equal.</summary>
@@ -48916,11 +28937,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the two <see cref="T:System.Span`1" /> objects are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Span`1.op_Implicit(T[])~System.Span{`0}">
-      <summary>Defines an implicit conversion of an array to a <see cref="T:System.Span`1" />.</summary>
-      <param name="array">The array to convert to a <see cref="T:System.Span`1" />.</param>
-      <returns>The span that corresponds to <paramref name="array" />.</returns>
-    </member>
     <member name="M:System.Span`1.op_Implicit(System.ArraySegment{`0})~System.Span{`0}">
       <summary>Defines an implicit conversion of an <see cref="T:System.ArraySegment`1" /> to a <see cref="T:System.Span`1" />.</summary>
       <param name="segment">The array segment to be converted to a <see cref="T:System.Span`1" />.</param>
@@ -48931,6 +28947,11 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="span">The object to convert to a <see cref="T:System.ReadOnlySpan`1" />.</param>
       <returns>A read-only span that corresponds to the current instance.</returns>
     </member>
+    <member name="M:System.Span`1.op_Implicit(T[])~System.Span{`0}">
+      <summary>Defines an implicit conversion of an array to a <see cref="T:System.Span`1" />.</summary>
+      <param name="array">The array to convert to a <see cref="T:System.Span`1" />.</param>
+      <returns>The span that corresponds to <paramref name="array" />.</returns>
+    </member>
     <member name="M:System.Span`1.op_Inequality(System.Span{`0},System.Span{`0})">
       <summary>Returns a value that indicates whether two <see cref="T:System.Span`1" /> objects are not equal.</summary>
       <param name="left">The first span to compare.</param>
@@ -48941,17 +28962,17 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Span`1.Slice(System.Int32)">
       <summary>Forms a slice out of the current span that begins at a specified index.</summary>
       <param name="start">The index at which to begin the slice.</param>
+      <returns>A span that consists of all elements of the current span from <paramref name="start" /> to the end of the span.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> is less than zero or greater than <see cref="P:System.Span`1.Length" />.</exception>
-      <returns>A span that consists of all elements of the current span from <paramref name="start" /> to the end of the span.</returns>
     </member>
     <member name="M:System.Span`1.Slice(System.Int32,System.Int32)">
       <summary>Forms a slice out of the current span starting at a specified index for a specified length.</summary>
       <param name="start">The index at which to begin this slice.</param>
       <param name="length">The desired length for the slice.</param>
+      <returns>A span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="start" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="start" /> or <paramref name="start" /> + <paramref name="length" /> is less than zero or greater than <see cref="P:System.Span`1.Length" />.</exception>
-      <returns>A span that consists of <paramref name="length" /> elements from the current span starting at <paramref name="start" />.</returns>
     </member>
     <member name="M:System.Span`1.ToArray">
       <summary>Copies the contents of this span into a new array.</summary>
@@ -48967,39 +28988,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the copy operation succeeded; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Span`1.Empty">
-      <summary>Returns an empty <see cref="T:System.Span`1" /> object.</summary>
-      <returns>An empty <see cref="T:System.Span`1" /> object.</returns>
-    </member>
-    <member name="P:System.Span`1.IsEmpty">
-      <summary>Returns a value that indicates whether the current <see cref="T:System.Span`1" /> is empty.</summary>
-      <returns>
-        <see langword="true" /> if the current span is empty; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Span`1.Item(System.Int32)">
-      <summary>Gets the element at the specified zero-based index.</summary>
-      <param name="index">The zero-based index of the element.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is less than zero or greater than or equal to <see cref="P:System.Span`1.Length" />.</exception>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="P:System.Span`1.Length">
-      <summary>Returns the length of the current span.</summary>
-      <returns>The length of the current span.</returns>
-    </member>
-    <member name="T:System.Span`1.Enumerator">
-      <summary>Provides an enumerator for the elements of a <see cref="T:System.Span`1" />.</summary>
-      <typeparam name="T" />
-    </member>
-    <member name="M:System.Span`1.Enumerator.MoveNext">
-      <summary>Advances the enumerator to the next item of the <see cref="T:System.Span`1" />.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator successfully advanced to the next item; <see langword="false" /> if the end of the span has been passed.</returns>
-    </member>
-    <member name="P:System.Span`1.Enumerator.Current">
-      <summary>Gets a reference to the item at the current position of the enumerator.</summary>
-      <returns>The element in the <see cref="T:System.Span`1" /> at the current position of the enumerator.</returns>
-    </member>
     <member name="T:System.StackOverflowException">
       <summary>The exception that is thrown when the execution stack overflows because it contains too many nested method calls. This class cannot be inherited.</summary>
     </member>
@@ -49024,9 +29012,6 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="T:System.String">
       <summary>Represents text as a sequence of UTF-16 code units.</summary>
     </member>
-    <member name="F:System.String.Empty">
-      <summary>Represents the empty string. This field is read-only.</summary>
-    </member>
     <member name="M:System.String.#ctor(System.Char*)">
       <summary>Initializes a new instance of the <see cref="T:System.String" /> class to the value indicated by a specified pointer to an array of Unicode characters.</summary>
       <param name="value">A pointer to a null-terminated array of Unicode characters.</param>
@@ -49064,10 +29049,8 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
-
- -or-
-
- The sum of <paramref name="startIndex" /> and <paramref name="length" /> is greater than the number of elements in <paramref name="value" />.</exception>
+-or-
+The sum of <paramref name="startIndex" /> and <paramref name="length" /> is greater than the number of elements in <paramref name="value" />.</exception>
     </member>
     <member name="M:System.String.#ctor(System.ReadOnlySpan{System.Char})">
       <summary>Initializes a new instance of the <see cref="T:System.String" /> class to the Unicode characters indicated in the specified read-only span.</summary>
@@ -49092,19 +29075,13 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
-
- -or-
-
- The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is too large for the current platform; that is, the address calculation overflowed.
-
- -or-
-
- The length of the new string to initialize is too large to allocate.</exception>
+-or-
+The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is too large for the current platform; that is, the address calculation overflowed.
+-or-
+The length of the new string to initialize is too large to allocate.</exception>
       <exception cref="T:System.ArgumentException">The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is less than 64K.
-
- -or-
-
- A new instance of <see cref="T:System.String" /> could not be initialized using <paramref name="value" />, assuming <paramref name="value" /> is encoded in ANSI.</exception>
+-or-
+A new instance of <see cref="T:System.String" /> could not be initialized using <paramref name="value" />, assuming <paramref name="value" /> is encoded in ANSI.</exception>
       <exception cref="T:System.AccessViolationException">
         <paramref name="value" />, <paramref name="startIndex" />, and <paramref name="length" /> collectively specify an invalid address.</exception>
     </member>
@@ -49118,22 +29095,23 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
-
- -or-
-
- The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is too large for the current platform; that is, the address calculation overflowed.
-
- -or-
-
- The length of the new string to initialize is too large to allocate.</exception>
+-or-
+The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is too large for the current platform; that is, the address calculation overflowed.
+-or-
+The length of the new string to initialize is too large to allocate.</exception>
       <exception cref="T:System.ArgumentException">The address specified by <paramref name="value" /> + <paramref name="startIndex" /> is less than 64K.
-
- -or-
-
- A new instance of <see cref="T:System.String" /> could not be initialized using <paramref name="value" />, assuming <paramref name="value" /> is encoded as specified by <paramref name="enc" />.</exception>
+-or-
+A new instance of <see cref="T:System.String" /> could not be initialized using <paramref name="value" />, assuming <paramref name="value" /> is encoded as specified by <paramref name="enc" />.</exception>
       <exception cref="T:System.AccessViolationException">
         <paramref name="value" />, <paramref name="startIndex" />, and <paramref name="length" /> collectively specify an invalid address.</exception>
     </member>
+    <member name="P:System.String.Chars(System.Int32)">
+      <summary>Gets the <see cref="T:System.Char" /> object at a specified position in the current <see cref="T:System.String" /> object.</summary>
+      <param name="index">A position in the current string.</param>
+      <returns>The object at position <paramref name="index" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is greater than or equal to the length of this object or less than zero.</exception>
+    </member>
     <member name="M:System.String.Clone">
       <summary>Returns a reference to this instance of <see cref="T:System.String" />.</summary>
       <returns>This instance of <see cref="T:System.String" />.</returns>
@@ -49145,23 +29123,30 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="strB">The second string to use in the comparison.</param>
       <param name="indexB">The position of the substring within <paramref name="strB" />.</param>
       <param name="length">The maximum number of characters in the substrings to compare.</param>
+      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+  The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="indexA" /> is greater than <paramref name="strA" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
-
- -or-
-
- Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
-      <returns>A 32-bit signed integer indicating the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description> The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</description></item></list></returns>
+-or-
+<paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
+-or-
+Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean)">
       <summary>Compares substrings of two specified <see cref="T:System.String" /> objects, ignoring or honoring their case, and returns an integer that indicates their relative position in the sort order.</summary>
@@ -49172,23 +29157,30 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="length">The maximum number of characters in the substrings to compare.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
+      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+  The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="indexA" /> is greater than <paramref name="strA" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
-
- -or-
-
- Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
-      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description> The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</description></item></list></returns>
+-or-
+<paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
+-or-
+Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo)">
       <summary>Compares substrings of two specified <see cref="T:System.String" /> objects, ignoring or honoring their case and using culture-specific information to influence the comparison, and returns an integer that indicates their relative position in the sort order.</summary>
@@ -49199,24 +29191,33 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="length">The maximum number of characters in the substrings to compare.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
-      <param name="culture">An object that supplies culture-specific comparison information. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">An object that supplies culture-specific comparison information.</param>
+      <returns>An integer that indicates the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+  The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="indexA" /> is greater than <paramref name="strA" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
-
- -or-
-
- Either <paramref name="strA" /> or <paramref name="strB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
-      <returns>An integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description> The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</description></item></list></returns>
+-or-
+<paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
+-or-
+Either <paramref name="strA" /> or <paramref name="strB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CultureInfo,System.Globalization.CompareOptions)">
       <summary>Compares substrings of two specified <see cref="T:System.String" /> objects using the specified comparison options and culture-specific information to influence the comparison, and returns an integer that indicates the relationship of the two substrings to each other in the sort order.</summary>
@@ -49225,27 +29226,36 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="strB">The second string to use in the comparison.</param>
       <param name="indexB">The starting position of the substring within <paramref name="strB" />.</param>
       <param name="length">The maximum number of characters in the substrings to compare.</param>
-      <param name="culture">An object that supplies culture-specific comparison information. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">An object that supplies culture-specific comparison information.</param>
       <param name="options">Options to use when performing the comparison (such as ignoring case or symbols).</param>
+      <returns>An integer that indicates the lexical relationship between the two substrings, as shown in the following table.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+  The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not a <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="indexA" /> is greater than <paramref name="strA" /><see langword=".Length" />.
-
- -or-
-
- <paramref name="indexB" /> is greater than <paramref name="strB" /><see langword=".Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
-
- -or-
-
- Either <paramref name="strA" /> or <paramref name="strB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
-      <returns>An integer that indicates the lexical relationship between the two substrings, as shown in the following table.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description> The substrings occur in the same position in the sort order, or <paramref name="length" /> is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</description></item></list></returns>
+-or-
+<paramref name="indexB" /> is greater than <paramref name="strB" /><see langword=".Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
+-or-
+Either <paramref name="strA" /> or <paramref name="strB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)">
       <summary>Compares substrings of two specified <see cref="T:System.String" /> objects using the specified rules, and returns an integer that indicates their relative position in the sort order.</summary>
@@ -49255,33 +29265,53 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="indexB">The position of the substring within <paramref name="strB" />.</param>
       <param name="length">The maximum number of characters in the substrings to compare.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
+      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+  The substrings occur in the same position in the sort order, or the <paramref name="length" /> parameter is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="indexA" /> is greater than <paramref name="strA" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
-
- -or-
-
- Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
+-or-
+<paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.
+-or-
+Either <paramref name="indexA" /> or <paramref name="indexB" /> is <see langword="null" />, and <paramref name="length" /> is greater than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> precedes the substring in <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description> The substrings occur in the same position in the sort order, or the <paramref name="length" /> parameter is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.</description></item></list></returns>
     </member>
     <member name="M:System.String.Compare(System.String,System.String)">
       <summary>Compares two specified <see cref="T:System.String" /> objects and returns an integer that indicates their relative position in the sort order.</summary>
       <param name="strA">The first string to compare.</param>
       <param name="strB">The second string to compare.</param>
       <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description><paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</description></item></list></returns>
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+ <paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</returns>
     </member>
     <member name="M:System.String.Compare(System.String,System.String,System.Boolean)">
       <summary>Compares two specified <see cref="T:System.String" /> objects, ignoring or honoring their case, and returns an integer that indicates their relative position in the sort order.</summary>
@@ -49290,8 +29320,21 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
       <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description><paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</description></item></list></returns>
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+ <paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</returns>
     </member>
     <member name="M:System.String.Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
       <summary>Compares two specified <see cref="T:System.String" /> objects, ignoring or honoring their case, and using culture-specific information to influence the comparison, and returns an integer that indicates their relative position in the sort order.</summary>
@@ -49299,35 +29342,78 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="strB">The second string to compare.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
-      <param name="culture">An object that supplies culture-specific comparison information. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">An object that supplies culture-specific comparison information.</param>
       <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description><paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</description></item></list></returns>
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+ <paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.String,System.Globalization.CultureInfo,System.Globalization.CompareOptions)">
       <summary>Compares two specified <see cref="T:System.String" /> objects using the specified comparison options and culture-specific information to influence the comparison, and returns an integer that indicates the relationship of the two strings to each other in the sort order.</summary>
       <param name="strA">The first string to compare.</param>
       <param name="strB">The second string to compare.</param>
-      <param name="culture">The culture that supplies culture-specific comparison information. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">The culture that supplies culture-specific comparison information.</param>
       <param name="options">Options to use when performing the comparison (such as ignoring case or symbols).</param>
+      <returns>A 32-bit signed integer that indicates the lexical relationship between <paramref name="strA" /> and <paramref name="strB" />, as shown in the following table
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+ <paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not a <see cref="T:System.Globalization.CompareOptions" /> value.</exception>
-      <returns>A 32-bit signed integer that indicates the lexical relationship between <paramref name="strA" /> and <paramref name="strB" />, as shown in the following table
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description><paramref name="strA" /> occurs in the same position as <paramref name="strB" /> in the sort order.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</description></item></list></returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.Compare(System.String,System.String,System.StringComparison)">
       <summary>Compares two specified <see cref="T:System.String" /> objects using the specified rules, and returns an integer that indicates their relative position in the sort order.</summary>
       <param name="strA">The first string to compare.</param>
       <param name="strB">The second string to compare.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
+      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.  
+  
+  Zero  
+  
+ <paramref name="strA" /> is in the same position as <paramref name="strB" /> in the sort order.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
       <exception cref="T:System.NotSupportedException">
         <see cref="T:System.StringComparison" /> is not supported.</exception>
-      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> precedes <paramref name="strB" /> in the sort order.</description></item><item><term> Zero</term><description><paramref name="strA" /> is in the same position as <paramref name="strB" /> in the sort order.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> follows <paramref name="strB" /> in the sort order.</description></item></list></returns>
     </member>
     <member name="M:System.String.CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32)">
       <summary>Compares substrings of two specified <see cref="T:System.String" /> objects by evaluating the numeric values of the corresponding <see cref="T:System.Char" /> objects in each substring.</summary>
@@ -49336,58 +29422,106 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="strB">The second string to use in the comparison.</param>
       <param name="indexB">The starting index of the substring in <paramref name="strB" />.</param>
       <param name="length">The maximum number of characters in the substrings to compare.</param>
+      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The substring in <paramref name="strA" /> is less than the substring in <paramref name="strB" />.  
+  
+  Zero  
+  
+  The substrings are equal, or <paramref name="length" /> is zero.  
+  
+  Greater than zero  
+  
+  The substring in <paramref name="strA" /> is greater than the substring in <paramref name="strB" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="strA" /> is not <see langword="null" /> and <paramref name="indexA" /> is greater than <paramref name="strA" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="strB" /> is not <see langword="null" /> and <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
-
- -or-
-
- <paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.</exception>
-      <returns>A 32-bit signed integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The substring in <paramref name="strA" /> is less than the substring in <paramref name="strB" />.</description></item><item><term> Zero</term><description> The substrings are equal, or <paramref name="length" /> is zero.</description></item><item><term> Greater than zero</term><description> The substring in <paramref name="strA" /> is greater than the substring in <paramref name="strB" />.</description></item></list></returns>
+-or-
+<paramref name="strB" /> is not <see langword="null" /> and <paramref name="indexB" /> is greater than <paramref name="strB" />.<see cref="P:System.String.Length" />.
+-or-
+<paramref name="indexA" />, <paramref name="indexB" />, or <paramref name="length" /> is negative.</exception>
     </member>
     <member name="M:System.String.CompareOrdinal(System.String,System.String)">
       <summary>Compares two specified <see cref="T:System.String" /> objects by evaluating the numeric values of the corresponding <see cref="T:System.Char" /> objects in each string.</summary>
       <param name="strA">The first string to compare.</param>
       <param name="strB">The second string to compare.</param>
       <returns>An integer that indicates the lexical relationship between the two comparands.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description><paramref name="strA" /> is less than <paramref name="strB" />.</description></item><item><term> Zero</term><description><paramref name="strA" /> and <paramref name="strB" /> are equal.</description></item><item><term> Greater than zero</term><description><paramref name="strA" /> is greater than <paramref name="strB" />.</description></item></list></returns>
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+ <paramref name="strA" /> is less than <paramref name="strB" />.  
+  
+  Zero  
+  
+ <paramref name="strA" /> and <paramref name="strB" /> are equal.  
+  
+  Greater than zero  
+  
+ <paramref name="strA" /> is greater than <paramref name="strB" />.</returns>
     </member>
     <member name="M:System.String.CompareTo(System.Object)">
       <summary>Compares this instance with a specified <see cref="T:System.Object" /> and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified <see cref="T:System.Object" />.</summary>
       <param name="value">An object that evaluates to a <see cref="T:System.String" />.</param>
+      <returns>A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the <paramref name="value" /> parameter.
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance has the same position in the sort order as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.String" />.</exception>
-      <returns>A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the <paramref name="value" /> parameter.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance has the same position in the sort order as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="value" />.
-
- -or-
-
- <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.String.CompareTo(System.String)">
       <summary>Compares this instance with a specified <see cref="T:System.String" /> object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified string.</summary>
       <param name="strB">The string to compare with this instance.</param>
       <returns>A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the <paramref name="strB" /> parameter.
-
- <list type="table"><listheader><term> Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="strB" />.</description></item><item><term> Zero</term><description> This instance has the same position in the sort order as <paramref name="strB" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="strB" />.
-
- -or-
-
- <paramref name="strB" /> is <see langword="null" />.</description></item></list></returns>
+  Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance precedes <paramref name="strB" />.  
+  
+  Zero  
+  
+  This instance has the same position in the sort order as <paramref name="strB" />.  
+  
+  Greater than zero  
+  
+  This instance follows <paramref name="strB" />.  
+  
+ -or-  
+  
+ <paramref name="strB" /> is <see langword="null" />.</returns>
     </member>
     <member name="M:System.String.Concat(System.Collections.Generic.IEnumerable{System.String})">
       <summary>Concatenates the members of a constructed <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of type <see cref="T:System.String" />.</summary>
       <param name="values">A collection object that implements <see cref="T:System.Collections.Generic.IEnumerable`1" /> and whose generic type argument is <see cref="T:System.String" />.</param>
+      <returns>The concatenated strings in <paramref name="values" />, or <see cref="F:System.String.Empty" /> if <paramref name="values" /> is an empty <see langword="IEnumerable(Of String)" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
-      <returns>The concatenated strings in <paramref name="values" />, or <see cref="F:System.String.Empty" /> if <paramref name="values" /> is an empty <see langword="IEnumerable(Of String)" />.</returns>
     </member>
     <member name="M:System.String.Concat(System.Object)">
       <summary>Creates the string  representation of a specified object.</summary>
@@ -49410,10 +29544,10 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.Concat(System.Object[])">
       <summary>Concatenates the string representations of the elements in a specified <see cref="T:System.Object" /> array.</summary>
       <param name="args">An object array that contains the elements to concatenate.</param>
+      <returns>The concatenated string representations of the values of the elements in <paramref name="args" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="args" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">Out of memory.</exception>
-      <returns>The concatenated string representations of the values of the elements in <paramref name="args" />.</returns>
     </member>
     <member name="M:System.String.Concat(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
       <summary>Concatenates the string representations of two specified read-only character spans.</summary>
@@ -49460,18 +29594,18 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.Concat(System.String[])">
       <summary>Concatenates the elements of a specified <see cref="T:System.String" /> array.</summary>
       <param name="values">An array of string instances.</param>
+      <returns>The concatenated elements of <paramref name="values" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">Out of memory.</exception>
-      <returns>The concatenated elements of <paramref name="values" />.</returns>
     </member>
     <member name="M:System.String.Concat``1(System.Collections.Generic.IEnumerable{``0})">
       <summary>Concatenates the members of an <see cref="T:System.Collections.Generic.IEnumerable`1" /> implementation.</summary>
       <param name="values">A collection object that implements the <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface.</param>
       <typeparam name="T">The type of the members of <paramref name="values" />.</typeparam>
+      <returns>The concatenated members in <paramref name="values" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
-      <returns>The concatenated members in <paramref name="values" />.</returns>
     </member>
     <member name="M:System.String.Contains(System.Char)">
       <summary>Returns a value indicating whether a specified character occurs within this string.</summary>
@@ -49489,10 +29623,10 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.Contains(System.String)">
       <summary>Returns a value indicating whether a specified substring occurs within this string.</summary>
       <param name="value">The string to seek.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the <paramref name="value" /> parameter occurs within this string, or if <paramref name="value" /> is the empty string (""); otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.Contains(System.String,System.StringComparison)">
       <summary>Returns a value indicating whether a specified string occurs within this string, using the specified comparison rules.</summary>
@@ -49504,9 +29638,9 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.Copy(System.String)">
       <summary>Creates a new instance of <see cref="T:System.String" /> with the same value as a specified <see cref="T:System.String" />.</summary>
       <param name="str">The string to copy.</param>
+      <returns>A new string with the same value as <paramref name="str" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>A new string with the same value as <paramref name="str" />.</returns>
     </member>
     <member name="M:System.String.CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)">
       <summary>Copies a specified number of characters from a specified position in this instance to a specified position in an array of Unicode characters.</summary>
@@ -49518,40 +29652,14 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="destination" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="sourceIndex" />, <paramref name="destinationIndex" />, or <paramref name="count" /> is negative
-
- -or-
-
- <paramref name="sourceIndex" /> does not identify a position in the current instance.
-
- -or-
-
- <paramref name="destinationIndex" /> does not identify a valid index in the <paramref name="destination" /> array.
-
- -or-
-
- <paramref name="count" /> is greater than the length of the substring from <paramref name="sourceIndex" /> to the end of this instance
-
- -or-
-
- <paramref name="count" /> is greater than the length of the subarray from <paramref name="destinationIndex" /> to the end of the <paramref name="destination" /> array.</exception>
-    </member>
-    <member name="M:System.String.CopyTo(System.Span{System.Char})">
-      <summary>Copies the contents of this string into the destination span.</summary>
-      <param name="destination">The span into which to copy this string's contents.</param>
-      <exception cref="T:System.ArgumentException">The destination span is shorter than the source string.</exception>
-    </member>
-    <member name="M:System.String.Create(System.IFormatProvider,System.Runtime.CompilerServices.DefaultInterpolatedStringHandler@)">
-      <summary>Creates a new string by using the specified provider to control the formatting of the specified interpolated string.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <param name="handler">The interpolated string, passed by reference.</param>
-      <returns>The string that results for formatting the interpolated string using the specified format provider.</returns>
-    </member>
-    <member name="M:System.String.Create(System.IFormatProvider,System.Span{System.Char},System.Runtime.CompilerServices.DefaultInterpolatedStringHandler@)">
-      <summary>Creates a new string by using the specified provider to control the formatting of the specified interpolated string.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <param name="initialBuffer">The initial buffer that may be used as temporary space as part of the formatting operation. The contents of this buffer may be overwritten.</param>
-      <param name="handler">The interpolated string, passed by reference.</param>
-      <returns>The string that results for formatting the interpolated string using the specified format provider.</returns>
+-or-
+<paramref name="sourceIndex" /> does not identify a position in the current instance.
+-or-
+<paramref name="destinationIndex" /> does not identify a valid index in the <paramref name="destination" /> array.
+-or-
+<paramref name="count" /> is greater than the length of the substring from <paramref name="sourceIndex" /> to the end of this instance
+-or-
+<paramref name="count" /> is greater than the length of the subarray from <paramref name="destinationIndex" /> to the end of the <paramref name="destination" /> array.</exception>
     </member>
     <member name="M:System.String.Create``1(System.Int32,``0,System.Buffers.SpanAction{System.Char,``0})">
       <summary>Creates a new string with a specific length and initializes it after creation by using the specified callback.</summary>
@@ -49561,6 +29669,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <typeparam name="TState">The type of the element to pass to <paramref name="action" />.</typeparam>
       <returns>The created string.</returns>
     </member>
+    <member name="F:System.String.Empty">
+      <summary>Represents the empty string. This field is read-only.</summary>
+    </member>
     <member name="M:System.String.EndsWith(System.Char)">
       <summary>Determines whether the end of this string instance matches the specified character.</summary>
       <param name="value">The character to compare to the character at the end of this instance.</param>
@@ -49570,10 +29681,10 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.EndsWith(System.String)">
       <summary>Determines whether the end of this string instance matches the specified string.</summary>
       <param name="value">The string to compare to the substring at the end of this instance.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="value" /> matches the end of this instance; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.EndsWith(System.String,System.Boolean,System.Globalization.CultureInfo)">
       <summary>Determines whether the end of this string instance matches the specified string when compared using the specified culture.</summary>
@@ -49581,21 +29692,21 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
       <param name="culture">Cultural information that determines how this instance and <paramref name="value" /> are compared. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the <paramref name="value" /> parameter matches the end of this string; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.EndsWith(System.String,System.StringComparison)">
       <summary>Determines whether the end of this string instance matches the specified string when compared using the specified comparison option.</summary>
       <param name="value">The string to compare to the substring at the end of this instance.</param>
       <param name="comparisonType">One of the enumeration values that determines how this string and <paramref name="value" /> are compared.</param>
+      <returns>
+        <see langword="true" /> if the <paramref name="value" /> parameter matches the end of this string; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>
-        <see langword="true" /> if the <paramref name="value" /> parameter matches the end of this string; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.String.EnumerateRunes">
       <summary>Returns an enumeration of <see cref="T:System.Text.Rune" /> from this string.</summary>
@@ -49625,34 +29736,32 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="a">The first string to compare, or <see langword="null" />.</param>
       <param name="b">The second string to compare, or <see langword="null" />.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the comparison.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
       <returns>
         <see langword="true" /> if the value of the <paramref name="a" /> parameter is equal to the value of the <paramref name="b" /> parameter; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
     </member>
     <member name="M:System.String.Equals(System.String,System.StringComparison)">
       <summary>Determines whether this string and a specified <see cref="T:System.String" /> object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.</summary>
       <param name="value">The string to compare to this instance.</param>
       <param name="comparisonType">One of the enumeration values that specifies how the strings will be compared.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
       <returns>
         <see langword="true" /> if the value of the <paramref name="value" /> parameter is the same as this string; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
     </member>
     <member name="M:System.String.Format(System.IFormatProvider,System.String,System.Object)">
       <summary>Replaces the format item or items in a specified string with the string representation of the corresponding object. A parameter supplies culture-specific formatting information.</summary>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
       <param name="format">A composite format string.</param>
       <param name="arg0">The object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which the format item or items have been replaced by the string representation of <paramref name="arg0" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is not zero.</exception>
-      <returns>A copy of <paramref name="format" /> in which the format item or items have been replaced by the string representation of <paramref name="arg0" />.</returns>
+-or-
+The index of a format item is not zero.</exception>
     </member>
     <member name="M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)">
       <summary>Replaces the format items in a string with the string representation of two specified objects. A parameter supplies culture-specific formatting information.</summary>
@@ -49660,15 +29769,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="format">A composite format string.</param>
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which format items are replaced by the string representations of <paramref name="arg0" /> and <paramref name="arg1" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is not zero or one.</exception>
-      <returns>A copy of <paramref name="format" /> in which format items are replaced by the string representations of <paramref name="arg0" /> and <paramref name="arg1" />.</returns>
+-or-
+The index of a format item is not zero or one.</exception>
     </member>
     <member name="M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)">
       <summary>Replaces the format items in a string with the string representation of three specified objects. An parameter supplies culture-specific formatting information.</summary>
@@ -49677,58 +29784,50 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
       <param name="arg2">The third object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than zero, or greater than two.</exception>
-      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
+-or-
+The index of a format item is less than zero, or greater than two.</exception>
     </member>
     <member name="M:System.String.Format(System.IFormatProvider,System.String,System.Object[])">
       <summary>Replaces the format items in a string with the string representations of corresponding objects in a specified array. A parameter supplies culture-specific formatting information.</summary>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
       <param name="format">A composite format string.</param>
       <param name="args">An object array that contains zero or more objects to format.</param>
+      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representation of the corresponding objects in <paramref name="args" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> or <paramref name="args" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than zero, or greater than or equal to the length of the <paramref name="args" /> array.</exception>
-      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representation of the corresponding objects in <paramref name="args" />.</returns>
+-or-
+The index of a format item is less than zero, or greater than or equal to the length of the <paramref name="args" /> array.</exception>
     </member>
     <member name="M:System.String.Format(System.String,System.Object)">
       <summary>Replaces one or more format items in a string with the string representation of a specified object.</summary>
       <param name="format">A composite format string.</param>
       <param name="arg0">The object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which any format items are replaced by the string representation of <paramref name="arg0" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">The format item in <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is not zero.</exception>
-      <returns>A copy of <paramref name="format" /> in which any format items are replaced by the string representation of <paramref name="arg0" />.</returns>
+-or-
+The index of a format item is not zero.</exception>
     </member>
     <member name="M:System.String.Format(System.String,System.Object,System.Object)">
       <summary>Replaces the format items in a string with the string representation of two specified objects.</summary>
       <param name="format">A composite format string.</param>
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which format items are replaced by the string representations of <paramref name="arg0" /> and <paramref name="arg1" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is not zero or one.</exception>
-      <returns>A copy of <paramref name="format" /> in which format items are replaced by the string representations of <paramref name="arg0" /> and <paramref name="arg1" />.</returns>
+-or-
+The index of a format item is not zero or one.</exception>
     </member>
     <member name="M:System.String.Format(System.String,System.Object,System.Object,System.Object)">
       <summary>Replaces the format items in a string with the string representation of three specified objects.</summary>
@@ -49736,29 +29835,25 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
       <param name="arg2">The third object to format.</param>
+      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than zero, or greater than two.</exception>
-      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
+-or-
+The index of a format item is less than zero, or greater than two.</exception>
     </member>
     <member name="M:System.String.Format(System.String,System.Object[])">
       <summary>Replaces the format item in a specified string with the string representation of a corresponding object in a specified array.</summary>
       <param name="format">A composite format string.</param>
       <param name="args">An object array that contains zero or more objects to format.</param>
+      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representation of the corresponding objects in <paramref name="args" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> or <paramref name="args" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than zero, or greater than or equal to the length of the <paramref name="args" /> array.</exception>
-      <returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representation of the corresponding objects in <paramref name="args" />.</returns>
+-or-
+The index of a format item is less than zero, or greater than or equal to the length of the <paramref name="args" /> array.</exception>
     </member>
     <member name="M:System.String.GetEnumerator">
       <summary>Retrieves an object that can iterate through the individual characters in this string.</summary>
@@ -49785,11 +29880,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
     <member name="M:System.String.GetPinnableReference">
-      <summary>Returns a reference to the element of the string at index zero.
-
-This method is intended to support .NET compilers and is not intended to be called by user code.</summary>
+      <summary>Returns a reference to the element of the string at index zero.</summary>
+      <returns>A character representing the reference to the element of the string at index zero.</returns>
       <exception cref="T:System.NullReferenceException">The string is null.</exception>
-      <returns>A reference to the first character in the string, or a reference to the string's null terminator if the string is empty.</returns>
     </member>
     <member name="M:System.String.GetTypeCode">
       <summary>Returns the <see cref="T:System.TypeCode" /> for the <see cref="T:System.String" /> class.</summary>
@@ -49804,70 +29897,62 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Reports the zero-based index of the first occurrence of the specified Unicode character in this string. The search starts at a specified character position.</summary>
       <param name="value">A Unicode character to seek.</param>
       <param name="startIndex">The search starting position.</param>
+      <returns>The zero-based index position of <paramref name="value" /> from the start of the string if that character is found, or -1 if it is not.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is less than 0 (zero) or greater than the length of the string.</exception>
-      <returns>The zero-based index position of <paramref name="value" /> from the start of the string if that character is found, or -1 if it is not.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.Char,System.Int32,System.Int32)">
       <summary>Reports the zero-based index of the first occurrence of the specified character in this instance. The search starts at a specified character position and examines a specified number of character positions.</summary>
       <param name="value">A Unicode character to seek.</param>
       <param name="startIndex">The search starting position.</param>
       <param name="count">The number of character positions to examine.</param>
+      <returns>The zero-based index position of <paramref name="value" /> from the start of the string if that character is found, or -1 if it is not.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> or <paramref name="startIndex" /> is negative.
-
- -or-
-
- <paramref name="startIndex" /> is greater than the length of this string.
-
- -or-
-
- <paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
-      <returns>The zero-based index position of <paramref name="value" /> from the start of the string if that character is found, or -1 if it is not.</returns>
+-or-
+<paramref name="startIndex" /> is greater than the length of this string.
+-or-
+<paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
     </member>
     <member name="M:System.String.IndexOf(System.Char,System.StringComparison)">
       <summary>Reports the zero-based index of the first occurrence of the specified Unicode character in this string. A parameter specifies the type of search to use for the specified character.</summary>
       <param name="value">The character to seek.</param>
       <param name="comparisonType">An enumeration value that specifies the rules for the search.</param>
+      <returns>The zero-based index of <paramref name="value" /> if that character is found, or -1 if it is not.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based index of <paramref name="value" /> if that character is found, or -1 if it is not.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.String)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in this instance.</summary>
       <param name="value">The string to seek.</param>
+      <returns>The zero-based index position of <paramref name="value" /> if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is 0.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index position of <paramref name="value" /> if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is 0.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.String,System.Int32)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in this instance. The search starts at a specified character position.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position.</param>
+      <returns>The zero-based index position of <paramref name="value" /> from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is less than 0 (zero) or greater than the length of this string.</exception>
-      <returns>The zero-based index position of <paramref name="value" /> from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.String,System.Int32,System.Int32)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in this instance. The search starts at a specified character position and examines a specified number of character positions.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position.</param>
       <param name="count">The number of character positions to examine.</param>
+      <returns>The zero-based index position of <paramref name="value" /> from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> or <paramref name="startIndex" /> is negative.
-
- -or-
-
- <paramref name="startIndex" /> is greater than the length of this string.
-
- -or-
-
- <paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
-      <returns>The zero-based index position of <paramref name="value" /> from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
+-or-
+<paramref name="startIndex" /> is greater than the length of this string.
+-or-
+<paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
     </member>
     <member name="M:System.String.IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in the current <see cref="T:System.String" /> object. Parameters specify the starting search position in the current string, the number of characters in the current string to search, and the type of search to use for the specified string.</summary>
@@ -49875,117 +29960,109 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="startIndex">The search starting position.</param>
       <param name="count">The number of character positions to examine.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The zero-based index position of the <paramref name="value" /> parameter from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> or <paramref name="startIndex" /> is negative.
-
- -or-
-
- <paramref name="startIndex" /> is greater than the length of this instance.
-
- -or-
-
- <paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
+-or-
+<paramref name="startIndex" /> is greater than the length of this instance.
+-or-
+<paramref name="count" /> is greater than the length of this string minus <paramref name="startIndex" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based index position of the <paramref name="value" /> parameter from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.String,System.Int32,System.StringComparison)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in the current <see cref="T:System.String" /> object. Parameters specify the starting search position in the current string and the type of search to use for the specified string.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The zero-based index position of the <paramref name="value" /> parameter from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is less than 0 (zero) or greater than the length of this string.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based index position of the <paramref name="value" /> parameter from the start of the current instance if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is <paramref name="startIndex" />.</returns>
     </member>
     <member name="M:System.String.IndexOf(System.String,System.StringComparison)">
       <summary>Reports the zero-based index of the first occurrence of the specified string in the current <see cref="T:System.String" /> object. A parameter specifies the type of search to use for the specified string.</summary>
       <param name="value">The string to seek.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is 0.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is 0.</returns>
     </member>
     <member name="M:System.String.IndexOfAny(System.Char[])">
       <summary>Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
+      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
-      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
     </member>
     <member name="M:System.String.IndexOfAny(System.Char[],System.Int32)">
       <summary>Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters. The search starts at a specified character position.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
       <param name="startIndex">The search starting position.</param>
+      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is negative.
-
- -or-
-
- <paramref name="startIndex" /> is greater than the number of characters in this instance.</exception>
-      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
+-or-
+<paramref name="startIndex" /> is greater than the number of characters in this instance.</exception>
     </member>
     <member name="M:System.String.IndexOfAny(System.Char[],System.Int32,System.Int32)">
       <summary>Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters. The search starts at a specified character position and examines a specified number of character positions.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
       <param name="startIndex">The search starting position.</param>
       <param name="count">The number of character positions to examine.</param>
+      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> or <paramref name="startIndex" /> is negative.
-
- -or-
-
- <paramref name="count" /> + <paramref name="startIndex" /> is greater than the number of characters in this instance.</exception>
-      <returns>The zero-based index position of the first occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
+-or-
+<paramref name="count" /> + <paramref name="startIndex" /> is greater than the number of characters in this instance.</exception>
     </member>
     <member name="M:System.String.Insert(System.Int32,System.String)">
       <summary>Returns a new string in which a specified string is inserted at a specified index position in this instance.</summary>
       <param name="startIndex">The zero-based index position of the insertion.</param>
       <param name="value">The string to insert.</param>
+      <returns>A new string that is equivalent to this instance, but with <paramref name="value" /> inserted at position <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is negative or greater than the length of this instance.</exception>
-      <returns>A new string that is equivalent to this instance, but with <paramref name="value" /> inserted at position <paramref name="startIndex" />.</returns>
     </member>
     <member name="M:System.String.Intern(System.String)">
       <summary>Retrieves the system's reference to the specified <see cref="T:System.String" />.</summary>
       <param name="str">A string to search for in the intern pool.</param>
+      <returns>The system's reference to <paramref name="str" />, if it is interned; otherwise, a new reference to a string with the value of <paramref name="str" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>The system's reference to <paramref name="str" />, if it is interned; otherwise, a new reference to a string with the value of <paramref name="str" />.</returns>
     </member>
     <member name="M:System.String.IsInterned(System.String)">
       <summary>Retrieves a reference to a specified <see cref="T:System.String" />.</summary>
       <param name="str">The string to search for in the intern pool.</param>
+      <returns>A reference to <paramref name="str" /> if it is in the common language runtime intern pool; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="str" /> is <see langword="null" />.</exception>
-      <returns>A reference to <paramref name="str" /> if it is in the common language runtime intern pool; otherwise, <see langword="null" />.</returns>
     </member>
     <member name="M:System.String.IsNormalized">
       <summary>Indicates whether this string is in Unicode normalization form C.</summary>
-      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
       <returns>
         <see langword="true" /> if this string is in normalization form C; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
     </member>
     <member name="M:System.String.IsNormalized(System.Text.NormalizationForm)">
       <summary>Indicates whether this string is in the specified Unicode normalization form.</summary>
       <param name="normalizationForm">A Unicode normalization form.</param>
-      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
       <returns>
         <see langword="true" /> if this string is in the normalization form specified by the <paramref name="normalizationForm" /> parameter; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
     </member>
     <member name="M:System.String.IsNullOrEmpty(System.String)">
       <summary>Indicates whether the specified string is <see langword="null" /> or an empty string ("").</summary>
@@ -50003,27 +30080,23 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Concatenates the string representations of an array of objects, using the specified separator between each member.</summary>
       <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="value" /> has more than one element.</param>
       <param name="values">An array of objects whose string representations will be concatenated.</param>
+      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> character.
+-or-
+<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements or all the elements of <paramref name="values" /> are <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> character.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements.</returns>
     </member>
     <member name="M:System.String.Join(System.Char,System.String[])">
       <summary>Concatenates an array of strings, using the specified separator between each member.</summary>
       <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="value" /> has more than one element.</param>
       <param name="value">An array of strings to concatenate.</param>
+      <returns>A string that consists of the elements of <paramref name="value" /> delimited by the <paramref name="separator" /> character.
+-or-
+<see cref="F:System.String.Empty" /> if <paramref name="value" /> has zero elements or all the elements of <paramref name="value" /> are <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements of <paramref name="value" /> delimited by the <paramref name="separator" /> character.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="value" /> has zero elements.</returns>
     </member>
     <member name="M:System.String.Join(System.Char,System.String[],System.Int32,System.Int32)">
       <summary>Concatenates an array of strings, using the specified separator between each member, starting with the element in <paramref name="value" /> located at the <paramref name="startIndex" /> position, and concatenating up to <paramref name="count" /> elements.</summary>
@@ -50031,63 +30104,45 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="value">An array of strings to concatenate.</param>
       <param name="startIndex">The first item in <paramref name="value" /> to concatenate.</param>
       <param name="count">The number of elements from <paramref name="value" /> to concatenate, starting with the element in the <paramref name="startIndex" /> position.</param>
+      <returns>A string that consists of the elements of <paramref name="value" /> delimited by the <paramref name="separator" /> character.
+-or-
+<see cref="F:System.String.Empty" /> if <paramref name="count" /> is zero, <paramref name="value" /> has no elements, or all the elements of <paramref name="value" /> are <see langword="null" /> or <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="count" /> are negative.
-
 -or-
-
 <paramref name="startIndex" /> is greater than the length of <paramref name="value" />  - <paramref name="count" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of <paramref name="count" /> elements of <paramref name="value" /> starting at <paramref name="startIndex" /> delimited by the <paramref name="separator" /> character.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="count" /> is zero.</returns>
     </member>
     <member name="M:System.String.Join(System.String,System.Collections.Generic.IEnumerable{System.String})">
       <summary>Concatenates the members of a constructed <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of type <see cref="T:System.String" />, using the specified separator between each member.</summary>
       <param name="separator">The string to use as a separator.<paramref name="separator" /> is included in the returned string only if <paramref name="values" /> has more than one element.</param>
       <param name="values">A collection that contains the strings to concatenate.</param>
+      <returns>A string that consists of the members of <paramref name="values" /> delimited by the <paramref name="separator" /> string.
+-or-
+<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements or all the elements of <paramref name="values" /> are <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> string.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements.</returns>
     </member>
     <member name="M:System.String.Join(System.String,System.Object[])">
       <summary>Concatenates the elements of an object array, using the specified separator between each element.</summary>
       <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="values" /> has more than one element.</param>
       <param name="values">An array that contains the elements to concatenate.</param>
+      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> string. If <paramref name="values" /> is an empty array, the method returns <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> string.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements.
-
--or-
-
-.NET Framework only: <see cref="F:System.String.Empty" /> if the first element of <paramref name="values" /> is <see langword="null" />.</returns>
     </member>
     <member name="M:System.String.Join(System.String,System.String[])">
       <summary>Concatenates all the elements of a string array, using the specified separator between each element.</summary>
       <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="value" /> has more than one element.</param>
       <param name="value">An array that contains the elements to concatenate.</param>
+      <returns>A string that consists of the elements in <paramref name="value" /> delimited by the <paramref name="separator" /> string. If <paramref name="value" /> is an empty array, the method returns <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements in <paramref name="value" /> delimited by the <paramref name="separator" /> string.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has zero elements.</returns>
     </member>
     <member name="M:System.String.Join(System.String,System.String[],System.Int32,System.Int32)">
       <summary>Concatenates the specified elements of a string array, using the specified separator between each element.</summary>
@@ -50095,48 +30150,36 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="value">An array that contains the elements to concatenate.</param>
       <param name="startIndex">The first element in <paramref name="value" /> to use.</param>
       <param name="count">The number of elements of <paramref name="value" /> to use.</param>
+      <returns>A string that consists of the strings in <paramref name="value" /> delimited by the <paramref name="separator" /> string.
+-or-
+<see cref="F:System.String.Empty" /> if <paramref name="count" /> is zero, <paramref name="value" /> has no elements, or <paramref name="separator" /> and all the elements of <paramref name="value" /> are <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="count" /> is less than 0.
-
 -or-
-
 <paramref name="startIndex" /> plus <paramref name="count" /> is greater than the number of elements in <paramref name="value" />.</exception>
       <exception cref="T:System.OutOfMemoryException">Out of memory.</exception>
-      <returns>A string that consists of <paramref name="count" /> elements of <paramref name="value" /> starting at <paramref name="startIndex" /> delimited by the <paramref name="separator" /> character.
-
- -or-
-
- <see cref="F:System.String.Empty" /> if <paramref name="count" /> is zero.</returns>
     </member>
     <member name="M:System.String.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})">
       <summary>Concatenates the members of a collection, using the specified separator between each member.</summary>
       <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="values" /> has more than one element.</param>
       <param name="values">A collection that contains the objects to concatenate.</param>
       <typeparam name="T">The type of the members of <paramref name="values" />.</typeparam>
+      <returns>A string that consists of the members of <paramref name="values" /> delimited by the <paramref name="separator" /> character. If <paramref name="values" /> has no members, the method returns <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the members of <paramref name="values" /> delimited by the <paramref name="separator" /> character.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has no elements.</returns>
     </member>
     <member name="M:System.String.Join``1(System.String,System.Collections.Generic.IEnumerable{``0})">
       <summary>Concatenates the members of a collection, using the specified separator between each member.</summary>
       <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the returned string only if <paramref name="values" /> has more than one element.</param>
       <param name="values">A collection that contains the objects to concatenate.</param>
       <typeparam name="T">The type of the members of <paramref name="values" />.</typeparam>
+      <returns>A string that consists of the members of <paramref name="values" /> delimited by the <paramref name="separator" /> string. If <paramref name="values" /> has no members, the method returns <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="values" /> is <see langword="null" />.</exception>
       <exception cref="T:System.OutOfMemoryException">The length of the resulting string overflows the maximum allowed length (<see cref="F:System.Int32.MaxValue" />).</exception>
-      <returns>A string that consists of the elements of <paramref name="values" /> delimited by the <paramref name="separator" /> string.
-
--or-
-
-<see cref="F:System.String.Empty" /> if <paramref name="values" /> has no elements.</returns>
     </member>
     <member name="M:System.String.LastIndexOf(System.Char)">
       <summary>Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance.</summary>
@@ -50147,71 +30190,57 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance. The search starts at a specified character position and proceeds backward toward the beginning of the string.</summary>
       <param name="value">The Unicode character to seek.</param>
       <param name="startIndex">The starting position of the search. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than or equal to the length of this instance.</exception>
       <returns>The zero-based index position of <paramref name="value" /> if that character is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than or equal to the length of this instance.</exception>
     </member>
     <member name="M:System.String.LastIndexOf(System.Char,System.Int32,System.Int32)">
       <summary>Reports the zero-based index position of the last occurrence of the specified Unicode character in a substring within this instance. The search starts at a specified character position and proceeds backward toward the beginning of the string for a specified number of character positions.</summary>
       <param name="value">The Unicode character to seek.</param>
       <param name="startIndex">The starting position of the search. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
       <param name="count">The number of character positions to examine.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than or equal to the length of this instance.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> - <paramref name="count" /> + 1 is less than zero.</exception>
       <returns>The zero-based index position of <paramref name="value" /> if that character is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than or equal to the length of this instance.
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> - <paramref name="count" /> + 1 is less than zero.</exception>
     </member>
     <member name="M:System.String.LastIndexOf(System.String)">
       <summary>Reports the zero-based index position of the last occurrence of a specified string within this instance.</summary>
       <param name="value">The string to seek.</param>
+      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not.</returns>
     </member>
     <member name="M:System.String.LastIndexOf(System.String,System.Int32)">
       <summary>Reports the zero-based index position of the last occurrence of a specified string within this instance. The search starts at a specified character position and proceeds backward toward the beginning of the string.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
+      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the smaller of <paramref name="startIndex" /> and the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than the length of the current instance.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than -1 or greater than zero.</exception>
-      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
+-or-
+The current instance equals <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than -1 or greater than zero.</exception>
     </member>
     <member name="M:System.String.LastIndexOf(System.String,System.Int32,System.Int32)">
       <summary>Reports the zero-based index position of the last occurrence of a specified string within this instance. The search starts at a specified character position and proceeds backward toward the beginning of the string for a specified number of character positions.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
       <param name="count">The number of character positions to examine.</param>
+      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the smaller of <paramref name="startIndex" /> and the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is negative.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is negative.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is greater than the length of this instance.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> - <paramref name="count" />+ 1 specifies a position that is not within this instance.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="start" /> is less than -1 or greater than zero.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="count" /> is greater than 1.</exception>
-      <returns>The zero-based starting index position of <paramref name="value" /> if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is negative.
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is greater than the length of this instance.
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> - <paramref name="count" />+ 1 specifies a position that is not within this instance.
+-or-
+The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="start" /> is less than -1 or greater than zero.
+-or-
+The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="count" /> is greater than 1.</exception>
     </member>
     <member name="M:System.String.LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison)">
       <summary>Reports the zero-based index position of the last occurrence of a specified string within this instance. The search starts at a specified character position and proceeds backward toward the beginning of the string for the specified number of character positions. A parameter specifies the type of comparison to perform when searching for the specified string.</summary>
@@ -50219,100 +30248,90 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
       <param name="count">The number of character positions to examine.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the smaller of <paramref name="startIndex" /> and the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is negative.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is negative.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is greater than the length of this instance.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> + 1 - <paramref name="count" /> specifies a position that is not within this instance.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="start" /> is less than -1 or greater than zero.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="count" /> is greater than 1.</exception>
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is negative.
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is greater than the length of this instance.
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> + 1 - <paramref name="count" /> specifies a position that is not within this instance.
+-or-
+The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="start" /> is less than -1 or greater than zero.
+-or-
+The current instance equals <see cref="F:System.String.Empty" /> and <paramref name="count" /> is greater than 1.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
     </member>
     <member name="M:System.String.LastIndexOf(System.String,System.Int32,System.StringComparison)">
       <summary>Reports the zero-based index of the last occurrence of a specified string within the current <see cref="T:System.String" /> object. The search starts at a specified character position and proceeds backward toward the beginning of the string. A parameter specifies the type of comparison to perform when searching for the specified string.</summary>
       <param name="value">The string to seek.</param>
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the smaller of <paramref name="startIndex" /> and the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than zero or greater than the length of the current instance.
-
- -or-
-
- The current instance equals <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than -1 or greater than zero.</exception>
+-or-
+The current instance equals <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> is less than -1 or greater than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
     </member>
     <member name="M:System.String.LastIndexOf(System.String,System.StringComparison)">
       <summary>Reports the zero-based index of the last occurrence of a specified string within the current <see cref="T:System.String" /> object. A parameter specifies the type of search to use for the specified string.</summary>
       <param name="value">The string to seek.</param>
       <param name="comparisonType">One of the enumeration values that specifies the rules for the search.</param>
+      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not. If <paramref name="value" /> is <see cref="F:System.String.Empty" />, the return value is the last index position in this instance.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>The zero-based starting index position of the <paramref name="value" /> parameter if that string is found, or -1 if it is not.</returns>
     </member>
     <member name="M:System.String.LastIndexOfAny(System.Char[])">
       <summary>Reports the zero-based index position of the last occurrence in this instance of one or more characters specified in a Unicode array.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
+      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
-      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
     </member>
     <member name="M:System.String.LastIndexOfAny(System.Char[],System.Int32)">
       <summary>Reports the zero-based index position of the last occurrence in this instance of one or more characters specified in a Unicode array. The search starts at a specified character position and proceeds backward toward the beginning of the string.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
+      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> specifies a position that is not within this instance.</exception>
-      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
     </member>
     <member name="M:System.String.LastIndexOfAny(System.Char[],System.Int32,System.Int32)">
       <summary>Reports the zero-based index position of the last occurrence in this instance of one or more characters specified in a Unicode array. The search starts at a specified character position and proceeds backward toward the beginning of the string for a specified number of character positions.</summary>
       <param name="anyOf">A Unicode character array containing one or more characters to seek.</param>
       <param name="startIndex">The search starting position. The search proceeds from <paramref name="startIndex" /> toward the beginning of this instance.</param>
       <param name="count">The number of character positions to examine.</param>
+      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="anyOf" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="count" /> or <paramref name="startIndex" /> is negative.
-
- -or-
-
- The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> minus <paramref name="count" /> + 1 is less than zero.</exception>
-      <returns>The index position of the last occurrence in this instance where any character in <paramref name="anyOf" /> was found; -1 if no character in <paramref name="anyOf" /> was found or if the current instance equals <see cref="F:System.String.Empty" />.</returns>
+-or-
+The current instance does not equal <see cref="F:System.String.Empty" />, and <paramref name="startIndex" /> minus <paramref name="count" /> + 1 is less than zero.</exception>
+    </member>
+    <member name="P:System.String.Length">
+      <summary>Gets the number of characters in the current <see cref="T:System.String" /> object.</summary>
+      <returns>The number of characters in the current string.</returns>
     </member>
     <member name="M:System.String.Normalize">
       <summary>Returns a new string whose textual value is the same as this string, but whose binary representation is in Unicode normalization form C.</summary>
-      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
       <returns>A new, normalized string whose textual value is the same as this string, but whose binary representation is in normalization form C.</returns>
+      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
     </member>
     <member name="M:System.String.Normalize(System.Text.NormalizationForm)">
       <summary>Returns a new string whose textual value is the same as this string, but whose binary representation is in the specified Unicode normalization form.</summary>
       <param name="normalizationForm">A Unicode normalization form.</param>
-      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
       <returns>A new string whose textual value is the same as this string, but whose binary representation is in the normalization form specified by the <paramref name="normalizationForm" /> parameter.</returns>
+      <exception cref="T:System.ArgumentException">The current instance contains invalid Unicode characters.</exception>
     </member>
     <member name="M:System.String.op_Equality(System.String,System.String)">
       <summary>Determines whether two specified strings have the same value.</summary>
@@ -50336,54 +30355,50 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.PadLeft(System.Int32)">
       <summary>Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length.</summary>
       <param name="totalWidth">The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.</param>
+      <returns>A new string that is equivalent to this instance, but right-aligned and padded on the left with as many spaces as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="totalWidth" /> is less than zero.</exception>
-      <returns>A new string that is equivalent to this instance, but right-aligned and padded on the left with as many spaces as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
     </member>
     <member name="M:System.String.PadLeft(System.Int32,System.Char)">
       <summary>Returns a new string that right-aligns the characters in this instance by padding them on the left with a specified Unicode character, for a specified total length.</summary>
       <param name="totalWidth">The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.</param>
       <param name="paddingChar">A Unicode padding character.</param>
+      <returns>A new string that is equivalent to this instance, but right-aligned and padded on the left with as many <paramref name="paddingChar" /> characters as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="totalWidth" /> is less than zero.</exception>
-      <returns>A new string that is equivalent to this instance, but right-aligned and padded on the left with as many <paramref name="paddingChar" /> characters as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
     </member>
     <member name="M:System.String.PadRight(System.Int32)">
       <summary>Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length.</summary>
       <param name="totalWidth">The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.</param>
+      <returns>A new string that is equivalent to this instance, but left-aligned and padded on the right with as many spaces as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="totalWidth" /> is less than zero.</exception>
-      <returns>A new string that is equivalent to this instance, but left-aligned and padded on the right with as many spaces as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
     </member>
     <member name="M:System.String.PadRight(System.Int32,System.Char)">
       <summary>Returns a new string that left-aligns the characters in this string by padding them on the right with a specified Unicode character, for a specified total length.</summary>
       <param name="totalWidth">The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.</param>
       <param name="paddingChar">A Unicode padding character.</param>
+      <returns>A new string that is equivalent to this instance, but left-aligned and padded on the right with as many <paramref name="paddingChar" /> characters as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="totalWidth" /> is less than zero.</exception>
-      <returns>A new string that is equivalent to this instance, but left-aligned and padded on the right with as many <paramref name="paddingChar" /> characters as needed to create a length of <paramref name="totalWidth" />. However, if <paramref name="totalWidth" /> is less than the length of this instance, the method returns a reference to the existing instance. If <paramref name="totalWidth" /> is equal to the length of this instance, the method returns a new string that is identical to this instance.</returns>
     </member>
     <member name="M:System.String.Remove(System.Int32)">
       <summary>Returns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted.</summary>
       <param name="startIndex">The zero-based position to begin deleting characters.</param>
+      <returns>A new string that is equivalent to this string except for the removed characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> specifies a position that is not within this string.</exception>
-      <returns>A new string that is equivalent to this string except for the removed characters.</returns>
+-or-
+<paramref name="startIndex" /> specifies a position that is not within this string.</exception>
     </member>
     <member name="M:System.String.Remove(System.Int32,System.Int32)">
       <summary>Returns a new string in which a specified number of characters in the current instance beginning at a specified position have been deleted.</summary>
       <param name="startIndex">The zero-based position to begin deleting characters.</param>
       <param name="count">The number of characters to delete.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Either <paramref name="startIndex" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> plus <paramref name="count" /> specify a position outside this instance.</exception>
       <returns>A new string that is equivalent to this instance except for the removed characters.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Either <paramref name="startIndex" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="startIndex" /> plus <paramref name="count" /> specify a position outside this instance.</exception>
     </member>
     <member name="M:System.String.Replace(System.Char,System.Char)">
       <summary>Returns a new string in which all occurrences of a specified Unicode character in this instance are replaced with another specified Unicode character.</summary>
@@ -50395,11 +30410,11 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.</summary>
       <param name="oldValue">The string to be replaced.</param>
       <param name="newValue">The string to replace all occurrences of <paramref name="oldValue" />.</param>
+      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="oldValue" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="oldValue" /> is the empty string ("").</exception>
-      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
     </member>
     <member name="M:System.String.Replace(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
       <summary>Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string, using the provided culture and case sensitivity.</summary>
@@ -50407,110 +30422,104 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="newValue">The string to replace all occurrences of <paramref name="oldValue" />.</param>
       <param name="ignoreCase">
         <see langword="true" /> to ignore casing when comparing; <see langword="false" /> otherwise.</param>
-      <param name="culture">The culture to use when comparing. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">The culture to use when comparing.</param>
+      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="oldValue" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="oldValue" /> is the empty string ("").</exception>
-      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
     </member>
     <member name="M:System.String.Replace(System.String,System.String,System.StringComparison)">
       <summary>Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string, using the provided comparison type.</summary>
       <param name="oldValue">The string to be replaced.</param>
       <param name="newValue">The string to replace all occurrences of <paramref name="oldValue" />.</param>
       <param name="comparisonType">One of the enumeration values that determines how <paramref name="oldValue" /> is searched within this instance.</param>
+      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="oldValue" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="oldValue" /> is the empty string ("").</exception>
-      <returns>A string that is equivalent to the current string except that all instances of <paramref name="oldValue" /> are replaced with <paramref name="newValue" />. If <paramref name="oldValue" /> is not found in the current instance, the method returns the current instance unchanged.</returns>
-    </member>
-    <member name="M:System.String.ReplaceLineEndings">
-      <summary>Replaces all newline sequences in the current string with <see cref="P:System.Environment.NewLine" />.</summary>
-      <returns>A string whose contents match the current string, but with all newline sequences replaced with <see cref="P:System.Environment.NewLine" />.</returns>
-    </member>
-    <member name="M:System.String.ReplaceLineEndings(System.String)">
-      <summary>Replaces all newline sequences in the current string with <paramref name="replacementText" />.</summary>
-      <param name="replacementText">The text to use as replacement.</param>
-      <returns>A string whose contents match the current string, but with all newline sequences replaced with <paramref name="replacementText" />.</returns>
     </member>
     <member name="M:System.String.Split(System.Char,System.Int32,System.StringSplitOptions)">
-      <summary>Splits a string into a maximum number of substrings based on a specified delimiting character and, optionally, options.
-        Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result.</summary>
+      <summary>Splits a string into a maximum number substrings based on the provided character separator.</summary>
       <param name="separator">A character that delimits the substrings in this instance.</param>
       <param name="count">The maximum number of elements expected in the array.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
-      <returns>An array that contains at most <paramref name="count" /> substrings from this instance that are delimited by <paramref name="separator" />.</returns>
+      <param name="options">One of the enumeration values that determines whether the split operation should omit empty substrings from the return value.</param>
+      <returns>An array whose elements contain at most <paramref name="count" /> substrings from this instance that are delimited by <paramref name="separator" />.</returns>
     </member>
     <member name="M:System.String.Split(System.Char,System.StringSplitOptions)">
-      <summary>Splits a string into substrings based on a specified delimiting character and, optionally, options.</summary>
+      <summary>Splits a string into substrings based on the provided character separator.</summary>
       <param name="separator">A character that delimits the substrings in this string.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <param name="options">One of the enumeration values that determines whether the split operation should omit empty substrings from the return value.</param>
       <returns>An array whose elements contain the substrings from this instance that are delimited by <paramref name="separator" />.</returns>
     </member>
     <member name="M:System.String.Split(System.Char[])">
-      <summary>Splits a string into substrings based on specified delimiting characters.</summary>
-      <param name="separator">An array of delimiting characters, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <summary>Splits a string into substrings that are based on the characters in the separator array.</summary>
+      <param name="separator">A character array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
       <returns>An array whose elements contain the substrings from this instance that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.Split(System.Char[],System.Int32)">
-      <summary>Splits a string into a maximum number of substrings based on specified delimiting characters.</summary>
-      <param name="separator">An array of characters that delimit the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <summary>Splits a string into a maximum number of substrings based on the characters in an array. You also specify the maximum number of substrings to return.</summary>
+      <param name="separator">A character array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
       <param name="count">The maximum number of substrings to return.</param>
+      <returns>An array whose elements contain the substrings in this instance that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is negative.</exception>
-      <returns>An array whose elements contain the substrings in this instance that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.Split(System.Char[],System.Int32,System.StringSplitOptions)">
-      <summary>Splits a string into a maximum number of substrings based on specified delimiting characters and, optionally, options.</summary>
-      <param name="separator">An array of characters that delimit the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <summary>Splits a string into a maximum number of substrings based on the characters in an array.</summary>
+      <param name="separator">A character array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
       <param name="count">The maximum number of substrings to return.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <param name="options">
+        <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> to omit empty array elements from the array returned; or <see cref="F:System.StringSplitOptions.None" /> to include empty array elements in the array returned.</param>
+      <returns>An array whose elements contain the substrings in this string that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is negative.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not one of the <see cref="T:System.StringSplitOptions" /> values.</exception>
-      <returns>An array that contains the substrings in this string that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.Split(System.Char[],System.StringSplitOptions)">
-      <summary>Splits a string into substrings based on specified delimiting characters and options.</summary>
-      <param name="separator">An array of characters that delimit the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <summary>Splits a string into substrings based on the characters in an array. You can specify whether the substrings include empty array elements.</summary>
+      <param name="separator">A character array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <param name="options">
+        <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> to omit empty array elements from the array returned; or <see cref="F:System.StringSplitOptions.None" /> to include empty array elements in the array returned.</param>
+      <returns>An array whose elements contain the substrings in this string that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not one of the <see cref="T:System.StringSplitOptions" /> values.</exception>
-      <returns>An array whose elements contain the substrings in this string that are delimited by one or more characters in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.Split(System.String,System.Int32,System.StringSplitOptions)">
-      <summary>Splits a string into a maximum number of substrings based on a specified delimiting string and, optionally, options.</summary>
+      <summary>Splits a string into a maximum number of substrings based on the provided string separator.</summary>
       <param name="separator">A string that delimits the substrings in this instance.</param>
       <param name="count">The maximum number of elements expected in the array.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
-      <returns>An array that contains at most <paramref name="count" /> substrings from this instance that are delimited by <paramref name="separator" />.</returns>
+      <param name="options">One of the enumeration values that determines whether the split operation should omit empty substrings from the return value.</param>
+      <returns>An array whose elements contain at most <paramref name="count" /> substrings from this instance that are delimited by <paramref name="separator" />.</returns>
     </member>
     <member name="M:System.String.Split(System.String,System.StringSplitOptions)">
       <summary>Splits a string into substrings that are based on the provided string separator.</summary>
       <param name="separator">A string that delimits the substrings in this string.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <param name="options">One of the enumeration values that determines whether the split operation should omit empty substrings from the return value.</param>
       <returns>An array whose elements contain the substrings from this instance that are delimited by <paramref name="separator" />.</returns>
     </member>
     <member name="M:System.String.Split(System.String[],System.Int32,System.StringSplitOptions)">
-      <summary>Splits a string into a maximum number of substrings based on specified delimiting strings and, optionally, options.</summary>
-      <param name="separator">The strings that delimit the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <summary>Splits a string into a maximum number of substrings based on the strings in an array. You can specify whether the substrings include empty array elements.</summary>
+      <param name="separator">A string array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
       <param name="count">The maximum number of substrings to return.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <param name="options">
+        <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> to omit empty array elements from the array returned; or <see cref="F:System.StringSplitOptions.None" /> to include empty array elements in the array returned.</param>
+      <returns>An array whose elements contain the substrings in this string that are delimited by one or more strings in <paramref name="separator" />. For more information, see the Remarks section.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is negative.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not one of the <see cref="T:System.StringSplitOptions" /> values.</exception>
-      <returns>An array whose elements contain the substrings in this string that are delimited by one or more strings in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.Split(System.String[],System.StringSplitOptions)">
-      <summary>Splits a string into substrings based on a specified delimiting string and, optionally, options.</summary>
-      <param name="separator">An array of strings that delimit the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
-      <param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
+      <summary>Splits a string into substrings based on the strings in an array. You can specify whether the substrings include empty array elements.</summary>
+      <param name="separator">A string array that delimits the substrings in this string, an empty array that contains no delimiters, or <see langword="null" />.</param>
+      <param name="options">
+        <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> to omit empty array elements from the array returned; or <see cref="F:System.StringSplitOptions.None" /> to include empty array elements in the array returned.</param>
+      <returns>An array whose elements contain the substrings in this string that are delimited by one or more strings in <paramref name="separator" />. For more information, see the Remarks section.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="options" /> is not one of the <see cref="T:System.StringSplitOptions" /> values.</exception>
-      <returns>An array whose elements contain the substrings in this string that are delimited by one or more strings in <paramref name="separator" />. For more information, see the Remarks section.</returns>
     </member>
     <member name="M:System.String.StartsWith(System.Char)">
       <summary>Determines whether this string instance starts with the specified character.</summary>
@@ -50521,10 +30530,10 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.StartsWith(System.String)">
       <summary>Determines whether the beginning of this string instance matches the specified string.</summary>
       <param name="value">The string to compare.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="value" /> matches the beginning of this string; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.StartsWith(System.String,System.Boolean,System.Globalization.CultureInfo)">
       <summary>Determines whether the beginning of this string instance matches the specified string when compared using the specified culture.</summary>
@@ -50532,40 +30541,38 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="ignoreCase">
         <see langword="true" /> to ignore case during the comparison; otherwise, <see langword="false" />.</param>
       <param name="culture">Cultural information that determines how this string and <paramref name="value" /> are compared. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the <paramref name="value" /> parameter matches the beginning of this string; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.StartsWith(System.String,System.StringComparison)">
       <summary>Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option.</summary>
       <param name="value">The string to compare.</param>
       <param name="comparisonType">One of the enumeration values that determines how this string and <paramref name="value" /> are compared.</param>
+      <returns>
+        <see langword="true" /> if this instance begins with <paramref name="value" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>
-        <see langword="true" /> if this instance begins with <paramref name="value" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.String.Substring(System.Int32)">
       <summary>Retrieves a substring from this instance. The substring starts at a specified character position and continues to the end of the string.</summary>
       <param name="startIndex">The zero-based starting character position of a substring in this instance.</param>
+      <returns>A string that is equivalent to the substring that begins at <paramref name="startIndex" /> in this instance, or <see cref="F:System.String.Empty" /> if <paramref name="startIndex" /> is equal to the length of this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> is less than zero or greater than the length of this instance.</exception>
-      <returns>A string that is equivalent to the substring that begins at <paramref name="startIndex" /> in this instance, or <see cref="F:System.String.Empty" /> if <paramref name="startIndex" /> is equal to the length of this instance.</returns>
     </member>
     <member name="M:System.String.Substring(System.Int32,System.Int32)">
       <summary>Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.</summary>
       <param name="startIndex">The zero-based starting character position of a substring in this instance.</param>
       <param name="length">The number of characters in the substring.</param>
+      <returns>A string that is equivalent to the substring of length <paramref name="length" /> that begins at <paramref name="startIndex" /> in this instance, or <see cref="F:System.String.Empty" /> if <paramref name="startIndex" /> is equal to the length of this instance and <paramref name="length" /> is zero.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> plus <paramref name="length" /> indicates a position not within this instance.
-
- -or-
-
- <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.</exception>
-      <returns>A string that is equivalent to the substring of length <paramref name="length" /> that begins at <paramref name="startIndex" /> in this instance, or <see cref="F:System.String.Empty" /> if <paramref name="startIndex" /> is equal to the length of this instance and <paramref name="length" /> is zero.</returns>
+-or-
+<paramref name="startIndex" /> or <paramref name="length" /> is less than zero.</exception>
     </member>
     <member name="M:System.String.System#Collections#IEnumerable#GetEnumerator">
       <summary>Returns an enumerator that iterates through the current <see cref="T:System.String" /> object.</summary>
@@ -50574,16 +30581,16 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.FormatException">The value of the current string is not <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
       <returns>
         <see langword="true" /> if the value of the current string is <see cref="F:System.Boolean.TrueString" />; <see langword="false" /> if the value of the current string is <see cref="F:System.Boolean.FalseString" />.</returns>
+      <exception cref="T:System.FormatException">The value of the current string is not <see cref="F:System.Boolean.TrueString" /> or <see cref="F:System.Boolean.FalseString" />.</exception>
     </member>
     <member name="M:System.String.System#IConvertible#ToByte(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToByte(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number greater than <see cref="F:System.Byte.MaxValue" /> or less than <see cref="F:System.Byte.MinValue" />.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToChar(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToChar(System.IFormatProvider)" />.</summary>
@@ -50598,23 +30605,23 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number less than <see cref="F:System.Decimal.MinValue" /> or than <see cref="F:System.Decimal.MaxValue" /> greater.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToDouble(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDouble(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number less than <see cref="F:System.Double.MinValue" /> or greater than <see cref="F:System.Double.MaxValue" />.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt16(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number greater than <see cref="F:System.Int16.MaxValue" /> or less than <see cref="F:System.Int16.MinValue" />.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToInt32(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToInt32(System.IFormatProvider)" />.</summary>
@@ -50629,9 +30636,9 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.String.System#IConvertible#ToSByte(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSByte(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number greater than <see cref="F:System.SByte.MaxValue" /> or less than <see cref="F:System.SByte.MinValue" />.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToSingle(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToSingle(System.IFormatProvider)" />.</summary>
@@ -50642,24 +30649,24 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToType(System.Type,System.IFormatProvider)" />.</summary>
       <param name="type">The type of the returned object.</param>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="type" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">The value of the current <see cref="T:System.String" /> object cannot be converted to the type specified by the <paramref name="type" /> parameter.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToUInt16(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt16(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number greater than <see cref="F:System.UInt16.MaxValue" /> or less than <see cref="F:System.UInt16.MinValue" />.</exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToUInt32(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt32(System.IFormatProvider)" />.</summary>
       <param name="provider">An object that provides culture-specific formatting information.</param>
+      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
       <exception cref="T:System.FormatException">The value of the current <see cref="T:System.String" /> object cannot be parsed.</exception>
       <exception cref="T:System.OverflowException">The value of the current <see cref="T:System.String" /> object is a number greater <see cref="F:System.UInt32.MaxValue" /> or less than <see cref="F:System.UInt32.MinValue" /></exception>
-      <returns>The converted value of the current <see cref="T:System.String" /> object.</returns>
     </member>
     <member name="M:System.String.System#IConvertible#ToUInt64(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToUInt64(System.IFormatProvider)" />.</summary>
@@ -50674,13 +30681,11 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Copies the characters in a specified substring in this instance to a Unicode character array.</summary>
       <param name="startIndex">The starting position of a substring in this instance.</param>
       <param name="length">The length of the substring in this instance.</param>
+      <returns>A Unicode character array whose elements are the <paramref name="length" /> number of characters in this instance starting from character position <paramref name="startIndex" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> plus <paramref name="length" /> is greater than the length of this instance.</exception>
-      <returns>A Unicode character array whose elements are the <paramref name="length" /> number of characters in this instance starting from character position <paramref name="startIndex" />.</returns>
+-or-
+<paramref name="startIndex" /> plus <paramref name="length" /> is greater than the length of this instance.</exception>
     </member>
     <member name="M:System.String.ToLower">
       <summary>Returns a copy of this string converted to lowercase.</summary>
@@ -50688,8 +30693,10 @@ This method is intended to support .NET compilers and is not intended to be call
     </member>
     <member name="M:System.String.ToLower(System.Globalization.CultureInfo)">
       <summary>Returns a copy of this string converted to lowercase, using the casing rules of the specified culture.</summary>
-      <param name="culture">An object that supplies culture-specific casing rules. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">An object that supplies culture-specific casing rules.</param>
       <returns>The lowercase equivalent of the current string.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.ToLowerInvariant">
       <summary>Returns a copy of this <see cref="T:System.String" /> object converted to lowercase using the casing rules of the invariant culture.</summary>
@@ -50710,8 +30717,10 @@ This method is intended to support .NET compilers and is not intended to be call
     </member>
     <member name="M:System.String.ToUpper(System.Globalization.CultureInfo)">
       <summary>Returns a copy of this string converted to uppercase, using the casing rules of the specified culture.</summary>
-      <param name="culture">An object that supplies culture-specific casing rules. If <paramref name="culture" /> is <see langword="null" />, the current culture is used.</param>
+      <param name="culture">An object that supplies culture-specific casing rules.</param>
       <returns>The uppercase equivalent of the current string.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="culture" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.String.ToUpperInvariant">
       <summary>Returns a copy of this <see cref="T:System.String" /> object converted to uppercase using the casing rules of the invariant culture.</summary>
@@ -50759,140 +30768,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="trimChars">An array of Unicode characters to remove, or <see langword="null" />.</param>
       <returns>The string that remains after all occurrences of characters in the <paramref name="trimChars" /> parameter are removed from the start of the current string. If <paramref name="trimChars" /> is <see langword="null" /> or an empty array, white-space characters are removed instead. If no characters can be trimmed from the current instance, the method returns the current instance unchanged.</returns>
     </member>
-    <member name="M:System.String.TryCopyTo(System.Span{System.Char})">
-      <summary>Copies the contents of this string into the destination span.</summary>
-      <param name="destination">The span into which to copy this string's contents.</param>
-      <returns>
-        <see langword="true" /> if the data was copied; <see langword="false" /> if the destination was too short to fit the contents of the string.</returns>
-    </member>
-    <member name="P:System.String.Chars(System.Int32)">
-      <summary>Gets the <see cref="T:System.Char" /> object at a specified position in the current <see cref="T:System.String" /> object.</summary>
-      <param name="index">A position in the current string.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is greater than or equal to the length of this object or less than zero.</exception>
-      <returns>The object at position <paramref name="index" />.</returns>
-    </member>
-    <member name="P:System.String.Length">
-      <summary>Gets the number of characters in the current <see cref="T:System.String" /> object.</summary>
-      <returns>The number of characters in the current string.</returns>
-    </member>
-    <member name="T:System.StringComparer">
-      <summary>Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules.</summary>
-    </member>
-    <member name="M:System.StringComparer.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.StringComparer" /> class.</summary>
-    </member>
-    <member name="M:System.StringComparer.Compare(System.Object,System.Object)">
-      <summary>When overridden in a derived class, compares two objects and returns an indication of their relative sort order.</summary>
-      <param name="x">An object to compare to <paramref name="y" />.</param>
-      <param name="y">An object to compare to <paramref name="x" />.</param>
-      <exception cref="T:System.ArgumentException">Neither <paramref name="x" /> nor <paramref name="y" /> is a <see cref="T:System.String" /> object, and neither <paramref name="x" /> nor <paramref name="y" /> implements the <see cref="T:System.IComparable" /> interface.</exception>
-      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="x" /> precedes  <paramref name="y" /> in the sort order, or <paramref name="x" /> is <see langword="null" /> and <paramref name="y" /> is not <see langword="null" />.</description></item><item><term> Zero</term><description><paramref name="x" /> is equal to <paramref name="y" />, or <paramref name="x" /> and <paramref name="y" /> are both <see langword="null" />.</description></item><item><term> Greater than zero</term><description><paramref name="x" /> follows <paramref name="y" /> in the sort order, or <paramref name="y" /> is <see langword="null" /> and <paramref name="x" /> is not <see langword="null" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.StringComparer.Compare(System.String,System.String)">
-      <summary>When overridden in a derived class, compares two strings and returns an indication of their relative sort order.</summary>
-      <param name="x">A string to compare to <paramref name="y" />.</param>
-      <param name="y">A string to compare to <paramref name="x" />.</param>
-      <returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="x" /> precedes <paramref name="y" /> in the sort order, or <paramref name="x" /> is <see langword="null" /> and <paramref name="y" /> is not <see langword="null" />.</description></item><item><term> Zero</term><description><paramref name="x" /> is equal to <paramref name="y" />, or <paramref name="x" /> and <paramref name="y" /> are both <see langword="null" />.</description></item><item><term> Greater than zero</term><description><paramref name="x" /> follows <paramref name="y" /> in the sort order, or <paramref name="y" /> is <see langword="null" /> and <paramref name="x" /> is not <see langword="null" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.StringComparer.Create(System.Globalization.CultureInfo,System.Boolean)">
-      <summary>Creates a <see cref="T:System.StringComparer" /> object that compares strings according to the rules of a specified culture.</summary>
-      <param name="culture">A culture whose linguistic rules are used to perform a string comparison.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to specify that comparison operations be case-insensitive; <see langword="false" /> to specify that comparison operations be case-sensitive.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="culture" /> is <see langword="null" />.</exception>
-      <returns>A new <see cref="T:System.StringComparer" /> object that performs string comparisons according to the comparison rules used by the <paramref name="culture" /> parameter and the case rule specified by the <paramref name="ignoreCase" /> parameter.</returns>
-    </member>
-    <member name="M:System.StringComparer.Create(System.Globalization.CultureInfo,System.Globalization.CompareOptions)">
-      <summary>Creates a <see cref="T:System.StringComparer" /> object that compares strings according to the rules of a specified culture and string options.</summary>
-      <param name="culture">A culture whose linguistic rules are used to perform a string comparison.</param>
-      <param name="options">A bitwise combination of the <see cref="T:System.Globalization.CompareOptions" /> values.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="culture" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="options" /> has invalid flags.</exception>
-      <returns>A new <see cref="T:System.StringComparer" /> object that performs string comparisons according to the comparison rules used by the <paramref name="culture" /> parameter and the specified <paramref name="options" />.</returns>
-    </member>
-    <member name="M:System.StringComparer.Equals(System.Object,System.Object)">
-      <summary>When overridden in a derived class, indicates whether two objects are equal.</summary>
-      <param name="x">An object to compare to <paramref name="y" />.</param>
-      <param name="y">An object to compare to <paramref name="x" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="x" /> and <paramref name="y" /> refer to the same object, or <paramref name="x" /> and <paramref name="y" /> are both the same type of object and those objects are equal, or both <paramref name="x" /> and <paramref name="y" /> are <see langword="null" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.StringComparer.Equals(System.String,System.String)">
-      <summary>When overridden in a derived class, indicates whether two strings are equal.</summary>
-      <param name="x">A string to compare to <paramref name="y" />.</param>
-      <param name="y">A string to compare to <paramref name="x" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="x" /> and <paramref name="y" /> refer to the same object, or <paramref name="x" /> and <paramref name="y" /> are equal, or <paramref name="x" /> and <paramref name="y" /> are <see langword="null" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.StringComparer.FromComparison(System.StringComparison)">
-      <summary>Converts the specified <see cref="T:System.StringComparison" /> instance to a <see cref="T:System.StringComparer" /> instance.</summary>
-      <param name="comparisonType">A string comparer instance to convert.</param>
-      <exception cref="T:System.ArgumentException">The specified string comparison is not supported.</exception>
-      <returns>A <see cref="T:System.StringComparer" /> instance representing the equivalent value of the specified <see cref="T:System.StringComparison" /> instance.</returns>
-    </member>
-    <member name="M:System.StringComparer.GetHashCode(System.Object)">
-      <summary>When overridden in a derived class, gets the hash code for the specified object.</summary>
-      <param name="obj">An object.</param>
-      <exception cref="T:System.ArgumentException">Not enough memory is available to allocate the buffer that is required to compute the hash code.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="obj" /> is <see langword="null" />.</exception>
-      <returns>A 32-bit signed hash code calculated from the value of the <paramref name="obj" /> parameter.</returns>
-    </member>
-    <member name="M:System.StringComparer.GetHashCode(System.String)">
-      <summary>When overridden in a derived class, gets the hash code for the specified string.</summary>
-      <param name="obj">A string.</param>
-      <exception cref="T:System.ArgumentException">Not enough memory is available to allocate the buffer that is required to compute the hash code.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="obj" /> is <see langword="null" />.</exception>
-      <returns>A 32-bit signed hash code calculated from the value of the <paramref name="obj" /> parameter.</returns>
-    </member>
-    <member name="M:System.StringComparer.IsWellKnownCultureAwareComparer(System.Collections.Generic.IEqualityComparer{System.String},System.Globalization.CompareInfo@,System.Globalization.CompareOptions@)">
-      <summary>Determines whether the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is a well-known culture-aware string comparer.</summary>
-      <param name="comparer">The comparer to query.</param>
-      <param name="compareInfo">When this method returns, contains a value indicating which <see cref="T:System.Globalization.CompareInfo" /> was used to create <paramref name="comparer" />. Set to <see langword="null" /> if this method returns <see langword="false" />.</param>
-      <param name="compareOptions">When this method returns, contains a value indicating which <see cref="T:System.Globalization.CompareOptions" /> was used to create <paramref name="comparer" />. Set to <see cref="F:System.Globalization.CompareOptions.None" /> if this method returns <see langword="false" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="comparer" /> is a well-known culture-aware string comparer; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.StringComparer.IsWellKnownOrdinalComparer(System.Collections.Generic.IEqualityComparer{System.String},System.Boolean@)">
-      <summary>Determines whether the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is a well-known ordinal string comparer.</summary>
-      <param name="comparer">The comparer to query.</param>
-      <param name="ignoreCase">When this method returns, contains a value stating whether <paramref name="comparer" /> is case-insensitive. Set to <see langword="false" /> if this method returns <see langword="false" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="comparer" /> is a well-known ordinal string comparer; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.StringComparer.CurrentCulture">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs a case-sensitive string comparison using the word comparison rules of the current culture.</summary>
-      <returns>A new <see cref="T:System.StringComparer" /> object.</returns>
-    </member>
-    <member name="P:System.StringComparer.CurrentCultureIgnoreCase">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs case-insensitive string comparisons using the word comparison rules of the current culture.</summary>
-      <returns>A new object for string comparison.</returns>
-    </member>
-    <member name="P:System.StringComparer.InvariantCulture">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs a case-sensitive string comparison using the word comparison rules of the invariant culture.</summary>
-      <returns>A new <see cref="T:System.StringComparer" /> object.</returns>
-    </member>
-    <member name="P:System.StringComparer.InvariantCultureIgnoreCase">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs a case-insensitive string comparison using the word comparison rules of the invariant culture.</summary>
-      <returns>A new <see cref="T:System.StringComparer" /> object.</returns>
-    </member>
-    <member name="P:System.StringComparer.Ordinal">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs a case-sensitive ordinal string comparison.</summary>
-      <returns>A <see cref="T:System.StringComparer" /> object.</returns>
-    </member>
-    <member name="P:System.StringComparer.OrdinalIgnoreCase">
-      <summary>Gets a <see cref="T:System.StringComparer" /> object that performs a case-insensitive ordinal string comparison.</summary>
-      <returns>A <see cref="T:System.StringComparer" /> object.</returns>
-    </member>
     <member name="T:System.StringComparison">
       <summary>Specifies the culture, case, and sort rules to be used by certain overloads of the <see cref="M:System.String.Compare(System.String,System.String)" /> and <see cref="M:System.String.Equals(System.Object)" /> methods.</summary>
     </member>
@@ -50914,62 +30789,14 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="F:System.StringComparison.OrdinalIgnoreCase">
       <summary>Compare strings using ordinal (binary) sort rules and ignoring the case of the strings being compared.</summary>
     </member>
-    <member name="T:System.StringNormalizationExtensions">
-      <summary>Provides extension methods to work with string normalization.</summary>
-    </member>
-    <member name="M:System.StringNormalizationExtensions.IsNormalized(System.String)">
-      <summary>Indicates whether the specified string is in Unicode normalization form C.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> contains invalid Unicode characters.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is in normalization form C; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)">
-      <summary>Indicates whether a string is in a specified Unicode normalization form.</summary>
-      <param name="normalizationForm">A Unicode normalization form.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> contains invalid Unicode characters.</exception>
-      <returns>
-        <see langword="true" /> if <paramref name="value" /> is in normalization form <paramref name="normalizationForm" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.StringNormalizationExtensions.Normalize(System.String)">
-      <summary>Normalizes a string to a Unicode normalization form C.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> contains invalid Unicode characters.</exception>
-      <returns>A new string whose textual value is the same as <paramref name="value" /> but whose binary representation is in Unicode normalization form C.</returns>
-    </member>
-    <member name="M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)">
-      <summary>Normalizes a string to the specified Unicode normalization form.</summary>
-      <param name="normalizationForm">The Unicode normalization form.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> contains invalid Unicode characters.</exception>
-      <returns>A new string whose textual value is the same as <paramref name="value" /> but whose binary representation is in the <paramref name="normalizationForm" /> normalization form.</returns>
-    </member>
     <member name="T:System.StringSplitOptions">
-      <summary>Specifies options for applicable <see cref="Overload:System.String.Split" /> method overloads, such as whether to omit empty substrings from the returned array or trim whitespace from substrings.</summary>
+      <summary>Specifies whether applicable <see cref="Overload:System.String.Split" /> method overloads include or omit empty substrings from the return value.</summary>
     </member>
     <member name="F:System.StringSplitOptions.None">
-      <summary>Use the default options when splitting strings.</summary>
+      <summary>The return value includes array elements that contain an empty string.</summary>
     </member>
     <member name="F:System.StringSplitOptions.RemoveEmptyEntries">
-      <summary>
-        <para>Omit array elements that contain an empty string from the result.</para>
-        <para>If <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> and <see cref="F:System.StringSplitOptions.TrimEntries" /> are specified together, then substrings that consist only of white-space characters are also removed from the result.</para>
-      </summary>
-    </member>
-    <member name="F:System.StringSplitOptions.TrimEntries">
-      <summary>
-        <para>Trim white-space characters from each substring in the result. This field is available in .NET 5 and later versions only.</para>
-        <para>If <see cref="F:System.StringSplitOptions.RemoveEmptyEntries" /> and <see cref="F:System.StringSplitOptions.TrimEntries" /> are specified together, then substrings that consist only of white-space characters are also removed from the result.</para>
-      </summary>
+      <summary>The return value does not include array elements that contain an empty string.</summary>
     </member>
     <member name="T:System.SystemException">
       <summary>Serves as the base class for system exceptions namespace.</summary>
@@ -51012,12 +30839,10 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="chars" /> or <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be at least 2 chars in size to accomodate at least one surrogate character pair.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be greater than or equal to the size indicated by the <see cref="Overload:System.Text.Decoder.GetCharCount" /> method.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32@,System.Int32@,System.Boolean@)">
       <summary>Converts an array of encoded bytes to UTF-16 encoded characters and stores the result in a character array.</summary>
@@ -51036,30 +30861,32 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="chars" /> or <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charIndex" />, <paramref name="charCount" />, <paramref name="byteIndex" />, or <paramref name="byteCount" /> is less than zero.
-
- -or-
-
- The length of <paramref name="chars" /> - <paramref name="charIndex" /> is less than <paramref name="charCount" />.
-
- -or-
-
- The length of <paramref name="bytes" /> - <paramref name="byteIndex" /> is less than <paramref name="byteCount" />.</exception>
-      <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be at least 2 chars in size to accomodate at least one surrogate character pair.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+-or-
+The length of <paramref name="chars" /> - <paramref name="charIndex" /> is less than <paramref name="charCount" />.
+-or-
+The length of <paramref name="bytes" /> - <paramref name="byteIndex" /> is less than <paramref name="byteCount" />.</exception>
+      <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be greater than or equal to the size indicated by the <see cref="Overload:System.Text.Decoder.GetCharCount" /> method.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.Convert(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Boolean,System.Int32@,System.Int32@,System.Boolean@)">
-      <summary>Converts a span of encoded bytes to UTF-16 encoded characters and stores the result in another span buffer.</summary>
-      <param name="bytes">A read-only bytes span containing the sequence to convert.</param>
-      <param name="chars">The span to store the converted characters.</param>
-      <param name="flush">
-        <see langword="true" /> to indicate no further data is to be converted; otherwise, <see langword="false" />.</param>
-      <param name="bytesUsed">When this method returns, contains the number of bytes that were produced by the conversion. This parameter is passed uninitialized.</param>
-      <param name="charsUsed">When this method returns, contains the number of characters from <paramref name="chars" /> that were used in the conversion. This parameter is passed uninitialized.</param>
-      <param name="completed">When this method returns, contains <see langword="true" /> if all the specified characters were converted; otherwise, <see langword="false" />. This parameter is passed uninitialized.</param>
+      <param name="bytes" />
+      <param name="chars" />
+      <param name="flush" />
+      <param name="bytesUsed" />
+      <param name="charsUsed" />
+      <param name="completed" />
+    </member>
+    <member name="P:System.Text.Decoder.Fallback">
+      <summary>Gets or sets a <see cref="T:System.Text.DecoderFallback" /> object for the current <see cref="T:System.Text.Decoder" /> object.</summary>
+      <returns>A <see cref="T:System.Text.DecoderFallback" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" /> (<see langword="Nothing" />).</exception>
+      <exception cref="T:System.ArgumentException">A new value cannot be assigned in a set operation because the current <see cref="T:System.Text.DecoderFallbackBuffer" /> object contains data that has not been decoded yet.</exception>
+    </member>
+    <member name="P:System.Text.Decoder.FallbackBuffer">
+      <summary>Gets the <see cref="T:System.Text.DecoderFallbackBuffer" /> object associated with the current <see cref="T:System.Text.Decoder" /> object.</summary>
+      <returns>A <see cref="T:System.Text.DecoderFallbackBuffer" /> object.</returns>
     </member>
     <member name="M:System.Text.Decoder.GetCharCount(System.Byte*,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer. A parameter indicates whether to clear the internal state of the decoder after the calculation.</summary>
@@ -51067,36 +30894,30 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="count">The number of bytes to decode.</param>
       <param name="flush">
         <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic .NET).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
       <param name="index">The index of the first byte to decode.</param>
       <param name="count">The number of bytes to decode.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array. A parameter indicates whether to clear the internal state of the decoder after the calculation.</summary>
@@ -51105,27 +30926,20 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="count">The number of bytes to decode.</param>
       <param name="flush">
         <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetCharCount(System.ReadOnlySpan{System.Byte},System.Boolean)">
-      <summary>When overridden in a derived class, calculates the number of characters produced by decoding the sequence of bytes in the span. A parameter indicates whether to clear the internal state of the decoder after the calculation.</summary>
-      <param name="bytes">A byte span to decode.</param>
-      <param name="flush">
-        <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
-      <returns>The number of characters produced by decoding the specified sequence of bytes and any bytes in the internal buffer.</returns>
+      <param name="bytes" />
+      <param name="flush" />
     </member>
     <member name="M:System.Text.Decoder.GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer and any bytes in the internal buffer into a set of characters that are stored starting at the specified character pointer. A parameter indicates whether to clear the internal state of the decoder after the conversion.</summary>
@@ -51135,22 +30949,18 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charCount">The maximum number of characters to write.</param>
       <param name="flush">
         <see langword="true" /> to clear the internal state of the decoder after the conversion; otherwise, <see langword="false" />.</param>
+      <returns>The actual number of characters written at the location indicated by the <paramref name="chars" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
-
- -or-
-
- <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
+-or-
+<paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The actual number of characters written at the location indicated by the <paramref name="chars" /> parameter.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>When overridden in a derived class, decodes a sequence of bytes from the specified byte array and any bytes in the internal buffer into the specified character array.</summary>
@@ -51159,30 +30969,22 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="byteCount">The number of bytes to decode.</param>
       <param name="chars">The character array to contain the resulting set of characters.</param>
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
+      <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
-
- -or-
-
- <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
+-or-
+<paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
-
- -or-
-
- <paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
-
- -or-
-
- <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
+<paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The actual number of characters written into <paramref name="chars" />.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, decodes a sequence of bytes from the specified byte array and any bytes in the internal buffer into the specified character array. A parameter indicates whether to clear the internal state of the decoder after the conversion.</summary>
@@ -51193,52 +30995,31 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <param name="flush">
         <see langword="true" /> to clear the internal state of the decoder after the conversion; otherwise, <see langword="false" />.</param>
+      <returns>The actual number of characters written into the <paramref name="chars" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
-
- -or-
-
- <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
+-or-
+<paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
-
- -or-
-
- <paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
-
- -or-
-
- <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
+<paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The actual number of characters written into the <paramref name="chars" /> parameter.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Decoder.Fallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Decoder.GetChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Boolean)">
-      <summary>When overridden in a derived class, decodes a sequence of span bytes and any bytes in the internal buffer into a set of characters that are stored starting at the specified character pointer. A parameter indicates whether to clear the internal state of the decoder after the conversion.</summary>
-      <param name="bytes">A byte span to decode.</param>
-      <param name="chars">A span to write the resulting set of characters.</param>
-      <param name="flush">
-        <see langword="true" /> to clear the internal state of the decoder after the conversion; otherwise, <see langword="false" />.</param>
-      <returns>The actual number of characters written at the span indicated by the <paramref name="chars" /> parameter.</returns>
+      <param name="bytes" />
+      <param name="chars" />
+      <param name="flush" />
     </member>
     <member name="M:System.Text.Decoder.Reset">
       <summary>When overridden in a derived class, sets the decoder back to its initial state.</summary>
     </member>
-    <member name="P:System.Text.Decoder.Fallback">
-      <summary>Gets or sets a <see cref="T:System.Text.DecoderFallback" /> object for the current <see cref="T:System.Text.Decoder" /> object.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" /> (<see langword="Nothing" />).</exception>
-      <exception cref="T:System.ArgumentException">A new value cannot be assigned in a set operation because the current <see cref="T:System.Text.DecoderFallbackBuffer" /> object contains data that has not been decoded yet.</exception>
-      <returns>A <see cref="T:System.Text.DecoderFallback" /> object.</returns>
-    </member>
-    <member name="P:System.Text.Decoder.FallbackBuffer">
-      <summary>Gets the <see cref="T:System.Text.DecoderFallbackBuffer" /> object associated with the current <see cref="T:System.Text.Decoder" /> object.</summary>
-      <returns>A <see cref="T:System.Text.DecoderFallbackBuffer" /> object.</returns>
-    </member>
     <member name="T:System.Text.DecoderExceptionFallback">
       <summary>Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an input character. The fallback throws an exception instead of decoding the input byte sequence. This class cannot be inherited.</summary>
     </member>
@@ -51273,28 +31054,24 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Throws <see cref="T:System.Text.DecoderFallbackException" /> when the input byte sequence cannot be decoded. The nominal return value is not used.</summary>
       <param name="bytesUnknown">An input array of bytes.</param>
       <param name="index">The index position of a byte in the input.</param>
+      <returns>None. No value is returned because the <see cref="M:System.Text.DecoderExceptionFallbackBuffer.Fallback(System.Byte[],System.Int32)" /> method always throws an exception.
+The nominal return value is <see langword="true" />. A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
       <exception cref="T:System.Text.DecoderFallbackException">This method always throws an exception that reports the value and index position of the input byte that cannot be decoded.</exception>
-      <returns>None. No value is returned because the <see cref="M:System.Text.DecoderExceptionFallbackBuffer.Fallback(System.Byte[],System.Int32)" /> method always throws an exception.  
-  
- The nominal return value is <see langword="true" />. A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="M:System.Text.DecoderExceptionFallbackBuffer.GetNextChar">
       <summary>Retrieves the next character in the exception data buffer.</summary>
-      <returns>The return value is always the Unicode character NULL (U+0000).  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always the Unicode character NULL (U+0000).
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="M:System.Text.DecoderExceptionFallbackBuffer.MovePrevious">
       <summary>Causes the next call to <see cref="M:System.Text.DecoderExceptionFallbackBuffer.GetNextChar" /> to access the exception data buffer character position that is prior to the current position.</summary>
-      <returns>The return value is always <see langword="false" />.  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always <see langword="false" />.
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="P:System.Text.DecoderExceptionFallbackBuffer.Remaining">
       <summary>Gets the number of characters in the current <see cref="T:System.Text.DecoderExceptionFallbackBuffer" /> object that remain to be processed.</summary>
-      <returns>The return value is always zero.  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always zero.
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="T:System.Text.DecoderFallback">
       <summary>Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.</summary>
@@ -51340,13 +31117,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the <see cref="M:System.Text.DecoderFallbackBuffer.MovePrevious" /> operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.DecoderFallbackBuffer.Reset">
-      <summary>Initializes all data and state information pertaining to this fallback buffer.</summary>
-    </member>
     <member name="P:System.Text.DecoderFallbackBuffer.Remaining">
       <summary>When overridden in a derived class, gets the number of characters in the current <see cref="T:System.Text.DecoderFallbackBuffer" /> object that remain to be processed.</summary>
       <returns>The number of characters in the current fallback buffer that have not yet been processed.</returns>
     </member>
+    <member name="M:System.Text.DecoderFallbackBuffer.Reset">
+      <summary>Initializes all data and state information pertaining to this fallback buffer.</summary>
+    </member>
     <member name="T:System.Text.DecoderFallbackException">
       <summary>The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.</summary>
     </member>
@@ -51394,6 +31171,10 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Creates a <see cref="T:System.Text.DecoderFallbackBuffer" /> object that is initialized with the replacement string of this <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
       <returns>A <see cref="T:System.Text.DecoderFallbackBuffer" /> object that specifies a string to use instead of the original decoding operation input.</returns>
     </member>
+    <member name="P:System.Text.DecoderReplacementFallback.DefaultString">
+      <summary>Gets the replacement string that is the value of the <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
+      <returns>A substitute string that is emitted in place of an input byte sequence that cannot be decoded.</returns>
+    </member>
     <member name="M:System.Text.DecoderReplacementFallback.Equals(System.Object)">
       <summary>Indicates whether the value of a specified object is equal to the <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
       <param name="value">A <see cref="T:System.Text.DecoderReplacementFallback" /> object.</param>
@@ -51404,10 +31185,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Retrieves the hash code for the value of the <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
       <returns>The hash code of the value of the object.</returns>
     </member>
-    <member name="P:System.Text.DecoderReplacementFallback.DefaultString">
-      <summary>Gets the replacement string that is the value of the <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
-      <returns>A substitute string that is emitted in place of an input byte sequence that cannot be decoded.</returns>
-    </member>
     <member name="P:System.Text.DecoderReplacementFallback.MaxCharCount">
       <summary>Gets the number of characters in the replacement string for the <see cref="T:System.Text.DecoderReplacementFallback" /> object.</summary>
       <returns>The number of characters in the string that is emitted in place of a byte sequence that cannot be decoded, that is, the length of the string returned by the <see cref="P:System.Text.DecoderReplacementFallback.DefaultString" /> property.</returns>
@@ -51423,9 +31200,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Prepares the replacement fallback buffer to use the current replacement string.</summary>
       <param name="bytesUnknown">An input byte sequence. This parameter is ignored unless an exception is thrown.</param>
       <param name="index">The index position of the byte in <paramref name="bytesUnknown" />. This parameter is ignored in this operation.</param>
-      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.DecoderReplacementFallbackBuffer.GetNextChar" /> method has read all the characters in the replacement fallback buffer.</exception>
       <returns>
         <see langword="true" /> if the replacement string is not empty; <see langword="false" /> if the replacement string is empty.</returns>
+      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.DecoderReplacementFallbackBuffer.GetNextChar" /> method has read all the characters in the replacement fallback buffer.</exception>
     </member>
     <member name="M:System.Text.DecoderReplacementFallbackBuffer.GetNextChar">
       <summary>Retrieves the next character in the replacement fallback buffer.</summary>
@@ -51436,13 +31213,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the <see cref="M:System.Text.DecoderReplacementFallbackBuffer.MovePrevious" /> operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.DecoderReplacementFallbackBuffer.Reset">
-      <summary>Initializes all internal state information and data in the <see cref="T:System.Text.DecoderReplacementFallbackBuffer" /> object.</summary>
-    </member>
     <member name="P:System.Text.DecoderReplacementFallbackBuffer.Remaining">
       <summary>Gets the number of characters in the replacement fallback buffer that remain to be processed.</summary>
       <returns>The number of characters in the replacement fallback buffer that have not yet been processed.</returns>
     </member>
+    <member name="M:System.Text.DecoderReplacementFallbackBuffer.Reset">
+      <summary>Initializes all internal state information and data in the <see cref="T:System.Text.DecoderReplacementFallbackBuffer" /> object.</summary>
+    </member>
     <member name="T:System.Text.Encoder">
       <summary>Converts a set of characters into a sequence of bytes.</summary>
     </member>
@@ -51465,11 +31242,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be greater than or equal to the size indicated by the <see cref="Overload:System.Text.Encoder.GetByteCount" /> method.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32@,System.Int32@,System.Boolean@)">
       <summary>Converts an array of Unicode characters to an encoded byte sequence and stores the result in an array of bytes.</summary>
@@ -51488,30 +31263,35 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="chars" /> or <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charIndex" />, <paramref name="charCount" />, <paramref name="byteIndex" />, or <paramref name="byteCount" /> is less than zero.
-
- -or-
-
- The length of <paramref name="chars" /> - <paramref name="charIndex" /> is less than <paramref name="charCount" />.
-
- -or-
-
- The length of <paramref name="bytes" /> - <paramref name="byteIndex" /> is less than <paramref name="byteCount" />.</exception>
+-or-
+The length of <paramref name="chars" /> - <paramref name="charIndex" /> is less than <paramref name="charCount" />.
+-or-
+The length of <paramref name="bytes" /> - <paramref name="byteIndex" /> is less than <paramref name="byteCount" />.</exception>
       <exception cref="T:System.ArgumentException">The output buffer is too small to contain any of the converted input. The output buffer should be greater than or equal to the size indicated by the <see cref="Overload:System.Text.Encoder.GetByteCount" /> method.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.Convert(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Boolean,System.Int32@,System.Int32@,System.Boolean@)">
-      <summary>Converts a span of Unicode characters to an encoded byte sequence and stores the result in another buffer.</summary>
-      <param name="chars">The span of UTF-16 encoded characters to convert.</param>
-      <param name="bytes">The span buffer to store the converted bytes.</param>
-      <param name="flush">
-        <see langword="true" /> to indicate no further data is to be converted; otherwise, <see langword="false" />.</param>
-      <param name="charsUsed">When this method returns, contains the number of characters from <paramref name="chars" /> that were used in the conversion. This parameter is passed uninitialized.</param>
-      <param name="bytesUsed">When this method returns, contains the number of bytes that were used in the conversion. This parameter is passed uninitialized.</param>
-      <param name="completed">When this method returns, contains <see langword="true" /> if all the characters in <paramref name="chars" /> were converted; otherwise, <see langword="false" />. This parameter is passed uninitialized.</param>
+      <param name="chars" />
+      <param name="bytes" />
+      <param name="flush" />
+      <param name="charsUsed" />
+      <param name="bytesUsed" />
+      <param name="completed" />
+    </member>
+    <member name="P:System.Text.Encoder.Fallback">
+      <summary>Gets or sets a <see cref="T:System.Text.EncoderFallback" /> object for the current <see cref="T:System.Text.Encoder" /> object.</summary>
+      <returns>A <see cref="T:System.Text.EncoderFallback" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" /> (<see langword="Nothing" />).</exception>
+      <exception cref="T:System.ArgumentException">A new value cannot be assigned in a set operation because the current <see cref="T:System.Text.EncoderFallbackBuffer" /> object contains data that has not been encoded yet.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+    </member>
+    <member name="P:System.Text.Encoder.FallbackBuffer">
+      <summary>Gets the <see cref="T:System.Text.EncoderFallbackBuffer" /> object associated with the current <see cref="T:System.Text.Encoder" /> object.</summary>
+      <returns>A <see cref="T:System.Text.EncoderFallbackBuffer" /> object.</returns>
     </member>
     <member name="M:System.Text.Encoder.GetByteCount(System.Char*,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer. A parameter indicates whether to clear the internal state of the encoder after the calculation.</summary>
@@ -51519,16 +31299,14 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="count">The number of characters to encode.</param>
       <param name="flush">
         <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
+      <returns>The number of bytes produced by encoding the specified characters and any characters in the internal buffer.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic .NET).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding the specified characters and any characters in the internal buffer.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.GetByteCount(System.Char[],System.Int32,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array. A parameter indicates whether to clear the internal state of the encoder after the calculation.</summary>
@@ -51537,27 +31315,20 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="count">The number of characters to encode.</param>
       <param name="flush">
         <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
+      <returns>The number of bytes produced by encoding the specified characters and any characters in the internal buffer.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding the specified characters and any characters in the internal buffer.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.GetByteCount(System.ReadOnlySpan{System.Char},System.Boolean)">
-      <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters in the 'chars' span. A parameter indicates whether to clear the internal state of the encoder after the calculation.</summary>
-      <param name="chars">A character span to encode.</param>
-      <param name="flush">
-        <see langword="true" /> to simulate clearing the internal state of the encoder after the calculation; otherwise, <see langword="false" />.</param>
-      <returns>The number of bytes produced by encoding the specified characters and any characters in the internal buffer.</returns>
+      <param name="chars" />
+      <param name="flush" />
     </member>
     <member name="M:System.Text.Encoder.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, encodes a set of characters starting at the specified character pointer and any characters in the internal buffer into a sequence of bytes that are stored starting at the specified byte pointer. A parameter indicates whether to clear the internal state of the encoder after the conversion.</summary>
@@ -51567,22 +31338,18 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="byteCount">The maximum number of bytes to write.</param>
       <param name="flush">
         <see langword="true" /> to clear the internal state of the encoder after the conversion; otherwise, <see langword="false" />.</param>
+      <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
+-or-
+<paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Boolean)">
       <summary>When overridden in a derived class, encodes a set of characters from the specified character array and any characters in the internal buffer into the specified byte array. A parameter indicates whether to clear the internal state of the encoder after the conversion.</summary>
@@ -51593,57 +31360,31 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <param name="flush">
         <see langword="true" /> to clear the internal state of the encoder after the conversion; otherwise, <see langword="false" />.</param>
+      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
+-or-
+<paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
-
- -or-
-
- <paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
-
- -or-
-
- <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
+<paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoder.GetBytes(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Boolean)">
-      <summary>When overridden in a derived class, encodes a set of characters in the input characters span and any characters in the internal buffer into a sequence of bytes that are stored in the input byte span. A parameter indicates whether to clear the internal state of the encoder after the conversion.</summary>
-      <param name="chars">A character span to encode.</param>
-      <param name="bytes">A byte span to write the resulting sequence of bytes to.</param>
-      <param name="flush">
-        <see langword="true" /> to clear the internal state of the encoder after the conversion; otherwise, <see langword="false" />.</param>
-      <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
+      <param name="chars" />
+      <param name="bytes" />
+      <param name="flush" />
     </member>
     <member name="M:System.Text.Encoder.Reset">
       <summary>When overridden in a derived class, sets the encoder back to its initial state.</summary>
     </member>
-    <member name="P:System.Text.Encoder.Fallback">
-      <summary>Gets or sets a <see cref="T:System.Text.EncoderFallback" /> object for the current <see cref="T:System.Text.Encoder" /> object.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" /> (<see langword="Nothing" />).</exception>
-      <exception cref="T:System.ArgumentException">A new value cannot be assigned in a set operation because the current <see cref="T:System.Text.EncoderFallbackBuffer" /> object contains data that has not been encoded yet.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoder.Fallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>A <see cref="T:System.Text.EncoderFallback" /> object.</returns>
-    </member>
-    <member name="P:System.Text.Encoder.FallbackBuffer">
-      <summary>Gets the <see cref="T:System.Text.EncoderFallbackBuffer" /> object associated with the current <see cref="T:System.Text.Encoder" /> object.</summary>
-      <returns>A <see cref="T:System.Text.EncoderFallbackBuffer" /> object.</returns>
-    </member>
     <member name="T:System.Text.EncoderExceptionFallback">
       <summary>Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback throws an exception if an input character cannot be converted to an output byte sequence. This class cannot be inherited.</summary>
     </member>
@@ -51679,35 +31420,32 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charUnknownHigh">The high surrogate of the input pair.</param>
       <param name="charUnknownLow">The low surrogate of the input pair.</param>
       <param name="index">The index position of the surrogate pair in the input buffer.</param>
+      <returns>None. No value is returned because the <see cref="M:System.Text.EncoderExceptionFallbackBuffer.Fallback(System.Char,System.Char,System.Int32)" /> method always throws an exception.</returns>
       <exception cref="T:System.Text.EncoderFallbackException">The character represented by <paramref name="charUnknownHigh" /> and <paramref name="charUnknownLow" /> cannot be encoded.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Either <paramref name="charUnknownHigh" /> or <paramref name="charUnknownLow" /> is invalid. <paramref name="charUnknownHigh" /> is not between U+D800 and U+DBFF, inclusive, or <paramref name="charUnknownLow" /> is not between U+DC00 and U+DFFF, inclusive.</exception>
-      <returns>None. No value is returned because the <see cref="M:System.Text.EncoderExceptionFallbackBuffer.Fallback(System.Char,System.Char,System.Int32)" /> method always throws an exception.</returns>
     </member>
     <member name="M:System.Text.EncoderExceptionFallbackBuffer.Fallback(System.Char,System.Int32)">
       <summary>Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the character that cannot be converted.</summary>
       <param name="charUnknown">An input character.</param>
       <param name="index">The index position of the character in the input buffer.</param>
+      <returns>None. No value is returned because the <see cref="M:System.Text.EncoderExceptionFallbackBuffer.Fallback(System.Char,System.Int32)" /> method always throws an exception.</returns>
       <exception cref="T:System.Text.EncoderFallbackException">
         <paramref name="charUnknown" /> cannot be encoded. This method always throws an exception that reports the value of the <paramref name="charUnknown" /> and <paramref name="index" /> parameters.</exception>
-      <returns>None. No value is returned because the <see cref="M:System.Text.EncoderExceptionFallbackBuffer.Fallback(System.Char,System.Int32)" /> method always throws an exception.</returns>
     </member>
     <member name="M:System.Text.EncoderExceptionFallbackBuffer.GetNextChar">
       <summary>Retrieves the next character in the exception fallback buffer.</summary>
-      <returns>The return value is always the Unicode character, NULL (U+0000).  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always the Unicode character, NULL (U+0000).
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="M:System.Text.EncoderExceptionFallbackBuffer.MovePrevious">
       <summary>Causes the next call to the <see cref="M:System.Text.EncoderExceptionFallbackBuffer.GetNextChar" /> method to access the exception data buffer character position that is prior to the current position.</summary>
-      <returns>The return value is always <see langword="false" />.  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always <see langword="false" />.
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="P:System.Text.EncoderExceptionFallbackBuffer.Remaining">
       <summary>Gets the number of characters in the current <see cref="T:System.Text.EncoderExceptionFallbackBuffer" /> object that remain to be processed.</summary>
-      <returns>The return value is always zero.  
-  
- A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
+      <returns>The return value is always zero.
+A return value is defined, although it is unchanging, because this method implements an abstract method.</returns>
     </member>
     <member name="T:System.Text.EncoderFallback">
       <summary>Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.</summary>
@@ -51761,13 +31499,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the <see cref="M:System.Text.EncoderFallbackBuffer.MovePrevious" /> operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.EncoderFallbackBuffer.Reset">
-      <summary>Initializes all data and state information pertaining to this fallback buffer.</summary>
-    </member>
     <member name="P:System.Text.EncoderFallbackBuffer.Remaining">
       <summary>When overridden in a derived class, gets the number of characters in the current <see cref="T:System.Text.EncoderFallbackBuffer" /> object that remain to be processed.</summary>
       <returns>The number of characters in the current fallback buffer that have not yet been processed.</returns>
     </member>
+    <member name="M:System.Text.EncoderFallbackBuffer.Reset">
+      <summary>Initializes all data and state information pertaining to this fallback buffer.</summary>
+    </member>
     <member name="T:System.Text.EncoderFallbackException">
       <summary>The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.</summary>
     </member>
@@ -51783,11 +31521,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="message">An error message.</param>
       <param name="innerException">The exception that caused this exception.</param>
     </member>
-    <member name="M:System.Text.EncoderFallbackException.IsUnknownSurrogate">
-      <summary>Indicates whether the input that caused the exception is a surrogate pair.</summary>
-      <returns>
-        <see langword="true" /> if the input was a surrogate pair; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Text.EncoderFallbackException.CharUnknown">
       <summary>Gets the input character that caused the exception.</summary>
       <returns>The character that cannot be encoded.</returns>
@@ -51804,6 +31537,11 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Gets the index position in the input buffer of the character that caused the exception.</summary>
       <returns>The index position in the input buffer of the character that cannot be encoded.</returns>
     </member>
+    <member name="M:System.Text.EncoderFallbackException.IsUnknownSurrogate">
+      <summary>Indicates whether the input that caused the exception is a surrogate pair.</summary>
+      <returns>
+        <see langword="true" /> if the input was a surrogate pair; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="T:System.Text.EncoderReplacementFallback">
       <summary>Provides a failure handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback uses a user-specified replacement string instead of the original input character. This class cannot be inherited.</summary>
     </member>
@@ -51822,6 +31560,10 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Creates a <see cref="T:System.Text.EncoderFallbackBuffer" /> object that is initialized with the replacement string of this <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
       <returns>A <see cref="T:System.Text.EncoderFallbackBuffer" /> object equal to this <see cref="T:System.Text.EncoderReplacementFallback" /> object.</returns>
     </member>
+    <member name="P:System.Text.EncoderReplacementFallback.DefaultString">
+      <summary>Gets the replacement string that is the value of the <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
+      <returns>A substitute string that is used in place of an input character that cannot be encoded.</returns>
+    </member>
     <member name="M:System.Text.EncoderReplacementFallback.Equals(System.Object)">
       <summary>Indicates whether the value of a specified object is equal to the <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
       <param name="value">A <see cref="T:System.Text.EncoderReplacementFallback" /> object.</param>
@@ -51832,10 +31574,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Retrieves the hash code for the value of the <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
       <returns>The hash code of the value of the object.</returns>
     </member>
-    <member name="P:System.Text.EncoderReplacementFallback.DefaultString">
-      <summary>Gets the replacement string that is the value of the <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
-      <returns>A substitute string that is used in place of an input character that cannot be encoded.</returns>
-    </member>
     <member name="P:System.Text.EncoderReplacementFallback.MaxCharCount">
       <summary>Gets the number of characters in the replacement string for the <see cref="T:System.Text.EncoderReplacementFallback" /> object.</summary>
       <returns>The number of characters in the string used in place of an input character that cannot be encoded.</returns>
@@ -51852,22 +31590,20 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charUnknownHigh">The high surrogate of the input pair.</param>
       <param name="charUnknownLow">The low surrogate of the input pair.</param>
       <param name="index">The index position of the surrogate pair in the input buffer.</param>
-      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.EncoderReplacementFallbackBuffer.GetNextChar" /> method has read all the replacement string characters.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="charUnknownHigh" /> is less than U+D800 or greater than U+D8FF.  
-  
- -or-  
-  
- The value of <paramref name="charUnknownLow" /> is less than U+DC00 or greater than U+DFFF.</exception>
       <returns>
         <see langword="true" /> if the replacement string is not empty; <see langword="false" /> if the replacement string is empty.</returns>
+      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.EncoderReplacementFallbackBuffer.GetNextChar" /> method has read all the replacement string characters.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="charUnknownHigh" /> is less than U+D800 or greater than U+D8FF.
+-or-
+The value of <paramref name="charUnknownLow" /> is less than U+DC00 or greater than U+DFFF.</exception>
     </member>
     <member name="M:System.Text.EncoderReplacementFallbackBuffer.Fallback(System.Char,System.Int32)">
       <summary>Prepares the replacement fallback buffer to use the current replacement string.</summary>
       <param name="charUnknown">An input character. This parameter is ignored in this operation unless an exception is thrown.</param>
       <param name="index">The index position of the character in the input buffer. This parameter is ignored in this operation.</param>
-      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.EncoderReplacementFallbackBuffer.GetNextChar" /> method has read all the characters in the replacement fallback buffer.</exception>
       <returns>
         <see langword="true" /> if the replacement string is not empty; <see langword="false" /> if the replacement string is empty.</returns>
+      <exception cref="T:System.ArgumentException">This method is called again before the <see cref="M:System.Text.EncoderReplacementFallbackBuffer.GetNextChar" /> method has read all the characters in the replacement fallback buffer.</exception>
     </member>
     <member name="M:System.Text.EncoderReplacementFallbackBuffer.GetNextChar">
       <summary>Retrieves the next character in the replacement fallback buffer.</summary>
@@ -51878,13 +31614,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the <see cref="M:System.Text.EncoderReplacementFallbackBuffer.MovePrevious" /> operation was successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.EncoderReplacementFallbackBuffer.Reset">
-      <summary>Initializes all internal state information and data in this instance of <see cref="T:System.Text.EncoderReplacementFallbackBuffer" />.</summary>
-    </member>
     <member name="P:System.Text.EncoderReplacementFallbackBuffer.Remaining">
       <summary>Gets the number of characters in the replacement fallback buffer that remain to be processed.</summary>
       <returns>The number of characters in the replacement fallback buffer that have not yet been processed.</returns>
     </member>
+    <member name="M:System.Text.EncoderReplacementFallbackBuffer.Reset">
+      <summary>Initializes all internal state information and data in this instance of <see cref="T:System.Text.EncoderReplacementFallbackBuffer" />.</summary>
+    </member>
     <member name="T:System.Text.Encoding">
       <summary>Represents a character encoding.</summary>
     </member>
@@ -51894,10 +31630,8 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Text.Encoding.#ctor(System.Int32)">
       <summary>Initializes a new instance of the <see cref="T:System.Text.Encoding" /> class that corresponds to the specified code page.</summary>
       <param name="codePage">The code page identifier of the preferred encoding.
-
- -or-
-
- 0, to use the default encoding.</param>
+-or-
+0, to use the default encoding.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="codePage" /> is less than zero.</exception>
     </member>
@@ -51909,36 +31643,46 @@ This method is intended to support .NET compilers and is not intended to be call
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="codePage" /> is less than zero.</exception>
     </member>
+    <member name="P:System.Text.Encoding.ASCII">
+      <summary>Gets an encoding for the ASCII (7-bit) character set.</summary>
+      <returns>An  encoding for the ASCII (7-bit) character set.</returns>
+    </member>
+    <member name="P:System.Text.Encoding.BigEndianUnicode">
+      <summary>Gets an encoding for the UTF-16 format that uses the big endian byte order.</summary>
+      <returns>An encoding object for the UTF-16 format that uses the big endian byte order.</returns>
+    </member>
+    <member name="P:System.Text.Encoding.BodyName">
+      <summary>When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.</summary>
+      <returns>A name for the current <see cref="T:System.Text.Encoding" /> that can be used with mail agent body tags.
+-or-
+An empty string (""), if the current <see cref="T:System.Text.Encoding" /> cannot be used.</returns>
+    </member>
     <member name="M:System.Text.Encoding.Clone">
       <summary>When overridden in a derived class, creates a shallow copy of the current <see cref="T:System.Text.Encoding" /> object.</summary>
       <returns>A copy of the current <see cref="T:System.Text.Encoding" /> object.</returns>
     </member>
+    <member name="P:System.Text.Encoding.CodePage">
+      <summary>When overridden in a derived class, gets the code page identifier of the current <see cref="T:System.Text.Encoding" />.</summary>
+      <returns>The code page identifier of the current <see cref="T:System.Text.Encoding" />.</returns>
+    </member>
     <member name="M:System.Text.Encoding.Convert(System.Text.Encoding,System.Text.Encoding,System.Byte[])">
       <summary>Converts an entire byte array from one encoding to another.</summary>
       <param name="srcEncoding">The encoding format of <paramref name="bytes" />.</param>
       <param name="dstEncoding">The target encoding format.</param>
       <param name="bytes">The bytes to convert.</param>
+      <returns>An array of type <see cref="T:System.Byte" /> containing the results of converting <paramref name="bytes" /> from <paramref name="srcEncoding" /> to <paramref name="dstEncoding" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="srcEncoding" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="dstEncoding" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- srcEncoding. <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- dstEncoding. <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>An array of type <see cref="T:System.Byte" /> containing the results of converting <paramref name="bytes" /> from <paramref name="srcEncoding" /> to <paramref name="dstEncoding" />.</returns>
+-or-
+<paramref name="dstEncoding" /> is <see langword="null" />.
+-or-
+<paramref name="bytes" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+srcEncoding. <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+dstEncoding. <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.Convert(System.Text.Encoding,System.Text.Encoding,System.Byte[],System.Int32,System.Int32)">
       <summary>Converts a range of bytes in a byte array from one encoding to another.</summary>
@@ -51947,38 +31691,41 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="bytes">The array of bytes to convert.</param>
       <param name="index">The index of the first element of <paramref name="bytes" /> to convert.</param>
       <param name="count">The number of bytes to convert.</param>
+      <returns>An array of type <see cref="T:System.Byte" /> containing the result of converting a range of bytes in <paramref name="bytes" /> from <paramref name="srcEncoding" /> to <paramref name="dstEncoding" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="srcEncoding" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="dstEncoding" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="dstEncoding" /> is <see langword="null" />.
+-or-
+<paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> and <paramref name="count" /> do not specify a valid range in the byte array.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- srcEncoding. <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- dstEncoding. <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>An array of type <see cref="T:System.Byte" /> containing the result of converting a range of bytes in <paramref name="bytes" /> from <paramref name="srcEncoding" /> to <paramref name="dstEncoding" />.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+srcEncoding. <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+dstEncoding. <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+    </member>
+    <member name="P:System.Text.Encoding.DecoderFallback">
+      <summary>Gets or sets the <see cref="T:System.Text.DecoderFallback" /> object for the current <see cref="T:System.Text.Encoding" /> object.</summary>
+      <returns>The decoder fallback object for the current <see cref="T:System.Text.Encoding" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">A value cannot be assigned in a set operation because the current <see cref="T:System.Text.Encoding" /> object is read-only.</exception>
+    </member>
+    <member name="P:System.Text.Encoding.Default">
+      <summary>Gets the default encoding for this .NET implementation.</summary>
+      <returns>The default encoding for this .NET implementation.</returns>
+    </member>
+    <member name="P:System.Text.Encoding.EncoderFallback">
+      <summary>Gets or sets the <see cref="T:System.Text.EncoderFallback" /> object for the current <see cref="T:System.Text.Encoding" /> object.</summary>
+      <returns>The encoder fallback object for the current <see cref="T:System.Text.Encoding" /> object.</returns>
+      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">A value cannot be assigned in a set operation because the current <see cref="T:System.Text.Encoding" /> object is read-only.</exception>
     </member>
-    <member name="M:System.Text.Encoding.CreateTranscodingStream(System.IO.Stream,System.Text.Encoding,System.Text.Encoding,System.Boolean)">
-      <summary>Creates a <see cref="T:System.IO.Stream" /> that serves to transcode data between an inner <see cref="T:System.Text.Encoding" /> and an outer <see cref="T:System.Text.Encoding" />, similar to <see cref="M:System.Text.Encoding.Convert(System.Text.Encoding,System.Text.Encoding,System.Byte[])" />.</summary>
-      <param name="innerStream">The stream to wrap.</param>
-      <param name="innerStreamEncoding">The encoding associated with <paramref name="innerStream" />.</param>
-      <param name="outerStreamEncoding">The encoding associated with the <see cref="T:System.IO.Stream" /> that's returned by this method.</param>
-      <param name="leaveOpen">
-        <see langword="true" /> if disposing the <see cref="T:System.IO.Stream" /> returned by this method should <em>not</em> dispose <paramref name="innerStream" />.</param>
-      <returns>A stream that transcodes the contents of <paramref name="innerStream" /> as <paramref name="outerStreamEncoding" />.</returns>
+    <member name="P:System.Text.Encoding.EncodingName">
+      <summary>When overridden in a derived class, gets the human-readable description of the current encoding.</summary>
+      <returns>The human-readable description of the current <see cref="T:System.Text.Encoding" />.</returns>
     </member>
     <member name="M:System.Text.Encoding.Equals(System.Object)">
       <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current instance.</summary>
@@ -51990,72 +31737,58 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.</summary>
       <param name="chars">A pointer to the first character to encode.</param>
       <param name="count">The number of characters to encode.</param>
+      <returns>The number of bytes produced by encoding the specified characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding the specified characters.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetByteCount(System.Char[])">
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.</summary>
       <param name="chars">The character array containing the characters to encode.</param>
+      <returns>The number of bytes produced by encoding all the characters in the specified character array.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding all the characters in the specified character array.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
       <param name="chars">The character array containing the set of characters to encode.</param>
       <param name="index">The index of the first character to encode.</param>
       <param name="count">The number of characters to encode.</param>
+      <returns>The number of bytes produced by encoding the specified characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding the specified characters.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetByteCount(System.ReadOnlySpan{System.Char})">
-      <summary>When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified character span.</summary>
-      <param name="chars">The span of characters to encode.</param>
-      <returns>The number of bytes produced by encoding the specified character span.</returns>
+      <param name="chars" />
     </member>
     <member name="M:System.Text.Encoding.GetByteCount(System.String)">
       <summary>When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified string.</summary>
       <param name="s">The string containing the set of characters to encode.</param>
+      <returns>The number of bytes produced by encoding the specified characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The number of bytes produced by encoding the specified characters.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetByteCount(System.String,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified string.</summary>
-      <param name="s">The string containing the set of characters to encode.</param>
-      <param name="index">The index of the first character to encode.</param>
-      <param name="count">The number of characters to encode.</param>
-      <returns>The number of bytes produced by encoding the string.</returns>
+      <param name="s" />
+      <param name="index" />
+      <param name="count" />
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -52063,54 +31796,44 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charCount">The number of characters to encode.</param>
       <param name="bytes">A pointer to the location at which to start writing the resulting sequence of bytes.</param>
       <param name="byteCount">The maximum number of bytes to write.</param>
+      <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.Char[])">
       <summary>When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.</summary>
       <param name="chars">The character array containing the characters to encode.</param>
+      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.Char[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.</summary>
       <param name="chars">The character array containing the set of characters to encode.</param>
       <param name="index">The index of the first character to encode.</param>
       <param name="count">The number of characters to encode.</param>
+      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>When overridden in a derived class, encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -52119,55 +31842,41 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charCount">The number of characters to encode.</param>
       <param name="bytes">The byte array to contain the resulting sequence of bytes.</param>
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
+      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
-
- -or-
-
- <paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
-
- -or-
-
- <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
+<paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.ReadOnlySpan{System.Char},System.Span{System.Byte})">
-      <summary>When overridden in a derived class, encodes into a span of bytes a set of characters from the specified read-only span.</summary>
-      <param name="chars">The span containing the set of characters to encode.</param>
-      <param name="bytes">The byte span to hold the encoded bytes.</param>
-      <returns>The number of encoded bytes.</returns>
+      <param name="chars" />
+      <param name="bytes" />
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.String)">
       <summary>When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.</summary>
       <param name="s">The string containing the characters to encode.</param>
+      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.String,System.Int32,System.Int32)">
-      <summary>When overridden in a derived class, encodes into an array of bytes the number of characters specified by <paramref name="count" /> in the specified string, starting from the specified <paramref name="index" />.</summary>
-      <param name="s">The string containing the characters to encode.</param>
-      <param name="index">The index inside the string to start the encoding from.</param>
-      <param name="count">The number of characters to encode.</param>
-      <returns>A byte array containing the results of encoding the specified set of characters.</returns>
+      <param name="s" />
+      <param name="index" />
+      <param name="count" />
     </member>
     <member name="M:System.Text.Encoding.GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>When overridden in a derived class, encodes a set of characters from the specified string into the specified byte array.</summary>
@@ -52176,82 +31885,64 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charCount">The number of characters to encode.</param>
       <param name="bytes">The byte array to contain the resulting sequence of bytes.</param>
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
+      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="bytes" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
-
- -or-
-
- <paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
-
- -or-
-
- <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
+<paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
       <param name="bytes">A pointer to the first byte to decode.</param>
       <param name="count">The number of bytes to decode.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> is less than zero.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetCharCount(System.Byte[])">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
       <param name="index">The index of the first byte to decode.</param>
       <param name="count">The number of bytes to decode.</param>
+      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The number of characters produced by decoding the specified sequence of bytes.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetCharCount(System.ReadOnlySpan{System.Byte})">
-      <summary>When overridden in a derived class, calculates the number of characters produced by decoding the provided read-only byte span.</summary>
-      <param name="bytes">A read-only byte span to decode.</param>
-      <returns>The number of characters produced by decoding the byte span.</returns>
+      <param name="bytes" />
     </member>
     <member name="M:System.Text.Encoding.GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)">
       <summary>When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.</summary>
@@ -52259,54 +31950,44 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="byteCount">The number of bytes to decode.</param>
       <param name="chars">A pointer to the location at which to start writing the resulting set of characters.</param>
       <param name="charCount">The maximum number of characters to write.</param>
+      <returns>The actual number of characters written at the location indicated by the <paramref name="chars" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="chars" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The actual number of characters written at the location indicated by the <paramref name="chars" /> parameter.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetChars(System.Byte[])">
       <summary>When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
+      <returns>A character array containing the results of decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>A character array containing the results of decoding the specified sequence of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetChars(System.Byte[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
       <param name="index">The index of the first byte to decode.</param>
       <param name="count">The number of bytes to decode.</param>
+      <returns>A character array containing the results of decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>A character array containing the results of decoding the specified sequence of bytes.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>When overridden in a derived class, decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -52315,36 +31996,26 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="byteCount">The number of bytes to decode.</param>
       <param name="chars">The character array to contain the resulting set of characters.</param>
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
+      <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.
-
- -or-
-
- <paramref name="chars" /> is <see langword="null" />.</exception>
+-or-
+<paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
-
- -or-
-
- <paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
-
- -or-
-
- <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
+<paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The actual number of characters written into <paramref name="chars" />.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char})">
-      <summary>When overridden in a derived class, decodes all the bytes in the specified read-only byte span into a character span.</summary>
-      <param name="bytes">A read-only span containing the sequence of bytes to decode.</param>
-      <param name="chars">The character span receiving the decoded bytes.</param>
-      <returns>The number of decoded bytes.</returns>
+      <param name="bytes" />
+      <param name="chars" />
     </member>
     <member name="M:System.Text.Encoding.GetDecoder">
       <summary>When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.</summary>
@@ -52356,59 +32027,51 @@ This method is intended to support .NET compilers and is not intended to be call
     </member>
     <member name="M:System.Text.Encoding.GetEncoding(System.Int32)">
       <summary>Returns the encoding associated with the specified code page identifier.</summary>
-      <param name="codepage">The code page identifier of the preferred encoding. For a list of possible values, see <see cref="T:System.Text.Encoding" />.
-
- -or-
-
- 0 (zero), to use the default encoding.</param>
+      <param name="codepage">The code page identifier of the preferred encoding. Possible values are listed in the Code Page column of the table that appears in the <see cref="T:System.Text.Encoding" /> class topic.
+-or-
+0 (zero), to use the default encoding.</param>
+      <returns>The encoding that is associated with the specified code page.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="codepage" /> is less than zero or greater than 65535.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="codepage" /> is not supported by the underlying platform.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="codepage" /> is not supported by the underlying platform.</exception>
-      <returns>The encoding that is associated with the specified code page.</returns>
     </member>
     <member name="M:System.Text.Encoding.GetEncoding(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback)">
       <summary>Returns the encoding associated with the specified code page identifier. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded.</summary>
-      <param name="codepage">The code page identifier of the preferred encoding. For a list of possible values, see <see cref="T:System.Text.Encoding" />.
-
- -or-
-
- 0 (zero), to use the default encoding.</param>
+      <param name="codepage">The code page identifier of the preferred encoding. Possible values are listed in the Code Page column of the table that appears in the <see cref="T:System.Text.Encoding" /> class topic.
+-or-
+0 (zero), to use the default encoding.</param>
       <param name="encoderFallback">An object that provides an error-handling procedure when a character cannot be encoded with the current encoding.</param>
       <param name="decoderFallback">An object that provides an error-handling procedure when a byte sequence cannot be decoded with the current encoding.</param>
+      <returns>The encoding that is associated with the specified code page.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="codepage" /> is less than zero or greater than 65535.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="codepage" /> is not supported by the underlying platform.</exception>
       <exception cref="T:System.NotSupportedException">
         <paramref name="codepage" /> is not supported by the underlying platform.</exception>
-      <returns>The encoding that is associated with the specified code page.</returns>
     </member>
     <member name="M:System.Text.Encoding.GetEncoding(System.String)">
       <summary>Returns the encoding associated with the specified code page name.</summary>
-      <param name="name">The code page name of the preferred encoding. Any value returned by the <see cref="P:System.Text.Encoding.WebName" /> property is valid. For a list of possible values, see <see cref="T:System.Text.Encoding" />.</param>
+      <param name="name">The code page name of the preferred encoding. Any value returned by the <see cref="P:System.Text.Encoding.WebName" /> property is valid. Possible values are listed in the Name column of the table that appears in the <see cref="T:System.Text.Encoding" /> class topic.</param>
+      <returns>The encoding  associated with the specified code page.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is not a valid code page name.
-
- -or-
-
- The code page indicated by <paramref name="name" /> is not supported by the underlying platform.</exception>
-      <returns>The encoding associated with the specified code page.</returns>
+-or-
+The code page indicated by <paramref name="name" /> is not supported by the underlying platform.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetEncoding(System.String,System.Text.EncoderFallback,System.Text.DecoderFallback)">
       <summary>Returns the encoding associated with the specified code page name. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded.</summary>
       <param name="name">The code page name of the preferred encoding. Any value returned by the <see cref="P:System.Text.Encoding.WebName" /> property is valid. Possible values are listed in the Name column of the table that appears in the <see cref="T:System.Text.Encoding" /> class topic.</param>
       <param name="encoderFallback">An object that provides an error-handling procedure when a character cannot be encoded with the current encoding.</param>
       <param name="decoderFallback">An object that provides an error-handling procedure when a byte sequence cannot be decoded with the current encoding.</param>
+      <returns>The encoding that is associated with the specified code page.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is not a valid code page name.
-
- -or-
-
- The code page indicated by <paramref name="name" /> is not supported by the underlying platform.</exception>
-      <returns>The encoding that is associated with the specified code page.</returns>
+-or-
+The code page indicated by <paramref name="name" /> is not supported by the underlying platform.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetEncodings">
       <summary>Returns an array that contains all encodings.</summary>
@@ -52421,88 +32084,78 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Text.Encoding.GetMaxByteCount(System.Int32)">
       <summary>When overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters.</summary>
       <param name="charCount">The number of characters to encode.</param>
+      <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> is less than zero.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
-      <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetMaxCharCount(System.Int32)">
       <summary>When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.</summary>
       <param name="byteCount">The number of bytes to decode.</param>
+      <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetPreamble">
       <summary>When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.</summary>
       <returns>A byte array containing a sequence of bytes that specifies the encoding used.
-
- -or-
-
- A byte array of length zero, if a preamble is not required.</returns>
+-or-
+A byte array of length zero, if a preamble is not required.</returns>
     </member>
     <member name="M:System.Text.Encoding.GetString(System.Byte*,System.Int32)">
       <summary>When overridden in a derived class, decodes a specified number of bytes starting at a specified address into a string.</summary>
       <param name="bytes">A pointer to a byte array.</param>
       <param name="byteCount">The number of bytes to decode.</param>
+      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is a null pointer.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET) for a complete explanation)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A   fallback occurred (see Character Encoding in .NET for a complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetString(System.Byte[])">
       <summary>When overridden in a derived class, decodes all the bytes in the specified byte array into a string.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
+      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentException">The byte array contains invalid Unicode code points.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetString(System.Byte[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.</summary>
       <param name="bytes">The byte array containing the sequence of bytes to decode.</param>
       <param name="index">The index of the first byte to decode.</param>
       <param name="count">The number of bytes to decode.</param>
+      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
       <exception cref="T:System.ArgumentException">The byte array contains invalid Unicode code points.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (for more information, see Character Encoding in .NET)
-
- -and-
-
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
-      <returns>A string that contains the results of decoding the specified sequence of bytes.</returns>
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in .NET for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.Encoding.GetString(System.ReadOnlySpan{System.Byte})">
-      <summary>When overridden in a derived class, decodes all the bytes in the specified byte span into a string.</summary>
-      <param name="bytes">A read-only byte span to decode to a Unicode string.</param>
-      <returns>A string that contains the decoded bytes from the provided read-only span.</returns>
+      <param name="bytes" />
+    </member>
+    <member name="P:System.Text.Encoding.HeaderName">
+      <summary>When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.</summary>
+      <returns>A name for the current <see cref="T:System.Text.Encoding" /> to use with mail agent header tags.
+-or-
+An empty string (""), if the current <see cref="T:System.Text.Encoding" /> cannot be used.</returns>
     </member>
     <member name="M:System.Text.Encoding.IsAlwaysNormalized">
       <summary>Gets a value indicating whether the current encoding is always normalized, using the default normalization form.</summary>
@@ -52515,60 +32168,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the current <see cref="T:System.Text.Encoding" /> object is always normalized using the specified <see cref="T:System.Text.NormalizationForm" /> value; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.Encoding.RegisterProvider(System.Text.EncodingProvider)">
-      <summary>Registers an encoding provider.</summary>
-      <param name="provider">A subclass of <see cref="T:System.Text.EncodingProvider" /> that provides access to additional character encodings.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="provider" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="P:System.Text.Encoding.ASCII">
-      <summary>Gets an encoding for the ASCII (7-bit) character set.</summary>
-      <returns>An  encoding for the ASCII (7-bit) character set.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.BigEndianUnicode">
-      <summary>Gets an encoding for the UTF-16 format that uses the big endian byte order.</summary>
-      <returns>An encoding object for the UTF-16 format that uses the big endian byte order.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.BodyName">
-      <summary>When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.</summary>
-      <returns>A name for the current <see cref="T:System.Text.Encoding" /> that can be used with mail agent body tags.
-
- -or-
-
- An empty string (""), if the current <see cref="T:System.Text.Encoding" /> cannot be used.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.CodePage">
-      <summary>When overridden in a derived class, gets the code page identifier of the current <see cref="T:System.Text.Encoding" />.</summary>
-      <returns>The code page identifier of the current <see cref="T:System.Text.Encoding" />.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.DecoderFallback">
-      <summary>Gets or sets the <see cref="T:System.Text.DecoderFallback" /> object for the current <see cref="T:System.Text.Encoding" /> object.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">A value cannot be assigned in a set operation because the current <see cref="T:System.Text.Encoding" /> object is read-only.</exception>
-      <returns>The decoder fallback object for the current <see cref="T:System.Text.Encoding" /> object.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.Default">
-      <summary>Gets the default encoding for this .NET implementation.</summary>
-      <returns>The default encoding for this .NET implementation.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.EncoderFallback">
-      <summary>Gets or sets the <see cref="T:System.Text.EncoderFallback" /> object for the current <see cref="T:System.Text.Encoding" /> object.</summary>
-      <exception cref="T:System.ArgumentNullException">The value in a set operation is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">A value cannot be assigned in a set operation because the current <see cref="T:System.Text.Encoding" /> object is read-only.</exception>
-      <returns>The encoder fallback object for the current <see cref="T:System.Text.Encoding" /> object.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.EncodingName">
-      <summary>When overridden in a derived class, gets the human-readable description of the current encoding.</summary>
-      <returns>The human-readable description of the current <see cref="T:System.Text.Encoding" />.</returns>
-    </member>
-    <member name="P:System.Text.Encoding.HeaderName">
-      <summary>When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.</summary>
-      <returns>A name for the current <see cref="T:System.Text.Encoding" /> to use with mail agent header tags.
-
- -or-
-
- An empty string (""), if the current <see cref="T:System.Text.Encoding" /> cannot be used.</returns>
-    </member>
     <member name="P:System.Text.Encoding.IsBrowserDisplay">
       <summary>When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content.</summary>
       <returns>
@@ -52599,12 +32198,12 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the current <see cref="T:System.Text.Encoding" /> uses single-byte code points; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Text.Encoding.Latin1">
-      <summary>Gets an encoding for the Latin1 character set (ISO-8859-1).</summary>
-    </member>
-    <member name="P:System.Text.Encoding.Preamble">
-      <summary>When overridden in a derived class, returns a span containing the sequence of bytes that specifies the encoding used.</summary>
-      <returns>A byte span containing a sequence of bytes that specifies the encoding used, or a span of length zero, if a preamble is not required.</returns>
+    <member name="P:System.Text.Encoding.Preamble" />
+    <member name="M:System.Text.Encoding.RegisterProvider(System.Text.EncodingProvider)">
+      <summary>Registers an encoding provider.</summary>
+      <param name="provider">A subclass of <see cref="T:System.Text.EncodingProvider" /> that provides access to additional character encodings.</param>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="provider" /> is <see langword="null" />.</exception>
     </member>
     <member name="P:System.Text.Encoding.Unicode">
       <summary>Gets an encoding for the UTF-16 format using the little endian byte order.</summary>
@@ -52633,12 +32232,13 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="T:System.Text.EncodingInfo">
       <summary>Provides basic information about an encoding.</summary>
     </member>
-    <member name="M:System.Text.EncodingInfo.#ctor(System.Text.EncodingProvider,System.Int32,System.String,System.String)">
-      <summary>Constructs an <see cref="T:System.Text.EncodingInfo" /> object.</summary>
-      <param name="provider">The provider that created this <see cref="T:System.Text.EncodingInfo" /> object.</param>
-      <param name="codePage">The encoding codepage.</param>
-      <param name="name">The encoding name.</param>
-      <param name="displayName">The encoding display name.</param>
+    <member name="P:System.Text.EncodingInfo.CodePage">
+      <summary>Gets the code page identifier of the encoding.</summary>
+      <returns>The code page identifier of the encoding.</returns>
+    </member>
+    <member name="P:System.Text.EncodingInfo.DisplayName">
+      <summary>Gets the human-readable description of the encoding.</summary>
+      <returns>The human-readable description of the encoding.</returns>
     </member>
     <member name="M:System.Text.EncodingInfo.Equals(System.Object)">
       <summary>Gets a value indicating whether the specified object is equal to the current <see cref="T:System.Text.EncodingInfo" /> object.</summary>
@@ -52654,14 +32254,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Returns the hash code for the current <see cref="T:System.Text.EncodingInfo" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="P:System.Text.EncodingInfo.CodePage">
-      <summary>Gets the code page identifier of the encoding.</summary>
-      <returns>The code page identifier of the encoding.</returns>
-    </member>
-    <member name="P:System.Text.EncodingInfo.DisplayName">
-      <summary>Gets the human-readable description of the encoding.</summary>
-      <returns>The human-readable description of the encoding.</returns>
-    </member>
     <member name="P:System.Text.EncodingInfo.Name">
       <summary>Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the encoding.</summary>
       <returns>The IANA name for the encoding.</returns>
@@ -52696,10 +32288,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="decoderFallback">An object that provides an error-handling procedure when a byte sequence cannot be decoded with the current encoding.</param>
       <returns>The encoding that is associated with the specified name, or <see langword="null" /> if this <see cref="T:System.Text.EncodingProvider" /> cannot return a valid encoding that corresponds to <paramref name="name" />.</returns>
     </member>
-    <member name="M:System.Text.EncodingProvider.GetEncodings">
-      <summary>Returns an array that contains all the encodings that are supported by the <see cref="T:System.Text.EncodingProvider" />.</summary>
-      <returns>An array that contains all the supported encodings.</returns>
-    </member>
     <member name="T:System.Text.NormalizationForm">
       <summary>Defines the type of normalization to perform.</summary>
     </member>
@@ -52730,9 +32318,7 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="lowSurrogate">The low surrogate of the surrogate pair.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="highSurrogate" /> does not represent a UTF-16 high surrogate code point.
-          
 -or-
-
 <paramref name="lowSurrogate" /> does not represent a UTF-16 low surrogate code point.</exception>
     </member>
     <member name="M:System.Text.Rune.#ctor(System.Int32)">
@@ -52750,9 +32336,9 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Text.Rune.CompareTo(System.Text.Rune)">
       <summary>Compares the current instance to the specified <see cref="T:System.Text.Rune" /> instance.</summary>
       <param name="other">The instance to compare with the current instance.</param>
-      <returns>A signed integer indicating the position of this instance in the sort order in relation to <paramref name="other" />: <br />- Less than zero: This instance precedes <paramref name="other" />. 
-<br />- Zero: The instance has the same position in the sort order as <paramref name="other" />.
-<br />- Greater than zero: This instance follows <paramref name="other" />.</returns>
+      <returns>A signed integer indicating the position of this instance in the sort order in relation to <paramref name="other" />: - Less than zero: This instance precedes <paramref name="other" />.
+- Zero: The instance has the same position in the sort order as <paramref name="other" />.
+- Greater than zero: This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.Text.Rune.DecodeFromUtf16(System.ReadOnlySpan{System.Char},System.Text.Rune@,System.Int32@)">
       <summary>Decodes the <see cref="T:System.Text.Rune" /> at the beginning of the provided UTF-16 source buffer.</summary>
@@ -52761,11 +32347,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charsConsumed">When this method returns, the number of characters read to create the rune.</param>
       <returns>
         <see cref="F:System.Buffers.OperationStatus.Done" /> if the source buffer begins with a valid UTF-16 encoded scalar value. <paramref name="result" /> then contains the decoded <see cref="T:System.Text.Rune" />, and <paramref name="charsConsumed" /> contains the number of <see cref="T:System.Char" /> values used in the input buffer to encode the <see cref="T:System.Text.Rune" />.
-            
 <see cref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a standalone UTF-16 high surrogate character. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="charsConsumed" /> contains the length of the input buffer.
-            
 <see cref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer begins with an ill-formed UTF-16 encoded scalar value. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="charsConsumed" /> contains the number of <see cref="T:System.Char" /> values used to encode the ill-formed sequence.
-          .</returns>
+.</returns>
     </member>
     <member name="M:System.Text.Rune.DecodeFromUtf8(System.ReadOnlySpan{System.Byte},System.Text.Rune@,System.Int32@)">
       <summary>Decodes the <see cref="T:System.Text.Rune" /> at the beginning of the provided UTF-8 source buffer.</summary>
@@ -52774,11 +32358,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="bytesConsumed">When this method returns, the number of bytes read to create the rune.</param>
       <returns>
         <see cref="F:System.Buffers.OperationStatus.Done" /> if the source buffer begins with a valid UTF-8 encoded scalar value. <paramref name="result" /> then contains the decoded <see cref="T:System.Text.Rune" />, and <paramref name="bytesConsumed" /> contains the number of <see cref="T:System.Byte" /> values used in the input buffer to encode the <see cref="T:System.Text.Rune" />.
-            
 <see cref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a standalone UTF-8 high surrogate character. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="bytesConsumed" /> contains the length of the input buffer.
-            
 <see cref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer begins with an ill-formed UTF-8 encoded scalar value. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="bytesConsumed" /> contains the number of <see cref="T:System.Byte" /> values used in the input buffer to encode the ill-formed sequence.
-          .</returns>
+.</returns>
     </member>
     <member name="M:System.Text.Rune.DecodeLastFromUtf16(System.ReadOnlySpan{System.Char},System.Text.Rune@,System.Int32@)">
       <summary>Decodes the <see cref="T:System.Text.Rune" /> at the end of the provided UTF-16 source buffer.</summary>
@@ -52787,11 +32369,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="charsConsumed">When this method returns, the number of bytes read to create the rune.</param>
       <returns>
         <see cref="F:System.Buffers.OperationStatus.Done" /> if the source buffer begins with a valid UTF-16 encoded scalar value. <paramref name="result" /> then contains the decoded <see cref="T:System.Text.Rune" />, and <paramref name="charsConsumed" /> contains the number of <see cref="T:System.Char" /> values used in the input buffer to encode the <see cref="T:System.Text.Rune" />.
-            
 <see cref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a standalone UTF-16 high surrogate character. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="charsConsumed" /> contains the length of the input buffer.
-            
 <see cref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer begins with an ill-formed UTF-16 encoded scalar value. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="charsConsumed" /> contains the number of <see cref="T:System.Char" /> values used to encode the ill-formed sequence.
-          .</returns>
+.</returns>
     </member>
     <member name="M:System.Text.Rune.DecodeLastFromUtf8(System.ReadOnlySpan{System.Byte},System.Text.Rune@,System.Int32@)">
       <summary>Decodes the <see cref="T:System.Text.Rune" /> at the end of the provided UTF-8 source buffer.</summary>
@@ -52800,24 +32380,23 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="bytesConsumed">When this method returns, the number of bytes read to create the rune.</param>
       <returns>
         <see cref="F:System.Buffers.OperationStatus.Done" /> if the source buffer ends with a valid UTF-8 encoded scalar value. <paramref name="result" /> then contains the decoded <see cref="T:System.Text.Rune" />, and <paramref name="bytesConsumed" /> contains the number of <see cref="T:System.Byte" /> values used in the input buffer to encode the <see cref="T:System.Text.Rune" />.
-            
 <see cref="F:System.Buffers.OperationStatus.NeedMoreData" /> if the source buffer is empty or contains only a standalone UTF-8 high surrogate character. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="bytesConsumed" /> contains the length of the input buffer.
-            
-<see cref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer ends with an ill-formed UTF-8 encoded scalar value. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="bytesConsumed" /> contains the number of <see cref="T:System.Byte" /> values used in the input buffer to encode the ill-formed sequence.</returns>
+<see cref="F:System.Buffers.OperationStatus.InvalidData" /> if the source buffer ends with an ill-formed UTF-8 encoded scalar value. <paramref name="result" /> then contains <see cref="P:System.Text.Rune.ReplacementChar" />, and <paramref name="bytesConsumed" /> contains the number of <see cref="T:System.Byte" /> values used in the input buffer to encode the ill-formed sequence.
+.</returns>
     </member>
     <member name="M:System.Text.Rune.EncodeToUtf16(System.Span{System.Char})">
       <summary>Encodes this <see cref="T:System.Text.Rune" /> to a UTF-16 destination buffer.</summary>
       <param name="destination">The buffer to which to write this value as UTF-16.</param>
+      <returns>The number of <see cref="T:System.Char" /> values written to <paramref name="destination" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="destination" /> is not large enough to hold the output.</exception>
-      <returns>The number of <see cref="T:System.Char" /> values written to <paramref name="destination" />.</returns>
     </member>
     <member name="M:System.Text.Rune.EncodeToUtf8(System.Span{System.Byte})">
       <summary>Encodes this <see cref="T:System.Text.Rune" /> to a UTF-8 destination buffer.</summary>
       <param name="destination">The buffer to which to write this value as UTF-8.</param>
+      <returns>The number of <see cref="T:System.Byte" /> values written to <paramref name="destination" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="destination" /> is not large enough to hold the output.</exception>
-      <returns>The number of <see cref="T:System.Byte" /> values written to <paramref name="destination" />.</returns>
     </member>
     <member name="M:System.Text.Rune.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current instance and a specified object are equal.</summary>
@@ -52844,19 +32423,29 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Gets the <see cref="T:System.Text.Rune" /> that begins at a specified position in a string.</summary>
       <param name="input">The string from which to create the rune.</param>
       <param name="index">The starting position in <paramref name="input" /> at which to create the rune.</param>
+      <returns>The rune obtained from <paramref name="input" /> at the specified <paramref name="index" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="index" /> does not reference the start of a valid scalar value in <paramref name="input" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is outside the range of <paramref name="input" />.</exception>
-      <returns>The rune obtained from <paramref name="input" /> at the specified <paramref name="index" />.</returns>
     </member>
     <member name="M:System.Text.Rune.GetUnicodeCategory(System.Text.Rune)">
       <summary>Gets the Unicode category associated with the specified rune.</summary>
       <param name="value">The rune for which to get the Unicode category.</param>
       <returns>The Unicode category associated with <paramref name="value" />.</returns>
     </member>
+    <member name="P:System.Text.Rune.IsAscii">
+      <summary>Gets a value that indicates whether the scalar value associated with this <see cref="T:System.Text.Rune" /> is within the ASCII encoding range.</summary>
+      <returns>
+        <see langword="true" /> if the scalar value associated is within the ASCII encoding range ([ U+0000..U+007F ]) and therefore representable by a single UTF-8 code unit; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Text.Rune.IsBmp">
+      <summary>Gets a value that indicates whether the scalar value associated with this <see cref="T:System.Text.Rune" /> is within the BMP encoding range.</summary>
+      <returns>
+        <see langword="true" /> if the scalar value associated is within the BMP encoding range ([ U+0000..U+FFFF ]) and therefore representable by a single UTF-16 code unit; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Text.Rune.IsControl(System.Text.Rune)">
       <summary>Returns a value that indicates whether the specified rune is categorized as a control character.</summary>
       <param name="value">The rune to evaluate.</param>
@@ -52945,26 +32534,26 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Text.Rune.op_Explicit(System.Char)~System.Text.Rune">
       <summary>Defines an explicit conversion of a 16-bit Unicode character to a <see cref="T:System.Text.Rune" />.</summary>
       <param name="ch">The 16-bit Unicode character to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="ch" /> is a Unicode scalar that represents a surrogate code point.</exception>
       <returns>
         <paramref name="ch" /> as a 32-bit Unicode character.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="ch" /> is a Unicode scalar that represents a surrogate code point.</exception>
     </member>
     <member name="M:System.Text.Rune.op_Explicit(System.Int32)~System.Text.Rune">
       <summary>Defines an explicit conversion of a 32-bit signed integer to a <see cref="T:System.Text.Rune" />.</summary>
       <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is an invalid Unicode scalar.</exception>
       <returns>
         <paramref name="value" /> as a 32-bit Unicode character.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="value" /> is an invalid Unicode scalar.</exception>
     </member>
     <member name="M:System.Text.Rune.op_Explicit(System.UInt32)~System.Text.Rune">
       <summary>Defines an explicit conversion of a 32-bit unsigned integer to a <see cref="T:System.Text.Rune" />.</summary>
       <param name="value">The 32-bit signed integer to convert.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="value" /> is an invalid Unicode scalar.</exception>
       <returns>
         <paramref name="value" /> as a 32-bit Unicode character.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="value" /> is an invalid Unicode scalar.</exception>
     </member>
     <member name="M:System.Text.Rune.op_GreaterThan(System.Text.Rune,System.Text.Rune)">
       <summary>Returns a value indicating whether a specified <see cref="T:System.Text.Rune" /> is greater than another specified <see cref="T:System.Text.Rune" />.</summary>
@@ -53001,31 +32590,13 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Text.Rune.System#IComparable#CompareTo(System.Object)">
-      <summary>Compares the current instance to the specified object.</summary>
-      <param name="obj">The object to compare with the current instance.</param>
-      <returns>A signed integer indicating the position of this instance in the sort order in relation to <paramref name="other" />: <br />- Less than zero: This instance precedes <paramref name="other" />. 
-<br />- Zero: The instance has the same position in the sort order as <paramref name="other" />.
-<br />- Greater than zero: This instance follows <paramref name="other" />.</returns>
-    </member>
-    <member name="M:System.Text.Rune.System#IFormattable#ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.   
- -or-   
-<see langword="null" /> (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="formatProvider">The provider to use to format the value.   
- -or-   
-<see langword="null" /> (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
-      <returns>The value of the current instance in the specified format.</returns>
+    <member name="P:System.Text.Rune.Plane">
+      <summary>Gets the Unicode plane (0 to 16, inclusive) that contains this scalar.</summary>
+      <returns>The Unicode plane (0 to 16, inclusive) that contains this scalar.</returns>
     </member>
-    <member name="M:System.Text.Rune.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, contains this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, contains the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Text.Rune.ReplacementChar">
+      <summary>Gets a <see cref="T:System.Text.Rune" /> instance that represents the Unicode replacement character U+FFFD.</summary>
+      <returns>A <see cref="T:System.Text.Rune" /> instance that represents the Unicode replacement character U+FFFD.</returns>
     </member>
     <member name="M:System.Text.Rune.ToLower(System.Text.Rune,System.Globalization.CultureInfo)">
       <summary>Returns a copy of the specified <see cref="T:System.Text.Rune" /> converted to lowercase, using the casing rules of the specified culture.</summary>
@@ -53101,30 +32672,12 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="input">The string from which to extract the rune.</param>
       <param name="index">The zero-based index from which to extract the rune.</param>
       <param name="value">When this method returns, the decoded rune.</param>
+      <returns>
+        <see langword="true" /> if a scalar value was successfully extracted from the specified index; <see langword="false" /> if a value could not be extracted because of invalid data.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is out of the range of <paramref name="input" />.</exception>
-      <returns>
-        <see langword="true" /> if a scalar value was successfully extracted from the specified index; <see langword="false" /> if a value could not be extracted because of invalid data.</returns>
-    </member>
-    <member name="P:System.Text.Rune.IsAscii">
-      <summary>Gets a value that indicates whether the scalar value associated with this <see cref="T:System.Text.Rune" /> is within the ASCII encoding range.</summary>
-      <returns>
-        <see langword="true" /> if the scalar value associated is within the ASCII encoding range ([ U+0000..U+007F ]) and therefore representable by a single UTF-8 code unit; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Text.Rune.IsBmp">
-      <summary>Gets a value that indicates whether the scalar value associated with this <see cref="T:System.Text.Rune" /> is within the BMP encoding range.</summary>
-      <returns>
-        <see langword="true" /> if the scalar value associated is within the BMP encoding range ([ U+0000..U+FFFF ]) and therefore representable by a single UTF-16 code unit; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Text.Rune.Plane">
-      <summary>Gets the Unicode plane (0 to 16, inclusive) that contains this scalar.</summary>
-      <returns>The Unicode plane (0 to 16, inclusive) that contains this scalar.</returns>
-    </member>
-    <member name="P:System.Text.Rune.ReplacementChar">
-      <summary>Gets a <see cref="T:System.Text.Rune" /> instance that represents the Unicode replacement character U+FFFD.</summary>
-      <returns>A <see cref="T:System.Text.Rune" /> instance that represents the Unicode replacement character U+FFFD.</returns>
     </member>
     <member name="P:System.Text.Rune.Utf16SequenceLength">
       <summary>Gets the length in code units (<see cref="T:System.Char" />) of the UTF-16 sequence required to represent this scalar value.</summary>
@@ -53176,126 +32729,108 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="capacity">The suggested starting size of the <see cref="T:System.Text.StringBuilder" />.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="capacity" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> plus <paramref name="length" /> is not a position within <paramref name="value" />.</exception>
+-or-
+<paramref name="startIndex" /> plus <paramref name="length" /> is not a position within <paramref name="value" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Boolean)">
       <summary>Appends the string representation of a specified Boolean value to this instance.</summary>
       <param name="value">The Boolean value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Byte)">
       <summary>Appends the string representation of a specified 8-bit unsigned integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Char)">
       <summary>Appends the string representation of a specified <see cref="T:System.Char" /> object to this instance.</summary>
       <param name="value">The UTF-16-encoded code unit to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Char*,System.Int32)">
       <summary>Appends an array of Unicode characters starting at a specified address to this instance.</summary>
       <param name="value">A pointer to an array of characters.</param>
       <param name="valueCount">The number of characters in the array.</param>
+      <returns>A reference to this instance after the append operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="valueCount" /> is less than zero.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <exception cref="T:System.NullReferenceException">
         <paramref name="value" /> is a null pointer.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Char,System.Int32)">
       <summary>Appends a specified number of copies of the string representation of a Unicode character to this instance.</summary>
       <param name="value">The character to append.</param>
       <param name="repeatCount">The number of times to append <paramref name="value" />.</param>
+      <returns>A reference to this instance after the append operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="repeatCount" /> is less than zero.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <exception cref="T:System.OutOfMemoryException">Out of memory.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Char[])">
       <summary>Appends the string representation of the Unicode characters in a specified array to this instance.</summary>
       <param name="value">The array of characters to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Char[],System.Int32,System.Int32)">
       <summary>Appends the string representation of a specified subarray of Unicode characters to this instance.</summary>
       <param name="value">A character array.</param>
       <param name="startIndex">The starting position in <paramref name="value" />.</param>
       <param name="charCount">The number of characters to append.</param>
+      <returns>A reference to this instance after the append operation has completed.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />, and <paramref name="startIndex" /> and <paramref name="charCount" /> are not zero.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> + <paramref name="charCount" /> is greater than the length of <paramref name="value" />.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+-or-
+<paramref name="startIndex" /> is less than zero.
+-or-
+<paramref name="startIndex" /> + <paramref name="charCount" /> is greater than the length of <paramref name="value" />.
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Decimal)">
       <summary>Appends the string representation of a specified decimal number to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Double)">
       <summary>Appends the string representation of a specified double-precision floating-point number to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
-    </member>
-    <member name="M:System.Text.StringBuilder.Append(System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)">
-      <summary>Appends the specified interpolated string to this instance using the specified format.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <param name="handler">The interpolated string to append.</param>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Int16)">
       <summary>Appends the string representation of a specified 16-bit signed integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Int32)">
       <summary>Appends the string representation of a specified 32-bit signed integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Int64)">
       <summary>Appends the string representation of a specified 64-bit signed integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Object)">
       <summary>Appends the string representation of a specified object to this instance.</summary>
       <param name="value">The object to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.ReadOnlyMemory{System.Char})">
       <summary>Appends the string representation of a specified read-only character memory region to this instance.</summary>
@@ -53310,43 +32845,37 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Text.StringBuilder.Append(System.SByte)">
       <summary>Appends the string representation of a specified 8-bit signed integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Single)">
       <summary>Appends the string representation of a specified single-precision floating-point number to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.String)">
       <summary>Appends a copy of the specified string to this instance.</summary>
       <param name="value">The string to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.String,System.Int32,System.Int32)">
       <summary>Appends a copy of a specified substring to this instance.</summary>
       <param name="value">The string that contains the substring to append.</param>
       <param name="startIndex">The starting position of the substring within <paramref name="value" />.</param>
       <param name="count">The number of characters in <paramref name="value" /> to append.</param>
+      <returns>A reference to this instance after the append operation has completed.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />, and <paramref name="startIndex" /> and <paramref name="count" /> are not zero.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="count" /> less than zero.
-
- -or-
-
- <paramref name="startIndex" /> less than zero.
-
- -or-
-
- <paramref name="startIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="value" />.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+-or-
+<paramref name="startIndex" /> less than zero.
+-or-
+<paramref name="startIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="value" />.
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.Text.StringBuilder)">
       <summary>Appends the string representation of a specified string builder to this instance.</summary>
@@ -53360,44 +32889,37 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="count">The number of characters in <paramref name="value" /> to append.</param>
       <returns>A reference to this instance after the append operation has completed.</returns>
     </member>
-    <member name="M:System.Text.StringBuilder.Append(System.Text.StringBuilder.AppendInterpolatedStringHandler@)">
-      <summary>Appends the specified interpolated string to this instance.</summary>
-      <param name="handler">The interpolated string to append.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
-    </member>
     <member name="M:System.Text.StringBuilder.Append(System.UInt16)">
       <summary>Appends the string representation of a specified 16-bit unsigned integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.UInt32)">
       <summary>Appends the string representation of a specified 32-bit unsigned integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Append(System.UInt64)">
       <summary>Appends the string representation of a specified 64-bit unsigned integer to this instance.</summary>
       <param name="value">The value to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a single argument using a specified format provider.</summary>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
       <param name="format">A composite format string.</param>
       <param name="arg0">The object to format.</param>
+      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> in which any format specification is replaced by the string representation of <paramref name="arg0" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to one (1).</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to one (1).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> in which any format specification is replaced by the string representation of <paramref name="arg0" />.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of two arguments using a specified format provider.</summary>
@@ -53405,16 +32927,14 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="format">A composite format string.</param>
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
+      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to 2 (two).</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to 2 (two).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of three arguments using a specified format provider.</summary>
@@ -53423,63 +32943,55 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
       <param name="arg2">The third object to format.</param>
+      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to 3 (three).</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to 3 (three).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array using a specified format provider.</summary>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
       <param name="format">A composite format string.</param>
       <param name="args">An array of objects to format.</param>
+      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="args" /> array.</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="args" /> array.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed. After the append operation, this instance contains any data that existed before the operation, suffixed by a copy of <paramref name="format" /> where any format specification is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a single argument.</summary>
       <param name="format">A composite format string.</param>
       <param name="arg0">An object to format.</param>
+      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of <paramref name="arg0" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to 1.</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to 1.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of <paramref name="arg0" />.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of two arguments.</summary>
       <param name="format">A composite format string.</param>
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
+      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to 2.</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to 2.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of either of three arguments.</summary>
@@ -53487,91 +32999,96 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="arg0">The first object to format.</param>
       <param name="arg1">The second object to format.</param>
       <param name="arg2">The third object to format.</param>
+      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to 3.</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to 3.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])">
       <summary>Appends the string returned by processing a composite format string, which contains zero or more format items, to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.</summary>
       <param name="format">A composite format string.</param>
       <param name="args">An array of objects to format.</param>
+      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> or <paramref name="args" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.
-
- -or-
-
- The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="args" /> array.</exception>
+-or-
+The index of a format item is less than 0 (zero), or greater than or equal to the length of the <paramref name="args" /> array.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with <paramref name="format" /> appended. Each format item in <paramref name="format" /> is replaced by the string representation of the corresponding object argument.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin(System.Char,System.Object[])">
-      <summary>Concatenates the string representations of the elements in the provided array of objects, using the specified char separator between each member, then appends the result to the current instance of the string builder.</summary>
-      <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the joined strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">An array that contains the strings to concatenate and append to the current instance of the string builder.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin(System.Char,System.String[])">
-      <summary>Concatenates the strings of the provided array, using the specified char separator between each string, then appends the result to the current instance of the string builder.</summary>
-      <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the joined strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">An array that contains the strings to concatenate and append to the current instance of the string builder.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin(System.String,System.Object[])">
-      <summary>Concatenates the string representations of the elements in the provided array of objects, using the specified separator between each member, then appends the result to the current instance of the string builder.</summary>
-      <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the joined strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">An array that contains the strings to concatenate and append to the current instance of the string builder.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin(System.String,System.String[])">
-      <summary>Concatenates the strings of the provided array, using the specified separator between each string, then appends the result to the current instance of the string builder.</summary>
-      <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the joined strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">An array that contains the strings to concatenate and append to the current instance of the string builder.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin``1(System.Char,System.Collections.Generic.IEnumerable{``0})">
-      <summary>Concatenates and appends the members of a collection, using the specified char separator between each member.</summary>
-      <param name="separator">The character to use as a separator. <paramref name="separator" /> is included in the concatenated and appended strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">A collection that contains the objects to concatenate and append to the current instance of the string builder.</param>
-      <typeparam name="T">The type of the members of <paramref name="values" />.</typeparam>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
+      <typeparam name="T" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendJoin``1(System.String,System.Collections.Generic.IEnumerable{``0})">
-      <summary>Concatenates and appends the members of a collection, using the specified separator between each member.</summary>
-      <param name="separator">The string to use as a separator. <paramref name="separator" /> is included in the concatenated and appended strings only if <paramref name="values" /> has more than one element.</param>
-      <param name="values">A collection that contains the objects to concatenate and append to the current instance of the string builder.</param>
-      <typeparam name="T">The type of the members of <paramref name="values" />.</typeparam>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+      <param name="separator" />
+      <param name="values" />
+      <typeparam name="T" />
     </member>
     <member name="M:System.Text.StringBuilder.AppendLine">
       <summary>Appends the default line terminator to the end of the current <see cref="T:System.Text.StringBuilder" /> object.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the append operation has completed.</returns>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendLine(System.IFormatProvider,System.Text.StringBuilder.AppendInterpolatedStringHandler@)">
-      <summary>Appends the specified interpolated string using the specified format, followed by the default line terminator, to the end of the current StringBuilder object.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <param name="handler">The interpolated string to append.</param>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.AppendLine(System.String)">
       <summary>Appends a copy of the specified string followed by the default line terminator to the end of the current <see cref="T:System.Text.StringBuilder" /> object.</summary>
       <param name="value">The string to append.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
       <returns>A reference to this instance after the append operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
-    <member name="M:System.Text.StringBuilder.AppendLine(System.Text.StringBuilder.AppendInterpolatedStringHandler@)">
-      <summary>Appends the specified interpolated string followed by the default line terminator to the end of the current StringBuilder object.</summary>
-      <param name="handler">The interpolated string to append.</param>
-      <returns>A reference to this instance after the append operation has completed.</returns>
+    <member name="P:System.Text.StringBuilder.Capacity">
+      <summary>Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance.</summary>
+      <returns>The maximum number of characters that can be contained in the memory allocated by the current instance. Its value can range from <see cref="P:System.Text.StringBuilder.Length" /> to <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than the current length of this instance.
+-or-
+The value specified for a set operation is greater than the maximum capacity.</exception>
+    </member>
+    <member name="P:System.Text.StringBuilder.Chars(System.Int32)">
+      <summary>Gets or sets the character at the specified character position in this instance.</summary>
+      <param name="index">The position of the character.</param>
+      <returns>The Unicode character at position <paramref name="index" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="index" /> is outside the bounds of this instance while setting a character.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is outside the bounds of this instance while getting a character.</exception>
+    </member>
+    <member name="T:System.Text.StringBuilder.ChunkEnumerator">
+      <summary>Supports simple iteration over the chunks of a <see cref="T:System.Text.StringBuilder" /> instance.</summary>
+    </member>
+    <member name="P:System.Text.StringBuilder.ChunkEnumerator.Current">
+      <summary>Gets the chunk and the current position of the collection.</summary>
+      <returns>The chunk at the current position of the collection.</returns>
+    </member>
+    <member name="M:System.Text.StringBuilder.ChunkEnumerator.GetEnumerator">
+      <summary>Provides an <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> implementation that returns <see langword="this" /> as the <see cref="T:System.Collections.IEnumerator" />.</summary>
+      <returns>An enumerator object that can be used to iterate through the chunks.</returns>
+    </member>
+    <member name="M:System.Text.StringBuilder.ChunkEnumerator.MoveNext">
+      <summary>Advances the enumerator to the next chunk in the collection.</summary>
+      <returns>
+        <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Clear">
       <summary>Removes all characters from the current <see cref="T:System.Text.StringBuilder" /> instance.</summary>
@@ -53587,33 +33104,26 @@ This method is intended to support .NET compilers and is not intended to be call
         <paramref name="destination" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="sourceIndex" />, <paramref name="destinationIndex" />, or <paramref name="count" />, is less than zero.
-
- -or-
-
- <paramref name="sourceIndex" /> is greater than the length of this instance.</exception>
+-or-
+<paramref name="sourceIndex" /> is greater than the length of this instance.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="sourceIndex" /> + <paramref name="count" /> is greater than the length of this instance.
-
- -or-
-
- <paramref name="destinationIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="destination" />.</exception>
+-or-
+<paramref name="destinationIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="destination" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.CopyTo(System.Int32,System.Span{System.Char},System.Int32)">
-      <summary>Copies the characters from a specified segment of this instance to a destination <see cref="T:System.Char" /> span.</summary>
-      <param name="sourceIndex">The starting position in this instance where characters will be copied from. The index is zero-based.</param>
-      <param name="destination">The writable span where characters will be copied.</param>
-      <param name="count">The number of characters to be copied.</param>
+      <param name="sourceIndex" />
+      <param name="destination" />
+      <param name="count" />
     </member>
     <member name="M:System.Text.StringBuilder.EnsureCapacity(System.Int32)">
       <summary>Ensures that the capacity of this instance of <see cref="T:System.Text.StringBuilder" /> is at least the specified value.</summary>
       <param name="capacity">The minimum capacity to ensure.</param>
+      <returns>The new capacity of this instance.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="capacity" /> is less than zero.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>The new capacity of this instance.</returns>
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Equals(System.ReadOnlySpan{System.Char})">
       <summary>Returns a value indicating whether the characters in this instance are equal to the characters in a specified read-only character span.</summary>
@@ -53635,43 +33145,39 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Inserts the string representation of a Boolean value into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Byte)">
       <summary>Inserts the string representation of a specified 8-bit unsigned integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Char)">
       <summary>Inserts the string representation of a specified Unicode character into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Char[])">
       <summary>Inserts the string representation of a specified array of Unicode characters into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The character array to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Char[],System.Int32,System.Int32)">
       <summary>Inserts the string representation of a specified subarray of Unicode characters into this instance at the specified character position.</summary>
@@ -53679,161 +33185,158 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="value">A character array.</param>
       <param name="startIndex">The starting index within <paramref name="value" />.</param>
       <param name="charCount">The number of characters to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="value" /> is <see langword="null" />, and <paramref name="startIndex" /> and <paramref name="charCount" /> are not zero.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" />, <paramref name="startIndex" />, or <paramref name="charCount" /> is less than zero.
-
- -or-
-
- <paramref name="index" /> is greater than the length of this instance.
-
- -or-
-
- <paramref name="startIndex" /> plus <paramref name="charCount" /> is not a position within <paramref name="value" />.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+-or-
+<paramref name="index" /> is greater than the length of this instance.
+-or-
+<paramref name="startIndex" /> plus <paramref name="charCount" /> is not a position within <paramref name="value" />.
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Decimal)">
       <summary>Inserts the string representation of a decimal number into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Double)">
       <summary>Inserts the string representation of a double-precision floating-point number into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Int16)">
       <summary>Inserts the string representation of a specified 16-bit signed integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Int32)">
       <summary>Inserts the string representation of a specified 32-bit signed integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Int64)">
       <summary>Inserts the string representation of a 64-bit signed integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Object)">
       <summary>Inserts the string representation of an object into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The object to insert, or <see langword="null" />.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.ReadOnlySpan{System.Char})">
-      <summary>Inserts the sequence of characters into this instance at the specified character position.</summary>
-      <param name="index">The position in this instance where insertion begins.</param>
-      <param name="value">The character span to insert.</param>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+      <param name="index" />
+      <param name="value" />
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.SByte)">
       <summary>Inserts the string representation of a specified 8-bit signed integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.Single)">
       <summary>Inserts the string representation of a single-precision floating point number into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.String)">
       <summary>Inserts a string into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The string to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the current length of this instance.
-
- -or-
-
- The current length of this <see cref="T:System.Text.StringBuilder" /> object plus the length of <paramref name="value" /> exceeds <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+-or-
+The current length of this <see cref="T:System.Text.StringBuilder" /> object plus the length of <paramref name="value" /> exceeds <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.String,System.Int32)">
       <summary>Inserts one or more copies of a specified string into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The string to insert.</param>
       <param name="count">The number of times to insert <paramref name="value" />.</param>
+      <returns>A reference to this instance after insertion has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the current length of this instance.
-
- -or-
-
- <paramref name="count" /> is less than zero.</exception>
+-or-
+<paramref name="count" /> is less than zero.</exception>
       <exception cref="T:System.OutOfMemoryException">The current length of this <see cref="T:System.Text.StringBuilder" /> object plus the length of <paramref name="value" /> times <paramref name="count" /> exceeds <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after insertion has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.UInt16)">
       <summary>Inserts the string representation of a 16-bit unsigned integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.UInt32)">
       <summary>Inserts the string representation of a 32-bit unsigned integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Insert(System.Int32,System.UInt64)">
       <summary>Inserts the string representation of a 64-bit unsigned integer into this instance at the specified character position.</summary>
       <param name="index">The position in this instance where insertion begins.</param>
       <param name="value">The value to insert.</param>
+      <returns>A reference to this instance after the insert operation has completed.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than zero or greater than the length of this instance.</exception>
       <exception cref="T:System.OutOfMemoryException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance after the insert operation has completed.</returns>
+    </member>
+    <member name="P:System.Text.StringBuilder.Length">
+      <summary>Gets or sets the length of the current <see cref="T:System.Text.StringBuilder" /> object.</summary>
+      <returns>The length of this instance.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than zero or greater than <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
+    </member>
+    <member name="P:System.Text.StringBuilder.MaxCapacity">
+      <summary>Gets the maximum capacity of this instance.</summary>
+      <returns>The maximum number of characters this instance can hold.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Remove(System.Int32,System.Int32)">
       <summary>Removes the specified range of characters from this instance.</summary>
       <param name="startIndex">The zero-based position in this instance where removal begins.</param>
       <param name="length">The number of characters to remove.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="startIndex" /> or <paramref name="length" /> is less than zero, or <paramref name="startIndex" /> + <paramref name="length" /> is greater than the length of this instance.</exception>
       <returns>A reference to this instance after the excise operation has completed.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="startIndex" /> or <paramref name="length" /> is less than zero, or <paramref name="startIndex" /> + <paramref name="length" /> is greater than the length of this instance.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Replace(System.Char,System.Char)">
       <summary>Replaces all occurrences of a specified character in this instance with another specified character.</summary>
@@ -53847,23 +33350,21 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="newChar">The character that replaces <paramref name="oldChar" />.</param>
       <param name="startIndex">The position in this instance where the substring begins.</param>
       <param name="count">The length of the substring.</param>
+      <returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" /> in the range from <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> -1.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> + <paramref name="count" /> is greater than the length of the value of this instance.
-
- -or-
-
- <paramref name="startIndex" /> or <paramref name="count" /> is less than zero.</exception>
-      <returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" /> in the range from <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> -1.</returns>
+-or-
+<paramref name="startIndex" /> or <paramref name="count" /> is less than zero.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.Replace(System.String,System.String)">
       <summary>Replaces all occurrences of a specified string in this instance with another specified string.</summary>
       <param name="oldValue">The string to replace.</param>
       <param name="newValue">The string that replaces <paramref name="oldValue" />, or <see langword="null" />.</param>
+      <returns>A reference to this instance with all instances of <paramref name="oldValue" /> replaced by <paramref name="newValue" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="oldValue" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The length of <paramref name="oldValue" /> is zero.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with all instances of <paramref name="oldValue" /> replaced by <paramref name="newValue" />.</returns>
     </member>
     <member name="M:System.Text.StringBuilder.Replace(System.String,System.String,System.Int32,System.Int32)">
       <summary>Replaces, within a substring of this instance, all occurrences of a specified string with another specified string.</summary>
@@ -53871,20 +33372,16 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="newValue">The string that replaces <paramref name="oldValue" />, or <see langword="null" />.</param>
       <param name="startIndex">The position in this instance where the substring begins.</param>
       <param name="count">The length of the substring.</param>
+      <returns>A reference to this instance with all instances of <paramref name="oldValue" /> replaced by <paramref name="newValue" /> in the range from <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> - 1.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="oldValue" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The length of <paramref name="oldValue" /> is zero.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="startIndex" /> or <paramref name="count" /> is less than zero.
-
- -or-
-
- <paramref name="startIndex" /> plus <paramref name="count" /> indicates a character position not within this instance.
-
- -or-
-
- Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>A reference to this instance with all instances of <paramref name="oldValue" /> replaced by <paramref name="newValue" /> in the range from <paramref name="startIndex" /> to <paramref name="startIndex" /> + <paramref name="count" /> - 1.</returns>
+-or-
+<paramref name="startIndex" /> plus <paramref name="count" /> indicates a character position not within this instance.
+-or-
+Enlarging the value of this instance would exceed <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
     </member>
     <member name="M:System.Text.StringBuilder.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data necessary to deserialize the current <see cref="T:System.Text.StringBuilder" /> object.</summary>
@@ -53901,130 +33398,19 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Converts the value of a substring of this instance to a <see cref="T:System.String" />.</summary>
       <param name="startIndex">The starting position of the substring in this instance.</param>
       <param name="length">The length of the substring.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
-
- -or-
-
- The sum of <paramref name="startIndex" /> and <paramref name="length" /> is greater than the length of the current instance.</exception>
       <returns>A string whose value is the same as the specified substring of this instance.</returns>
-    </member>
-    <member name="P:System.Text.StringBuilder.Capacity">
-      <summary>Gets or sets the maximum number of characters that can be contained in the memory allocated by the current instance.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than the current length of this instance.
-
- -or-
-
- The value specified for a set operation is greater than the maximum capacity.</exception>
-      <returns>The maximum number of characters that can be contained in the memory allocated by the current instance. Its value can range from <see cref="P:System.Text.StringBuilder.Length" /> to <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</returns>
-    </member>
-    <member name="P:System.Text.StringBuilder.Chars(System.Int32)">
-      <summary>Gets or sets the character at the specified character position in this instance.</summary>
-      <param name="index">The position of the character.</param>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> is outside the bounds of this instance while setting a character.</exception>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is outside the bounds of this instance while getting a character.</exception>
-      <returns>The Unicode character at position <paramref name="index" />.</returns>
-    </member>
-    <member name="P:System.Text.StringBuilder.Length">
-      <summary>Gets or sets the length of the current <see cref="T:System.Text.StringBuilder" /> object.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than zero or greater than <see cref="P:System.Text.StringBuilder.MaxCapacity" />.</exception>
-      <returns>The length of this instance.</returns>
-    </member>
-    <member name="P:System.Text.StringBuilder.MaxCapacity">
-      <summary>Gets the maximum capacity of this instance.</summary>
-      <returns>The maximum number of characters this instance can hold.</returns>
-    </member>
-    <member name="T:System.Text.StringBuilder.AppendInterpolatedStringHandler">
-      <summary>Provides a handler used by the language compiler to append interpolated strings into <see cref="T:System.Text.StringBuilder" /> instances.</summary>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.Text.StringBuilder)">
-      <summary>Creates a handler used to append an interpolated string into a <see cref="T:System.Text.StringBuilder" />.</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="stringBuilder">The associated StringBuilder to which to append.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.#ctor(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider)">
-      <summary>Creates a handler used to translate an interpolated string into a <see cref="T:System.String" />.</summary>
-      <param name="literalLength">The number of constant characters outside of interpolation expressions in the interpolated string.</param>
-      <param name="formattedCount">The number of interpolation expressions in the interpolated string.</param>
-      <param name="stringBuilder">The associated StringBuilder to which to append.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted(System.Object,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">The minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char})">
-      <summary>Writes the specified character span to the handler.</summary>
-      <param name="value">The span to write.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted(System.ReadOnlySpan{System.Char},System.Int32,System.String)">
-      <summary>Writes the specified string of chars to the handler.</summary>
-      <param name="value">The span to write.</param>
-      <param name="alignment">The minimum number of characters that should be written for this value.  If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted(System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted(System.String,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted``1(``0)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted``1(``0,System.Int32,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="alignment">The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendFormatted``1(``0,System.String)">
-      <summary>Writes the specified value to the handler.</summary>
-      <param name="value">The value to write.</param>
-      <param name="format">The format string.</param>
-      <typeparam name="T">The type of the value to write.</typeparam>
-    </member>
-    <member name="M:System.Text.StringBuilder.AppendInterpolatedStringHandler.AppendLiteral(System.String)">
-      <summary>Writes the specified string to the handler.</summary>
-      <param name="value">The string to write.</param>
-    </member>
-    <member name="T:System.Text.StringBuilder.ChunkEnumerator">
-      <summary>Supports simple iteration over the chunks of a <see cref="T:System.Text.StringBuilder" /> instance.</summary>
-    </member>
-    <member name="M:System.Text.StringBuilder.ChunkEnumerator.GetEnumerator">
-      <summary>Provides an <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> implementation that returns <see langword="this" /> as the <see cref="T:System.Collections.IEnumerator" />.</summary>
-      <returns>An enumerator object that can be used to iterate through the chunks.</returns>
-    </member>
-    <member name="M:System.Text.StringBuilder.ChunkEnumerator.MoveNext">
-      <summary>Advances the enumerator to the next chunk in the collection.</summary>
-      <returns>
-        <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
-    </member>
-    <member name="P:System.Text.StringBuilder.ChunkEnumerator.Current">
-      <summary>Gets the chunk and the current position of the collection.</summary>
-      <returns>The chunk at the current position of the collection.</returns>
+        <paramref name="startIndex" /> or <paramref name="length" /> is less than zero.
+-or-
+The sum of <paramref name="startIndex" /> and <paramref name="length" /> is greater than the length of the current instance.</exception>
     </member>
     <member name="T:System.Text.StringRuneEnumerator">
       <summary>Provides an enumerator for the <see cref="T:System.Text.Rune" /> values represented by a string.</summary>
     </member>
+    <member name="P:System.Text.StringRuneEnumerator.Current">
+      <summary>Gets the <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</summary>
+      <returns>The <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</returns>
+    </member>
     <member name="M:System.Text.StringRuneEnumerator.GetEnumerator">
       <summary>Returns the current enumerator instance.</summary>
       <returns>The current enumerator instance.</returns>
@@ -54042,20 +33428,16 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Returns the current enumerator instance.</summary>
       <returns>The current enumerator instance.</returns>
     </member>
+    <member name="P:System.Text.StringRuneEnumerator.System#Collections#IEnumerator#Current">
+      <summary>Gets the <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</summary>
+      <returns>The <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</returns>
+    </member>
     <member name="M:System.Text.StringRuneEnumerator.System#Collections#IEnumerator#Reset">
       <summary>Resets the current <see cref="T:System.Text.StringRuneEnumerator" /> instance to the beginning of the string.</summary>
     </member>
     <member name="M:System.Text.StringRuneEnumerator.System#IDisposable#Dispose">
       <summary>Releases all resources used by the current <see cref="T:System.Text.StringRuneEnumerator" /> instance.</summary>
     </member>
-    <member name="P:System.Text.StringRuneEnumerator.Current">
-      <summary>Gets the <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</summary>
-      <returns>The <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</returns>
-    </member>
-    <member name="P:System.Text.StringRuneEnumerator.System#Collections#IEnumerator#Current">
-      <summary>Gets the <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</summary>
-      <returns>The <see cref="T:System.Text.Rune" /> at the current position of the enumerator.</returns>
-    </member>
     <member name="T:System.Text.Unicode.Utf8">
       <summary>Provides static methods that convert chunked data between UTF-8 and UTF-16 encodings.</summary>
     </member>
@@ -54090,12 +33472,17 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Initializes the <see cref="T:System.Threading.CancellationToken" />.</summary>
       <param name="canceled">The canceled state for the token.</param>
     </member>
+    <member name="P:System.Threading.CancellationToken.CanBeCanceled">
+      <summary>Gets whether this token is capable of being in the canceled state.</summary>
+      <returns>
+        <see langword="true" /> if this token is capable of being in the canceled state; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Threading.CancellationToken.Equals(System.Object)">
       <summary>Determines whether the current <see cref="T:System.Threading.CancellationToken" /> instance is equal to the specified <see cref="T:System.Object" />.</summary>
       <param name="other">The other object to compare with this instance.</param>
-      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <returns>
         <see langword="true" /> if <paramref name="other" /> is a <see cref="T:System.Threading.CancellationToken" /> and if the two instances are equal; otherwise, <see langword="false" />. See the Remarks section for more information.</returns>
+      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
     </member>
     <member name="M:System.Threading.CancellationToken.Equals(System.Threading.CancellationToken)">
       <summary>Determines whether the current <see cref="T:System.Threading.CancellationToken" /> instance is equal to the specified token.</summary>
@@ -54107,106 +33494,85 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Serves as a hash function for a <see cref="T:System.Threading.CancellationToken" />.</summary>
       <returns>A hash code for the current <see cref="T:System.Threading.CancellationToken" /> instance.</returns>
     </member>
+    <member name="P:System.Threading.CancellationToken.IsCancellationRequested">
+      <summary>Gets whether cancellation has been requested for this token.</summary>
+      <returns>
+        <see langword="true" /> if cancellation has been requested for this token; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Threading.CancellationToken.None">
+      <summary>Returns an empty <see cref="T:System.Threading.CancellationToken" /> value.</summary>
+      <returns>An empty cancellation token.</returns>
+    </member>
     <member name="M:System.Threading.CancellationToken.op_Equality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
       <summary>Determines whether two <see cref="T:System.Threading.CancellationToken" /> instances are equal.</summary>
       <param name="left">The first instance.</param>
       <param name="right">The second instance.</param>
-      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <returns>
         <see langword="true" /> if the instances are equal; otherwise, <see langword="false" /> See the Remarks section for more information.</returns>
+      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
     </member>
     <member name="M:System.Threading.CancellationToken.op_Inequality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
       <summary>Determines whether two <see cref="T:System.Threading.CancellationToken" /> instances are not equal.</summary>
       <param name="left">The first instance.</param>
       <param name="right">The second instance.</param>
-      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <returns>
         <see langword="true" /> if the instances are not equal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
     </member>
     <member name="M:System.Threading.CancellationToken.Register(System.Action)">
       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken" /> is canceled.</summary>
       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken" /> is canceled.</param>
+      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="callback" /> is null.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
     </member>
     <member name="M:System.Threading.CancellationToken.Register(System.Action,System.Boolean)">
       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken" /> is canceled.</summary>
       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken" /> is canceled.</param>
       <param name="useSynchronizationContext">A value that indicates whether to capture the current <see cref="T:System.Threading.SynchronizationContext" /> and use it when invoking the <paramref name="callback" />.</param>
+      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="callback" /> is null.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
-    </member>
-    <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object,System.Threading.CancellationToken},System.Object)">
-      <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</summary>
-      <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</param>
-      <param name="state">The state to pass to the <paramref name="callback" /> when the delegate is invoked.  This may be <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="callback" /> is <see langword="null" />.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
     </member>
     <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object)">
       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken" /> is canceled.</summary>
       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken" /> is canceled.</param>
       <param name="state">The state to pass to the <paramref name="callback" /> when the delegate is invoked. This may be null.</param>
+      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="callback" /> is null.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
     </member>
     <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object,System.Boolean)">
       <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken" /> is canceled.</summary>
       <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken" /> is canceled.</param>
       <param name="state">The state to pass to the <paramref name="callback" /> when the delegate is invoked. This may be null.</param>
       <param name="useSynchronizationContext">A Boolean value that indicates whether to capture the current <see cref="T:System.Threading.SynchronizationContext" /> and use it when invoking the <paramref name="callback" />.</param>
+      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="callback" /> is null.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
     </member>
     <member name="M:System.Threading.CancellationToken.ThrowIfCancellationRequested">
       <summary>Throws a <see cref="T:System.OperationCanceledException" /> if this token has had cancellation requested.</summary>
       <exception cref="T:System.OperationCanceledException">The token has had cancellation requested.</exception>
       <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
     </member>
-    <member name="M:System.Threading.CancellationToken.UnsafeRegister(System.Action{System.Object,System.Threading.CancellationToken},System.Object)">
-      <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</summary>
-      <param name="callback">The delegate to be executed when the <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</param>
-      <param name="state">The state to pass to the <paramref name="callback" /> when the delegate is invoked.  This may be <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="callback" /> is <see langword="null" />.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationTokenRegistration" /> instance that can be used to unregister the callback.</returns>
-    </member>
     <member name="M:System.Threading.CancellationToken.UnsafeRegister(System.Action{System.Object},System.Object)">
       <summary>Registers a delegate that is called when this <see cref="T:System.Threading.CancellationToken" /> is canceled.</summary>
       <param name="callback">The delegate to execute when the <see cref="T:System.Threading.CancellationToken" /> is canceled.</param>
       <param name="state">The state to pass to the <paramref name="callback" /> when the delegate is invoked.  This may be <see langword="null" />.</param>
+      <returns>An object that can
+be used to unregister the callback.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="callback" /> is null.</exception>
-      <returns>An object that can 
-            be used to unregister the callback.</returns>
-    </member>
-    <member name="P:System.Threading.CancellationToken.CanBeCanceled">
-      <summary>Gets whether this token is capable of being in the canceled state.</summary>
-      <returns>
-        <see langword="true" /> if this token is capable of being in the canceled state; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.CancellationToken.IsCancellationRequested">
-      <summary>Gets whether cancellation has been requested for this token.</summary>
-      <returns>
-        <see langword="true" /> if cancellation has been requested for this token; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.CancellationToken.None">
-      <summary>Returns an empty <see cref="T:System.Threading.CancellationToken" /> value.</summary>
-      <returns>An empty cancellation token.</returns>
     </member>
     <member name="P:System.Threading.CancellationToken.WaitHandle">
       <summary>Gets a <see cref="T:System.Threading.WaitHandle" /> that is signaled when the token is canceled.</summary>
-      <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
       <returns>A <see cref="T:System.Threading.WaitHandle" /> that is signaled when the token is canceled.</returns>
+      <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
     </member>
     <member name="T:System.Threading.CancellationTokenRegistration">
       <summary>Represents a callback delegate that has been registered with a <see cref="T:System.Threading.CancellationToken" />.</summary>
@@ -54215,25 +33581,23 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.CancellationTokenRegistration" /> class.</summary>
     </member>
     <member name="M:System.Threading.CancellationTokenRegistration.DisposeAsync">
-      <summary>Disposes of the registration and unregisters the target callback from the associated 
-            <see cref="T:System.Threading.CancellationToken" />.</summary>
+      <summary>Disposes of the registration and unregisters the target callback from the associated
+<see cref="T:System.Threading.CancellationToken" />.</summary>
       <returns>A task that represents the asynchronous dispose operation.</returns>
     </member>
     <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Object)">
       <summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration" /> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration" />.</summary>
       <param name="obj">The other object to which to compare this instance.</param>
       <returns>
-        <see langword="true" /> if both this and <paramref name="obj" /> are equal. False, otherwise.  
-  
- Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
+        <see langword="true" /> if both this and <paramref name="obj" /> are equal. False, otherwise.
+Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
     </member>
     <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Threading.CancellationTokenRegistration)">
       <summary>Determines whether the current <see cref="T:System.Threading.CancellationTokenRegistration" /> instance is equal to the specified <see cref="T:System.Threading.CancellationTokenRegistration" />.</summary>
       <param name="other">The other <see cref="T:System.Threading.CancellationTokenRegistration" /> to which to compare this instance.</param>
       <returns>
-        <see langword="true" /> if both this and <paramref name="other" /> are equal. False, otherwise.  
-  
- Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
+        <see langword="true" /> if both this and <paramref name="other" /> are equal. False, otherwise.
+Two <see cref="T:System.Threading.CancellationTokenRegistration" /> instances are equal if they both refer to the output of a single call to the same Register method of a <see cref="T:System.Threading.CancellationToken" />.</returns>
     </member>
     <member name="M:System.Threading.CancellationTokenRegistration.GetHashCode">
       <summary>Serves as a hash function for a <see cref="T:System.Threading.CancellationTokenRegistration" />.</summary>
@@ -54253,168 +33617,30 @@ This method is intended to support .NET compilers and is not intended to be call
       <returns>
         <see langword="true" /> if the instances are not equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Threading.CancellationTokenRegistration.Unregister">
-      <summary>Disposes of the registration and unregisters the target callback from the associated 
-            <see cref="T:System.Threading.CancellationToken" />.</summary>
-      <returns>
-        <see langword="true" /> if the method succeeds; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Threading.CancellationTokenRegistration.Token">
-      <summary>Gets the <see cref="T:System.Threading.CancellationToken" /> with which this registration is associated.</summary>
+      <summary>Gets the <see cref="T:System.Threading.CancellationToken" /> with which this registration is associated.  If the
+registration isn't associated with a token (such as after the registration has been disposed),
+this will return a default token.</summary>
       <returns>The cancellation token with which this registration is associated, or a default token if the
-            registration isn't associated with a token.</returns>
-    </member>
-    <member name="T:System.Threading.CancellationTokenSource">
-      <summary>Signals to a <see cref="T:System.Threading.CancellationToken" /> that it should be canceled.</summary>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource" /> class.</summary>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource" /> class that will be canceled after the specified delay in milliseconds.</summary>
-      <param name="millisecondsDelay">The time interval in milliseconds to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="millisecondsDelay" /> is less than -1.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.#ctor(System.TimeSpan)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.CancellationTokenSource" /> class that will be canceled after the specified time span.</summary>
-      <param name="delay">The time interval to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="delay" />.<see cref="P:System.TimeSpan.TotalMilliseconds" /> is less than -1 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.Cancel">
-      <summary>Communicates a request for cancellation.</summary>
-      <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
-      <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken" />.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.Cancel(System.Boolean)">
-      <summary>Communicates a request for cancellation, and specifies whether remaining callbacks and cancelable operations should be processed if an exception occurs.</summary>
-      <param name="throwOnFirstException">
-        <see langword="true" /> if exceptions should immediately propagate; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
-      <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken" />.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.Int32)">
-      <summary>Schedules a cancel operation on this <see cref="T:System.Threading.CancellationTokenSource" /> after the specified number of milliseconds.</summary>
-      <param name="millisecondsDelay">The time span to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The exception thrown when <paramref name="millisecondsDelay" /> is less than -1.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.TimeSpan)">
-      <summary>Schedules a cancel operation on this <see cref="T:System.Threading.CancellationTokenSource" /> after the specified time span.</summary>
-      <param name="delay">The time span to wait before canceling this <see cref="T:System.Threading.CancellationTokenSource" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when <paramref name="delay" /> is less than -1 or greater than Int32.MaxValue.</exception>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken)">
-      <summary>Creates a <see cref="T:System.Threading.CancellationTokenSource" /> that will be in the canceled state when the supplied token is in the canceled state.</summary>
-      <param name="token">The cancellation token to observe.</param>
-      <returns>An object that's linked to the source token.</returns>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken,System.Threading.CancellationToken)">
-      <summary>Creates a <see cref="T:System.Threading.CancellationTokenSource" /> that will be in the canceled state when any of the source tokens are in the canceled state.</summary>
-      <param name="token1">The first cancellation token to observe.</param>
-      <param name="token2">The second cancellation token to observe.</param>
-      <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource" /> associated with one of the source tokens has been disposed.</exception>
-      <returns>A <see cref="T:System.Threading.CancellationTokenSource" /> that is linked to the source tokens.</returns>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken[])">
-      <summary>Creates a <see cref="T:System.Threading.CancellationTokenSource" /> that will be in the canceled state when any of the source tokens in the specified array are in the canceled state.</summary>
-      <param name="tokens">An array that contains the cancellation token instances to observe.</param>
-      <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource" /> associated with one of the source tokens has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="tokens" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="tokens" /> is empty.</exception>
-      <returns>A <see cref="T:System.Threading.CancellationTokenSource" /> that is linked to the source tokens.</returns>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.Dispose">
-      <summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.CancellationTokenSource" /> class.</summary>
-    </member>
-    <member name="M:System.Threading.CancellationTokenSource.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.Threading.CancellationTokenSource" /> class and optionally releases the managed resources.</summary>
-      <param name="disposing">
-        <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+registration isn't associated with a token (such as after the registration has been disposed).</returns>
     </member>
-    <member name="M:System.Threading.CancellationTokenSource.TryReset">
-      <summary>Attempts to reset the <see cref="T:System.Threading.CancellationTokenSource" /> to be used for an unrelated operation.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Threading.CancellationTokenSource" /> has not had cancellation requested and could have its state reset to be reused for a subsequent operation; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.CancellationTokenSource.IsCancellationRequested">
-      <summary>Gets whether cancellation has been requested for this <see cref="T:System.Threading.CancellationTokenSource" />.</summary>
+    <member name="M:System.Threading.CancellationTokenRegistration.Unregister">
+      <summary>Disposes of the registration and unregisters the target callback from the associated
+<see cref="T:System.Threading.CancellationToken" />.</summary>
       <returns>
-        <see langword="true" /> if cancellation has been requested for this <see cref="T:System.Threading.CancellationTokenSource" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.CancellationTokenSource.Token">
-      <summary>Gets the <see cref="T:System.Threading.CancellationToken" /> associated with this <see cref="T:System.Threading.CancellationTokenSource" />.</summary>
-      <exception cref="T:System.ObjectDisposedException">The token source has been disposed.</exception>
-      <returns>The <see cref="T:System.Threading.CancellationToken" /> associated with this <see cref="T:System.Threading.CancellationTokenSource" />.</returns>
+        <see langword="true" /> if the method succeeds; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="T:System.Threading.LazyThreadSafetyMode">
       <summary>Specifies how a <see cref="T:System.Lazy`1" /> instance synchronizes access among multiple threads.</summary>
     </member>
     <member name="F:System.Threading.LazyThreadSafetyMode.ExecutionAndPublication">
-      <summary>Locks are used to ensure that only a single thread can initialize a <see cref="T:System.Lazy`1" /> instance in a thread-safe manner. Effectively, the initialization method is executed in a thread-safe manner (referred to as Execution in the field name). Publication of the initialized value is also thread-safe in the sense that only one value may be published and used by all threads. If the initialization method (or the parameterless constructor, if there is no initialization method) uses locks internally, deadlocks can occur. If you use a <see cref="T:System.Lazy`1" /> constructor that specifies an initialization method (<paramref name="valueFactory" /> parameter), and if that initialization method throws an exception (or fails to handle an exception) the first time you call the <see cref="P:System.Lazy`1.Value" /> property, then the exception is cached and thrown again on subsequent calls to the <see cref="P:System.Lazy`1.Value" /> property. If you use a <see cref="T:System.Lazy`1" /> constructor that does not specify an initialization method, exceptions that are thrown by the parameterless constructor for <paramref name="T" /> are not cached. In that case, a subsequent call to the <see cref="P:System.Lazy`1.Value" /> property might successfully initialize the <see cref="T:System.Lazy`1" /> instance. If the initialization method recursively accesses the <see cref="P:System.Lazy`1.Value" /> property of the <see cref="T:System.Lazy`1" /> instance, an <see cref="T:System.InvalidOperationException" /> is thrown.</summary>
+      <summary>Locks are used to ensure that only a single thread can initialize a <see cref="T:System.Lazy`1" /> instance in a thread-safe manner. If the initialization method (or the parameterless constructor, if there is no initialization method) uses locks internally, deadlocks can occur. If you use a <see cref="T:System.Lazy`1" /> constructor that specifies an initialization method (<paramref name="valueFactory" /> parameter), and if that initialization method throws an exception (or fails to handle an exception) the first time you call the <see cref="P:System.Lazy`1.Value" /> property, then the exception is cached and thrown again on subsequent calls to the <see cref="P:System.Lazy`1.Value" /> property. If you use a <see cref="T:System.Lazy`1" /> constructor that does not specify an initialization method, exceptions that are thrown by the parameterless constructor for <paramref name="T" /> are not cached. In that case, a subsequent call to the <see cref="P:System.Lazy`1.Value" /> property might successfully initialize the <see cref="T:System.Lazy`1" /> instance. If the initialization method recursively accesses the <see cref="P:System.Lazy`1.Value" /> property of the <see cref="T:System.Lazy`1" /> instance, an <see cref="T:System.InvalidOperationException" /> is thrown.</summary>
     </member>
     <member name="F:System.Threading.LazyThreadSafetyMode.None">
       <summary>The <see cref="T:System.Lazy`1" /> instance is not thread safe; if the instance is accessed from multiple threads, its behavior is undefined. Use this mode only when high performance is crucial and the <see cref="T:System.Lazy`1" /> instance is guaranteed never to be initialized from more than one thread. If you use a <see cref="T:System.Lazy`1" /> constructor that specifies an initialization method (<paramref name="valueFactory" /> parameter), and if that initialization method throws an exception (or fails to handle an exception) the first time you call the <see cref="P:System.Lazy`1.Value" /> property, then the exception is cached and thrown again on subsequent calls to the <see cref="P:System.Lazy`1.Value" /> property. If you use a <see cref="T:System.Lazy`1" /> constructor that does not specify an initialization method, exceptions that are thrown by the parameterless constructor for <paramref name="T" /> are not cached. In that case, a subsequent call to the <see cref="P:System.Lazy`1.Value" /> property might successfully initialize the <see cref="T:System.Lazy`1" /> instance. If the initialization method recursively accesses the <see cref="P:System.Lazy`1.Value" /> property of the <see cref="T:System.Lazy`1" /> instance, an <see cref="T:System.InvalidOperationException" /> is thrown.</summary>
     </member>
     <member name="F:System.Threading.LazyThreadSafetyMode.PublicationOnly">
-      <summary>When multiple threads try to initialize a <see cref="T:System.Lazy`1" /> instance simultaneously, all threads are allowed to run the initialization method (or the parameterless constructor, if there is no initialization method). The first thread to complete initialization sets the value of the <see cref="T:System.Lazy`1" /> instance. This is referred to as Publication in the field names. That value is returned to any other threads that were simultaneously running the initialization method, unless the initialization method throws exceptions on those threads. Any instances of <paramref name="T" /> that were created by the competing threads are discarded. Effectively, the publication of the initialized value is thread-safe in the sense that only one of the initialized values may be published and used by all threads. If the initialization method throws an exception on any thread, the exception is propagated out of the <see cref="P:System.Lazy`1.Value" /> property on that thread. The exception is not cached. The value of the <see cref="P:System.Lazy`1.IsValueCreated" /> property remains <see langword="false" />, and subsequent calls to the <see cref="P:System.Lazy`1.Value" /> property, either by the thread where the exception was thrown or by other threads, cause the initialization method to run again. If the initialization method recursively accesses the <see cref="P:System.Lazy`1.Value" /> property of the <see cref="T:System.Lazy`1" /> instance, no exception is thrown.</summary>
-    </member>
-    <member name="T:System.Threading.PeriodicTimer">
-      <summary>Provides a periodic timer that enables waiting asynchronously for timer ticks.</summary>
-    </member>
-    <member name="M:System.Threading.PeriodicTimer.#ctor(System.TimeSpan)">
-      <summary>Initializes the timer.</summary>
-      <param name="period">The time interval in milliseconds between invocations of the callback.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="period" /> is less than or equal to 0, or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-    </member>
-    <member name="M:System.Threading.PeriodicTimer.Dispose">
-      <summary>Stops the timer and releases the associated managed resources.</summary>
-    </member>
-    <member name="M:System.Threading.PeriodicTimer.WaitForNextTickAsync(System.Threading.CancellationToken)">
-      <summary>Waits for the next tick of the timer, or for the timer to be stopped.</summary>
-      <param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> for cancelling the asynchronous wait. If cancellation is requested, it affects only the single wait operation; the underlying timer continues firing.</param>
-      <returns>A task that will be completed due to the timer firing, <see cref="M:System.Threading.PeriodicTimer.Dispose" /> being called to stop the timer, or cancellation being requested.</returns>
-    </member>
-    <member name="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair">
-      <summary>Provides task schedulers that coordinate to execute tasks while ensuring that concurrent tasks may run concurrently and exclusive tasks never do.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> class.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> class that targets the specified scheduler.</summary>
-      <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> class that targets the specified scheduler with a maximum concurrency level.</summary>
-      <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
-      <param name="maxConcurrencyLevel">The maximum number of tasks to run concurrently.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> class that targets the specified scheduler with a maximum concurrency level and a maximum number of scheduled tasks that may be processed as a unit.</summary>
-      <param name="taskScheduler">The target scheduler on which this pair should execute.</param>
-      <param name="maxConcurrencyLevel">The maximum number of tasks to run concurrently.</param>
-      <param name="maxItemsPerTask">The maximum number of tasks to process for each underlying scheduled task used by the pair.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Complete">
-      <summary>Informs the scheduler pair that it should not accept any more tasks.</summary>
-    </member>
-    <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Completion">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when the scheduler has completed processing.</summary>
-      <returns>The asynchronous operation that will complete when the scheduler finishes processing.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ConcurrentScheduler">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.TaskScheduler" /> that can be used to schedule tasks to this pair that may run concurrently with other tasks on this pair.</summary>
-      <returns>An object that can be used to schedule tasks concurrently.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ExclusiveScheduler">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.TaskScheduler" /> that can be used to schedule tasks to this pair that must run exclusively with regards to other tasks on this pair.</summary>
-      <returns>An object that can be used to schedule tasks that do not run concurrently with other tasks.</returns>
+      <summary>When multiple threads try to initialize a <see cref="T:System.Lazy`1" /> instance simultaneously, all threads are allowed to run the initialization method (or the parameterless constructor, if there is no initialization method). The first thread to complete initialization sets the value of the <see cref="T:System.Lazy`1" /> instance. That value is returned to any other threads that were simultaneously running the initialization method, unless the initialization method throws exceptions on those threads. Any instances of <paramref name="T" /> that were created by the competing threads are discarded. If the initialization method throws an exception on any thread, the exception is propagated out of the <see cref="P:System.Lazy`1.Value" /> property on that thread. The exception is not cached. The value of the <see cref="P:System.Lazy`1.IsValueCreated" /> property remains <see langword="false" />, and subsequent calls to the <see cref="P:System.Lazy`1.Value" /> property, either by the thread where the exception was thrown or by other threads, cause the initialization method to run again. If the initialization method recursively accesses the <see cref="P:System.Lazy`1.Value" /> property of the <see cref="T:System.Lazy`1" /> instance, no exception is thrown.</summary>
     </member>
     <member name="T:System.Threading.Tasks.Sources.IValueTaskSource">
       <summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask" />.</summary>
@@ -54480,6 +33706,11 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Reset">
       <summary>Resets to prepare for the next operation.</summary>
     </member>
+    <member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.RunContinuationsAsynchronously">
+      <summary>Gets or sets whether to force continuations to run asynchronously.</summary>
+      <returns>
+        <see langword="true" /> to force continuations to run asynchronously; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetException(System.Exception)">
       <summary>Completes with an error.</summary>
       <param name="error">The exception.</param>
@@ -54488,11 +33719,6 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Completes with a successful result.</summary>
       <param name="result">The result.</param>
     </member>
-    <member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.RunContinuationsAsynchronously">
-      <summary>Gets or sets whether to force continuations to run asynchronously.</summary>
-      <returns>
-        <see langword="true" /> to force continuations to run asynchronously; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Version">
       <summary>Gets the operation version.</summary>
       <returns>The operation version.</returns>
@@ -54510,8 +33736,8 @@ This method is intended to support .NET compilers and is not intended to be call
     <member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.UseSchedulingContext">
       <summary>
         <see langword="OnCompleted" /> should capture the current scheduling context (the <see cref="T:System.Threading.SynchronizationContext" />)
-            and use it when queueing the continuation for execution.  If this flag is not set, the implementation
-            may choose to execute the continuation in an arbitrary location.</summary>
+and use it when queueing the continuation for execution.  If this glag is not set, the implementation
+may choose to execute the continuation in an arbitrary location.</summary>
     </member>
     <member name="T:System.Threading.Tasks.Sources.ValueTaskSourceStatus">
       <summary>Indicates the status of an <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource" /> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1" />.</summary>
@@ -54591,6 +33817,14 @@ This method is intended to support .NET compilers and is not intended to be call
       <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
     </member>
+    <member name="P:System.Threading.Tasks.Task.AsyncState">
+      <summary>Gets the state object supplied when the <see cref="T:System.Threading.Tasks.Task" /> was created, or null if none was supplied.</summary>
+      <returns>An <see cref="T:System.Object" /> that represents the state data that was passed in to the task when it was created.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.CompletedTask">
+      <summary>Gets a task that has already completed successfully.</summary>
+      <returns>The successfully completed task.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.Task.ConfigureAwait(System.Boolean)">
       <summary>Configures an awaiter used to await this <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="continueOnCapturedContext">
@@ -54601,17 +33835,17 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Creates a continuation that receives caller-supplied state information and executes when the target <see cref="T:System.Threading.Tasks.Task" /> completes.</summary>
       <param name="continuationAction">An action to run when the task completes. When run, the delegate is passed the completed task and a caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken)">
       <summary>Creates a continuation that receives caller-supplied state information and a cancellation token and that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that receives caller-supplied state information and a cancellation token and that executes when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation executes based on a set of specified conditions and uses a specified scheduler.</summary>
@@ -54620,41 +33854,41 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its  execution.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that receives caller-supplied state information and executes when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation executes based on a set of specified conditions.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that receives caller-supplied state information and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation uses a specified scheduler.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes.  When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
       <summary>Creates a continuation that receives a cancellation token and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new continuation task.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes when the target task competes according to the specified <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />. The continuation receives a cancellation token and uses a specified scheduler.</summary>
@@ -54662,55 +33896,49 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is null.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.
+-or-
+The <paramref name="scheduler" /> argument is null.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes when the target task completes according to the specified <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</summary>
       <param name="continuationAction">An action to run according to the specified <paramref name="continuationOptions" />. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation uses a specified scheduler.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is null.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is null.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0})">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes and returns a value.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
-      <returns>A new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes and returns a value. The continuation receives a cancellation token.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes according to the specified continuation options and returns a value. The continuation is passed a cancellation token and uses a specified scheduler.</summary>
@@ -54719,49 +33947,43 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.
+-or-
+The <paramref name="scheduler" /> argument is null.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes according to the specified continuation options and returns a value.</summary>
       <param name="continuationFunction">A function to run according to the condition specified in <paramref name="continuationOptions" />. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes and returns a value. The continuation uses a specified scheduler.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is null.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.
+-or-
+The <paramref name="scheduler" /> argument is null.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object)">
       <summary>Creates a continuation that receives caller-supplied state information and executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes and returns a value.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task" /> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation function.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes and returns a value. The continuation receives caller-supplied state information and a cancellation token.</summary>
@@ -54769,9 +33991,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes based on the specified task continuation options when the target <see cref="T:System.Threading.Tasks.Task" /> completes and returns a value. The continuation receives caller-supplied state information and a cancellation token and uses the specified scheduler.</summary>
@@ -54781,10 +34003,10 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its  execution.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes based on the specified task continuation options when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation receives caller-supplied state information.</summary>
@@ -54792,9 +34014,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task" /> completes. The continuation receives caller-supplied state information and uses a specified scheduler.</summary>
@@ -54802,48 +34024,52 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.CreationOptions">
+      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> used to create this task.</summary>
+      <returns>The <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> used to create this task.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.CurrentId">
+      <summary>Returns the ID of the currently executing <see cref="T:System.Threading.Tasks.Task" />.</summary>
+      <returns>An integer that was assigned by the system to the currently-executing task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Delay(System.Int32)">
       <summary>Creates a task that completes after a specified number of milliseconds.</summary>
       <param name="millisecondsDelay">The number of milliseconds to wait before completing the returned task, or -1 to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay" /> argument is less than -1.</exception>
       <returns>A task that represents the time delay.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay" /> argument is less than -1.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Delay(System.Int32,System.Threading.CancellationToken)">
       <summary>Creates a cancellable task that completes after a specified number of milliseconds.</summary>
       <param name="millisecondsDelay">The number of milliseconds to wait before completing the returned task, or -1 to wait indefinitely.</param>
       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
+      <returns>A task that represents the time delay.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay" /> argument is less than -1.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <returns>A task that represents the time delay.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan)">
       <summary>Creates a task that completes after a specified time interval.</summary>
       <param name="delay">The time span to wait before completing the returned task, or <see langword="TimeSpan.FromMilliseconds(-1)" /> to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="delay" /> represents a negative time interval other than <see langword="TimeSpan.FromMilliseconds(-1)" />.  
-  
- -or-  
-  
- The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <returns>A task that represents the time delay.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="delay" /> represents a negative time interval other than <see langword="TimeSpan.FromMilliseconds(-1)" />.
+-or-
+The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan,System.Threading.CancellationToken)">
       <summary>Creates a cancellable task that completes after a specified time interval.</summary>
       <param name="delay">The time span to wait before completing the returned task, or <see langword="TimeSpan.FromMilliseconds(-1)" /> to wait indefinitely.</param>
       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
+      <returns>A task that represents the time delay.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="delay" /> represents a negative time interval other than <see langword="TimeSpan.FromMilliseconds(-1)" />.  
-  
- -or-  
-  
- The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+        <paramref name="delay" /> represents a negative time interval other than <see langword="TimeSpan.FromMilliseconds(-1)" />.
+-or-
+The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <returns>A task that represents the time delay.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Dispose">
       <summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.Tasks.Task" /> class.</summary>
@@ -54854,18 +34080,26 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="disposing">A Boolean value that indicates whether this method is being called due to a call to <see cref="M:System.Threading.Tasks.Task.Dispose" />.</param>
       <exception cref="T:System.InvalidOperationException">The task is not in one of the final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
     </member>
+    <member name="P:System.Threading.Tasks.Task.Exception">
+      <summary>Gets the <see cref="T:System.AggregateException" /> that caused the <see cref="T:System.Threading.Tasks.Task" /> to end prematurely. If the <see cref="T:System.Threading.Tasks.Task" /> completed successfully or has not yet thrown any exceptions, this will return <see langword="null" />.</summary>
+      <returns>The <see cref="T:System.AggregateException" /> that caused the <see cref="T:System.Threading.Tasks.Task" /> to end prematurely.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.Factory">
+      <summary>Provides access to factory methods for creating and configuring <see cref="T:System.Threading.Tasks.Task" /> and <see cref="T:System.Threading.Tasks.Task`1" /> instances.</summary>
+      <returns>A factory object that can create a variety of <see cref="T:System.Threading.Tasks.Task" /> and <see cref="T:System.Threading.Tasks.Task`1" /> objects.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.Task.FromCanceled(System.Threading.CancellationToken)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that's completed due to cancellation with a specified cancellation token.</summary>
       <param name="cancellationToken">The cancellation token with which to complete the task.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken" />; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> property is <see langword="false" />.</exception>
       <returns>The canceled task.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken" />; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> property is <see langword="false" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.FromCanceled``1(System.Threading.CancellationToken)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that's completed due to cancellation with a specified cancellation token.</summary>
       <param name="cancellationToken">The cancellation token with which to complete the task.</param>
       <typeparam name="TResult">The type of the result returned by the task.</typeparam>
-      <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken" />; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> property is <see langword="false" />.</exception>
       <returns>The canceled task.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Cancellation has not been requested for <paramref name="cancellationToken" />; its <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> property is <see langword="false" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.FromException(System.Exception)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that has completed with a specified exception.</summary>
@@ -54888,69 +34122,93 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <returns>An awaiter instance.</returns>
     </member>
+    <member name="P:System.Threading.Tasks.Task.Id">
+      <summary>Gets an ID for this <see cref="T:System.Threading.Tasks.Task" /> instance.</summary>
+      <returns>The identifier that is assigned by the system to this <see cref="T:System.Threading.Tasks.Task" /> instance.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.IsCanceled">
+      <summary>Gets whether this <see cref="T:System.Threading.Tasks.Task" /> instance has completed execution due to being canceled.</summary>
+      <returns>
+        <see langword="true" /> if the task has completed due to being canceled; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.IsCompleted">
+      <summary>Gets a value that indicates whether the task has completed.</summary>
+      <returns>
+        <see langword="true" /> if the task has completed (that is, the task is in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />); otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.IsCompletedSuccessfully">
+      <summary>Gets whether the task ran to completion.</summary>
+      <returns>
+        <see langword="true" /> if the task ran to completion; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.IsFaulted">
+      <summary>Gets whether the <see cref="T:System.Threading.Tasks.Task" /> completed due to an unhandled exception.</summary>
+      <returns>
+        <see langword="true" /> if the task has thrown an unhandled exception; otherwise <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.Task.Run(System.Action)">
       <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task" /> object that represents that work.</summary>
-      <param name="action">The work to execute asynchronously.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> parameter was <see langword="null" />.</exception>
+      <param name="action">The work to execute asynchronously</param>
       <returns>A task that represents the work queued to execute in the ThreadPool.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> parameter was <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run(System.Action,System.Threading.CancellationToken)">
-      <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task" /> object that represents that work. A cancellation token allows the work to be cancelled if it has not yet started.</summary>
-      <param name="action">The work to execute asynchronously.</param>
-      <param name="cancellationToken">A cancellation token that can be used to cancel the work if it has not yet started. <see cref="M:System.Threading.Tasks.Task.Run(System.Action,System.Threading.CancellationToken)" /> does not pass <paramref name="cancellationToken" /> to <paramref name="action" />.</param>
+      <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task" /> object that represents that work. A cancellation token allows the work to be cancelled.</summary>
+      <param name="action">The work to execute asynchronously</param>
+      <param name="cancellationToken">A cancellation token that can be used to cancel the work</param>
+      <returns>A task that represents the work queued to execute in the thread pool.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> parameter was <see langword="null" />.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
-      <returns>A task that represents the work queued to execute in the thread pool.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task})">
       <summary>Queues the specified work to run on the thread pool and returns a proxy for the  task returned by <paramref name="function" />.</summary>
-      <param name="function">The work to execute asynchronously.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
+      <param name="function">The work to execute asynchronously</param>
       <returns>A task that represents a proxy for the task returned by <paramref name="function" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
-      <summary>Queues the specified work to run on the thread pool and returns a proxy for the task returned by <paramref name="function" />. A cancellation token allows the work to be cancelled if it has not yet started.</summary>
+      <summary>Queues the specified work to run on the thread pool and returns a proxy for the task returned by <paramref name="function" />.</summary>
       <param name="function">The work to execute asynchronously.</param>
-      <param name="cancellationToken">A cancellation token that can be used to cancel the work if it has not yet started. <see cref="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task},System.Threading.CancellationToken)" /> does not pass <paramref name="cancellationToken" /> to <paramref name="action" />.</param>
+      <param name="cancellationToken">A cancellation token that should be used to cancel the work.</param>
+      <returns>A task that represents a proxy for the task returned by <paramref name="function" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
-      <returns>A task that represents a proxy for the task returned by <paramref name="function" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0})">
-      <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task`1" /> object that represents that work. A cancellation token allows the work to be cancelled if it has not yet started.</summary>
+      <summary>Queues the specified work to run on the thread pool and returns a <see cref="T:System.Threading.Tasks.Task`1" /> object that represents that work.</summary>
       <param name="function">The work to execute asynchronously.</param>
       <typeparam name="TResult">The return type of the task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter is <see langword="null" />.</exception>
       <returns>A task object that represents the work queued to execute in the thread pool.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0},System.Threading.CancellationToken)">
-      <summary>Queues the specified work to run on the thread pool and returns a <see langword="Task(TResult)" /> object that represents that work.</summary>
-      <param name="function">The work to execute asynchronously.</param>
-      <param name="cancellationToken">A cancellation token that can be used to cancel the work if it has not yet started. <see cref="M:System.Threading.Tasks.Task.Run``1(System.Func{``0},System.Threading.CancellationToken)" /> does not pass <paramref name="cancellationToken" /> to <paramref name="action" />.</param>
+      <summary>Queues the specified work to run on the thread pool and returns a <see langword="Task(TResult)" /> object that represents that work. A cancellation token allows the work to be cancelled.</summary>
+      <param name="function">The work to execute asynchronously</param>
+      <param name="cancellationToken">A cancellation token that should be used to cancel the work</param>
       <typeparam name="TResult">The result type of the task.</typeparam>
+      <returns>A <see langword="Task(TResult)" /> that represents the work queued to execute in the thread pool.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
-      <returns>A <see langword="Task(TResult)" /> that represents the work queued to execute in the thread pool.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}})">
-      <summary>Queues the specified work to run on the thread pool and returns a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />. A cancellation token allows the work to be cancelled if it has not yet started.</summary>
-      <param name="function">The work to execute asynchronously.</param>
+      <summary>Queues the specified work to run on the thread pool and returns a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />.</summary>
+      <param name="function">The work to execute asynchronously</param>
       <typeparam name="TResult">The type of the result returned by the proxy task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
       <returns>A <see langword="Task(TResult)" /> that represents a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
       <summary>Queues the specified work to run on the thread pool and returns a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />.</summary>
-      <param name="function">The work to execute asynchronously.</param>
-      <param name="cancellationToken">A cancellation token that can be used to cancel the work if it has not yet started. <see cref="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)" /> does not pass <paramref name="cancellationToken" /> to <paramref name="action" />.</param>
+      <param name="function">The work to execute asynchronously</param>
+      <param name="cancellationToken">A cancellation token that should be used to cancel the work</param>
       <typeparam name="TResult">The type of the result returned by the proxy task.</typeparam>
+      <returns>A <see langword="Task(TResult)" /> that represents a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was <see langword="null" />.</exception>
       <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
-      <returns>A <see langword="Task(TResult)" /> that represents a proxy for the <see langword="Task(TResult)" /> returned by <paramref name="function" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.RunSynchronously">
       <summary>Runs the <see cref="T:System.Threading.Tasks.Task" /> synchronously on the current <see cref="T:System.Threading.Tasks.TaskScheduler" />.</summary>
@@ -54977,73 +34235,75 @@ This method is intended to support .NET compilers and is not intended to be call
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> instance has been disposed.</exception>
       <exception cref="T:System.Threading.Tasks.TaskSchedulerException">The scheduler was unable to queue this task.</exception>
     </member>
+    <member name="P:System.Threading.Tasks.Task.Status">
+      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskStatus" /> of this task.</summary>
+      <returns>The current <see cref="T:System.Threading.Tasks.TaskStatus" /> of this task instance.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#AsyncWaitHandle">
+      <summary>Gets a <see cref="T:System.Threading.WaitHandle" /> that can be used to wait for the task to complete.</summary>
+      <returns>A <see cref="T:System.Threading.WaitHandle" /> that can be used to wait for the task to complete.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#CompletedSynchronously">
+      <summary>Gets an indication of whether the operation completed synchronously.</summary>
+      <returns>
+        <see langword="true" /> if the operation completed synchronously; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.Task.Wait">
       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task" /> to complete execution.</summary>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Wait(System.Int32)">
       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task" /> to complete execution within a specified number of milliseconds.</summary>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.Task" /> completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.Task" /> completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Wait(System.Int32,System.Threading.CancellationToken)">
       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task" /> to complete execution. The wait terminates if a timeout interval elapses or a cancellation token is canceled before the task completes.</summary>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.Task" /> completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Threading.Tasks.Task" /> completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Wait(System.Threading.CancellationToken)">
       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task" /> to complete execution. The wait terminates if a cancellation token is canceled before the task completes.</summary>
       <param name="cancellationToken">A cancellation token to observe while waiting for the task to complete.</param>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
       <exception cref="T:System.ObjectDisposedException">The task has been disposed.</exception>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.Wait(System.TimeSpan)">
       <summary>Waits for the <see cref="T:System.Threading.Tasks.Task" /> to complete execution within a specified time interval.</summary>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Threading.Tasks.Task" /> completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[])">
       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution.</summary>
@@ -55051,47 +34311,41 @@ This method is intended to support .NET compilers and is not intended to be call
       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> exception contains an <see cref="T:System.OperationCanceledException" /> exception in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.  
-  
- -or-  
-  
- An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
+      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> exception contains an <see cref="T:System.OperationCanceledException" /> exception in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.
+-or-
+An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32)">
       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified number of milliseconds.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
+      <returns>
+        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.  
-  
- -or-  
-  
- An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
+      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.
+-or-
+An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <returns>
-        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified number of milliseconds or until the wait is cancelled.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> to observe while waiting for the tasks to complete.</param>
+      <returns>
+        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.  
-  
- -or-  
-  
- An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
+      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.
+-or-
+An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
-      <returns>
-        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
       <summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution unless the wait is cancelled.</summary>
@@ -55099,11 +34353,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> to observe while waiting for the tasks to complete.</param>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.  
-  
- -or-  
-  
- An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
+      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.
+-or-
+An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
     </member>
@@ -55111,238 +34363,137 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Waits for all of the provided cancellable <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified time interval.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
+      <returns>
+        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.  
-  
- -or-  
-  
- An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
+      <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.
+-or-
+An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <returns>
-        <see langword="true" /> if all of the <see cref="T:System.Threading.Tasks.Task" /> instances completed execution within the allotted time; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[])">
       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
+      <returns>The index of the completed <see cref="T:System.Threading.Tasks.Task" /> object in the <paramref name="tasks" /> array.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <returns>The index of the completed <see cref="T:System.Threading.Tasks.Task" /> object in the <paramref name="tasks" /> array.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32)">
       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified number of milliseconds.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
+      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified number of milliseconds or until a cancellation token is cancelled.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> to observe while waiting for a task to complete.</param>
+      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
-      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution unless the wait is cancelled.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="cancellationToken">A <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> to observe while waiting for a task to complete.</param>
+      <returns>The index of the completed task in the <paramref name="tasks" /> array argument.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
       <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
-      <returns>The index of the completed task in the <paramref name="tasks" /> array argument.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.TimeSpan)">
       <summary>Waits for any of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution within a specified time interval.</summary>
       <param name="tasks">An array of <see cref="T:System.Threading.Tasks.Task" /> instances on which to wait.</param>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
+      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.  
-  
- -or-  
-  
- The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.
+-or-
+The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
-      <returns>The index of the completed task in the <paramref name="tasks" /> array argument, or -1 if the timeout occurred.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task.WaitAsync(System.Threading.CancellationToken)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes or when the specified <see cref="P:System.Threading.CancellationToken" /> has cancellation requested.</summary>
-      <param name="cancellationToken">The <see cref="P:System.Threading.CancellationToken" /> to monitor for a cancellation request.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task.WaitAsync(System.TimeSpan)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes or when the specified timeout expires.</summary>
-      <param name="timeout">The timeout after which the <see cref="T:System.Threading.Tasks.Task" /> should be faulted with a <see cref="T:System.TimeoutException" /> if it hasn't otherwise completed.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task.WaitAsync(System.TimeSpan,System.Threading.CancellationToken)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes, when the specified timeout expires, or when the specified <see cref="P:System.Threading.CancellationToken" /> has cancellation requested.</summary>
-      <param name="timeout">The timeout after which the <see cref="T:System.Threading.Tasks.Task" /> should be faulted with a <see cref="T:System.TimeoutException" /> if it hasn't otherwise completed.</param>
-      <param name="cancellationToken">The <see cref="P:System.Threading.CancellationToken" /> to monitor for a cancellation request.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAll(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task" /> objects in an enumerable collection have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
+      <returns>A task that represents the completion of all of the supplied tasks.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> collection contained a <see langword="null" /> task.</exception>
-      <returns>A task that represents the completion of all of the supplied tasks.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAll(System.Threading.Tasks.Task[])">
       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task" /> objects in an array have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
+      <returns>A task that represents the completion of all of the supplied tasks.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a <see langword="null" /> task.</exception>
-      <returns>A task that represents the completion of all of the supplied tasks.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task`1" /> objects in an enumerable collection have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
       <typeparam name="TResult">The type of the completed task.</typeparam>
+      <returns>A task that represents the completion of all of the supplied tasks.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> collection contained a <see langword="null" /> task.</exception>
-      <returns>A task that represents the completion of all of the supplied tasks.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Threading.Tasks.Task{``0}[])">
       <summary>Creates a task that will complete when all of the <see cref="T:System.Threading.Tasks.Task`1" /> objects in an array have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
       <typeparam name="TResult">The type of the completed task.</typeparam>
+      <returns>A task that represents the completion of all of the supplied tasks.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a <see langword="null" /> task.</exception>
-      <returns>A task that represents the completion of all of the supplied tasks.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAny(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
+      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
-      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task.WhenAny(System.Threading.Tasks.Task,System.Threading.Tasks.Task)">
-      <summary>Creates a task that will complete when either of the supplied tasks have completed.</summary>
-      <param name="task1">The first task to wait on for completion.</param>
-      <param name="task2">The second task to wait on for completion.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="task1" /> or <paramref name="task2" /> was <see langword="null" />.</exception>
-      <returns>A new task that represents the completion of one of the supplied tasks. Its <see langword="Result" /> is the task that completed first.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAny(System.Threading.Tasks.Task[])">
       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
+      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
-      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
       <typeparam name="TResult">The type of the completed task.</typeparam>
+      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
-      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Threading.Tasks.Task{``0},System.Threading.Tasks.Task{``0})">
-      <summary>Creates a task that will complete when either of the supplied tasks have completed.</summary>
-      <param name="task1">The first task to wait on for completion.</param>
-      <param name="task2">The second task to wait on for completion.</param>
-      <typeparam name="TResult">The type of the result of the returned task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="task1" /> or <paramref name="task2" /> was <see langword="null" />.</exception>
-      <returns>A task that represents the completion of one of the supplied tasks. The returned task's <typeparamref name="TResult" /> is the task that completed first.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Threading.Tasks.Task{``0}[])">
       <summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
       <param name="tasks">The tasks to wait on for completion.</param>
       <typeparam name="TResult">The type of the completed task.</typeparam>
+      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
-      <returns>A task that represents the completion of one of the supplied tasks.  The return task's Result is the task that completed.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task.Yield">
       <summary>Creates an awaitable task that asynchronously yields back to the current context when awaited.</summary>
       <returns>A context that, when awaited, will asynchronously transition back into the current context at the time of the await. If the current <see cref="T:System.Threading.SynchronizationContext" /> is non-null, it is treated as the current context. Otherwise, the task scheduler that is associated with the currently executing task is treated as the current context.</returns>
     </member>
-    <member name="P:System.Threading.Tasks.Task.AsyncState">
-      <summary>Gets the state object supplied when the <see cref="T:System.Threading.Tasks.Task" /> was created, or null if none was supplied.</summary>
-      <returns>An <see cref="T:System.Object" /> that represents the state data that was passed in to the task when it was created.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.CompletedTask">
-      <summary>Gets a task that has already completed successfully.</summary>
-      <returns>The successfully completed task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.CreationOptions">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> used to create this task.</summary>
-      <returns>The <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> used to create this task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.CurrentId">
-      <summary>Returns the ID of the currently executing <see cref="T:System.Threading.Tasks.Task" />.</summary>
-      <returns>An integer that was assigned by the system to the currently-executing task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.Exception">
-      <summary>Gets the <see cref="T:System.AggregateException" /> that caused the <see cref="T:System.Threading.Tasks.Task" /> to end prematurely. If the <see cref="T:System.Threading.Tasks.Task" /> completed successfully or has not yet thrown any exceptions, this will return <see langword="null" />.</summary>
-      <returns>The <see cref="T:System.AggregateException" /> that caused the <see cref="T:System.Threading.Tasks.Task" /> to end prematurely.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.Factory">
-      <summary>Provides access to factory methods for creating and configuring <see cref="T:System.Threading.Tasks.Task" /> and <see cref="T:System.Threading.Tasks.Task`1" /> instances.</summary>
-      <returns>A factory object that can create a variety of <see cref="T:System.Threading.Tasks.Task" /> and <see cref="T:System.Threading.Tasks.Task`1" /> objects.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.Id">
-      <summary>Gets an ID for this <see cref="T:System.Threading.Tasks.Task" /> instance.</summary>
-      <returns>The identifier that is assigned by the system to this <see cref="T:System.Threading.Tasks.Task" /> instance.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.IsCanceled">
-      <summary>Gets whether this <see cref="T:System.Threading.Tasks.Task" /> instance has completed execution due to being canceled.</summary>
-      <returns>
-        <see langword="true" /> if the task has completed due to being canceled; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.IsCompleted">
-      <summary>Gets a value that indicates whether the task has completed.</summary>
-      <returns>
-        <see langword="true" /> if the task has completed (that is, the task is in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />); otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.IsCompletedSuccessfully">
-      <summary>Gets whether the task ran to completion.</summary>
-      <returns>
-        <see langword="true" /> if the task ran to completion; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.IsFaulted">
-      <summary>Gets whether the <see cref="T:System.Threading.Tasks.Task" /> completed due to an unhandled exception.</summary>
-      <returns>
-        <see langword="true" /> if the task has thrown an unhandled exception; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.Status">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskStatus" /> of this task.</summary>
-      <returns>The current <see cref="T:System.Threading.Tasks.TaskStatus" /> of this task instance.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#AsyncWaitHandle">
-      <summary>Gets a <see cref="T:System.Threading.WaitHandle" /> that can be used to wait for the task to complete.</summary>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
-      <returns>A <see cref="T:System.Threading.WaitHandle" /> that can be used to wait for the task to complete.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#CompletedSynchronously">
-      <summary>Gets an indication of whether the operation completed synchronously.</summary>
-      <returns>
-        <see langword="true" /> if the operation completed synchronously; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Threading.Tasks.Task`1">
       <summary>Represents an asynchronous operation that can return a value.</summary>
       <typeparam name="TResult">The type of the result produced by this <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
@@ -55424,17 +34575,17 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Creates a continuation that is passed state information and that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate is   passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
@@ -55443,46 +34594,44 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as  well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its  execution.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be  passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such  as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation action.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}})">
       <summary>Creates a continuation that executes asynchronously when the target task completes.</summary>
       <param name="continuationAction">An action to run when the antecedent <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
+      <returns>A new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
-      <returns>A new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken)">
       <summary>Creates a cancelable continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate is passed the completed task as an argument.</param>
       <param name="cancellationToken">The cancellation token that is passed to the new continuation task.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions" />.</summary>
@@ -55490,115 +34639,99 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions" />.</summary>
       <param name="continuationAction">An action to according the condition specified in <paramref name="continuationOptions" />. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationAction">An action to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0})">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new task.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions" />.</summary>
-      <param name="continuationFunction">A function to run according the condition specified in <paramref name="continuationOptions" />.  
-  
- When run, the delegate will be passed as an argument this completed task.</param>
+      <param name="continuationFunction">A function to run according the condition specified in <paramref name="continuationOptions" />.
+When run, the delegate will be passed as an argument this completed task.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new task.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes according the condition specified in <paramref name="continuationOptions" />.</summary>
-      <param name="continuationFunction">A function to run according the condition specified in <paramref name="continuationOptions" />.  
-  
- When run, the delegate will be passed the completed task as an argument.</param>
+      <param name="continuationFunction">A function to run according the condition specified in <paramref name="continuationOptions" />.
+When run, the delegate will be passed the completed task as an argument.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes asynchronously when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task as an argument.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
       <param name="continuationFunction">A function to run when the <see cref="T:System.Threading.Tasks.Task`1" /> completes. When run, the delegate will be passed the completed task and the caller-supplied state object as arguments.</param>
       <param name="state">An object representing data to be used by the continuation function.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
@@ -55606,9 +34739,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new task.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
@@ -55618,10 +34751,10 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The  <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
@@ -55629,9 +34762,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="continuationOptions">Options for when the continuation is scheduled and how it behaves. This includes criteria, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />, as well as execution options, such as <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
+      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
-      <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation that executes when the target <see cref="T:System.Threading.Tasks.Task`1" /> completes.</summary>
@@ -55639,301 +34772,38 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="state">An object representing data to be used by the continuation function.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to associate with the continuation task and to use for its execution.</param>
       <typeparam name="TNewResult">The type of the result produced by the continuation.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <returns>A new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task`1.GetAwaiter">
-      <summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
-      <returns>An awaiter instance.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task`1.WaitAsync(System.Threading.CancellationToken)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task`1" /> that will complete when this <see cref="T:System.Threading.Tasks.Task`1" /> completes or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.</summary>
-      <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> to monitor for a cancellation request.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task`1" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task`1.WaitAsync(System.TimeSpan)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task`1" /> that will complete when this <see cref="T:System.Threading.Tasks.Task`1" /> completes or when the specified timeout expires.</summary>
-      <param name="timeout">The timeout after which the <see cref="T:System.Threading.Tasks.Task" /> should be faulted with a <see cref="T:System.TimeoutException" /> if it hasn't otherwise completed.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task`1" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.Task`1.WaitAsync(System.TimeSpan,System.Threading.CancellationToken)">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.Task`1" /> that will complete when this <see cref="T:System.Threading.Tasks.Task`1" /> completes, when the specified timeout expires, or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.</summary>
-      <param name="timeout">The timeout after which the <see cref="T:System.Threading.Tasks.Task" /> should be faulted with a <see cref="T:System.TimeoutException" /> if it hasn't otherwise completed.</param>
-      <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> to monitor for a cancellation request.</param>
-      <returns>The <see cref="T:System.Threading.Tasks.Task`1" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="P:System.Threading.Tasks.Task`1.Factory">
       <summary>Provides access to factory methods for creating and configuring <see cref="T:System.Threading.Tasks.Task`1" /> instances.</summary>
       <returns>A factory object that can create a variety of <see cref="T:System.Threading.Tasks.Task`1" /> objects.</returns>
     </member>
+    <member name="M:System.Threading.Tasks.Task`1.GetAwaiter">
+      <summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <returns>An awaiter instance.</returns>
+    </member>
     <member name="P:System.Threading.Tasks.Task`1.Result">
       <summary>Gets the result value of this <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
-      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.  
-  
- -or-  
-  
- An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
       <returns>The result value of this <see cref="T:System.Threading.Tasks.Task`1" />, which is of the same type as the task's type parameter.</returns>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskAsyncEnumerableExtensions">
-      <summary>Provides a set of static methods for configuring task-related behaviors on asynchronous enumerables and disposables.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait(System.IAsyncDisposable,System.Boolean)">
-      <summary>Configures how awaits on the tasks returned from an async disposable are performed.</summary>
-      <param name="source">The source async disposable.</param>
-      <param name="continueOnCapturedContext">
-        <see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
-      <returns>The configured async disposable.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Boolean)">
-      <summary>Configures how awaits on the tasks returned from an async iteration are performed.</summary>
-      <param name="source">The source enumerable to iterate.</param>
-      <param name="continueOnCapturedContext">
-        <see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
-      <typeparam name="T">The type of the objects to iterate.</typeparam>
-      <returns>The configured enumerable.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.WithCancellation``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)">
-      <summary>Sets the <see cref="T:System.Threading.CancellationToken" /> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)" /> when iterating.</summary>
-      <param name="source">The source enumerable to iterate.</param>
-      <param name="cancellationToken">The cancellation token to use.</param>
-      <typeparam name="T">The type of the objects to iterate.</typeparam>
-      <returns>The configured enumerable.</returns>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskCanceledException">
-      <summary>Represents an exception used to communicate task cancellation.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with a system-supplied message that describes the error.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with a specified message that describes the error.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String,System.Exception,System.Threading.CancellationToken)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with a specified error message, a reference to the inner exception that is the cause of this exception, and the <see cref="T:System.Threading.CancellationToken" /> that triggered the cancellation.</summary>
-      <param name="message">The error message that explains the reason for the exception.</param>
-      <param name="innerException">The exception that is the cause of the current exception.</param>
-      <param name="token">The cancellation token that triggered the cancellation.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.Threading.Tasks.Task)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskCanceledException" /> class with a reference to the <see cref="T:System.Threading.Tasks.Task" /> that has been canceled.</summary>
-      <param name="task">A task that has been canceled.</param>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskCanceledException.Task">
-      <summary>Gets the task associated with this exception.</summary>
-      <returns>A reference to the <see cref="T:System.Threading.Tasks.Task" /> that is associated with this exception.</returns>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskCompletionSource">
-      <summary>Represents the producer side of a <see cref="T:System.Threading.Tasks.Task" /> unbound to a delegate, providing access to the consumer side through the <see cref="T:System.Threading.Tasks.Task" /> property.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Object)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified state.</summary>
-      <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task" />'s <see langword="AsyncState" />.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Object,System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified state and options.</summary>
-      <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task" />'s <see langword="AsyncState" />.</param>
-      <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">One or more of the specified <paramref name="creationOptions" /> are invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified options.</summary>
-      <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">One or more of the specified <paramref name="creationOptions" /> are invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.SetCanceled">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.SetCanceled(System.Threading.CancellationToken)">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state using the specified token.</summary>
-      <param name="cancellationToken">The cancellation token with which to cancel the <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.SetException(System.Collections.Generic.IEnumerable{System.Exception})">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
-      <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exceptions" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">There are one or more <see langword="null" /> elements in <paramref name="exceptions" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.SetException(System.Exception)">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
-      <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exception" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.SetResult">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetCanceled">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.</summary>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetCanceled(System.Threading.CancellationToken)">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.</summary>
-      <param name="cancellationToken">The cancellation token with which to cancel the <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetException(System.Collections.Generic.IEnumerable{System.Exception})">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
-      <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exceptions" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">There are one or more <see langword="null" /> elements in <paramref name="exceptions" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="exceptions" /> collection is empty.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetException(System.Exception)">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
-      <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="exception" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetResult">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.</summary>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskCompletionSource.Task">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.Task" /> created by this <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.</summary>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskCompletionSource`1">
-      <summary>Represents the producer side of a <see cref="T:System.Threading.Tasks.Task`1" /> unbound to a delegate, providing access to the consumer side through the <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> property.</summary>
-      <typeparam name="TResult">The type of the result value associated with this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</typeparam>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" /> with the specified state.</summary>
-      <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task`1" />'s AsyncState.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object,System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" /> with the specified state and options.</summary>
-      <param name="state">The state to use as the underlying <see cref="T:System.Threading.Tasks.Task`1" />'s AsyncState.</param>
-      <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> represent options invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" /> with the specified options.</summary>
-      <param name="creationOptions">The options to use when creating the underlying <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> represent options invalid for use with a <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetCanceled">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.</summary>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />, or if the underlying <see cref="T:System.Threading.Tasks.Task`1" /> has already been disposed.</exception>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetCanceled(System.Threading.CancellationToken)">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state using the specified token.</summary>
-      <param name="cancellationToken">The cancellation token with which to cancel the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Collections.Generic.IEnumerable{System.Exception})">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state and binds a collection of exception objects to it.</summary>
-      <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="exceptions" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">There are one or more null elements in <paramref name="exceptions" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Exception)">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state and binds it to a specified exception.</summary>
-      <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetResult(`0)">
-      <summary>Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.</summary>
-      <param name="result">The result value to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Threading.Tasks.Task`1" /> is already in one of the three final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />, or <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />.</exception>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.</summary>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; false if the operation was unsuccessful or the object has already been disposed.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled(System.Threading.CancellationToken)">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state and enables a cancellation token to be stored in the canceled task.</summary>
-      <param name="cancellationToken">A cancellation token.</param>
-      <returns>
-        <see langword="true" /> if the operation is successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Collections.Generic.IEnumerable{System.Exception})">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state and binds a collection of exception objects to it.</summary>
-      <param name="exceptions">The collection of exceptions to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="exceptions" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">There are one or more null elements in <paramref name="exceptions" />.  
-  
- -or-  
-  
- The <paramref name="exceptions" /> collection is empty.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Exception)">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state and binds it to a specified exception.</summary>
-      <param name="exception">The exception to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> argument is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(`0)">
-      <summary>Attempts to transition the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.</summary>
-      <param name="result">The result value to bind to this <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> was disposed.</exception>
-      <returns>
-        <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskCompletionSource`1.Task">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.Task`1" /> created by this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</summary>
-      <returns>Returns the <see cref="T:System.Threading.Tasks.Task`1" /> created by this <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />.</returns>
+      <exception cref="T:System.AggregateException">The task was canceled. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.
+-or-
+An exception was thrown during the execution of the task. The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
     </member>
     <member name="T:System.Threading.Tasks.TaskContinuationOptions">
       <summary>Specifies the behavior for a task that is created by using the <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)" /> or <see cref="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)" /> method.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent">
-      <summary>Specifies that the continuation, if it is a child task, is attached to a parent in the task hierarchy. The continuation can be a child task only if its antecedent is also a child task. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> option so that the parent and child tasks are synchronized.  
-  
- Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option in the child task has no effect, and the child task will execute as a detached child task.  
-  
- For more information, see Attached and Detached Child Tasks.</summary>
+      <summary>Specifies that the continuation, if it is a child task, is attached to a parent in the task hierarchy. The continuation can be a child task only if its antecedent is also a child task. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> option so that the parent and child tasks are synchronized.
+Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option in the child task has no effect, and the child task will execute as a detached child task.
+For more information, see Attached and Detached Child Tasks.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach">
       <summary>Specifies that any child task (that is, any nested inner task created by this continuation) that is created with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option and attempts to execute as an attached child task will not be able to attach to the parent task and will execute instead as a detached child task. For more information, see Attached and Detached Child Tasks.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously">
-      <summary>Specifies that the continuation task should be executed synchronously. With this option specified, the continuation runs on the same thread that causes the antecedent task to transition into its final state. If the antecedent is already complete when the continuation is created, the continuation will run on the thread that creates the continuation. If the antecedent's <see cref="T:System.Threading.CancellationTokenSource" /> is disposed in a <see langword="finally" /> block (<see langword="Finally" /> in Visual Basic), a continuation with this option will run in that <see langword="finally" /> block. Only very short-running continuations should be executed synchronously.  
-  
- Because the task executes synchronously, there is no need to call a method such as <see cref="M:System.Threading.Tasks.Task.Wait" /> to ensure that the calling thread waits for the task to complete.</summary>
+      <summary>Specifies that the continuation task should be executed synchronously. With this option specified, the continuation runs on the same thread that causes the antecedent task to transition into its final state. If the antecedent is already complete when the continuation is created, the continuation will run on the thread that creates the continuation. If the antecedent's <see cref="T:System.Threading.CancellationTokenSource" /> is disposed in a <see langword="finally" /> block (<see langword="Finally" /> in Visual Basic), a continuation with this option will run in that <see langword="finally" /> block. Only very short-running continuations should be executed synchronously.
+Because the task executes synchronously, there is no need to call a method such as <see cref="M:System.Threading.Tasks.Task.Wait" /> to ensure that the calling thread waits for the task to complete.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.HideScheduler">
       <summary>Specifies that tasks created by the continuation by calling methods such as <see cref="M:System.Threading.Tasks.Task.Run(System.Action)" /> or <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})" /> see the default scheduler (<see cref="P:System.Threading.Tasks.TaskScheduler.Default" />) rather than the scheduler on which this continuation is running as the current scheduler.</summary>
@@ -55960,11 +34830,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Specifies that the continuation should be scheduled only if its antecedent was canceled.  An antecedent is canceled if its <see cref="P:System.Threading.Tasks.Task.Status" /> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />. This option is not valid for multi-task continuations.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted">
-      <summary>Specifies that the continuation task should be scheduled only if its antecedent threw an unhandled exception. An antecedent throws an unhandled exception if its <see cref="P:System.Threading.Tasks.Task.Status" /> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />.  
-  
- The <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted" /> option guarantees that the <see cref="P:System.Threading.Tasks.Task.Exception" /> property in the antecedent is not <see langword="null" />. You can use that property to catch the exception and see which exception caused the task to fault. If you do not access the <see cref="P:System.Threading.Tasks.Task.Exception" /> property, the exception is unhandled. Also, if you attempt to access the <see cref="P:System.Threading.Tasks.Task`1.Result" /> property of a task that has been canceled or has faulted, a new exception is thrown.  
-  
- This option is not valid for multi-task continuations.</summary>
+      <summary>Specifies that the continuation task should be scheduled only if its antecedent threw an unhandled exception. An antecedent throws an unhandled exception if its <see cref="P:System.Threading.Tasks.Task.Status" /> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />.
+The <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted" /> option guarantees that the <see cref="P:System.Threading.Tasks.Task.Exception" /> property in the antecedent is not <see langword="null" />. You can use that property to catch the exception and see which exception caused the task to fault. If you do not access the <see cref="P:System.Threading.Tasks.Task.Exception" /> property, the exception is unhandled. Also, if you attempt to access the <see cref="P:System.Threading.Tasks.Task`1.Result" /> property of a task that has been canceled or has faulted, a new exception is thrown.
+This option is not valid for multi-task continuations.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnRanToCompletion">
       <summary>Specifies that the continuation should be scheduled only if its antecedent ran to completion. An antecedent runs to completion if its <see cref="P:System.Threading.Tasks.Task.Status" /> property upon completion is <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />. This option is not valid for multi-task continuations.</summary>
@@ -55979,11 +34847,9 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>Specifies flags that control optional behavior for the creation and execution of tasks.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent">
-      <summary>Specifies that a task is attached to a parent in the task hierarchy. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> option so that the parent and child tasks are synchronized.  
-  
- Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option in the child task has no effect, and the child task will execute as a detached child task.  
-  
- For more information, see Attached and Detached Child Tasks.</summary>
+      <summary>Specifies that a task is attached to a parent in the task hierarchy. By default, a child task (that is, an inner task created by an outer task) executes independently of its parent. You can use the <see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> option so that the parent and child tasks are synchronized.
+Note that if a parent task is configured with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> option, the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option in the child task has no effect, and the child task will execute as a detached child task.
+For more information, see Attached and Detached Child Tasks.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach">
       <summary>Specifies that any child task that attempts to execute as an attached child task (that is, it is created with the <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> option) will not be able to attach to the parent task and will execute instead as a detached child task. For more information, see Attached and Detached Child Tasks.</summary>
@@ -56001,25 +34867,8 @@ This method is intended to support .NET compilers and is not intended to be call
       <summary>A hint to a <see cref="T:System.Threading.Tasks.TaskScheduler" /> to schedule a task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to be run sooner, and tasks scheduled later will be more likely to be run later.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously">
-      <summary>Forces continuations added to the current task to be executed asynchronously.  
-  
- Note that the <see cref="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously" /> member is available in the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> enumeration starting with the .NET Framework 4.6.</summary>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskExtensions">
-      <summary>Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of <see cref="T:System.Threading.Tasks.Task" /> instances.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap(System.Threading.Tasks.Task{System.Threading.Tasks.Task})">
-      <summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <see cref="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)" />.</summary>
-      <param name="task">The <see langword="Task&lt;Task&gt;" /> (C#) or <see langword="Task (Of Task)" /> (Visual Basic) to unwrap.</param>
-      <exception cref="T:System.ArgumentNullException">The exception that is thrown if the <paramref name="task" /> argument is null.</exception>
-      <returns>A Task that represents the asynchronous operation of the provided <see langword="System.Threading.Tasks.Task(Of Task)" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap``1(System.Threading.Tasks.Task{System.Threading.Tasks.Task{``0}})">
-      <summary>Creates a proxy <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <see langword="Task&lt;Task&lt;T&gt;&gt;" /> (C#) or <see langword="Task (Of Task(Of T))" /> (Visual Basic).</summary>
-      <param name="task">The <see langword="Task&lt;Task&lt;T&gt;&gt;" /> (C#) or <see langword="Task (Of Task(Of T))" /> (Visual Basic) to unwrap.</param>
-      <typeparam name="TResult">The type of the task's result.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The exception that is thrown if the <paramref name="task" /> argument is null.</exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of the provided <see langword="Task&lt;Task&lt;T&gt;&gt;" /> (C#) or <see langword="Task (Of Task(Of T))" /> (Visual Basic).</returns>
+      <summary>Forces continuations added to the current task to be executed asynchronously.
+Note that the <see cref="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously" /> member is available in the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> enumeration starting with the .NET Framework 4.6.</summary>
     </member>
     <member name="T:System.Threading.Tasks.TaskFactory">
       <summary>Provides support for creating and scheduling <see cref="T:System.Threading.Tasks.Task" /> objects.</summary>
@@ -56037,56 +34886,54 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="creationOptions">The default <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> to use when creating tasks with this TaskFactory.</param>
       <param name="continuationOptions">The default <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> to use when creating continuation tasks with this TaskFactory.</param>
       <param name="scheduler">The default <see cref="T:System.Threading.Tasks.TaskScheduler" /> to use to schedule any Tasks created with this TaskFactory. A null value indicates that TaskScheduler.Current should be used.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />.  
-  
- -or-  
-  
- The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />.
+-or-
+The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory" /> instance with the specified configuration.</summary>
       <param name="creationOptions">The default <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> to use when creating tasks with this TaskFactory.</param>
       <param name="continuationOptions">The default <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> to use when creating continuation tasks with this TaskFactory.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />.  
-  
- -or-  
-  
- The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />.
+-or-
+The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskScheduler)">
       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory" /> instance with the specified configuration.</summary>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> to use to schedule any tasks created with this TaskFactory. A null value indicates that the current TaskScheduler should be used.</param>
     </member>
+    <member name="P:System.Threading.Tasks.TaskFactory.CancellationToken">
+      <summary>Gets the default cancellation token for this task factory.</summary>
+      <returns>The default task cancellation token for this task factory.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory.ContinuationOptions">
+      <summary>Gets the default task continuation options for this task factory.</summary>
+      <returns>The default task continuation options for this task factory.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]})">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
-      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
@@ -56095,49 +34942,41 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
       <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task.</param>
       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0})">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
@@ -56145,71 +34984,59 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]})">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
@@ -56217,57 +35044,47 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationAction">The action delegate to execute when all tasks in the <paramref name="tasks" /> array have completed.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1})">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
@@ -56275,14 +35092,12 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
@@ -56291,101 +35106,79 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token to assign to the new continuation task.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <param name="scheduler">The object that is used to schedule the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
-      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
-      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn and OnlyOn members are not supported.</param>
+      <param name="continuationOptions">A bitwise combination of the enumeration values that control the behavior of the new continuation task. The NotOn* and OnlyOn* members are not supported.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created task.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">An element in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array is empty or contains a null value.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task})">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty .</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+<paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationAction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty .</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56394,62 +35187,48 @@ This method is intended to support .NET compilers and is not intended to be call
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.  
-  
- -or-  
-  
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.
+-or-
 <paramref name="scheduler" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task" />.</param>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
 The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0})">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56457,22 +35236,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56482,24 +35255,18 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationFunction" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56507,38 +35274,30 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
 <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}})">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56546,22 +35305,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
-The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56571,24 +35324,18 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.  
-  
- -or-  
-  
- paramref name="scheduler" /&gt; is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.
+-or-
+paramref name="scheduler" /&gt; is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56596,20 +35343,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationAction">The action delegate to execute when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task" />.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationAction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationAction" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task" />.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1})">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56617,18 +35360,14 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
 <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56637,22 +35376,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> that will be assigned to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
 <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.  
-  
- -or-  
-  
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a <see langword="null" /> value.
+-or-
 The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56663,24 +35396,18 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
-<paramref name="continuationFunction" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation <see cref="T:System.Threading.Tasks.Task`1" /> that will be started upon the completion of any Task in the provided set.</summary>
@@ -56689,33 +35416,31 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationOptions">The <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value that controls the behavior of the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
       <typeparam name="TResult">The type of the result that is returned by the <paramref name="continuationFunction" /> delegate and associated with the created <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid TaskContinuationOptions value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory.CreationOptions">
+      <summary>Gets the default task creation options for this task factory.</summary>
+      <returns>The default task creation options for this task factory.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56723,41 +35448,35 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" />.</param>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid TaskCreationOptions value.</exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult})">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that executes an end method action when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The action delegate that processes the completed <paramref name="asyncResult" />.</param>
+      <returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that executes an end method action when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The action delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" />.</param>
+      <returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">paramref name="creationOptions" /&gt; specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that executes an end method action when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
@@ -56765,19 +35484,15 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The action delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the task that executes the end method.</param>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-  
-<paramref name="endMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.
+-or-
 <paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56786,13 +35501,11 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="arg1">The first argument passed to the <paramref name="beginMethod" /> delegate.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56802,29 +35515,25 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" />.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
       <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56832,45 +35541,39 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0})">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
       <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The IAsyncResult whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
@@ -56878,20 +35581,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the task that executes the end method.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="asyncResult" /> is <see langword="null" />.  
-  
- -or-  
-
-<paramref name="endMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
+        <paramref name="asyncResult" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56902,13 +35601,11 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
       <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56920,15 +35617,13 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" />.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56937,14 +35632,12 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="arg1">The first argument passed to the <paramref name="beginMethod" /> delegate.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
       <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56954,16 +35647,14 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56976,13 +35667,11 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
       <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -56996,15 +35685,13 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57015,14 +35702,12 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57034,16 +35719,14 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="creationOptions">The TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57056,14 +35739,12 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="endMethod" /> is <see langword="null" />.</exception>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
       <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
+<paramref name="endMethod" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a <see cref="T:System.Threading.Tasks.Task`1" /> that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57077,217 +35758,195 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="beginMethod" /> is <see langword="null" />.  
-  
- -or-  
+        <paramref name="beginMethod" /> is <see langword="null" />.
+-or-
 <paramref name="endMethod" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory.Scheduler">
+      <summary>Gets the default task scheduler for this task factory.</summary>
+      <returns>The default task scheduler for this task factory.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action)">
-      <summary>Creates and starts a task for the specified action delegate.</summary>
+      <summary>Creates and starts a task.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is <see langword="null" />.</exception>
       <returns>The started task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken)">
-      <summary>Creates and starts a task for the specified action delegate and cancellation token.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new task.</param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="action" /> is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
-      <summary>Creates and starts a task for the specified action delegate, cancellation token, creation options and state.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task" /></param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" /></param>
+      <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task" />.</param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="action" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
+        <paramref name="action" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid TaskCreationOptions value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates and starts a task for the specified action delegate and creation options.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" /></param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="action" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object)">
-      <summary>Creates and starts a task for the specified action delegate and state.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
       <param name="state">An object containing data to be used by the <paramref name="action" /> delegate.</param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken)">
-      <summary>Creates and starts a task for the specified action delegate, state and cancellation token.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
       <param name="state">An object containing data to be used by the <paramref name="action" /> delegate.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task" /></param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="action" /> is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
-      <summary>Creates and starts a task for the specified action delegate, state, cancellation token, creation options and task scheduler.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
       <param name="state">An object containing data to be used by the <paramref name="action" /> delegate.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new task.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" /></param>
+      <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task" />.</param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="action" /> is <see langword="null" />.  
-  
- -or-
-
+        <paramref name="action" /> is <see langword="null" />.
+-or-
 <paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates and starts a task for the specified action delegate, state and creation options.</summary>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task" />.</summary>
       <param name="action">The action delegate to execute asynchronously.</param>
       <param name="state">An object containing data to be used by the <paramref name="action" /> delegate.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task" /></param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="action" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0})">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate and cancellation token.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task" /></param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="function" /> is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate, cancellation token, creation options and task scheduler.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new task.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="function" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
+        <paramref name="function" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate and creation options.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="function" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate and state.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="state">An object containing data to be used by the <paramref name="function" /> delegate.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="function" /> is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate, state and cancellation token.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="state">An object containing data to be used by the <paramref name="function" /> delegate.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new <see cref="T:System.Threading.Tasks.Task" /></param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="function" /> is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate, state, cancellation token, creation options and task scheduler.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="state">An object containing data to be used by the <paramref name="function" /> delegate.</param>
-      <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <param name="cancellationToken">The <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" /> that will be assigned to the new task.</param>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="function" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="scheduler" /> is <see langword="null" />.</exception>
+        <paramref name="function" /> is <see langword="null" />.
+-or-
+<paramref name="scheduler" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
-      <summary>Creates and starts a task of type <typeparamref name="TResult" /> for the specified function delegate, state and creation options.</summary>
-      <param name="function">A function delegate that returns the future result to be available through the task.</param>
+      <summary>Creates and starts a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
+      <param name="function">A function delegate that returns the future result to be available through the <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <param name="state">An object containing data to be used by the <paramref name="function" /> delegate.</param>
-      <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <typeparam name="TResult">The type of the result available through the task.</typeparam>
+      <param name="creationOptions">A TaskCreationOptions value that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
+      <typeparam name="TResult">The type of the result available through the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="function" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="creationOptions" /> specifies an invalid <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> value. For more information, see the Remarks for <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" /></exception>
-      <returns>The started task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory.CancellationToken">
-      <summary>Gets the default cancellation token for this task factory.</summary>
-      <returns>The default task cancellation token for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory.ContinuationOptions">
-      <summary>Gets the default task continuation options for this task factory.</summary>
-      <returns>The default task continuation options for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory.CreationOptions">
-      <summary>Gets the default task creation options for this task factory.</summary>
-      <returns>The default task creation options for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory.Scheduler">
-      <summary>Gets the default task scheduler for this task factory.</summary>
-      <returns>The default task scheduler for this task factory.</returns>
     </member>
     <member name="T:System.Threading.Tasks.TaskFactory`1">
       <summary>Provides support for creating and scheduling <see cref="T:System.Threading.Tasks.Task`1" /> objects.</summary>
@@ -57320,37 +35979,39 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>Initializes a <see cref="T:System.Threading.Tasks.TaskFactory`1" /> instance with the specified configuration.</summary>
       <param name="scheduler">The scheduler to use to schedule any tasks created with this <see cref="T:System.Threading.Tasks.TaskFactory`1" />. A null value indicates that the current <see cref="T:System.Threading.Tasks.TaskScheduler" /> should be used.</param>
     </member>
+    <member name="P:System.Threading.Tasks.TaskFactory`1.CancellationToken">
+      <summary>Gets the default cancellation token for this task factory.</summary>
+      <returns>The default cancellation token for this task factory.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory`1.ContinuationOptions">
+      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> enumeration value for this task factory.</summary>
+      <returns>One of the enumeration values that specifies the default continuation options for this task factory.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0})">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
+        <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="continuationFunction" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+<paramref name="continuationFunction" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
@@ -57359,53 +36020,43 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="continuationOptions" /> specifies an invalid value.</exception>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0})">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
       <param name="tasks">The array of tasks from which to continue.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
@@ -57413,18 +36064,14 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
@@ -57434,23 +36081,17 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
@@ -57458,50 +36099,40 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0})">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value or is empty.</exception>
-      <returns>The new continuation task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is null.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is null.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is null.
+-or-
+The <paramref name="continuationFunction" /> argument is null.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
@@ -57510,64 +36141,48 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <param name="scheduler">The task scheduler that is used to schedule the created continuation task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> value.</exception>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
+      <returns>The new continuation task.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid enumeration value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation task.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0})">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
       <param name="tasks">The array of tasks from which to continue when one task completes.</param>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
@@ -57575,22 +36190,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
       <returns>The new continuation task.</returns>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
@@ -57600,27 +36209,19 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is null.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid TaskContinuationOptions value.</exception>
-      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.  
-  
- -or-  
-  
- The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
       <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is null.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid TaskContinuationOptions value.</exception>
+      <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.
+-or-
+The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.Tasks.TaskContinuationOptions)">
       <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
@@ -57628,31 +36229,29 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
       <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
       <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
+      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ObjectDisposedException">One of the elements in the <paramref name="tasks" /> array has been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> array is <see langword="null" />.
+-or-
+The <paramref name="continuationFunction" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid enumeration value.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.  
-  
- -or-  
-  
- The <paramref name="tasks" /> array is empty.</exception>
-      <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contains a null value.
+-or-
+The <paramref name="tasks" /> array is empty.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory`1.CreationOptions">
+      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> enumeration value for this task factory.</summary>
+      <returns>One of the enumeration values that specifies the default creation options for this task factory.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
       <param name="beginMethod">The delegate that begins the asynchronous operation.</param>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57660,37 +36259,31 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The delegate that ends the asynchronous operation.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value.</exception>
       <returns>The created <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0})">
       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
       <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
       <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> whose completion should trigger the processing of the <paramref name="endMethod" />.</param>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value.</exception>
       <returns>A task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates a task that executes an end method function when a specified <see cref="T:System.IAsyncResult" /> completes.</summary>
@@ -57698,17 +36291,13 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="endMethod">The function delegate that processes the completed <paramref name="asyncResult" />.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
       <param name="scheduler">The task scheduler that is used to schedule the task that executes the end method.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="asyncResult" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57717,12 +36306,10 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="arg1">The first argument passed to the <paramref name="beginMethod" /> delegate.</param>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57732,13 +36319,11 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
       <typeparam name="TArg1">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57749,12 +36334,10 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="state">An object containing data to be used by the <paramref name="beginMethod" /> delegate.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57766,13 +36349,11 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="creationOptions">An object that controls the behavior of the created <see cref="T:System.Threading.Tasks.Task`1" />.</param>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57785,12 +36366,10 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates a task that represents a pair of begin and end methods that conform to the Asynchronous Programming Model pattern.</summary>
@@ -57804,27 +36383,29 @@ The <paramref name="tasks" /> array is empty.</exception>
       <typeparam name="TArg1">The type of the second argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg2">The type of the third argument passed to <paramref name="beginMethod" /> delegate.</typeparam>
       <typeparam name="TArg3">The type of the first argument passed to the <paramref name="beginMethod" /> delegate.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
       <returns>The created task that represents the asynchronous operation.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="beginMethod" /> argument is <see langword="null" />.
+-or-
+The <paramref name="endMethod" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskFactory`1.Scheduler">
+      <summary>Gets the task scheduler for this task factory.</summary>
+      <returns>The task scheduler for this task factory.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0})">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
       <returns>The started task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken)">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
+      <returns>The started task.</returns>
       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates and starts a task.</summary>
@@ -57832,38 +36413,36 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
       <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
+      <returns>The started task.</returns>
       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
+      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
-      <returns>The started <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object)">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
       <param name="state">An object that contains data to be used by the <paramref name="function" /> delegate.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
       <returns>The started task.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken)">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
       <param name="state">An object that contains data to be used by the <paramref name="function" /> delegate.</param>
       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
+      <returns>The started task.</returns>
       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken" /> has already been disposed.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
       <summary>Creates and starts a task.</summary>
@@ -57872,58 +36451,53 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="cancellationToken">The cancellation token that will be assigned to the new task.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
       <param name="scheduler">The task scheduler that is used to schedule the created task.</param>
+      <returns>The started task.</returns>
       <exception cref="T:System.ObjectDisposedException">The cancellation token source that created <paramref name="cancellationToken" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.
+-or-
+The <paramref name="scheduler" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
-      <returns>The started task.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
       <summary>Creates and starts a task.</summary>
       <param name="function">A function delegate that returns the future result to be available through the task.</param>
       <param name="state">An object that contains data to be used by the <paramref name="function" /> delegate.</param>
       <param name="creationOptions">One of the enumeration values that controls the behavior of the created task.</param>
+      <returns>The started task.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> parameter specifies an invalid value.</exception>
-      <returns>The started task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory`1.CancellationToken">
-      <summary>Gets the default cancellation token for this task factory.</summary>
-      <returns>The default cancellation token for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory`1.ContinuationOptions">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> enumeration value for this task factory.</summary>
-      <returns>One of the enumeration values that specifies the default continuation options for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory`1.CreationOptions">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> enumeration value for this task factory.</summary>
-      <returns>One of the enumeration values that specifies the default creation options for this task factory.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskFactory`1.Scheduler">
-      <summary>Gets the task scheduler for this task factory.</summary>
-      <returns>The task scheduler for this task factory.</returns>
     </member>
     <member name="T:System.Threading.Tasks.TaskScheduler">
       <summary>Represents an object that handles the low-level work of queuing tasks onto threads.</summary>
     </member>
-    <member name="E:System.Threading.Tasks.TaskScheduler.UnobservedTaskException">
-      <summary>Occurs when a faulted task's unobserved exception is about to trigger exception escalation policy, which, by default, would terminate the process.</summary>
-    </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.#ctor">
       <summary>Initializes the <see cref="T:System.Threading.Tasks.TaskScheduler" />.</summary>
     </member>
+    <member name="P:System.Threading.Tasks.TaskScheduler.Current">
+      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the currently executing task.</summary>
+      <returns>Returns the <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the currently executing task.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskScheduler.Default">
+      <summary>Gets the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance that is provided by the .NET Framework.</summary>
+      <returns>Returns the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance.</returns>
+    </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext">
       <summary>Creates a <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the current <see cref="T:System.Threading.SynchronizationContext" />.</summary>
-      <exception cref="T:System.InvalidOperationException">The current SynchronizationContext may not be used as a TaskScheduler.</exception>
       <returns>A <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the current <see cref="T:System.Threading.SynchronizationContext" />, as determined by <see cref="P:System.Threading.SynchronizationContext.Current" />.</returns>
+      <exception cref="T:System.InvalidOperationException">The current SynchronizationContext may not be used as a TaskScheduler.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.GetScheduledTasks">
       <summary>For debugger support only, generates an enumerable of <see cref="T:System.Threading.Tasks.Task" /> instances currently queued to the scheduler waiting to be executed.</summary>
-      <exception cref="T:System.NotSupportedException">This scheduler is unable to generate a list of queued tasks at this time.</exception>
       <returns>An enumerable that allows a debugger to traverse the tasks currently queued to this scheduler.</returns>
+      <exception cref="T:System.NotSupportedException">This scheduler is unable to generate a list of queued tasks at this time.</exception>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskScheduler.Id">
+      <summary>Gets the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler" />.</summary>
+      <returns>Returns the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler" />.</returns>
+    </member>
+    <member name="P:System.Threading.Tasks.TaskScheduler.MaximumConcurrencyLevel">
+      <summary>Indicates the maximum concurrency level this <see cref="T:System.Threading.Tasks.TaskScheduler" /> is able to support.</summary>
+      <returns>Returns an integer that represents the maximum concurrency level. The default scheduler returns <see cref="F:System.Int32.MaxValue" />.</returns>
     </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.QueueTask(System.Threading.Tasks.Task)">
       <summary>Queues a <see cref="T:System.Threading.Tasks.Task" /> to the scheduler.</summary>
@@ -57933,62 +36507,25 @@ The <paramref name="tasks" /> array is empty.</exception>
     <member name="M:System.Threading.Tasks.TaskScheduler.TryDequeue(System.Threading.Tasks.Task)">
       <summary>Attempts to dequeue a <see cref="T:System.Threading.Tasks.Task" /> that was previously queued to this scheduler.</summary>
       <param name="task">The <see cref="T:System.Threading.Tasks.Task" /> to be dequeued.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="task" /> argument is null.</exception>
       <returns>A Boolean denoting whether the <paramref name="task" /> argument was successfully dequeued.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="task" /> argument is null.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task)">
       <summary>Attempts to execute the provided <see cref="T:System.Threading.Tasks.Task" /> on this scheduler.</summary>
       <param name="task">A <see cref="T:System.Threading.Tasks.Task" /> object to be executed.</param>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="task" /> is not associated with this scheduler.</exception>
       <returns>A Boolean that is true if <paramref name="task" /> was successfully executed, false if it was not. A common reason for execution failure is that the task had previously been executed or is in the process of being executed by another thread.</returns>
+      <exception cref="T:System.InvalidOperationException">The <paramref name="task" /> is not associated with this scheduler.</exception>
     </member>
     <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)">
       <summary>Determines whether the provided <see cref="T:System.Threading.Tasks.Task" /> can be executed synchronously in this call, and if it can, executes it.</summary>
       <param name="task">The <see cref="T:System.Threading.Tasks.Task" /> to be executed.</param>
       <param name="taskWasPreviouslyQueued">A Boolean denoting whether or not task has previously been queued. If this parameter is True, then the task may have been previously queued (scheduled); if False, then the task is known not to have been queued, and this call is being made in order to execute the task inline without queuing it.</param>
+      <returns>A Boolean value indicating whether the task was executed inline.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="task" /> argument is null.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="task" /> was already executed.</exception>
-      <returns>A Boolean value indicating whether the task was executed inline.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskScheduler.Current">
-      <summary>Gets the <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the currently executing task.</summary>
-      <returns>Returns the <see cref="T:System.Threading.Tasks.TaskScheduler" /> associated with the currently executing task.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskScheduler.Default">
-      <summary>Gets the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance that is provided by .NET.</summary>
-      <returns>Returns the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskScheduler.Id">
-      <summary>Gets the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler" />.</summary>
-      <returns>Returns the unique ID for this <see cref="T:System.Threading.Tasks.TaskScheduler" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.TaskScheduler.MaximumConcurrencyLevel">
-      <summary>Indicates the maximum concurrency level this <see cref="T:System.Threading.Tasks.TaskScheduler" /> is able to support.</summary>
-      <returns>Returns an integer that represents the maximum concurrency level. The default scheduler returns <see cref="F:System.Int32.MaxValue" />.</returns>
-    </member>
-    <member name="T:System.Threading.Tasks.TaskSchedulerException">
-      <summary>Represents an exception used to communicate an invalid operation by a <see cref="T:System.Threading.Tasks.TaskScheduler" />.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> class with a system-supplied message that describes the error.</summary>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> class using the default error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="innerException">The exception that is the cause of the current exception.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> class with serialized data.</summary>
-      <param name="info">The object that holds the serialized object data.</param>
-      <param name="context">The contextual information about the source or destination.</param>
-    </member>
-    <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> class with a specified message that describes the error.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
     </member>
-    <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String,System.Exception)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
-      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
-      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
+    <member name="E:System.Threading.Tasks.TaskScheduler.UnobservedTaskException">
+      <summary>Occurs when a faulted task's unobserved exception is about to trigger exception escalation policy, which, by default, would terminate the process.</summary>
     </member>
     <member name="T:System.Threading.Tasks.TaskStatus">
       <summary>Represents the current stage in the lifecycle of a <see cref="T:System.Threading.Tasks.Task" />.</summary>
@@ -58009,7 +36546,7 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>The task is running but has not yet completed.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskStatus.WaitingForActivation">
-      <summary>The task is waiting to be activated and scheduled internally by the .NET infrastructure.</summary>
+      <summary>The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.</summary>
     </member>
     <member name="F:System.Threading.Tasks.TaskStatus.WaitingForChildrenToComplete">
       <summary>The task has finished executing and is implicitly waiting for attached child tasks to complete.</summary>
@@ -58024,9 +36561,6 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs" /> class with the unobserved exception.</summary>
       <param name="exception">The Exception that has gone unobserved.</param>
     </member>
-    <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.SetObserved">
-      <summary>Marks the <see cref="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception" /> as "observed," thus preventing it from triggering exception escalation policy which, by default, terminates the process.</summary>
-    </member>
     <member name="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception">
       <summary>The Exception that went unobserved.</summary>
       <returns>The Exception that went unobserved.</returns>
@@ -58035,13 +36569,16 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>Gets whether this exception has been marked as "observed."</summary>
       <returns>true if this exception has been marked as "observed"; otherwise false.</returns>
     </member>
+    <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.SetObserved">
+      <summary>Marks the <see cref="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception" /> as "observed," thus preventing it from triggering exception escalation policy which, by default, terminates the process.</summary>
+    </member>
     <member name="T:System.Threading.Tasks.ValueTask">
       <summary>Provides an awaitable result of an asynchronous operation.</summary>
     </member>
     <member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Sources.IValueTaskSource,System.Int16)">
       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ValueTask" /> class using the supplied <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource" /> object that represents the operation.</summary>
       <param name="source">An object that represents the operation.</param>
-      <param name="token">An opaque value that is passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource" />.</param>
+      <param name="token">An opaque value that is passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource" /></param>
     </member>
     <member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Task)">
       <summary>Initializes a new instance of the <see cref="T:System.Threading.Tasks.ValueTask" /> class using the supplied task that represents the operation.</summary>
@@ -58069,34 +36606,6 @@ The <paramref name="tasks" /> array is empty.</exception>
       <returns>
         <see langword="true" /> if the specified object is equal to the current object; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Threading.Tasks.ValueTask.FromCanceled(System.Threading.CancellationToken)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.ValueTask" /> that has completed due to cancellation with the specified cancellation token.</summary>
-      <param name="cancellationToken">The cancellation token with which to complete the task.</param>
-      <returns>The canceled task.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.FromCanceled``1(System.Threading.CancellationToken)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.ValueTask`1" /> that has completed due to cancellation with the specified cancellation token.</summary>
-      <param name="cancellationToken">The cancellation token with which to complete the task.</param>
-      <typeparam name="TResult">The type of the result of the returned task.</typeparam>
-      <returns>The canceled task.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.FromException(System.Exception)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.ValueTask" /> that has completed with the specified exception.</summary>
-      <param name="exception">The exception with which to complete the task.</param>
-      <returns>The faulted task.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.FromException``1(System.Exception)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.ValueTask`1" /> that has completed with the specified exception.</summary>
-      <param name="exception">The exception with which to complete the task.</param>
-      <typeparam name="TResult">The type of the result of the returned task.</typeparam>
-      <returns>The faulted task.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.FromResult``1(``0)">
-      <summary>Creates a <see cref="T:System.Threading.Tasks.ValueTask`1" /> that's completed successfully with the specified result.</summary>
-      <param name="result">The result to store into the completed task.</param>
-      <typeparam name="TResult">The type of the result returned by the task.</typeparam>
-      <returns>The successfully completed task.</returns>
-    </member>
     <member name="M:System.Threading.Tasks.ValueTask.GetAwaiter">
       <summary>Creates an awaiter for this value.</summary>
       <returns>The awaiter.</returns>
@@ -58105,27 +36614,6 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>Returns the hash code for this instance.</summary>
       <returns>The hash code for the current object.</returns>
     </member>
-    <member name="M:System.Threading.Tasks.ValueTask.op_Equality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
-      <summary>Compares two <see cref="T:System.Threading.Tasks.ValueTask" /> values for equality.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask" /> values are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.op_Inequality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
-      <summary>Determines whether two <see cref="T:System.Threading.Tasks.ValueTask" /> values are unequal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask" /> values are not equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask.Preserve">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask" /> that may be used at any point in the future.</summary>
-      <returns>The preserved <see cref="T:System.Threading.Tasks.ValueTask" />.</returns>
-    </member>
-    <member name="P:System.Threading.Tasks.ValueTask.CompletedTask">
-      <summary>Gets a task that has already completed successfully.</summary>
-    </member>
     <member name="P:System.Threading.Tasks.ValueTask.IsCanceled">
       <summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
       <returns>
@@ -58146,6 +36634,24 @@ The <paramref name="tasks" /> array is empty.</exception>
       <returns>
         <see langword="true" /> if this object represents a failed operation; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Threading.Tasks.ValueTask.op_Equality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
+      <summary>Compares two <see cref="T:System.Threading.Tasks.ValueTask" /> values for equality.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask" /> values are equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Threading.Tasks.ValueTask.op_Inequality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
+      <summary>Determines whether two <see cref="T:System.Threading.Tasks.ValueTask" /> values are unequal.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask" /> values are not equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Threading.Tasks.ValueTask.Preserve">
+      <summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask" /> that may be used at any point in the future.</summary>
+      <returns>The preserved <see cref="T:System.Threading.Tasks.ValueTask" />.</returns>
+    </member>
     <member name="T:System.Threading.Tasks.ValueTask`1">
       <summary>Provides a value type that wraps a <see cref="T:System.Threading.Tasks.Task`1" /> and a <typeparamref name="TResult" />, only one of which is used.</summary>
       <typeparam name="TResult">The result.</typeparam>
@@ -58194,28 +36700,6 @@ The <paramref name="tasks" /> array is empty.</exception>
       <summary>Returns the hash code for this instance.</summary>
       <returns>The hash code for the current object.</returns>
     </member>
-    <member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
-      <summary>Compares two values for equality.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
-      <summary>Determines whether two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are unequal.</summary>
-      <param name="left">The first value to compare.</param>
-      <param name="right">The second value to compare.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are not equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask`1.Preserve">
-      <summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask`1" /> that may be used at any point in the future.</summary>
-      <returns>A task object for future use.</returns>
-    </member>
-    <member name="M:System.Threading.Tasks.ValueTask`1.ToString">
-      <summary>Returns a string that represents the current object.</summary>
-      <returns>A string that represents the current object.</returns>
-    </member>
     <member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
       <summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
       <returns>
@@ -58236,10 +36720,32 @@ The <paramref name="tasks" /> array is empty.</exception>
       <returns>
         <see langword="true" /> if this object represents a failed operation; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
+      <summary>Compares two values for equality.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
+      <summary>Determines whether two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are unequal.</summary>
+      <param name="left">The first value to compare.</param>
+      <param name="right">The second value to compare.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Threading.Tasks.ValueTask`1" /> values are not equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Threading.Tasks.ValueTask`1.Preserve">
+      <summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask`1" /> that may be used at any point in the future.</summary>
+      <returns>A task object for future use.</returns>
+    </member>
     <member name="P:System.Threading.Tasks.ValueTask`1.Result">
       <summary>Gets the result.</summary>
       <returns>The result.</returns>
     </member>
+    <member name="M:System.Threading.Tasks.ValueTask`1.ToString">
+      <summary>Returns a string that represents the current object.</summary>
+      <returns>A string that represents the current object.</returns>
+    </member>
     <member name="T:System.Threading.Timeout">
       <summary>Contains constants that specify infinite time-out intervals. This class cannot be inherited.</summary>
     </member>
@@ -58249,121 +36755,9 @@ The <paramref name="tasks" /> array is empty.</exception>
     <member name="F:System.Threading.Timeout.InfiniteTimeSpan">
       <summary>A constant used to specify an infinite waiting period, for methods that accept a <see cref="T:System.TimeSpan" /> parameter.</summary>
     </member>
-    <member name="T:System.Threading.Timer">
-      <summary>Provides a mechanism for executing a method on a thread pool thread at specified intervals. This class cannot be inherited.</summary>
-    </member>
-    <member name="M:System.Threading.Timer.#ctor(System.Threading.TimerCallback)">
-      <summary>Initializes a new instance of the <see cref="T:System.Threading.Timer" /> class with an infinite period and an infinite due time, using the newly created <see cref="T:System.Threading.Timer" /> object as the state object.</summary>
-      <param name="callback">A <see cref="T:System.Threading.TimerCallback" /> delegate representing a method to be executed.</param>
-    </member>
-    <member name="M:System.Threading.Timer.#ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see langword="Timer" /> class, using a 32-bit signed integer to specify the time interval.</summary>
-      <param name="callback">A <see cref="T:System.Threading.TimerCallback" /> delegate representing a method to be executed.</param>
-      <param name="state">An object containing information to be used by the callback method, or <see langword="null" />.</param>
-      <param name="dueTime">The amount of time to delay before <paramref name="callback" /> is invoked, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from starting. Specify zero (0) to start the timer immediately.</param>
-      <param name="period">The time interval between invocations of <paramref name="callback" />, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter is negative and is not equal to <see cref="F:System.Threading.Timeout.Infinite" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="callback" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Threading.Timer.#ctor(System.Threading.TimerCallback,System.Object,System.Int64,System.Int64)">
-      <summary>Initializes a new instance of the <see langword="Timer" /> class, using 64-bit signed integers to measure time intervals.</summary>
-      <param name="callback">A <see cref="T:System.Threading.TimerCallback" /> delegate representing a method to be executed.</param>
-      <param name="state">An object containing information to be used by the callback method, or <see langword="null" />.</param>
-      <param name="dueTime">The amount of time to delay before <paramref name="callback" /> is invoked, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from starting. Specify zero (0) to start the timer immediately.</param>
-      <param name="period">The time interval between invocations of <paramref name="callback" />, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter is negative and is not equal to <see cref="F:System.Threading.Timeout.Infinite" />.</exception>
-      <exception cref="T:System.NotSupportedException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter is greater than 4294967294.</exception>
-    </member>
-    <member name="M:System.Threading.Timer.#ctor(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan)">
-      <summary>Initializes a new instance of the <see langword="Timer" /> class, using <see cref="T:System.TimeSpan" /> values to measure time intervals.</summary>
-      <param name="callback">A delegate representing a method to be executed.</param>
-      <param name="state">An object containing information to be used by the callback method, or <see langword="null" />.</param>
-      <param name="dueTime">The amount of time to delay before the <paramref name="callback" /> is invoked. Specify <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to prevent the timer from starting. Specify <see cref="F:System.TimeSpan.Zero" /> to start the timer immediately.</param>
-      <param name="period">The time interval between invocations of <paramref name="callback" />. Specify <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The number of milliseconds in the value of <paramref name="dueTime" /> or <paramref name="period" /> is negative and not equal to <see cref="F:System.Threading.Timeout.Infinite" />, or is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="callback" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Threading.Timer.#ctor(System.Threading.TimerCallback,System.Object,System.UInt32,System.UInt32)">
-      <summary>Initializes a new instance of the <see langword="Timer" /> class, using 32-bit unsigned integers to measure time intervals.</summary>
-      <param name="callback">A delegate representing a method to be executed.</param>
-      <param name="state">An object containing information to be used by the callback method, or <see langword="null" />.</param>
-      <param name="dueTime">The amount of time to delay before <paramref name="callback" /> is invoked, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from starting. Specify zero (0) to start the timer immediately.</param>
-      <param name="period">The time interval between invocations of <paramref name="callback" />, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter is negative and is not equal to <see cref="F:System.Threading.Timeout.Infinite" />.</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="callback" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.Threading.Timer.Change(System.Int32,System.Int32)">
-      <summary>Changes the start time and the interval between method invocations for a timer, using 32-bit signed integers to measure time intervals.</summary>
-      <param name="dueTime">The amount of time to delay before the invoking the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from restarting. Specify zero (0) to restart the timer immediately.</param>
-      <param name="period">The time interval between invocations of the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Timer" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter is negative and is not equal to <see cref="F:System.Threading.Timeout.Infinite" />.</exception>
-      <returns>
-        <see langword="true" /> if the timer was successfully updated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Timer.Change(System.Int64,System.Int64)">
-      <summary>Changes the start time and the interval between method invocations for a timer, using 64-bit signed integers to measure time intervals.</summary>
-      <param name="dueTime">The amount of time to delay before the invoking the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from restarting. Specify zero (0) to restart the timer immediately.  This value must be less than or equal to 4294967294.</param>
-      <param name="period">The time interval between invocations of the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Timer" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="dueTime" /> or <paramref name="period" /> is less than -1.
-        
--or-
-
-<paramref name="dueTime" /> or <paramref name="period" /> is greater than 4294967294.</exception>
-      <returns>
-        <see langword="true" /> if the timer was successfully updated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Timer.Change(System.TimeSpan,System.TimeSpan)">
-      <summary>Changes the start time and the interval between method invocations for a timer, using <see cref="T:System.TimeSpan" /> values to measure time intervals.</summary>
-      <param name="dueTime">A <see cref="T:System.TimeSpan" /> representing the amount of time to delay before invoking the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed. Specify <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to prevent the timer from restarting. Specify <see cref="F:System.TimeSpan.Zero" /> to restart the timer immediately.</param>
-      <param name="period">The time interval between invocations of the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed. Specify <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Timer" /> has already been disposed.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter, in milliseconds, is less than -1.</exception>
-      <exception cref="T:System.NotSupportedException">The <paramref name="dueTime" /> or <paramref name="period" /> parameter, in milliseconds, is greater than 4294967294.</exception>
-      <returns>
-        <see langword="true" /> if the timer was successfully updated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Timer.Change(System.UInt32,System.UInt32)">
-      <summary>Changes the start time and the interval between method invocations for a timer, using 32-bit unsigned integers to measure time intervals.</summary>
-      <param name="dueTime">The amount of time to delay before the invoking the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to prevent the timer from restarting. Specify zero (0) to restart the timer immediately.</param>
-      <param name="period">The time interval between invocations of the callback method specified when the <see cref="T:System.Threading.Timer" /> was constructed, in milliseconds. Specify <see cref="F:System.Threading.Timeout.Infinite" /> to disable periodic signaling.</param>
-      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Timer" /> has already been disposed.</exception>
-      <returns>
-        <see langword="true" /> if the timer was successfully updated; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Timer.Dispose">
-      <summary>Releases all resources used by the current instance of <see cref="T:System.Threading.Timer" />.</summary>
-    </member>
-    <member name="M:System.Threading.Timer.Dispose(System.Threading.WaitHandle)">
-      <summary>Releases all resources used by the current instance of <see cref="T:System.Threading.Timer" /> and signals when the timer has been disposed of.</summary>
-      <param name="notifyObject">The <see cref="T:System.Threading.WaitHandle" /> to be signaled when the <see langword="Timer" /> has been disposed of.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="notifyObject" /> parameter is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the function succeeds; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Threading.Timer.DisposeAsync">
-      <summary>Releases all resources used by the current instance of <see cref="T:System.Threading.Timer" />.</summary>
-      <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> that completes when all work associated with the timer has ceased.</returns>
-    </member>
-    <member name="P:System.Threading.Timer.ActiveCount">
-      <summary>Gets the number of timers that are currently active. An active timer is registered to tick at some point in the future, and has not yet been canceled.</summary>
-      <returns>The number of timers that are currently active.</returns>
-    </member>
-    <member name="T:System.Threading.TimerCallback">
-      <summary>Represents the method that handles calls from a <see cref="T:System.Threading.Timer" />.</summary>
-      <param name="state">An object containing application-specific information relevant to the method invoked by this delegate, or <see langword="null" />.</param>
-    </member>
     <member name="T:System.Threading.WaitHandle">
       <summary>Encapsulates operating system-specific objects that wait for exclusive access to shared resources.</summary>
     </member>
-    <member name="F:System.Threading.WaitHandle.InvalidHandle">
-      <summary>Represents an invalid native operating system handle. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Threading.WaitHandle.WaitTimeout">
-      <summary>Indicates that a <see cref="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.Int32,System.Boolean)" /> operation timed out before any of the wait handles were signaled. This field is constant.</summary>
-    </member>
     <member name="M:System.Threading.WaitHandle.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Threading.WaitHandle" /> class.</summary>
     </member>
@@ -58378,22 +36772,32 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="explicitDisposing">
         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
     </member>
+    <member name="P:System.Threading.WaitHandle.Handle">
+      <summary>Gets or sets the native operating system handle.</summary>
+      <returns>An <see langword="IntPtr" /> representing the native operating system handle. The default is the value of the <see cref="F:System.Threading.WaitHandle.InvalidHandle" /> field.</returns>
+    </member>
+    <member name="F:System.Threading.WaitHandle.InvalidHandle">
+      <summary>Represents an invalid native operating system handle. This field is read-only.</summary>
+    </member>
+    <member name="P:System.Threading.WaitHandle.SafeWaitHandle">
+      <summary>Gets or sets the native operating system handle.</summary>
+      <returns>A <see cref="T:Microsoft.Win32.SafeHandles.SafeWaitHandle" /> representing the native operating system handle.</returns>
+    </member>
     <member name="M:System.Threading.WaitHandle.SignalAndWait(System.Threading.WaitHandle,System.Threading.WaitHandle)">
       <summary>Signals one <see cref="T:System.Threading.WaitHandle" /> and waits on another.</summary>
       <param name="toSignal">The <see cref="T:System.Threading.WaitHandle" /> to signal.</param>
       <param name="toWaitOn">The <see cref="T:System.Threading.WaitHandle" /> to wait on.</param>
+      <returns>
+        <see langword="true" /> if both the signal and the wait complete successfully; if the wait does not complete, the method does not return.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="toSignal" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="toWaitOn" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The method was called on a thread in <see cref="F:System.Threading.ApartmentState.STA" /> state.</exception>
+        <paramref name="toSignal" /> is <see langword="null" />.
+-or-
+<paramref name="toWaitOn" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The method was called on a thread that has <see cref="T:System.STAThreadAttribute" />.</exception>
+      <exception cref="T:System.PlatformNotSupportedException">This method is not supported on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="toSignal" /> is a semaphore, and it already has a full count.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
-      <returns>
-        <see langword="true" /> if both the signal and the wait complete successfully; if the wait does not complete, the method does not return.</returns>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
     </member>
     <member name="M:System.Threading.WaitHandle.SignalAndWait(System.Threading.WaitHandle,System.Threading.WaitHandle,System.Int32,System.Boolean)">
       <summary>Signals one <see cref="T:System.Threading.WaitHandle" /> and waits on another, specifying a time-out interval as a 32-bit signed integer and specifying whether to exit the synchronization domain for the context before entering the wait.</summary>
@@ -58402,19 +36806,18 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="millisecondsTimeout">An integer that represents the interval to wait. If the value is <see cref="F:System.Threading.Timeout.Infinite" />, that is, -1, the wait is infinite.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if both the signal and the wait completed successfully, or <see langword="false" /> if the signal completed but the wait timed out.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="toSignal" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="toWaitOn" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The method is called on a thread in <see cref="F:System.Threading.ApartmentState.STA" /> state.</exception>
+        <paramref name="toSignal" /> is <see langword="null" />.
+-or-
+<paramref name="toWaitOn" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The method is called on a thread that has <see cref="T:System.STAThreadAttribute" />.</exception>
+      <exception cref="T:System.PlatformNotSupportedException">This method is not supported on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.WaitHandle" /> cannot be signaled because it would exceed its maximum count.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
-      <returns>
-        <see langword="true" /> if both the signal and the wait completed successfully, or <see langword="false" /> if the signal completed but the wait timed out.</returns>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
     </member>
     <member name="M:System.Threading.WaitHandle.SignalAndWait(System.Threading.WaitHandle,System.Threading.WaitHandle,System.TimeSpan,System.Boolean)">
       <summary>Signals one <see cref="T:System.Threading.WaitHandle" /> and waits on another, specifying the time-out interval as a <see cref="T:System.TimeSpan" /> and specifying whether to exit the synchronization domain for the context before entering the wait.</summary>
@@ -58423,77 +36826,69 @@ The <paramref name="tasks" /> array is empty.</exception>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the interval to wait. If the value is -1, the wait is infinite.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if both the signal and the wait completed successfully, or <see langword="false" /> if the signal completed but the wait timed out.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="toSignal" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="toWaitOn" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">The method was called on a thread in <see cref="F:System.Threading.ApartmentState.STA" /> state.</exception>
+        <paramref name="toSignal" /> is <see langword="null" />.
+-or-
+<paramref name="toWaitOn" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">The method was called on a thread that has <see cref="T:System.STAThreadAttribute" />.</exception>
+      <exception cref="T:System.PlatformNotSupportedException">This method is not supported on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">
         <paramref name="toSignal" /> is a semaphore, and it already has a full count.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> evaluates to a negative number of milliseconds other than -1.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
-      <returns>
-        <see langword="true" /> if both the signal and the wait completed successfully, or <see langword="false" /> if the signal completed but the wait timed out.</returns>
+        <paramref name="timeout" /> evaluates to a negative number of milliseconds other than -1.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[])">
       <summary>Waits for all the elements in the specified array to receive a signal.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait. This array cannot contain multiple references to the same object.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />. -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array are <see langword="null" />.  
-  
- -or-  
+      <returns>
+        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise the method never returns.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />. -or-
+One or more of the objects in the <paramref name="waitHandles" /> array are <see langword="null" />.
+-or-
+<paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
+      <exception cref="T:System.DuplicateWaitObjectException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.  
   
- <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
-      <exception cref="T:System.DuplicateWaitObjectException">The <paramref name="waitHandles" /> array contains elements that are duplicates.
 
-Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.</exception>
-      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.  
-  
- -or-  
+            
   
- The current thread is in <see cref="F:System.Threading.ApartmentState.STA" /> state, and <paramref name="waitHandles" /> contains more than one element.</exception>
+ The <paramref name="waitHandles" /> array contains elements that are duplicates.</exception>
+      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.
+-or-
+The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 1.0 or 1.1.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise the method never returns.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[],System.Int32)">
       <summary>Waits for all the elements in the specified array to receive a signal, using an <see cref="T:System.Int32" /> value to specify the time interval.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait. This array cannot contain multiple references to the same object (duplicates).</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.  
-  
- -or-  
+      <returns>
+        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.
+-or-
+<paramref name="waitHandles" /> is an array with no elements.</exception>
+      <exception cref="T:System.DuplicateWaitObjectException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.  
   
- <paramref name="waitHandles" /> is an array with no elements.</exception>
-      <exception cref="T:System.DuplicateWaitObjectException">The <paramref name="waitHandles" /> array contains elements that are duplicates.
 
-Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.</exception>
-      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.  
-  
- -or-  
+            
   
- The current thread is in <see cref="F:System.Threading.ApartmentState.STA" /> state, and <paramref name="waitHandles" /> contains more than one element.</exception>
+ The <paramref name="waitHandles" /> array contains elements that are duplicates.</exception>
+      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.
+-or-
+The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[],System.Int32,System.Boolean)">
       <summary>Waits for all the elements in the specified array to receive a signal, using an <see cref="T:System.Int32" /> value to specify the time interval and specifying whether to exit the synchronization domain before the wait.</summary>
@@ -58501,61 +36896,50 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
+      <returns>
+        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.
+-or-
+<paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
       <exception cref="T:System.DuplicateWaitObjectException">The <paramref name="waitHandles" /> array contains elements that are duplicates.</exception>
-      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.  
-  
- -or-  
-  
- The current thread is in <see cref="F:System.Threading.ApartmentState.STA" /> state, and <paramref name="waitHandles" /> contains more than one element.</exception>
+      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.
+-or-
+The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 1.0 or 1.1.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[],System.TimeSpan)">
       <summary>Waits for all the elements in the specified array to receive a signal, using a <see cref="T:System.TimeSpan" /> value to specify the time interval.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait. This array cannot contain multiple references to the same object.</param>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds, to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.  
-  
- -or-  
+      <returns>
+        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.
+-or-
+<paramref name="waitHandles" /> is an array with no elements.</exception>
+      <exception cref="T:System.DuplicateWaitObjectException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.  
   
- <paramref name="waitHandles" /> is an array with no elements.</exception>
-      <exception cref="T:System.DuplicateWaitObjectException">The <paramref name="waitHandles" /> array contains elements that are duplicates.
 
-Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.ArgumentException" />, instead.</exception>
-      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.  
-  
- -or-  
+            
   
- The current thread is in <see cref="F:System.Threading.ApartmentState.STA" /> state, and <paramref name="waitHandles" /> contains more than one element.</exception>
+ The <paramref name="waitHandles" /> array contains elements that are duplicates.</exception>
+      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.
+-or-
+The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[],System.TimeSpan,System.Boolean)">
       <summary>Waits for all the elements in the specified array to receive a signal, using a <see cref="T:System.TimeSpan" /> value to specify the time interval, and specifying whether to exit the synchronization domain before the wait.</summary>
@@ -58563,68 +36947,56 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds, to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
+      <returns>
+        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.
+-or-
+<paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 2.0 or later.</exception>
       <exception cref="T:System.DuplicateWaitObjectException">The <paramref name="waitHandles" /> array contains elements that are duplicates.</exception>
-      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.  
-  
- -or-  
-  
- The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
+      <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.
+-or-
+The <see cref="T:System.STAThreadAttribute" /> attribute is applied to the thread procedure for the current thread, and <paramref name="waitHandles" /> contains more than one element.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements and the .NET Framework version is 1.0 or 1.1.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> when every element in <paramref name="waitHandles" /> has received a signal; otherwise <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[])">
       <summary>Waits for any of the elements in the specified array to receive a signal.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
+      <returns>The array index of the object that satisfied the wait.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 1.0 or 1.1.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 2.0 or later.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>The array index of the object that satisfied the wait.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.Int32)">
       <summary>Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to specify the time interval.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait.</param>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
+      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="millisecondsTimeout" /> has passed.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="waitHandles" /> is an array with no elements.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="millisecondsTimeout" /> has passed.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.Int32,System.Boolean)">
       <summary>Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to specify the time interval, and specifying whether to exit the synchronization domain before the wait.</summary>
@@ -58632,43 +37004,37 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
+      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="millisecondsTimeout" /> has passed.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 1.0 or 1.1.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 2.0 or later.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="millisecondsTimeout" /> has passed.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.TimeSpan)">
       <summary>Waits for any of the elements in the specified array to receive a signal, using a <see cref="T:System.TimeSpan" /> to specify the time interval.</summary>
       <param name="waitHandles">A <see langword="WaitHandle" /> array containing the objects for which the current instance will wait.</param>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
+      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="timeout" /> has passed.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="waitHandles" /> is an array with no elements.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="timeout" /> has passed.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.TimeSpan,System.Boolean)">
       <summary>Waits for any of the elements in the specified array to receive a signal, using a <see cref="T:System.TimeSpan" /> to specify the time interval and specifying whether to exit the synchronization domain before the wait.</summary>
@@ -58676,97 +37042,84 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
+      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="timeout" /> has passed.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="waitHandles" /> parameter is <see langword="null" />.
+-or-
+One or more of the objects in the <paramref name="waitHandles" /> array is <see langword="null" />.</exception>
       <exception cref="T:System.NotSupportedException">The number of objects in <paramref name="waitHandles" /> is greater than the system permits.</exception>
       <exception cref="T:System.ApplicationException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 1.0 or 1.1.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="waitHandles" /> is an array with no elements, and the .NET Framework version is 2.0 or later.</exception>
       <exception cref="T:System.InvalidOperationException">The <paramref name="waitHandles" /> array contains a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>The array index of the object that satisfied the wait, or <see cref="F:System.Threading.WaitHandle.WaitTimeout" /> if no object satisfied the wait and a time interval equivalent to <paramref name="timeout" /> has passed.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitOne">
       <summary>Blocks the current thread until the current <see cref="T:System.Threading.WaitHandle" /> receives a signal.</summary>
+      <returns>
+        <see langword="true" /> if the current instance receives a signal. If the current instance is never signaled, <see cref="M:System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean)" /> never returns.</returns>
       <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The current instance is a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> if the current instance receives a signal. If the current instance is never signaled, <see cref="M:System.Threading.WaitHandle.WaitOne" /> never returns.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitOne(System.Int32)">
       <summary>Blocks the current thread until the current <see cref="T:System.Threading.WaitHandle" /> receives a signal, using a 32-bit signed integer to specify the time interval in milliseconds.</summary>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
+      <returns>
+        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The current instance is a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean)">
       <summary>Blocks the current thread until the current <see cref="T:System.Threading.WaitHandle" /> receives a signal, using a 32-bit signed integer to specify the time interval and specifying whether to exit the synchronization domain before the wait.</summary>
       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The current instance is a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitOne(System.TimeSpan)">
       <summary>Blocks the current thread until the current instance receives a signal, using a <see cref="T:System.TimeSpan" /> to specify the time interval.</summary>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
+      <returns>
+        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The current instance is a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Threading.WaitHandle.WaitOne(System.TimeSpan,System.Boolean)">
       <summary>Blocks the current thread until the current instance receives a signal, using a <see cref="T:System.TimeSpan" /> to specify the time interval and specifying whether to exit the synchronization domain before the wait.</summary>
       <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <see cref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
       <param name="exitContext">
         <see langword="true" /> to exit the synchronization domain for the context before the wait (if in a synchronized context), and reacquire it afterward; otherwise, <see langword="false" />.</param>
+      <returns>
+        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.  
-  
- -or-  
-  
- <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex.</exception>
+        <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
+-or-
+<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+      <exception cref="T:System.Threading.AbandonedMutexException">The wait completed because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
       <exception cref="T:System.InvalidOperationException">The current instance is a transparent proxy for a <see cref="T:System.Threading.WaitHandle" /> in another application domain.</exception>
-      <returns>
-        <see langword="true" /> if the current instance receives a signal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Threading.WaitHandle.Handle">
-      <summary>Gets or sets the native operating system handle.</summary>
-      <returns>An <see cref="T:System.IntPtr" /> representing the native operating system handle. The default is the value of the <see cref="F:System.Threading.WaitHandle.InvalidHandle" /> field.</returns>
-    </member>
-    <member name="P:System.Threading.WaitHandle.SafeWaitHandle">
-      <summary>Gets or sets the native operating system handle.</summary>
-      <returns>A <see cref="T:Microsoft.Win32.SafeHandles.SafeWaitHandle" /> representing the native operating system handle.</returns>
+    <member name="F:System.Threading.WaitHandle.WaitTimeout">
+      <summary>Indicates that a <see cref="M:System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[],System.Int32,System.Boolean)" /> operation timed out before any of the wait handles were signaled. This field is constant.</summary>
     </member>
     <member name="T:System.Threading.WaitHandleExtensions">
       <summary>Provides convenience methods to for working with a safe handle for a wait handle.</summary>
@@ -58774,9 +37127,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Threading.WaitHandleExtensions.GetSafeWaitHandle(System.Threading.WaitHandle)">
       <summary>Gets the safe handle for a native operating system wait handle.</summary>
       <param name="waitHandle">A native operating system handle.</param>
+      <returns>The safe wait handle that wraps the native operating system wait handle.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="waitHandle" /> is <see langword="null" />.</exception>
-      <returns>The safe wait handle that wraps the native operating system wait handle.</returns>
     </member>
     <member name="M:System.Threading.WaitHandleExtensions.SetSafeWaitHandle(System.Threading.WaitHandle,Microsoft.Win32.SafeHandles.SafeWaitHandle)">
       <summary>Sets a safe handle for a native operating system wait handle.</summary>
@@ -58791,452 +37144,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.ThreadStaticAttribute.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.ThreadStaticAttribute" /> class.</summary>
     </member>
-    <member name="T:System.TimeOnly">
-      <summary>Represents a time of day, as would be read from a clock, within the range 00:00:00 to 23:59:59.9999999.</summary>
-    </member>
-    <member name="M:System.TimeOnly.#ctor(System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure to the specified hour and the minute.</summary>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-    </member>
-    <member name="M:System.TimeOnly.#ctor(System.Int32,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure to the specified hour, minute, and second.</summary>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-    </member>
-    <member name="M:System.TimeOnly.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure to the specified hour, minute, second, and millisecond.</summary>
-      <param name="hour">The hours (0 through 23).</param>
-      <param name="minute">The minutes (0 through 59).</param>
-      <param name="second">The seconds (0 through 59).</param>
-      <param name="millisecond">The millisecond (0 through 999).</param>
-    </member>
-    <member name="M:System.TimeOnly.#ctor(System.Int64)">
-      <summary>Initializes a new instance of the <see cref="T:System.TimeOnly" /> structure using a specified number of ticks.</summary>
-      <param name="ticks">A time of day expressed in the number of 100-nanosecond units since 00:00:00.0000000.</param>
-    </member>
-    <member name="M:System.TimeOnly.Add(System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the value of the specified time span to the value of this instance.</summary>
-      <param name="value">A positive or negative time interval.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the time interval represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Add(System.TimeSpan,System.Int32@)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the value of the specified time span to the value of this instance.
-            If the result wraps past the end of the day, this method will return the number of excess days as an out parameter.</summary>
-      <param name="value">A positive or negative time interval.</param>
-      <param name="wrappedDays">When this method returns, contains the number of excess days if any that resulted from wrapping during this addition operation.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the time interval represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.AddHours(System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the specified number of hours to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional hours. The value parameter can be negative or positive.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the number of hours represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.AddHours(System.Double,System.Int32@)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the specified number of hours to the value of this instance.
-            If the result wraps past the end of the day, this method will return the number of excess days as an out parameter.</summary>
-      <param name="value">A number of whole and fractional hours. The value parameter can be negative or positive.</param>
-      <param name="wrappedDays">When this method returns, contains the number of excess days if any that resulted from wrapping during this addition operation.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the number of hours represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.AddMinutes(System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the specified number of minutes to the value of this instance.</summary>
-      <param name="value">A number of whole and fractional minutes. The value parameter can be negative or positive.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the number of minutes represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.AddMinutes(System.Double,System.Int32@)">
-      <summary>Returns a new <see cref="T:System.TimeOnly" /> that adds the specified number of minutes to the value of this instance.
-            If the result wraps past the end of the day, this method will return the number of excess days as an out parameter.</summary>
-      <param name="value">A number of whole and fractional minutes. The value parameter can be negative or positive.</param>
-      <param name="wrappedDays">When this method returns, contains the number of excess days if any that resulted from wrapping during this addition operation.</param>
-      <returns>An object whose value is the sum of the time represented by this instance and the number of minutes represented by value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.CompareTo(System.Object)">
-      <summary>Compares the value of this instance to a specified object that contains a specified <see cref="T:System.TimeOnly" /> value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.TimeOnly" /> value.</summary>
-      <param name="value">A boxed object to compare, or <see langword="null" />.</param>
-      <returns>A signed number indicating the relative values of this instance and the value parameter.
-            Less than zero if this instance is earlier than value.
-            Zero if this instance is the same as value.
-            Greater than zero if this instance is later than value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.CompareTo(System.TimeOnly)">
-      <summary>Compares the value of this instance to a specified <see cref="T:System.TimeOnly" /> value and indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:System.TimeOnly" /> value.</summary>
-      <param name="value">The object to compare to the current instance.</param>
-      <returns>A signed number indicating the relative values of this instance and the value parameter.
-
-- Less than zero if this instance is earlier than value.
-            
-- Zero if this instance is the same as value.
-            
-- Greater than zero if this instance is later than value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Equals(System.Object)">
-      <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
-      <param name="value">The object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if value is an instance of <see cref="T:System.TimeOnly" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Equals(System.TimeOnly)">
-      <summary>Returns a value indicating whether the value of this instance is equal to the value of the specified <see cref="T:System.TimeOnly" /> instance.</summary>
-      <param name="value">The object to compare to this instance.</param>
-      <returns>
-        <see langword="true" /> if the value parameter equals the value of this instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.FromDateTime(System.DateTime)">
-      <summary>Constructs a <see cref="T:System.TimeOnly" /> object from a <see cref="T:System.DateTime" /> representing the time of the day in this <see cref="T:System.DateTime" /> object.</summary>
-      <param name="dateTime">The <see cref="T:System.DateTime" /> object to extract the time of the day from.</param>
-      <returns>A <see cref="T:System.TimeOnly" /> object representing time of the day specified in the <see cref="T:System.DateTime" /> object.</returns>
-    </member>
-    <member name="M:System.TimeOnly.FromTimeSpan(System.TimeSpan)">
-      <summary>Constructs a <see cref="T:System.TimeOnly" /> object from a time span representing the time elapsed since midnight.</summary>
-      <param name="timeSpan">The time interval measured since midnight. This value has to be positive and not exceeding the time of the day.</param>
-      <returns>A <see cref="T:System.TimeOnly" /> object representing the time elapsed since midnight using the specified time span value.</returns>
-    </member>
-    <member name="M:System.TimeOnly.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.TimeOnly.IsBetween(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines if a time falls within the range provided.
-            Supports both "normal" ranges such as 10:00-12:00, and ranges that span midnight such as 23:00-01:00.</summary>
-      <param name="start">The starting time of day, inclusive.</param>
-      <param name="end">The ending time of day, exclusive.</param>
-      <returns>
-        <see langword="true" />, if the time falls within the range, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_Equality(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether two specified instances of <see cref="T:System.TimeOnly" />are equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left and right represent the same time; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_GreaterThan(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether one specified <see cref="T:System.TimeOnly" /> is later than another specified <see cref="T:System.TimeOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is later than right; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_GreaterThanOrEqual(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether one specified <see cref="T:System.TimeOnly" /> represents a time that is the same as or later than another specified <see cref="T:System.TimeOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is the same as or later than right; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_Inequality(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether two specified instances of <see cref="T:System.TimeOnly" /> are not equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left and right do not represent the same time; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_LessThan(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether one specified <see cref="T:System.TimeOnly" /> is earlier than another specified <see cref="T:System.TimeOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is earlier than right; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_LessThanOrEqual(System.TimeOnly,System.TimeOnly)">
-      <summary>Determines whether one specified <see cref="T:System.TimeOnly" /> represents a time that is the same as or earlier than another specified <see cref="T:System.TimeOnly" />.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if left is the same as or earlier than right; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.op_Subtraction(System.TimeOnly,System.TimeOnly)">
-      <summary>Gives the elapsed time between two points on a circular clock, which will always be a positive value.</summary>
-      <param name="t1">The first <see cref="T:System.TimeOnly" /> instance.</param>
-      <param name="t2">The second <see cref="T:System.TimeOnly" /> instance..</param>
-      <returns>The elapsed time between <paramref name="t1" /> and <paramref name="t2" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts a memory span that contains string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">The memory span that contains the time to parse.</param>
-      <param name="provider">The culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Parse(System.String)">
-      <summary>Converts the string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent by using the conventions of the current culture.</summary>
-      <param name="s">The string to parse.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent by using culture-specific format information and a formatting style.</summary>
-      <param name="s">The string containing the time to parse.</param>
-      <param name="provider">The culture-specific format information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in s for the parse operation to succeed, and that defines how to interpret the parsed date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A<see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="format">The format specifier that defines the required format of <paramref name="s" />.</param>
-      <param name="provider">The culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])">
-      <summary>Converts the specified span to its <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats, culture-specific format information, and style.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">The culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.String,System.String)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A string containing a time to convert.</param>
-      <param name="format">A format specifier that defines the required format of <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly or an exception is thrown.</summary>
-      <param name="s">A string containing the time to convert.</param>
-      <param name="format">The format specifier that defines the required format of <paramref name="s" />.</param>
-      <param name="provider">The culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of the enumeration values that provides additional information about <paramref name="s" />, about style elements that may be present in <paramref name="s" />, or about the conversion from <paramref name="s" /> to a <see cref="T:System.TimeOnly" /> value. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.String,System.String[])">
-      <summary>Converts the specified span to a <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats, culture-specific format information, and style.
-            The format of the string representation must match at least one of the specified formats exactly or an exception is thrown.</summary>
-      <param name="s">A string containing the time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">The culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> does not contain a valid string representation of a time.</exception>
-      <returns>A <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToLongTimeString">
-      <summary>Converts the value of the current <see cref="T:System.TimeOnly" /> instance to its equivalent long date string representation.</summary>
-      <returns>The long time string representation of the current instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToShortTimeString">
-      <summary>Converts the current <see cref="T:System.TimeOnly" /> instance to its equivalent short time string representation.</summary>
-      <returns>The short time string representation of the current instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToString">
-      <summary>Converts the current <see cref="T:System.TimeOnly" /> instance to its equivalent short time string representation using the formatting conventions of the current culture.</summary>
-      <returns>The short time string representation of the current instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToString(System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.TimeOnly" /> instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="provider">The culture-specific formatting information.</param>
-      <returns>A string representation of the current instance as specified by the provider.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToString(System.String)">
-      <summary>Converts the current <see cref="T:System.TimeOnly" /> instance to its equivalent string representation using the specified format and the formatting conventions of the current culture.</summary>
-      <param name="format">A standard or custom time format string.</param>
-      <returns>A string representation of the current instance with the specified format and the formatting conventions of the current culture.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToString(System.String,System.IFormatProvider)">
-      <summary>Converts the value of the current <see cref="T:System.TimeOnly" /> instance to its equivalent string representation using the specified culture-specific format information.</summary>
-      <param name="format">A standard or custom time format string.</param>
-      <param name="provider">The culture-specific formatting information.</param>
-      <returns>A string representation of value of the current instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.ToTimeSpan">
-      <summary>Convert the current <see cref="T:System.TimeOnly" /> instance to a <see cref="T:System.TimeSpan" /> object.</summary>
-      <returns>A <see cref="T:System.TimeSpan" /> object spanning to the time specified in the current <see cref="T:System.TimeOnly" /> instance.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current TimeOnly instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in destination.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for destination.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for destination.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats, culture-specific format information and style, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the characters that represent a time to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a date. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if<paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParse(System.ReadOnlySpan{System.Char},System.TimeOnly@)">
-      <summary>Converts the specified span representation of a time to its TimeOnly equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the time to convert.</param>
-      <param name="result">When this method returns, contains the TimeOnly value equivalent to the time contained in s, if the conversion succeeded, or MinValue if the conversion failed. The conversion fails if the s parameter is empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the s parameter was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified array of formats, culture-specific format information and style, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the time to convert.</param>
-      <param name="provider">The culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParse(System.String,System.TimeOnly@)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the time to convert.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a time that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a time that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified char span of a time to its <see cref="T:System.TimeOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The span containing the time to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that defines how to interpret the parsed time. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)">
-      <summary>Converts the specified char span of a time to its <see cref="T:System.TimeOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The span containing the time to convert.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified span representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format, culture-specific format information, and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing a time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of one or more enumeration values that indicate the permitted format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a time that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)">
-      <summary>Converts the specified string representation of a time to its <see cref="T:System.TimeOnly" /> equivalent using the specified format and style.
-            The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing the time to convert.</param>
-      <param name="format">The required format of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a time that correspond to the pattern specified in format. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)">
-      <summary>Converts the specified string of a time to its <see cref="T:System.TimeOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The string containing the time to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="style">A bitwise combination of enumeration values that defines how to interpret the parsed date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)">
-      <summary>Converts the specified string of a time to its <see cref="T:System.TimeOnly" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">The string containing the time to parse.</param>
-      <param name="formats">An array of allowable formats of <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the <see cref="T:System.TimeOnly" /> value equivalent to the time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.TimeOnly.MinValue" /> if the conversion failed. The conversion fails if <paramref name="s" /> is an empty string, or does not contain a valid string representation of a time. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.TimeOnly.Hour">
-      <summary>Gets the hour component of the time represented by this instance.</summary>
-    </member>
-    <member name="P:System.TimeOnly.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.TimeOnly" />.</summary>
-      <returns>A <see cref="T:System.TimeOnly" /> instance representing its largest possible value.</returns>
-    </member>
-    <member name="P:System.TimeOnly.Millisecond">
-      <summary>Gets the millisecond component of the time represented by this instance.</summary>
-      <returns>A number representing the millisecond component of this <see cref="T:System.TimeOnly" />.</returns>
-    </member>
-    <member name="P:System.TimeOnly.Minute">
-      <summary>Gets the minute component of the time represented by this instance.</summary>
-      <returns>A number representing the minute component of this <see cref="T:System.TimeOnly" />.</returns>
-    </member>
-    <member name="P:System.TimeOnly.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.TimeOnly" />.</summary>
-      <returns>A <see cref="T:System.TimeOnly" /> that represents its smallest possible value.</returns>
-    </member>
-    <member name="P:System.TimeOnly.Second">
-      <summary>Gets the seconds component of the time represented by this instance.</summary>
-      <returns>A number representing the seconds component of this instance.</returns>
-    </member>
-    <member name="P:System.TimeOnly.Ticks">
-      <summary>Gets the number of ticks that represent the time of this instance.</summary>
-      <returns>A number representing the number of ticks of this instance.</returns>
-    </member>
     <member name="T:System.TimeoutException">
       <summary>The exception that is thrown when the time allotted for a process or operation has expired.</summary>
     </member>
@@ -59262,30 +37169,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.TimeSpan">
       <summary>Represents a time interval.</summary>
     </member>
-    <member name="F:System.TimeSpan.MaxValue">
-      <summary>Represents the maximum <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
-    </member>
-    <member name="F:System.TimeSpan.MinValue">
-      <summary>Represents the minimum <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
-    </member>
-    <member name="F:System.TimeSpan.TicksPerDay">
-      <summary>Represents the number of ticks in 1 day. This field is constant.</summary>
-    </member>
-    <member name="F:System.TimeSpan.TicksPerHour">
-      <summary>Represents the number of ticks in 1 hour. This field is constant.</summary>
-    </member>
-    <member name="F:System.TimeSpan.TicksPerMillisecond">
-      <summary>Represents the number of ticks in 1 millisecond. This field is constant.</summary>
-    </member>
-    <member name="F:System.TimeSpan.TicksPerMinute">
-      <summary>Represents the number of ticks in 1 minute. This field is constant.</summary>
-    </member>
-    <member name="F:System.TimeSpan.TicksPerSecond">
-      <summary>Represents the number of ticks in 1 second.</summary>
-    </member>
-    <member name="F:System.TimeSpan.Zero">
-      <summary>Represents the zero <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
-    </member>
     <member name="M:System.TimeSpan.#ctor(System.Int32,System.Int32,System.Int32)">
       <summary>Initializes a new instance of the <see cref="T:System.TimeSpan" /> structure to a specified number of hours, minutes, and seconds.</summary>
       <param name="hours">Number of hours.</param>
@@ -59317,47 +37200,90 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeSpan.Add(System.TimeSpan)">
       <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the sum of the specified <see cref="T:System.TimeSpan" /> object and this instance.</summary>
       <param name="ts">The time interval to add.</param>
-      <exception cref="T:System.OverflowException">The resulting <see cref="T:System.TimeSpan" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
       <returns>A new object that represents the value of this instance plus the value of <paramref name="ts" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting <see cref="T:System.TimeSpan" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.Compare(System.TimeSpan,System.TimeSpan)">
       <summary>Compares two <see cref="T:System.TimeSpan" /> values and returns an integer that indicates whether the first value is shorter than, equal to, or longer than the second value.</summary>
       <param name="t1">The first time interval to compare.</param>
       <param name="t2">The second time interval to compare.</param>
-      <returns>One of the following values.  
+      <returns>One of the following values.
+  Value  
+  
+  Description  
+  
+  -1  
+  
+ <paramref name="t1" /> is shorter than <paramref name="t2" />.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> -1</term><description><paramref name="t1" /> is shorter than <paramref name="t2" />.</description></item><item><term> 0</term><description><paramref name="t1" /> is equal to <paramref name="t2" />.</description></item><item><term> 1</term><description><paramref name="t1" /> is longer than <paramref name="t2" />.</description></item></list></returns>
+  0  
+  
+ <paramref name="t1" /> is equal to <paramref name="t2" />.  
+  
+  1  
+  
+ <paramref name="t1" /> is longer than <paramref name="t2" />.</returns>
     </member>
     <member name="M:System.TimeSpan.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>One of the following values.
+  Value  
+  
+  Description  
+  
+  -1  
+  
+  This instance is shorter than <paramref name="value" />.  
+  
+  0  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  1  
+  
+  This instance is longer than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.TimeSpan" />.</exception>
-      <returns>One of the following values.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> -1</term><description> This instance is shorter than <paramref name="value" />.</description></item><item><term> 0</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> 1</term><description> This instance is longer than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.TimeSpan.CompareTo(System.TimeSpan)">
       <summary>Compares this instance to a specified <see cref="T:System.TimeSpan" /> object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the <see cref="T:System.TimeSpan" /> object.</summary>
       <param name="value">An object to compare to this instance.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance is shorter than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  A positive integer  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is shorter than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> A positive integer</term><description> This instance is longer than <paramref name="value" />.</description></item></list></returns>
+  This instance is longer than <paramref name="value" />.</returns>
+    </member>
+    <member name="P:System.TimeSpan.Days">
+      <summary>Gets the days component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The day component of this instance. The return value can be positive or negative.</returns>
     </member>
     <member name="M:System.TimeSpan.Divide(System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of division of this instance and the specified <paramref name="divisor" />.</summary>
-      <param name="divisor">The value to be divided by.</param>
-      <returns>A new object that represents the value of this instance divided by the value of <paramref name="divisor" />.</returns>
+      <param name="divisor" />
     </member>
     <member name="M:System.TimeSpan.Divide(System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.Double" /> value which is the result of division of this instance and the specified <paramref name="ts" />.</summary>
-      <param name="ts">The value to be divided by.</param>
-      <returns>A new value that represents result of division of this instance by the value of the <paramref name="ts" />.</returns>
+      <param name="ts" />
     </member>
     <member name="M:System.TimeSpan.Duration">
       <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the absolute value of the current <see cref="T:System.TimeSpan" /> object.</summary>
-      <exception cref="T:System.OverflowException">The value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
       <returns>A new object whose value is the absolute value of the current <see cref="T:System.TimeSpan" /> object.</returns>
+      <exception cref="T:System.OverflowException">The value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -59381,87 +37307,67 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeSpan.FromDays(System.Double)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified number of days, where the specification is accurate to the nearest millisecond.</summary>
       <param name="value">A number of days, accurate to the nearest millisecond.</param>
+      <returns>An object that represents <paramref name="value" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
+        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>An object that represents <paramref name="value" />.</returns>
     </member>
     <member name="M:System.TimeSpan.FromHours(System.Double)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified number of hours, where the specification is accurate to the nearest millisecond.</summary>
       <param name="value">A number of hours accurate to the nearest millisecond.</param>
+      <returns>An object that represents <paramref name="value" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
+        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>An object that represents <paramref name="value" />.</returns>
     </member>
     <member name="M:System.TimeSpan.FromMilliseconds(System.Double)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified number of milliseconds.</summary>
       <param name="value">A number of milliseconds.</param>
+      <returns>An object that represents <paramref name="value" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
+        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>An object that represents <paramref name="value" />.</returns>
     </member>
     <member name="M:System.TimeSpan.FromMinutes(System.Double)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.</summary>
       <param name="value">A number of minutes, accurate to the nearest millisecond.</param>
+      <returns>An object that represents <paramref name="value" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
+        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>An object that represents <paramref name="value" />.</returns>
     </member>
     <member name="M:System.TimeSpan.FromSeconds(System.Double)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.</summary>
       <param name="value">A number of seconds, accurate to the nearest millisecond.</param>
+      <returns>An object that represents <paramref name="value" />.</returns>
       <exception cref="T:System.OverflowException">
-        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.  
-  
- -or-  
-  
- <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
+        <paramref name="value" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.PositiveInfinity" />.
+-or-
+<paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is equal to <see cref="F:System.Double.NaN" />.</exception>
-      <returns>An object that represents <paramref name="value" />.</returns>
     </member>
     <member name="M:System.TimeSpan.FromTicks(System.Int64)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> that represents a specified time, where the specification is in units of ticks.</summary>
@@ -59472,34 +37378,46 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns a hash code for this instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.TimeSpan.Hours">
+      <summary>Gets the hours component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The hour component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -23 through 23.</returns>
+    </member>
+    <member name="F:System.TimeSpan.MaxValue">
+      <summary>Represents the maximum <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
+    </member>
+    <member name="P:System.TimeSpan.Milliseconds">
+      <summary>Gets the milliseconds component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The millisecond component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -999 through 999.</returns>
+    </member>
+    <member name="P:System.TimeSpan.Minutes">
+      <summary>Gets the minutes component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The minute component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -59 through 59.</returns>
+    </member>
+    <member name="F:System.TimeSpan.MinValue">
+      <summary>Represents the minimum <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
+    </member>
     <member name="M:System.TimeSpan.Multiply(System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of multiplication of this instance and the specified <paramref name="factor" />.</summary>
-      <param name="factor">The value to be multiplied by.</param>
-      <returns>A new object that represents the value of this instance multiplied by the value of <paramref name="factor" />.</returns>
+      <param name="factor" />
     </member>
     <member name="M:System.TimeSpan.Negate">
       <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the negated value of this instance.</summary>
-      <exception cref="T:System.OverflowException">The negated value of this instance cannot be represented by a <see cref="T:System.TimeSpan" />; that is, the value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
       <returns>A new object with the same numeric value as this instance, but with the opposite sign.</returns>
+      <exception cref="T:System.OverflowException">The negated value of this instance cannot be represented by a <see cref="T:System.TimeSpan" />; that is, the value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.op_Addition(System.TimeSpan,System.TimeSpan)">
       <summary>Adds two specified <see cref="T:System.TimeSpan" /> instances.</summary>
       <param name="t1">The first time interval to add.</param>
       <param name="t2">The second time interval to add.</param>
-      <exception cref="T:System.OverflowException">The resulting <see cref="T:System.TimeSpan" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
       <returns>An object whose value is the sum of the values of <paramref name="t1" /> and <paramref name="t2" />.</returns>
+      <exception cref="T:System.OverflowException">The resulting <see cref="T:System.TimeSpan" /> is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.op_Division(System.TimeSpan,System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> object which value is the result of division of <paramref name="timeSpan" /> instance and the specified <paramref name="divisor" />.</summary>
-      <param name="timeSpan">Dividend or the value to be divided.</param>
-      <param name="divisor">The value to be divided by.</param>
-      <returns>A new object that represents the value of <paramref name="timeSpan" /> instance divided by the value of <paramref name="divisor" />.</returns>
+      <param name="timeSpan" />
+      <param name="divisor" />
     </member>
     <member name="M:System.TimeSpan.op_Division(System.TimeSpan,System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.Double" /> value which is the result of division of <paramref name="t1" /> instance and the specified <paramref name="t2" />.</summary>
-      <param name="t1">Divident or the value to be divided.</param>
-      <param name="t2">The value to be divided by.</param>
-      <returns>A new value that represents result of division of <paramref name="t1" /> instance by the value of the <paramref name="t2" />.</returns>
+      <param name="t1" />
+      <param name="t2" />
     </member>
     <member name="M:System.TimeSpan.op_Equality(System.TimeSpan,System.TimeSpan)">
       <summary>Indicates whether two <see cref="T:System.TimeSpan" /> instances are equal.</summary>
@@ -59544,29 +37462,25 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if the value of <paramref name="t1" /> is less than or equal to the value of <paramref name="t2" />; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.TimeSpan.op_Multiply(System.Double,System.TimeSpan)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of multiplying the specified <paramref name="factor" /> and the specified <paramref name="timeSpan" /> instance.</summary>
-      <param name="factor">The value to be multiplied by.</param>
-      <param name="timeSpan">The value to be multiplied.</param>
-      <returns>A new object that represents the value of the specified <paramref name="factor" /> multiplied by the value of the specified <paramref name="timeSpan" /> instance.</returns>
+      <param name="factor" />
+      <param name="timeSpan" />
     </member>
     <member name="M:System.TimeSpan.op_Multiply(System.TimeSpan,System.Double)">
-      <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of multiplying the specified <paramref name="timeSpan" /> instance and the specified <paramref name="factor" />.</summary>
-      <param name="timeSpan">The value to be multiplied.</param>
-      <param name="factor">The value to be multiplied by.</param>
-      <returns>A new object that represents the value of the specified <paramref name="timeSpan" /> instance multiplied by the value of the specified <paramref name="factor" />.</returns>
+      <param name="timeSpan" />
+      <param name="factor" />
     </member>
     <member name="M:System.TimeSpan.op_Subtraction(System.TimeSpan,System.TimeSpan)">
       <summary>Subtracts a specified <see cref="T:System.TimeSpan" /> from another specified <see cref="T:System.TimeSpan" />.</summary>
       <param name="t1">The minuend.</param>
       <param name="t2">The subtrahend.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
       <returns>An object whose value is the result of the value of <paramref name="t1" /> minus the value of <paramref name="t2" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.op_UnaryNegation(System.TimeSpan)">
       <summary>Returns a <see cref="T:System.TimeSpan" /> whose value is the negated value of the specified instance.</summary>
       <param name="t">The time interval to be negated.</param>
-      <exception cref="T:System.OverflowException">The negated value of this instance cannot be represented by a <see cref="T:System.TimeSpan" />; that is, the value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
       <returns>An object that has the same numeric value as this instance, but the opposite sign.</returns>
+      <exception cref="T:System.OverflowException">The negated value of this instance cannot be represented by a <see cref="T:System.TimeSpan" />; that is, the value of this instance is <see cref="F:System.TimeSpan.MinValue" />.</exception>
     </member>
     <member name="M:System.TimeSpan.op_UnaryPlus(System.TimeSpan)">
       <summary>Returns the specified instance of <see cref="T:System.TimeSpan" />.</summary>
@@ -59574,74 +37488,62 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>The time interval specified by <paramref name="t" />.</returns>
     </member>
     <member name="M:System.TimeSpan.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Converts the span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified culture-specific format information.</summary>
-      <param name="input">A span containing the characters that represent the time interval to convert.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formatProvider" />.</returns>
+      <param name="input" />
+      <param name="formatProvider" />
     </member>
     <member name="M:System.TimeSpan.Parse(System.String)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent.</summary>
       <param name="s">A string that specifies the time interval to convert.</param>
+      <returns>A time interval that corresponds to <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components is outside its valid range.</exception>
     </member>
     <member name="M:System.TimeSpan.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified culture-specific format information.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
       <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
+      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formatProvider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="input" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formatProvider" />.</returns>
+        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)">
-      <summary>Converts the char span of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A span that specifies the time interval to convert.</param>
-      <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
-      <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in <paramref name="input" />.</param>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+      <param name="input" />
+      <param name="format" />
+      <param name="formatProvider" />
+      <param name="styles" />
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)">
-      <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information, and styles. The format of the string representation must match one of the specified formats exactly.</summary>
-      <param name="input">A span that specifies the time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the required format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that provides culture-specific formatting information.</param>
-      <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in input.</param>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns>
+      <param name="input" />
+      <param name="formats" />
+      <param name="formatProvider" />
+      <param name="styles" />
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
       <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
+      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="input" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information, and styles. The format of the string representation must match the specified format exactly.</summary>
@@ -59649,6 +37551,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
       <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in <paramref name="input" />.</param>
+      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="styles" /> is an invalid <see cref="T:System.Globalization.TimeSpanStyles" /> value.</exception>
       <exception cref="T:System.ArgumentNullException">
@@ -59656,36 +37559,32 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.FormatException">
         <paramref name="input" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="format" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns>
+        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified array of format strings and culture-specific format information. The format of the string representation must match one of the specified formats exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that defines the required format of <paramref name="input" />.</param>
+      <param name="formats">A array of standard or custom format strings that defines the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
+      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" /> and <paramref name="formatProvider" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="input" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" /> and <paramref name="formatProvider" />.</returns>
+        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
     </member>
     <member name="M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information, and styles. The format of the string representation must match one of the specified formats exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the required format of <paramref name="input" />.</param>
+      <param name="formats">A array of standard or custom format strings that define the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
       <param name="styles">A bitwise combination of enumeration values that defines the style elements that may be present in input.</param>
+      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="styles" /> is an invalid <see cref="T:System.Globalization.TimeSpanStyles" /> value.</exception>
       <exception cref="T:System.ArgumentNullException">
@@ -59693,18 +37592,38 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <exception cref="T:System.FormatException">
         <paramref name="input" /> has an invalid format.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.  
-  
- -or-  
-  
- At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
-      <returns>A time interval that corresponds to <paramref name="input" />, as specified by <paramref name="formats" />, <paramref name="formatProvider" />, and <paramref name="styles" />.</returns>
+        <paramref name="input" /> represents a number that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.
+-or-
+At least one of the days, hours, minutes, or seconds components in <paramref name="input" /> is outside its valid range.</exception>
+    </member>
+    <member name="P:System.TimeSpan.Seconds">
+      <summary>Gets the seconds component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The second component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -59 through 59.</returns>
     </member>
     <member name="M:System.TimeSpan.Subtract(System.TimeSpan)">
       <summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the difference between the specified <see cref="T:System.TimeSpan" /> object and this instance.</summary>
       <param name="ts">The time interval to be subtracted.</param>
-      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
       <returns>A new time interval whose value is the result of the value of this instance minus the value of <paramref name="ts" />.</returns>
+      <exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />.</exception>
+    </member>
+    <member name="P:System.TimeSpan.Ticks">
+      <summary>Gets the number of ticks that represent the value of the current <see cref="T:System.TimeSpan" /> structure.</summary>
+      <returns>The number of ticks contained in this instance.</returns>
+    </member>
+    <member name="F:System.TimeSpan.TicksPerDay">
+      <summary>Represents the number of ticks in 1 day. This field is constant.</summary>
+    </member>
+    <member name="F:System.TimeSpan.TicksPerHour">
+      <summary>Represents the number of ticks in 1 hour. This field is constant.</summary>
+    </member>
+    <member name="F:System.TimeSpan.TicksPerMillisecond">
+      <summary>Represents the number of ticks in 1 millisecond. This field is constant.</summary>
+    </member>
+    <member name="F:System.TimeSpan.TicksPerMinute">
+      <summary>Represents the number of ticks in 1 minute. This field is constant.</summary>
+    </member>
+    <member name="F:System.TimeSpan.TicksPerSecond">
+      <summary>Represents the number of ticks in 1 second.</summary>
     </member>
     <member name="M:System.TimeSpan.ToString">
       <summary>Converts the value of the current <see cref="T:System.TimeSpan" /> object to its equivalent string representation.</summary>
@@ -59713,39 +37632,50 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeSpan.ToString(System.String)">
       <summary>Converts the value of the current <see cref="T:System.TimeSpan" /> object to its equivalent string representation by using the specified format.</summary>
       <param name="format">A standard or custom <see cref="T:System.TimeSpan" /> format string.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is not recognized or is not supported.</exception>
       <returns>The string representation of the current <see cref="T:System.TimeSpan" /> value in the format specified by the <paramref name="format" /> parameter.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is not recognized or is not supported.</exception>
     </member>
     <member name="M:System.TimeSpan.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the value of the current <see cref="T:System.TimeSpan" /> object to its equivalent string representation by using the specified format and culture-specific formatting information.</summary>
       <param name="format">A standard or custom <see cref="T:System.TimeSpan" /> format string.</param>
       <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is not recognized or is not supported.</exception>
       <returns>The string representation of the current <see cref="T:System.TimeSpan" /> value, as specified by <paramref name="format" /> and <paramref name="formatProvider" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is not recognized or is not supported.</exception>
+    </member>
+    <member name="P:System.TimeSpan.TotalDays">
+      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional days.</summary>
+      <returns>The total number of days represented by this instance.</returns>
+    </member>
+    <member name="P:System.TimeSpan.TotalHours">
+      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional hours.</summary>
+      <returns>The total number of hours represented by this instance.</returns>
+    </member>
+    <member name="P:System.TimeSpan.TotalMilliseconds">
+      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional milliseconds.</summary>
+      <returns>The total number of milliseconds represented by this instance.</returns>
+    </member>
+    <member name="P:System.TimeSpan.TotalMinutes">
+      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional minutes.</summary>
+      <returns>The total number of minutes represented by this instance.</returns>
+    </member>
+    <member name="P:System.TimeSpan.TotalSeconds">
+      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional seconds.</summary>
+      <returns>The total number of seconds represented by this instance.</returns>
     </member>
     <member name="M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current timespan number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="formatProvider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="formatProvider" />
     </member>
     <member name="M:System.TimeSpan.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)">
-      <summary>Converts the span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified culture-specific formatting information, and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="input">A span containing the characters representing the time interval to convert.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />. This operation returns <see langword="false" /> if the <paramref name="input" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, has an invalid format, represents a time interval that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />, or has at least one days, hours, minutes, or seconds component outside its valid range.</returns>
+      <param name="input" />
+      <param name="formatProvider" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParse(System.ReadOnlySpan{System.Char},System.TimeSpan@)">
-      <summary>Converts the span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
-      <param name="s">A span containing the characters representing the time interval to convert.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="s" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />. This operation returns <see langword="false" /> if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, has an invalid format, represents a time interval that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />, or has at least one days, hours, minutes, or seconds component outside its valid range.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)">
       <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified culture-specific formatting information, and returns a value that indicates whether the conversion succeeded.</summary>
@@ -59763,45 +37693,33 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />. This operation returns <see langword="false" /> if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, has an invalid format, represents a time interval that is less than <see cref="F:System.TimeSpan.MinValue" /> or greater than <see cref="F:System.TimeSpan.MaxValue" />, or has at least one days, hours, minutes, or seconds component outside its valid range.</returns>
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)">
-      <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A span containing the characters that represent a time interval to convert.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="input" />
+      <param name="format" />
+      <param name="formatProvider" />
+      <param name="styles" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)">
-      <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
-      <param name="input">A span containing the characters that represent a time interval to convert.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="input" />
+      <param name="format" />
+      <param name="formatProvider" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)">
-      <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly.</summary>
-      <param name="input">A span containing the characters that represent a time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="input" />
+      <param name="formats" />
+      <param name="formatProvider" />
+      <param name="styles" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)">
-      <summary>Converts the specified span representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly.</summary>
-      <param name="input">A span containing the characters that represent a time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
-      <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
-      <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="input" />
+      <param name="formats" />
+      <param name="formatProvider" />
+      <param name="result" />
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)">
-      <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information and styles. The format of the string representation must match the specified format exactly.</summary>
+      <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
       <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
@@ -59811,7 +37729,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)">
-      <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.</summary>
+      <summary>Converts the string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
       <param name="format">A standard or custom format string that defines the required format of <paramref name="input" />.</param>
       <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
@@ -59820,9 +37738,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)">
-      <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly.</summary>
+      <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
+      <param name="formats">A array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
       <param name="formatProvider">An object that supplies culture-specific formatting information.</param>
       <param name="styles">One or more enumeration values that indicate the style of <paramref name="input" />.</param>
       <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
@@ -59830,57 +37748,16 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
         <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)">
-      <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly.</summary>
+      <summary>Converts the specified string representation of a time interval to its <see cref="T:System.TimeSpan" /> equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.</summary>
       <param name="input">A string that specifies the time interval to convert.</param>
-      <param name="formats">An array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
+      <param name="formats">A array of standard or custom format strings that define the acceptable formats of <paramref name="input" />.</param>
       <param name="formatProvider">An object that provides culture-specific formatting information.</param>
       <param name="result">When this method returns, contains an object that represents the time interval specified by <paramref name="input" />, or <see cref="F:System.TimeSpan.Zero" /> if the conversion failed. This parameter is passed uninitialized.</param>
       <returns>
         <see langword="true" /> if <paramref name="input" /> was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.TimeSpan.Days">
-      <summary>Gets the days component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The day component of this instance. The return value can be positive or negative.</returns>
-    </member>
-    <member name="P:System.TimeSpan.Hours">
-      <summary>Gets the hours component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The hour component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -23 through 23.</returns>
-    </member>
-    <member name="P:System.TimeSpan.Milliseconds">
-      <summary>Gets the milliseconds component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The millisecond component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -999 through 999.</returns>
-    </member>
-    <member name="P:System.TimeSpan.Minutes">
-      <summary>Gets the minutes component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The minute component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -59 through 59.</returns>
-    </member>
-    <member name="P:System.TimeSpan.Seconds">
-      <summary>Gets the seconds component of the time interval represented by the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The second component of the current <see cref="T:System.TimeSpan" /> structure. The return value ranges from -59 through 59.</returns>
-    </member>
-    <member name="P:System.TimeSpan.Ticks">
-      <summary>Gets the number of ticks that represent the value of the current <see cref="T:System.TimeSpan" /> structure.</summary>
-      <returns>The number of ticks contained in this instance.</returns>
-    </member>
-    <member name="P:System.TimeSpan.TotalDays">
-      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional days.</summary>
-      <returns>The total number of days represented by this instance.</returns>
-    </member>
-    <member name="P:System.TimeSpan.TotalHours">
-      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional hours.</summary>
-      <returns>The total number of hours represented by this instance.</returns>
-    </member>
-    <member name="P:System.TimeSpan.TotalMilliseconds">
-      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional milliseconds.</summary>
-      <returns>The total number of milliseconds represented by this instance.</returns>
-    </member>
-    <member name="P:System.TimeSpan.TotalMinutes">
-      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional minutes.</summary>
-      <returns>The total number of minutes represented by this instance.</returns>
-    </member>
-    <member name="P:System.TimeSpan.TotalSeconds">
-      <summary>Gets the value of the current <see cref="T:System.TimeSpan" /> structure expressed in whole and fractional seconds.</summary>
-      <returns>The total number of seconds represented by this instance.</returns>
+    <member name="F:System.TimeSpan.Zero">
+      <summary>Represents the zero <see cref="T:System.TimeSpan" /> value. This field is read-only.</summary>
     </member>
     <member name="T:System.TimeZone">
       <summary>Represents a time zone.</summary>
@@ -59888,12 +37765,20 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeZone.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.TimeZone" /> class.</summary>
     </member>
+    <member name="P:System.TimeZone.CurrentTimeZone">
+      <summary>Gets the time zone of the current computer.</summary>
+      <returns>A <see cref="T:System.TimeZone" /> object that represents the current local time zone.</returns>
+    </member>
+    <member name="P:System.TimeZone.DaylightName">
+      <summary>Gets the daylight saving time zone name.</summary>
+      <returns>The daylight saving time zone name.</returns>
+    </member>
     <member name="M:System.TimeZone.GetDaylightChanges(System.Int32)">
       <summary>Returns the daylight saving time period for a particular year.</summary>
       <param name="year">The year that the daylight saving time period applies to.</param>
+      <returns>A <see cref="T:System.Globalization.DaylightTime" /> object that contains the start and end date for daylight saving time in <paramref name="year" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="year" /> is less than 1 or greater than 9999.</exception>
-      <returns>A <see cref="T:System.Globalization.DaylightTime" /> object that contains the start and end date for daylight saving time in <paramref name="year" />.</returns>
     </member>
     <member name="M:System.TimeZone.GetUtcOffset(System.DateTime)">
       <summary>Returns the Coordinated Universal Time (UTC) offset for the specified local time.</summary>
@@ -59910,10 +37795,15 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns a value indicating whether the specified date and time is within the specified daylight saving time period.</summary>
       <param name="time">A date and time.</param>
       <param name="daylightTimes">A daylight saving time period.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="daylightTimes" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="time" /> is in <paramref name="daylightTimes" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="daylightTimes" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.TimeZone.StandardName">
+      <summary>Gets the standard time zone name.</summary>
+      <returns>The standard time zone name.</returns>
+      <exception cref="T:System.ArgumentNullException">An attempt was made to set this property to <see langword="null" />.</exception>
     </member>
     <member name="M:System.TimeZone.ToLocalTime(System.DateTime)">
       <summary>Returns the local time that corresponds to a specified date and time value.</summary>
@@ -59925,21 +37815,76 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="time">A date and time.</param>
       <returns>A <see cref="T:System.DateTime" /> object whose value is the Coordinated Universal Time (UTC) that corresponds to <paramref name="time" />.</returns>
     </member>
-    <member name="P:System.TimeZone.CurrentTimeZone">
-      <summary>Gets the time zone of the current computer.</summary>
-      <returns>A <see cref="T:System.TimeZone" /> object that represents the current local time zone.</returns>
+    <member name="T:System.TimeZoneInfo">
+      <summary>Represents any time zone in the world.</summary>
     </member>
-    <member name="P:System.TimeZone.DaylightName">
-      <summary>Gets the daylight saving time zone name.</summary>
-      <returns>The daylight saving time zone name.</returns>
+    <member name="T:System.TimeZoneInfo.AdjustmentRule">
+      <summary>Provides information about a time zone adjustment, such as the transition to and from daylight saving time.</summary>
     </member>
-    <member name="P:System.TimeZone.StandardName">
-      <summary>Gets the standard time zone name.</summary>
-      <exception cref="T:System.ArgumentNullException">An attempt was made to set this property to <see langword="null" />.</exception>
-      <returns>The standard time zone name.</returns>
+    <member name="M:System.TimeZoneInfo.AdjustmentRule.CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
+      <summary>Creates a new adjustment rule for a particular time zone.</summary>
+      <param name="dateStart">The effective date of the adjustment rule. If the value of the <paramref name="dateStart" /> parameter is <see langword="DateTime.MinValue.Date" />, this is the first adjustment rule in effect for a time zone.</param>
+      <param name="dateEnd">The last date that the adjustment rule is in force. If the value of the <paramref name="dateEnd" /> parameter is <see langword="DateTime.MaxValue.Date" />, the adjustment rule has no end date.</param>
+      <param name="daylightDelta">The time change that results from the adjustment. This value is added to the time zone's <see cref="P:System.TimeZoneInfo.BaseUtcOffset" /> property to obtain the correct daylight offset from Coordinated Universal Time (UTC). This value can range from -14 to 14.</param>
+      <param name="daylightTransitionStart">An object that defines the start of daylight saving time.</param>
+      <param name="daylightTransitionEnd">An object that defines the end of daylight saving time.</param>
+      <returns>An object that represents the new adjustment rule.</returns>
+      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter does not equal <see cref="F:System.DateTimeKind.Unspecified" />.
+-or-
+The <paramref name="daylightTransitionStart" /> parameter is equal to the <paramref name="daylightTransitionEnd" /> parameter.
+-or-
+The <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter includes a time of day value.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="dateEnd" /> is earlier than <paramref name="dateStart" />.
+-or-
+<paramref name="daylightDelta" /> is less than -14 or greater than 14.
+-or-
+The <see cref="P:System.TimeSpan.Milliseconds" /> property of the <paramref name="daylightDelta" /> parameter is not equal to 0.
+-or-
+The <see cref="P:System.TimeSpan.Ticks" /> property of the <paramref name="daylightDelta" /> parameter does not equal a whole number of seconds.</exception>
     </member>
-    <member name="T:System.TimeZoneInfo">
-      <summary>Represents any time zone in the world.</summary>
+    <member name="P:System.TimeZoneInfo.AdjustmentRule.DateEnd">
+      <summary>Gets the date when the adjustment rule ceases to be in effect.</summary>
+      <returns>A <see cref="T:System.DateTime" /> value that indicates the end date of the adjustment rule.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.AdjustmentRule.DateStart">
+      <summary>Gets the date when the adjustment rule takes effect.</summary>
+      <returns>A <see cref="T:System.DateTime" /> value that indicates when the adjustment rule takes effect.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta">
+      <summary>Gets the amount of time that is required to form the time zone's daylight saving time. This amount of time is added to the time zone's offset from Coordinated Universal Time (UTC).</summary>
+      <returns>A <see cref="T:System.TimeSpan" /> object that indicates the amount of time to add to the standard time changes as a result of the adjustment rule.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionEnd">
+      <summary>Gets information about the annual transition from daylight saving time back to standard time.</summary>
+      <returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from daylight saving time back to the time zone's standard time.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionStart">
+      <summary>Gets information about the annual transition from standard time to daylight saving time.</summary>
+      <returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from a time zone's standard time to daylight saving time.</returns>
+    </member>
+    <member name="M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)">
+      <summary>Determines whether the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is equal to a second <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</summary>
+      <param name="other">The object to compare with the current object.</param>
+      <returns>
+        <see langword="true" /> if both <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects have equal values; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.TimeZoneInfo.AdjustmentRule.GetHashCode">
+      <summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
+      <returns>A 32-bit signed integer that serves as the hash code for the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</returns>
+    </member>
+    <member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Runs when the deserialization of a <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is completed.</summary>
+      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
+    </member>
+    <member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data that is required to serialize this object.</summary>
+      <param name="info">The object to populate with data.</param>
+      <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
+    </member>
+    <member name="P:System.TimeZoneInfo.BaseUtcOffset">
+      <summary>Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</summary>
+      <returns>An object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ClearCachedData">
       <summary>Clears cached time zone data.</summary>
@@ -59948,120 +37893,104 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Converts a time to the time in a particular time zone.</summary>
       <param name="dateTime">The date and time to convert.</param>
       <param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
+      <returns>The date and time in the destination time zone.</returns>
       <exception cref="T:System.ArgumentException">The value of the <paramref name="dateTime" /> parameter represents an invalid time.</exception>
       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="destinationTimeZone" /> parameter is <see langword="null" />.</exception>
-      <returns>The date and time in the destination time zone.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTime(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfo)">
       <summary>Converts a time from one time zone to another.</summary>
       <param name="dateTime">The date and time to convert.</param>
       <param name="sourceTimeZone">The time zone of <paramref name="dateTime" />.</param>
       <param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Local" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="F:System.DateTimeKind.Local" />.  
-  
- -or-  
-  
- The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Utc" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="P:System.TimeZoneInfo.Utc" />.  
-  
- -or-  
-  
- The <paramref name="dateTime" /> parameter is an invalid time (that is, it represents a time that does not exist because of a time zone's adjustment rules).</exception>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="sourceTimeZone" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="destinationTimeZone" /> parameter is <see langword="null" />.</exception>
       <returns>The date and time in the destination time zone that corresponds to the <paramref name="dateTime" /> parameter in the source time zone.</returns>
+      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Local" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="F:System.DateTimeKind.Local" />.
+-or-
+The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Utc" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="P:System.TimeZoneInfo.Utc" />.
+-or-
+The <paramref name="dateTime" /> parameter is an invalid time (that is, it represents a time that does not exist because of a time zone's adjustment rules).</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="sourceTimeZone" /> parameter is <see langword="null" />.
+-or-
+The <paramref name="destinationTimeZone" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTime(System.DateTimeOffset,System.TimeZoneInfo)">
       <summary>Converts a time to the time in a particular time zone.</summary>
       <param name="dateTimeOffset">The date and time to convert.</param>
       <param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
-      <exception cref="T:System.ArgumentNullException">The value of the <paramref name="destinationTimeZone" /> parameter is <see langword="null" />.</exception>
       <returns>The date and time in the destination time zone.</returns>
+      <exception cref="T:System.ArgumentNullException">The value of the <paramref name="destinationTimeZone" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTime,System.String)">
       <summary>Converts a time to the time in another time zone based on the time zone's identifier.</summary>
       <param name="dateTime">The date and time to convert.</param>
       <param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
+      <returns>The date and time in the destination time zone.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="destinationTimeZoneId" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found, but the registry data is corrupted.</exception>
       <exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
       <exception cref="T:System.TimeZoneNotFoundException">The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
-      <returns>The date and time in the destination time zone.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTime,System.String,System.String)">
       <summary>Converts a time from one time zone to another based on time zone identifiers.</summary>
       <param name="dateTime">The date and time to convert.</param>
       <param name="sourceTimeZoneId">The identifier of the source time zone.</param>
       <param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter does not correspond to the source time zone.  
-  
- -or-  
-  
- <paramref name="dateTime" /> is an invalid time in the source time zone.</exception>
+      <returns>The date and time in the destination time zone that corresponds to the <paramref name="dateTime" /> parameter in the source time zone.</returns>
+      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter does not correspond to the source time zone.
+-or-
+<paramref name="dateTime" /> is an invalid time in the source time zone.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="sourceTimeZoneId" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="destinationTimeZoneId" /> is <see langword="null" />.</exception>
+        <paramref name="sourceTimeZoneId" /> is <see langword="null" />.
+-or-
+<paramref name="destinationTimeZoneId" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidTimeZoneException">The time zone identifiers were found, but the registry data is corrupted.</exception>
       <exception cref="T:System.Security.SecurityException">The user does not have the permissions required to read from the registry keys that hold time zone data.</exception>
-      <exception cref="T:System.TimeZoneNotFoundException">The <paramref name="sourceTimeZoneId" /> identifier was not found on the local system.  
-  
- -or-  
-  
- The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
-      <returns>The date and time in the destination time zone that corresponds to the <paramref name="dateTime" /> parameter in the source time zone.</returns>
+      <exception cref="T:System.TimeZoneNotFoundException">The <paramref name="sourceTimeZoneId" /> identifier was not found on the local system.
+-or-
+The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTimeOffset,System.String)">
       <summary>Converts a time to the time in another time zone based on the time zone's identifier.</summary>
       <param name="dateTimeOffset">The date and time to convert.</param>
       <param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
+      <returns>The date and time in the destination time zone.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="destinationTimeZoneId" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found but the registry data is corrupted.</exception>
       <exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
       <exception cref="T:System.TimeZoneNotFoundException">The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
-      <returns>The date and time in the destination time zone.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeFromUtc(System.DateTime,System.TimeZoneInfo)">
       <summary>Converts a Coordinated Universal Time (UTC) to the time in a specified time zone.</summary>
       <param name="dateTime">The Coordinated Universal Time (UTC).</param>
       <param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
+      <returns>The date and time in the destination time zone. Its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Utc" /> if <paramref name="destinationTimeZone" /> is <see cref="P:System.TimeZoneInfo.Utc" />; otherwise, its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Unspecified" />.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of <paramref name="dateTime" /> is <see cref="F:System.DateTimeKind.Local" />.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="destinationTimeZone" /> is <see langword="null" />.</exception>
-      <returns>The date and time in the destination time zone. Its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Utc" /> if <paramref name="destinationTimeZone" /> is <see cref="P:System.TimeZoneInfo.Utc" />; otherwise, its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Unspecified" />.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeToUtc(System.DateTime)">
       <summary>Converts the specified date and time to Coordinated Universal Time (UTC).</summary>
       <param name="dateTime">The date and time to convert.</param>
+      <returns>The Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> value's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
       <exception cref="T:System.ArgumentException">
         <see langword="TimeZoneInfo.Local.IsInvalidDateTime(" />
         <paramref name="dateTime" />
         <see langword=")" /> returns <see langword="true" />.</exception>
-      <returns>The Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> value's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo)">
       <summary>Converts the time in a specified time zone to Coordinated Universal Time (UTC).</summary>
       <param name="dateTime">The date and time to convert.</param>
       <param name="sourceTimeZone">The time zone of <paramref name="dateTime" />.</param>
+      <returns>The Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> object's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
       <exception cref="T:System.ArgumentException">
-        <paramref name="dateTime" />.<see langword="Kind" /> is <see cref="F:System.DateTimeKind.Utc" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Utc" />.  
-  
- -or-  
-  
- <paramref name="dateTime" />.<see langword="Kind" /> is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Local" />.  
-  
- -or-  
-  
- <paramref name="sourceTimeZone" /><see langword=".IsInvalidDateTime(" /><paramref name="dateTime" /><see langword=")" /> returns <see langword="true" />.</exception>
+        <paramref name="dateTime" />.<see langword="Kind" /> is <see cref="F:System.DateTimeKind.Utc" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Utc" />.
+-or-
+<paramref name="dateTime" />.<see langword="Kind" /> is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Local" />.
+-or-
+<paramref name="sourceTimeZone" /><see langword=".IsInvalidDateTime(" /><paramref name="dateTime" /><see langword=")" /> returns <see langword="true" />.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="sourceTimeZone" /> is <see langword="null" />.</exception>
-      <returns>The Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> object's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String)">
       <summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, and a standard time display name.</summary>
@@ -60069,14 +37998,12 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="baseUtcOffset">An object that represents the time difference between this time zone and Coordinated Universal Time (UTC).</param>
       <param name="displayName">The display name of the new time zone.</param>
       <param name="standardDisplayName">The name of the new time zone's standard time.</param>
+      <returns>The new time zone.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").  
-  
- -or-  
-  
- The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").
+-or-
+The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
-      <returns>The new time zone.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo.AdjustmentRule[])">
       <summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, and daylight saving time rules.</summary>
@@ -60086,31 +38013,21 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="standardDisplayName">The new time zone's standard time name.</param>
       <param name="daylightDisplayName">The daylight saving time name of the new time zone.</param>
       <param name="adjustmentRules">An array that augments the base UTC offset for a particular period.</param>
+      <returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the new time zone.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").  
-  
- -or-  
-  
- The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").
+-or-
+The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
-      <exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.  
-  
- -or-  
-  
- The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.  
-  
- -or-  
-  
- One or more elements in <paramref name="adjustmentRules" /> are <see langword="null" />.  
-  
- -or-  
-  
- A date can have multiple adjustment rules applied to it.  
-  
- -or-  
-  
- The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
-      <returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the new time zone.</returns>
+      <exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.
+-or-
+The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.
+-or-
+One or more elements in <paramref name="adjustmentRules" /> are <see langword="null" />.
+-or-
+A date can have multiple adjustment rules applied to it.
+-or-
+The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo.AdjustmentRule[],System.Boolean)">
       <summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, daylight saving time rules, and a value that indicates whether the returned object reflects daylight saving time information.</summary>
@@ -60122,31 +38039,29 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="adjustmentRules">An array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects that augment the base UTC offset for a particular period.</param>
       <param name="disableDaylightSavingTime">
         <see langword="true" /> to discard any daylight saving time-related information present in <paramref name="adjustmentRules" /> with the new object; otherwise, <see langword="false" />.</param>
+      <returns>The new time zone. If the <paramref name="disableDaylightSavingTime" /> parameter is <see langword="true" />, the returned object has no daylight saving time data.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").  
-  
- -or-  
-  
- The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").
+-or-
+The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
-      <exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.  
-  
- -or-  
-  
- The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.  
-  
- -or-  
-  
- One or more elements in <paramref name="adjustmentRules" /> are <see langword="null" />.  
-  
- -or-  
-  
- A date can have multiple adjustment rules applied to it.  
-  
- -or-  
-  
- The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
-      <returns>The new time zone. If the <paramref name="disableDaylightSavingTime" /> parameter is <see langword="true" />, the returned object has no daylight saving time data.</returns>
+      <exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.
+-or-
+The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.
+-or-
+One or more elements in <paramref name="adjustmentRules" /> are <see langword="null" />.
+-or-
+A date can have multiple adjustment rules applied to it.
+-or-
+The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
+    </member>
+    <member name="P:System.TimeZoneInfo.DaylightName">
+      <summary>Gets the display name for the current time zone's daylight saving time.</summary>
+      <returns>The display name for the time zone's daylight saving time.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.DisplayName">
+      <summary>Gets the general display name that represents the time zone.</summary>
+      <returns>The time zone's general display name.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.Equals(System.Object)">
       <summary>Determines whether the current <see cref="T:System.TimeZoneInfo" /> object and another object are equal.</summary>
@@ -60163,39 +38078,39 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeZoneInfo.FindSystemTimeZoneById(System.String)">
       <summary>Instantiates a new <see cref="T:System.TimeZoneInfo" /> object based on its identifier.</summary>
       <param name="id">The time zone identifier, which corresponds to the <see cref="P:System.TimeZoneInfo.Id" /> property.</param>
+      <returns>An object whose identifier is the value of the <paramref name="id" /> parameter.</returns>
       <exception cref="T:System.OutOfMemoryException">The system does not have enough memory to hold information about the time zone.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.TimeZoneNotFoundException">The time zone identifier specified by <paramref name="id" /> was not found. This means that a time zone identifier whose name matches <paramref name="id" /> does not exist, or that the identifier exists but does not contain any time zone data.</exception>
       <exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
       <exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found, but the registry data is corrupted.</exception>
-      <returns>An object whose identifier is the value of the <paramref name="id" /> parameter.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.FromSerializedString(System.String)">
       <summary>Deserializes a string to re-create an original serialized <see cref="T:System.TimeZoneInfo" /> object.</summary>
       <param name="source">The string representation of the serialized <see cref="T:System.TimeZoneInfo" /> object.</param>
+      <returns>The original serialized object.</returns>
       <exception cref="T:System.ArgumentException">The <paramref name="source" /> parameter is <see cref="F:System.String.Empty" />.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="source" /> parameter is a null string.</exception>
       <exception cref="T:System.Runtime.Serialization.SerializationException">The source parameter cannot be deserialized back into a <see cref="T:System.TimeZoneInfo" /> object.</exception>
-      <returns>The original serialized object.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.GetAdjustmentRules">
       <summary>Retrieves an array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects that apply to the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
-      <exception cref="T:System.OutOfMemoryException">The system does not have enough memory to make an in-memory copy of the adjustment rules.</exception>
       <returns>An array of objects for this time zone.</returns>
+      <exception cref="T:System.OutOfMemoryException">The system does not have enough memory to make an in-memory copy of the adjustment rules.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.GetAmbiguousTimeOffsets(System.DateTime)">
       <summary>Returns information about the possible dates and times that an ambiguous date and time can be mapped to.</summary>
       <param name="dateTime">A date and time.</param>
+      <returns>An array of objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="dateTime" /> is not an ambiguous time.</exception>
-      <returns>An array of objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.GetAmbiguousTimeOffsets(System.DateTimeOffset)">
       <summary>Returns information about the possible dates and times that an ambiguous date and time can be mapped to.</summary>
       <param name="dateTimeOffset">A date and time.</param>
+      <returns>An array of objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="dateTimeOffset" /> is not an ambiguous time.</exception>
-      <returns>An array of objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.GetHashCode">
       <summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
@@ -60203,9 +38118,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TimeZoneInfo.GetSystemTimeZones">
       <summary>Returns a sorted collection of all the time zones about which information is available on the local system.</summary>
+      <returns>A read-only collection of <see cref="T:System.TimeZoneInfo" /> objects.</returns>
       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to store all time zone information.</exception>
       <exception cref="T:System.Security.SecurityException">The user does not have permission to read from the registry keys that contain time zone information.</exception>
-      <returns>A read-only collection of <see cref="T:System.TimeZoneInfo" /> objects.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.GetUtcOffset(System.DateTime)">
       <summary>Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.</summary>
@@ -60220,16 +38135,20 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeZoneInfo.HasSameRules(System.TimeZoneInfo)">
       <summary>Indicates whether the current object and another <see cref="T:System.TimeZoneInfo" /> object have the same adjustment rules.</summary>
       <param name="other">A second object to compare with the current <see cref="T:System.TimeZoneInfo" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="other" /> parameter is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the two time zones have identical adjustment rules and an identical base offset; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="other" /> parameter is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.TimeZoneInfo.Id">
+      <summary>Gets the time zone identifier.</summary>
+      <returns>The time zone identifier.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.IsAmbiguousTime(System.DateTime)">
       <summary>Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times.</summary>
       <param name="dateTime">A date and time value.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
       <returns>
         <see langword="true" /> if the <paramref name="dateTime" /> parameter is ambiguous; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.IsAmbiguousTime(System.DateTimeOffset)">
       <summary>Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times.</summary>
@@ -60240,9 +38159,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.TimeZoneInfo.IsDaylightSavingTime(System.DateTime)">
       <summary>Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
       <param name="dateTime">A date and time value.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
       <returns>
         <see langword="true" /> if the <paramref name="dateTime" /> parameter is a daylight saving time; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.IsDaylightSavingTime(System.DateTimeOffset)">
       <summary>Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
@@ -60256,66 +38175,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if <paramref name="dateTime" /> is invalid; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.TimeZoneInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the deserialization of an object has been completed.</summary>
-      <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
-      <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.TimeZoneInfo" /> object contains invalid or corrupted data.</exception>
-    </member>
-    <member name="M:System.TimeZoneInfo.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
-      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
-      <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.TimeZoneInfo.ToSerializedString">
-      <summary>Converts the current <see cref="T:System.TimeZoneInfo" /> object to a serialized string.</summary>
-      <returns>A string that represents the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.ToString">
-      <summary>Returns the current <see cref="T:System.TimeZoneInfo" /> object's display name.</summary>
-      <returns>The value of the <see cref="P:System.TimeZoneInfo.DisplayName" /> property of the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.TryConvertIanaIdToWindowsId(System.String,System.String@)">
-      <summary>Tries to convert an IANA time zone ID to a Windows ID.</summary>
-      <param name="ianaId">The IANA time zone ID.</param>
-      <param name="windowsId">String object holding the Windows ID which resulted from the IANA ID conversion.</param>
-      <returns>
-        <see langword="true" /> if the ID conversion succeeded, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.TryConvertWindowsIdToIanaId(System.String,System.String,System.String@)">
-      <summary>Tries to convert a Windows time zone ID to an IANA ID.</summary>
-      <param name="windowsId">The Windows time zone ID.</param>
-      <param name="region">The ISO 3166 code for the country/region.</param>
-      <param name="ianaId">String object holding the IANA ID which resulted from the Windows ID conversion.</param>
-      <returns>
-        <see langword="true" /> if the ID conversion succeeded, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.TryConvertWindowsIdToIanaId(System.String,System.String@)">
-      <summary>Tries to convert a Windows time zone ID to an IANA ID.</summary>
-      <param name="windowsId">The Windows time zone ID.</param>
-      <param name="ianaId">String object holding the IANA ID which resulted from the Windows ID conversion.</param>
-      <returns>
-        <see langword="true" /> if the ID conversion succeeded, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.BaseUtcOffset">
-      <summary>Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</summary>
-      <returns>An object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.DaylightName">
-      <summary>Gets the display name for the current time zone's daylight saving time.</summary>
-      <returns>The display name for the time zone's daylight saving time.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.DisplayName">
-      <summary>Gets the general display name that represents the time zone.</summary>
-      <returns>The time zone's general display name.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.HasIanaId">
-      <summary>Returns <see langword="true" /> if this TimeZoneInfo object has an IANA ID.</summary>
-    </member>
-    <member name="P:System.TimeZoneInfo.Id">
-      <summary>Gets the time zone identifier.</summary>
-      <returns>The time zone identifier.</returns>
-    </member>
     <member name="P:System.TimeZoneInfo.Local">
       <summary>Gets a <see cref="T:System.TimeZoneInfo" /> object that represents the local time zone.</summary>
       <returns>An object that represents the local time zone.</returns>
@@ -60329,97 +38188,24 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if the time zone supports daylight saving time; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.TimeZoneInfo.Utc">
-      <summary>Gets a <see cref="T:System.TimeZoneInfo" /> object that represents the Coordinated Universal Time (UTC) zone.</summary>
-      <returns>An object that represents the Coordinated Universal Time (UTC) zone.</returns>
-    </member>
-    <member name="T:System.TimeZoneInfo.AdjustmentRule">
-      <summary>Provides information about a time zone adjustment, such as the transition to and from daylight saving time.</summary>
-    </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
-      <summary>Creates a new adjustment rule for a particular time zone.</summary>
-      <param name="dateStart">The effective date of the adjustment rule. If the value of the <paramref name="dateStart" /> parameter is <see langword="DateTime.MinValue.Date" />, this is the first adjustment rule in effect for a time zone.</param>
-      <param name="dateEnd">The last date that the adjustment rule is in force. If the value of the <paramref name="dateEnd" /> parameter is <see langword="DateTime.MaxValue.Date" />, the adjustment rule has no end date.</param>
-      <param name="daylightDelta">The time change that results from the adjustment. This value is added to the time zone's <see cref="P:System.TimeZoneInfo.BaseUtcOffset" /> property to obtain the correct daylight offset from Coordinated Universal Time (UTC). This value can range from -14 to 14.</param>
-      <param name="daylightTransitionStart">An object that defines the start of daylight saving time.</param>
-      <param name="daylightTransitionEnd">An object that defines the end of daylight saving time.</param>
-      <exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter does not equal <see cref="F:System.DateTimeKind.Unspecified" />.  
-  
- -or-  
-  
- The <paramref name="daylightTransitionStart" /> parameter is equal to the <paramref name="daylightTransitionEnd" /> parameter.  
-  
- -or-  
-  
- The <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter includes a time of day value.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="dateEnd" /> is earlier than <paramref name="dateStart" />.  
-  
- -or-  
-  
- <paramref name="daylightDelta" /> is less than -14 or greater than 14.  
-  
- -or-  
-  
- The <see cref="P:System.TimeSpan.Milliseconds" /> property of the <paramref name="daylightDelta" /> parameter is not equal to 0.  
-  
- -or-  
-  
- The <see cref="P:System.TimeSpan.Ticks" /> property of the <paramref name="daylightDelta" /> parameter does not equal a whole number of seconds.</exception>
-      <returns>An object that represents the new adjustment rule.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime,System.TimeSpan)">
-      <summary>Creates a new adjustment rule for a particular time zone.</summary>
-      <param name="dateStart">The effective date of the adjustment rule. If the value is <c>DateTime.MinValue.Date</c>, this is the first adjustment rule in effect for a time zone.</param>
-      <param name="dateEnd">The last date that the adjustment rule is in force. If the value is <c>DateTime.MaxValue.Date</c>, the adjustment rule has no end date.</param>
-      <param name="daylightDelta">The time change that results from the adjustment. This value is added to the time zone's <see cref="P:System.TimeZoneInfo.BaseUtcOffset" /> and <see cref="P:System.TimeZoneInfo.AdjustmentRule.BaseUtcOffsetDelta" /> properties to obtain the correct daylight offset from Coordinated Universal Time (UTC). This value can range from -14 to 14.</param>
-      <param name="daylightTransitionStart">The start of daylight saving time.</param>
-      <param name="daylightTransitionEnd">The end of daylight saving time.</param>
-      <param name="baseUtcOffsetDelta">The time difference with the base UTC offset for the time zone during the adjustment-rule period.</param>
-      <returns>The new adjustment rule.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)">
-      <summary>Determines whether the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is equal to a second <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</summary>
-      <param name="other">The object to compare with the current object.</param>
-      <returns>
-        <see langword="true" /> if both <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects have equal values; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.GetHashCode">
-      <summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
-      <returns>A 32-bit signed integer that serves as the hash code for the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</returns>
-    </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
-      <summary>Runs when the deserialization of a <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is completed.</summary>
+    <member name="M:System.TimeZoneInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+      <summary>Runs when the deserialization of an object has been completed.</summary>
       <param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
+      <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.TimeZoneInfo" /> object contains invalid or corrupted data.</exception>
     </member>
-    <member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data that is required to serialize this object.</summary>
-      <param name="info">The object to populate with data.</param>
+    <member name="M:System.TimeZoneInfo.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
+      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
       <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.BaseUtcOffsetDelta">
-      <summary>Gets the time difference with the base UTC offset for the time zone during the adjustment-rule period.</summary>
-      <returns>A <see cref="T:System.TimeSpan" /> instance representing the time difference.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.DateEnd">
-      <summary>Gets the date when the adjustment rule ceases to be in effect.</summary>
-      <returns>A <see cref="T:System.DateTime" /> value that indicates the end date of the adjustment rule.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.DateStart">
-      <summary>Gets the date when the adjustment rule takes effect.</summary>
-      <returns>A <see cref="T:System.DateTime" /> value that indicates when the adjustment rule takes effect.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta">
-      <summary>Gets the amount of time that is required to form the time zone's daylight saving time. This amount of time is added to the time zone's offset from Coordinated Universal Time (UTC).</summary>
-      <returns>A <see cref="T:System.TimeSpan" /> object that indicates the amount of time to add to the standard time changes as a result of the adjustment rule.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionEnd">
-      <summary>Gets information about the annual transition from daylight saving time back to standard time.</summary>
-      <returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from daylight saving time back to the time zone's standard time.</returns>
+    <member name="M:System.TimeZoneInfo.ToSerializedString">
+      <summary>Converts the current <see cref="T:System.TimeZoneInfo" /> object to a serialized string.</summary>
+      <returns>A string that represents the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
     </member>
-    <member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionStart">
-      <summary>Gets information about the annual transition from standard time to daylight saving time.</summary>
-      <returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from a time zone's standard time to daylight saving time.</returns>
+    <member name="M:System.TimeZoneInfo.ToString">
+      <summary>Returns the current <see cref="T:System.TimeZoneInfo" /> object's display name.</summary>
+      <returns>The value of the <see cref="P:System.TimeZoneInfo.DisplayName" /> property of the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
     </member>
     <member name="T:System.TimeZoneInfo.TransitionTime">
       <summary>Provides information about a specific time change, such as the change from daylight saving time to standard time or vice versa, in a particular time zone.</summary>
@@ -60429,21 +38215,15 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="timeOfDay">The time at which the time change occurs. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.TimeOfDay" /> property.</param>
       <param name="month">The month in which the time change occurs. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.Month" /> property.</param>
       <param name="day">The day of the month on which the time change occurs. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.Day" /> property.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.  
-  
- -or-  
-  
- The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.  
-  
- -or-  
-  
- The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="month" /> parameter is less than 1 or greater than 12.  
-  
- -or-  
-  
- The <paramref name="day" /> parameter is less than 1 or greater than 31.</exception>
       <returns>Data about the time change.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.
+-or-
+The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.
+-or-
+The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="month" /> parameter is less than 1 or greater than 12.
+-or-
+The <paramref name="day" /> parameter is less than 1 or greater than 31.</exception>
     </member>
     <member name="M:System.TimeZoneInfo.TransitionTime.CreateFloatingDateRule(System.DateTime,System.Int32,System.Int32,System.DayOfWeek)">
       <summary>Defines a time change that uses a floating-date rule (that is, a time change that occurs on a specific day of a specific week of a specific month).</summary>
@@ -60451,26 +38231,26 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="month">The month in which the time change occurs. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.Month" /> property.</param>
       <param name="week">The week of the month in which the time change occurs. Its value can range from 1 to 5, with 5 representing the last week of the month. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.Week" /> property.</param>
       <param name="dayOfWeek">The day of the week on which the time change occurs. This parameter corresponds to the <see cref="P:System.TimeZoneInfo.TransitionTime.DayOfWeek" /> property.</param>
-      <exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.  
-  
- -or-  
-  
- The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.  
-  
- -or-  
-  
- The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="month" /> is less than 1 or greater than 12.  
-  
- -or-  
-  
- <paramref name="week" /> is less than 1 or greater than 5.  
-  
- -or-  
-  
- The <paramref name="dayOfWeek" /> parameter is not a member of the <see cref="T:System.DayOfWeek" /> enumeration.</exception>
       <returns>Data about the time change.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.
+-or-
+The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.
+-or-
+The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">
+        <paramref name="month" /> is less than 1 or greater than 12.
+-or-
+<paramref name="week" /> is less than 1 or greater than 5.
+-or-
+The <paramref name="dayOfWeek" /> parameter is not a member of the <see cref="T:System.DayOfWeek" /> enumeration.</exception>
+    </member>
+    <member name="P:System.TimeZoneInfo.TransitionTime.Day">
+      <summary>Gets the day on which the time change occurs.</summary>
+      <returns>The day on which the time change occurs.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.TransitionTime.DayOfWeek">
+      <summary>Gets the day of the week on which the time change occurs.</summary>
+      <returns>The day of the week on which the time change occurs.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)">
       <summary>Determines whether an object has identical values to the current <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</summary>
@@ -60484,9 +38264,18 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if the two objects have identical property values; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.TimeZoneInfo.TransitionTime.GetHashCode">
-      <summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
-      <returns>A 32-bit signed integer that serves as the hash code for this <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</returns>
+    <member name="M:System.TimeZoneInfo.TransitionTime.GetHashCode">
+      <summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
+      <returns>A 32-bit signed integer that serves as the hash code for this <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.TransitionTime.IsFixedDateRule">
+      <summary>Gets a value indicating whether the time change occurs at a fixed date and time (such as November 1) or a floating date and time (such as the last Sunday of October).</summary>
+      <returns>
+        <see langword="true" /> if the time change rule is fixed-date; <see langword="false" /> if the time change rule is floating-date.</returns>
+    </member>
+    <member name="P:System.TimeZoneInfo.TransitionTime.Month">
+      <summary>Gets the month in which the time change occurs.</summary>
+      <returns>The month in which the time change occurs.</returns>
     </member>
     <member name="M:System.TimeZoneInfo.TransitionTime.op_Equality(System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
       <summary>Determines whether two specified <see cref="T:System.TimeZoneInfo.TransitionTime" /> objects are equal.</summary>
@@ -60511,23 +38300,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="info">The object to populate with data.</param>
       <param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
     </member>
-    <member name="P:System.TimeZoneInfo.TransitionTime.Day">
-      <summary>Gets the day on which the time change occurs.</summary>
-      <returns>The day on which the time change occurs.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.TransitionTime.DayOfWeek">
-      <summary>Gets the day of the week on which the time change occurs.</summary>
-      <returns>The day of the week on which the time change occurs.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.TransitionTime.IsFixedDateRule">
-      <summary>Gets a value indicating whether the time change occurs at a fixed date and time (such as November 1) or a floating date and time (such as the last Sunday of October).</summary>
-      <returns>
-        <see langword="true" /> if the time change rule is fixed-date; <see langword="false" /> if the time change rule is floating-date.</returns>
-    </member>
-    <member name="P:System.TimeZoneInfo.TransitionTime.Month">
-      <summary>Gets the month in which the time change occurs.</summary>
-      <returns>The month in which the time change occurs.</returns>
-    </member>
     <member name="P:System.TimeZoneInfo.TransitionTime.TimeOfDay">
       <summary>Gets the hour, minute, and second at which the time change occurs.</summary>
       <returns>The time of day at which the time change occurs.</returns>
@@ -60536,6 +38308,10 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the week of the month in which a time change occurs.</summary>
       <returns>The week of the month in which the time change occurs.</returns>
     </member>
+    <member name="P:System.TimeZoneInfo.Utc">
+      <summary>Gets a <see cref="T:System.TimeZoneInfo" /> object that represents the Coordinated Universal Time (UTC) zone.</summary>
+      <returns>An object that represents the Coordinated Universal Time (UTC) zone.</returns>
+    </member>
     <member name="T:System.TimeZoneNotFoundException">
       <summary>The exception that is thrown when a time zone cannot be found.</summary>
     </member>
@@ -60546,11 +38322,9 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class from serialized data.</summary>
       <param name="info">The object that contains the serialized data.</param>
       <param name="context">The stream that contains the serialized data.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.  
-  
- -or-  
-  
- The <paramref name="context" /> parameter is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.
+-or-
+The <paramref name="context" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.TimeZoneNotFoundException.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with the specified message string.</summary>
@@ -60686,15 +38460,32 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`1" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`1.Item1">
+      <summary>Gets the value of the <see cref="T:System.Tuple`1" /> object's single component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`1" /> object's single component.</returns>
+    </member>
     <member name="M:System.Tuple`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`1" /> object to a specified object by using a specified comparer, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`1" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`1" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -60711,31 +38502,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`1.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`1" /> object to a specified object, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`1" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`1.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`1" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`1" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`1.Item1">
-      <summary>Gets the value of the <see cref="T:System.Tuple`1" /> object's single component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`1" /> object's single component.</returns>
     </member>
     <member name="P:System.Tuple`1.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the <see langword="Tuple" /> element. <paramref name="index" /> must be 0.</param>
+      <returns>The value of the <see langword="Tuple" /> element.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 0.</exception>
-      <returns>The value of the <see langword="Tuple" /> element.</returns>
     </member>
     <member name="P:System.Tuple`1.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>1, the number of elements in a <see cref="T:System.Tuple`1" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`1.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`1" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`1" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`2">
       <summary>Represents a 2-tuple, or pair.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -60756,15 +38556,36 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`2" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`2.Item1">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`2" /> object's first component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`2" /> object's first component.</returns>
+    </member>
+    <member name="P:System.Tuple`2.Item2">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`2" /> object's second component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`2" /> object's second component.</returns>
+    </member>
     <member name="M:System.Tuple`2.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`2" /> object to a specified object by using a specified comparer, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`2" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`2.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`2" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -60781,35 +38602,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`2.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`2" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`2" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`2.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`2" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`2" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`2.Item1">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`2" /> object's first component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`2" /> object's first component.</returns>
-    </member>
-    <member name="P:System.Tuple`2.Item2">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`2" /> object's second component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`2" /> object's second component.</returns>
     </member>
     <member name="P:System.Tuple`2.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 1.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 1.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`2.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>2, the number of elements in a <see cref="T:System.Tuple`2" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`2.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`2" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`2" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`3">
       <summary>Represents a 3-tuple, or triple.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -60832,15 +38658,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`3" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`3.Item1">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's first component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's first component.</returns>
+    </member>
+    <member name="P:System.Tuple`3.Item2">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's second component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's second component.</returns>
+    </member>
+    <member name="P:System.Tuple`3.Item3">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's third component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's third component.</returns>
+    </member>
     <member name="M:System.Tuple`3.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`3" /> object to a specified object by using a specified comparer, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`3" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`3.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`3" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -60857,39 +38708,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`3.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`3" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`3" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`3.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`3" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`3" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`3.Item1">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's first component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's first component.</returns>
-    </member>
-    <member name="P:System.Tuple`3.Item2">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's second component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's second component.</returns>
-    </member>
-    <member name="P:System.Tuple`3.Item3">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`3" /> object's third component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`3" /> object's third component.</returns>
     </member>
     <member name="P:System.Tuple`3.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 2.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 2.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`3.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>3, the number of elements in a <see cref="T:System.Tuple`3" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`3.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`3" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`3" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`4">
       <summary>Represents a 4-tuple, or quadruple.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -60902,7 +38754,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="item1">The value of the tuple's first component.</param>
       <param name="item2">The value of the tuple's second component.</param>
       <param name="item3">The value of the tuple's third component.</param>
-      <param name="item4">The value of the tuple's fourth component.</param>
+      <param name="item4">The value of the tuple's fourth component</param>
     </member>
     <member name="M:System.Tuple`4.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`4" /> object is equal to a specified object.</summary>
@@ -60914,15 +38766,44 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`4" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`4.Item1">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's first component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's first component.</returns>
+    </member>
+    <member name="P:System.Tuple`4.Item2">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's second component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's second component.</returns>
+    </member>
+    <member name="P:System.Tuple`4.Item3">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's third component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's third component.</returns>
+    </member>
+    <member name="P:System.Tuple`4.Item4">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's fourth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's fourth component.</returns>
+    </member>
     <member name="M:System.Tuple`4.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`4" /> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`4" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`4.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`4" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -60939,43 +38820,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`4.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`4" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`4" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`4.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`4" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`4" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`4.Item1">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's first component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's first component.</returns>
-    </member>
-    <member name="P:System.Tuple`4.Item2">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's second component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's second component.</returns>
-    </member>
-    <member name="P:System.Tuple`4.Item3">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's third component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's third component.</returns>
-    </member>
-    <member name="P:System.Tuple`4.Item4">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`4" /> object's fourth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`4" /> object's fourth component.</returns>
     </member>
     <member name="P:System.Tuple`4.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 3.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 3.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`4.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>4, the number of elements in a <see cref="T:System.Tuple`4" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`4.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`4" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`4" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`5">
       <summary>Represents a 5-tuple, or quintuple.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -60989,7 +38867,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="item1">The value of the tuple's first component.</param>
       <param name="item2">The value of the tuple's second component.</param>
       <param name="item3">The value of the tuple's third component.</param>
-      <param name="item4">The value of the tuple's fourth component.</param>
+      <param name="item4">The value of the tuple's fourth component</param>
       <param name="item5">The value of the tuple's fifth component.</param>
     </member>
     <member name="M:System.Tuple`5.Equals(System.Object)">
@@ -61002,15 +38880,48 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`5" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`5.Item1">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's first component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's first component.</returns>
+    </member>
+    <member name="P:System.Tuple`5.Item2">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's second component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's second component.</returns>
+    </member>
+    <member name="P:System.Tuple`5.Item3">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's third component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's third component.</returns>
+    </member>
+    <member name="P:System.Tuple`5.Item4">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's fourth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's fourth component.</returns>
+    </member>
+    <member name="P:System.Tuple`5.Item5">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's fifth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's fifth component.</returns>
+    </member>
     <member name="M:System.Tuple`5.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`5" /> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`5" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`5.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`5" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -61027,47 +38938,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`5.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`5" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`5" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`5.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`5" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`5" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`5.Item1">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's first component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's first component.</returns>
-    </member>
-    <member name="P:System.Tuple`5.Item2">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's second component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's second component.</returns>
-    </member>
-    <member name="P:System.Tuple`5.Item3">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's third component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's third component.</returns>
-    </member>
-    <member name="P:System.Tuple`5.Item4">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's fourth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's fourth component.</returns>
-    </member>
-    <member name="P:System.Tuple`5.Item5">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`5" /> object's fifth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`5" /> object's fifth component.</returns>
     </member>
     <member name="P:System.Tuple`5.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 4.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 4.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`5.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>5, the number of elements in a <see cref="T:System.Tuple`5" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`5.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`5" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`5" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`6">
       <summary>Represents a 6-tuple, or sextuple.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -61082,7 +38986,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="item1">The value of the tuple's first component.</param>
       <param name="item2">The value of the tuple's second component.</param>
       <param name="item3">The value of the tuple's third component.</param>
-      <param name="item4">The value of the tuple's fourth component.</param>
+      <param name="item4">The value of the tuple's fourth component</param>
       <param name="item5">The value of the tuple's fifth component.</param>
       <param name="item6">The value of the tuple's sixth component.</param>
     </member>
@@ -61096,15 +39000,52 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`6" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Tuple`6.Item1">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's first component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's first component.</returns>
+    </member>
+    <member name="P:System.Tuple`6.Item2">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's second component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's second component.</returns>
+    </member>
+    <member name="P:System.Tuple`6.Item3">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's third component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's third component.</returns>
+    </member>
+    <member name="P:System.Tuple`6.Item4">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's fourth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's fourth component.</returns>
+    </member>
+    <member name="P:System.Tuple`6.Item5">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's fifth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's fifth  component.</returns>
+    </member>
+    <member name="P:System.Tuple`6.Item6">
+      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's sixth component.</summary>
+      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's sixth component.</returns>
+    </member>
     <member name="M:System.Tuple`6.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.Tuple`6" /> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.Tuple`6" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.Tuple`6.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`6" /> object is equal to a specified object based on a specified comparison method.</summary>
@@ -61121,51 +39062,40 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="M:System.Tuple`6.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Tuple`6" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="obj" /> is not a <see cref="T:System.Tuple`6" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`6.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`6" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`6" /> object.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item1">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's first component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's first component.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item2">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's second component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's second component.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item3">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's third component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's third component.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item4">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's fourth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's fourth component.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item5">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's fifth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's fifth  component.</returns>
-    </member>
-    <member name="P:System.Tuple`6.Item6">
-      <summary>Gets the value of the current <see cref="T:System.Tuple`6" /> object's sixth component.</summary>
-      <returns>The value of the current <see cref="T:System.Tuple`6" /> object's sixth component.</returns>
     </member>
     <member name="P:System.Tuple`6.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 5.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 5.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`6.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>6, the number of elements in a <see cref="T:System.Tuple`6" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`6.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`6" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`6" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`7">
       <summary>Represents a 7-tuple, or septuple.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -61181,7 +39111,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="item1">The value of the tuple's first component.</param>
       <param name="item2">The value of the tuple's second component.</param>
       <param name="item3">The value of the tuple's third component.</param>
-      <param name="item4">The value of the tuple's fourth component.</param>
+      <param name="item4">The value of the tuple's fourth component</param>
       <param name="item5">The value of the tuple's fifth component.</param>
       <param name="item6">The value of the tuple's sixth component.</param>
       <param name="item7">The value of the tuple's seventh component.</param>
@@ -61196,41 +39126,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Returns the hash code for the current <see cref="T:System.Tuple`7" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Tuple`7.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
-      <summary>Compares the current <see cref="T:System.Tuple`7" /> object to a specified object by using a specified comparer, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
-      <param name="other">An object to compare with the current instance.</param>
-      <param name="comparer">An object that provides custom rules for comparison.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="other" /> is not a <see cref="T:System.Tuple`7" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`7.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
-      <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`7" /> object is equal to a specified object based on a specified comparison method.</summary>
-      <param name="other">The object to compare with this instance.</param>
-      <param name="comparer">An object that defines the method to use to evaluate whether the two objects are equal.</param>
-      <returns>
-        <see langword="true" /> if the current instance is equal to the specified object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Tuple`7.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)">
-      <summary>Calculates the hash code for the current <see cref="T:System.Tuple`7" /> object by using a specified computation method.</summary>
-      <param name="comparer">An object whose <see cref="M:System.Collections.IEqualityComparer.GetHashCode(System.Object)" /> method calculates the hash code of the current <see cref="T:System.Tuple`7" /> object.</param>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Tuple`7.System#IComparable#CompareTo(System.Object)">
-      <summary>Compares the current <see cref="T:System.Tuple`7" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
-      <param name="obj">An object to compare with the current instance.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="obj" /> is not a <see cref="T:System.Tuple`7" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`7.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`7" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`7" /> object.</returns>
-    </member>
     <member name="P:System.Tuple`7.Item1">
       <summary>Gets the value of the current <see cref="T:System.Tuple`7" /> object's first component.</summary>
       <returns>The value of the current <see cref="T:System.Tuple`7" /> object's first component.</returns>
@@ -61259,17 +39154,78 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the value of the current <see cref="T:System.Tuple`7" /> object's seventh component.</summary>
       <returns>The value of the current <see cref="T:System.Tuple`7" /> object's seventh component.</returns>
     </member>
+    <member name="M:System.Tuple`7.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
+      <summary>Compares the current <see cref="T:System.Tuple`7" /> object to a specified object by using a specified comparer, and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
+      <param name="other">An object to compare with the current instance.</param>
+      <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="other" /> is not a <see cref="T:System.Tuple`7" /> object.</exception>
+    </member>
+    <member name="M:System.Tuple`7.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
+      <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`7" /> object is equal to a specified object based on a specified comparison method.</summary>
+      <param name="other">The object to compare with this instance.</param>
+      <param name="comparer">An object that defines the method to use to evaluate whether the two objects are equal.</param>
+      <returns>
+        <see langword="true" /> if the current instance is equal to the specified object; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Tuple`7.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)">
+      <summary>Calculates the hash code for the current <see cref="T:System.Tuple`7" /> object by using a specified computation method.</summary>
+      <param name="comparer">An object whose <see cref="M:System.Collections.IEqualityComparer.GetHashCode(System.Object)" /> method calculates the hash code of the current <see cref="T:System.Tuple`7" /> object.</param>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
+    <member name="M:System.Tuple`7.System#IComparable#CompareTo(System.Object)">
+      <summary>Compares the current <see cref="T:System.Tuple`7" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
+      <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="obj" /> is not a <see cref="T:System.Tuple`7" /> object.</exception>
+    </member>
     <member name="P:System.Tuple`7.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 to 6.</param>
+      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 6.</exception>
-      <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.Tuple`7.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>7, the number of elements in a <see cref="T:System.Tuple`7" /> object.</returns>
     </member>
+    <member name="M:System.Tuple`7.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`7" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`7" /> object.</returns>
+    </member>
     <member name="T:System.Tuple`8">
       <summary>Represents an n-tuple, where n is 8 or greater.</summary>
       <typeparam name="T1">The type of the tuple's first component.</typeparam>
@@ -61286,7 +39242,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <param name="item1">The value of the tuple's first component.</param>
       <param name="item2">The value of the tuple's second component.</param>
       <param name="item3">The value of the tuple's third component.</param>
-      <param name="item4">The value of the tuple's fourth component.</param>
+      <param name="item4">The value of the tuple's fourth component</param>
       <param name="item5">The value of the tuple's fifth component.</param>
       <param name="item6">The value of the tuple's sixth component.</param>
       <param name="item7">The value of the tuple's seventh component.</param>
@@ -61304,41 +39260,6 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Calculates the hash code for the current <see cref="T:System.Tuple`8" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="M:System.Tuple`8.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
-      <summary>Compares the current <see cref="T:System.Tuple`8" /> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
-      <param name="other">An object to compare with the current instance.</param>
-      <param name="comparer">An object that provides custom rules for comparison.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="other" /> is not a <see cref="T:System.Tuple`8" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`8.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
-      <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`8" /> object is equal to a specified object based on a specified comparison method.</summary>
-      <param name="other">The object to compare with this instance.</param>
-      <param name="comparer">An object that defines the method to use to evaluate whether the two objects are equal.</param>
-      <returns>
-        <see langword="true" /> if the current instance is equal to the specified object; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Tuple`8.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)">
-      <summary>Calculates the hash code for the current <see cref="T:System.Tuple`8" /> object by using a specified computation method.</summary>
-      <param name="comparer">An object whose <see cref="M:System.Collections.IEqualityComparer.GetHashCode(System.Object)" /> method calculates the hash code of the current <see cref="T:System.Tuple`8" /> object.</param>
-      <returns>A 32-bit signed integer hash code.</returns>
-    </member>
-    <member name="M:System.Tuple`8.System#IComparable#CompareTo(System.Object)">
-      <summary>Compares the current <see cref="T:System.Tuple`8" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
-      <param name="obj">An object to compare with the current instance.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="obj" /> is not a <see cref="T:System.Tuple`8" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="obj" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="obj" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="obj" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.Tuple`8.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`8" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.Tuple`8" /> object.</returns>
-    </member>
     <member name="P:System.Tuple`8.Item1">
       <summary>Gets the value of the current <see cref="T:System.Tuple`8" /> object's first component.</summary>
       <returns>The value of the current <see cref="T:System.Tuple`8" /> object's first component.</returns>
@@ -61371,21 +39292,80 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <summary>Gets the current <see cref="T:System.Tuple`8" /> object's remaining components.</summary>
       <returns>The value of the current <see cref="T:System.Tuple`8" /> object's remaining components.</returns>
     </member>
+    <member name="M:System.Tuple`8.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
+      <summary>Compares the current <see cref="T:System.Tuple`8" /> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
+      <param name="other">An object to compare with the current instance.</param>
+      <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="other" /> is not a <see cref="T:System.Tuple`8" /> object.</exception>
+    </member>
+    <member name="M:System.Tuple`8.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
+      <summary>Returns a value that indicates whether the current <see cref="T:System.Tuple`8" /> object is equal to a specified object based on a specified comparison method.</summary>
+      <param name="other">The object to compare with this instance.</param>
+      <param name="comparer">An object that defines the method to use to evaluate whether the two objects are equal.</param>
+      <returns>
+        <see langword="true" /> if the current instance is equal to the specified object; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Tuple`8.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)">
+      <summary>Calculates the hash code for the current <see cref="T:System.Tuple`8" /> object by using a specified computation method.</summary>
+      <param name="comparer">An object whose <see cref="M:System.Collections.IEqualityComparer.GetHashCode(System.Object)" /> method calculates the hash code of the current <see cref="T:System.Tuple`8" /> object.</param>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
+    <member name="M:System.Tuple`8.System#IComparable#CompareTo(System.Object)">
+      <summary>Compares the current <see cref="T:System.Tuple`8" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
+      <param name="obj">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="obj" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="obj" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="obj" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="obj" /> is not a <see cref="T:System.Tuple`8" /> object.</exception>
+    </member>
     <member name="P:System.Tuple`8.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="Tuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="Tuple" /> element. <paramref name="index" /> can range from 0 for <see langword="Item1" /> to one less than the number of elements in the <see langword="Tuple" />.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is less than 0.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than or equal to <see cref="P:System.Tuple`8.System#Runtime#CompilerServices#ITuple#Length" />.</exception>
       <returns>The value of the <see langword="Tuple" /> element at the specified position.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is less than 0.
+-or-
+<paramref name="index" /> is greater than or equal to <see cref="P:System.Tuple`8.System#Runtime#CompilerServices#ITuple#Length" />.</exception>
     </member>
     <member name="P:System.Tuple`8.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="Tuple" />.</summary>
       <returns>The number of elements in the <see langword="Tuple" />.</returns>
     </member>
+    <member name="M:System.Tuple`8.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.Tuple`8" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.Tuple`8" /> object.</returns>
+    </member>
     <member name="T:System.TupleExtensions">
       <summary>Provides extension methods for tuples to interoperate with language support for tuples in C#.</summary>
     </member>
@@ -62273,13 +40253,13 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``1(System.Tuple{``0})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <returns>The converted value tuple instance.</returns>
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``10(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62294,7 +40274,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``11(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62310,7 +40290,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``12(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62327,7 +40307,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``13(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62345,7 +40325,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``14(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62364,7 +40344,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``15(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62384,7 +40364,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``16(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62405,7 +40385,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``17(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15,``16}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62427,7 +40407,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``18(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15,``16,``17}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62450,7 +40430,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``19(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15,``16,``17,``18}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62474,14 +40454,14 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``2(System.Tuple{``0,``1})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <returns>The converted value tuple instance.</returns>
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``20(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15,``16,``17,``18,``19}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62506,7 +40486,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``21(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8,``9,``10,``11,``12,``13,System.Tuple{``14,``15,``16,``17,``18,``19,``20}}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62532,7 +40512,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``3(System.Tuple{``0,``1,``2})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62540,7 +40520,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``4(System.Tuple{``0,``1,``2,``3})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62549,7 +40529,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``5(System.Tuple{``0,``1,``2,``3,``4})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62559,7 +40539,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``6(System.Tuple{``0,``1,``2,``3,``4,``5})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62570,7 +40550,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``7(System.Tuple{``0,``1,``2,``3,``4,``5,``6})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62582,7 +40562,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``8(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62595,7 +40575,7 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.TupleExtensions.ToValueTuple``9(System.Tuple{``0,``1,``2,``3,``4,``5,``6,System.Tuple{``7,``8}})">
       <summary>Converts an instance of the <see langword="Tuple" /> class to an instance of the  <see langword="ValueTuple" /> structure.</summary>
-      <param name="value">The tuple object to convert to a value tuple.</param>
+      <param name="value">The tuple object to convert to a value tuple</param>
       <typeparam name="T1">The type of the first element.</typeparam>
       <typeparam name="T2">The type of the second element.</typeparam>
       <typeparam name="T3">The type of the third element.</typeparam>
@@ -62610,36 +40590,57 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     <member name="T:System.Type">
       <summary>Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.</summary>
     </member>
-    <member name="F:System.Type.Delimiter">
-      <summary>Separates names in the namespace of the <see cref="T:System.Type" />. This field is read-only.</summary>
+    <member name="M:System.Type.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Type" /> class.</summary>
     </member>
-    <member name="F:System.Type.EmptyTypes">
-      <summary>Represents an empty array of type <see cref="T:System.Type" />. This field is read-only.</summary>
+    <member name="P:System.Type.Assembly">
+      <summary>Gets the <see cref="T:System.Reflection.Assembly" /> in which the type is declared. For generic types, gets the <see cref="T:System.Reflection.Assembly" /> in which the generic type is defined.</summary>
+      <returns>An <see cref="T:System.Reflection.Assembly" /> instance that describes the assembly containing the current type. For generic types, the instance describes the assembly that contains the generic type definition, not the assembly that creates and uses a particular constructed type.</returns>
     </member>
-    <member name="F:System.Type.FilterAttribute">
-      <summary>Represents the member filter used on attributes. This field is read-only.</summary>
+    <member name="P:System.Type.AssemblyQualifiedName">
+      <summary>Gets the assembly-qualified name of the type, which includes the name of the assembly from which this <see cref="T:System.Type" /> object was loaded.</summary>
+      <returns>The assembly-qualified name of the <see cref="T:System.Type" />, which includes the name of the assembly from which the <see cref="T:System.Type" /> was loaded, or <see langword="null" /> if the current instance represents a generic type parameter.</returns>
     </member>
-    <member name="F:System.Type.FilterName">
-      <summary>Represents the case-sensitive member filter used on names. This field is read-only.</summary>
+    <member name="P:System.Type.Attributes">
+      <summary>Gets the attributes associated with the <see cref="T:System.Type" />.</summary>
+      <returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />, unless the <see cref="T:System.Type" /> represents a generic type parameter, in which case the value is unspecified.</returns>
     </member>
-    <member name="F:System.Type.FilterNameIgnoreCase">
-      <summary>Represents the case-insensitive member filter used on names. This field is read-only.</summary>
+    <member name="P:System.Type.BaseType">
+      <summary>Gets the type from which the current <see cref="T:System.Type" /> directly inherits.</summary>
+      <returns>The <see cref="T:System.Type" /> from which the current <see cref="T:System.Type" /> directly inherits, or <see langword="null" /> if the current <see langword="Type" /> represents the <see cref="T:System.Object" /> class or an interface.</returns>
     </member>
-    <member name="F:System.Type.Missing">
-      <summary>Represents a missing value in the <see cref="T:System.Type" /> information. This field is read-only.</summary>
+    <member name="P:System.Type.ContainsGenericParameters">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> object has type parameters that have not been replaced by specific types.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> object is itself a generic type parameter or has type parameters for which specific types have not been supplied; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Type.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Type" /> class.</summary>
+    <member name="P:System.Type.DeclaringMethod">
+      <summary>Gets a <see cref="T:System.Reflection.MethodBase" /> that represents the declaring method, if the current <see cref="T:System.Type" /> represents a type parameter of a generic method.</summary>
+      <returns>If the current <see cref="T:System.Type" /> represents a type parameter of a generic method, a <see cref="T:System.Reflection.MethodBase" /> that represents declaring method; otherwise, <see langword="null" />.</returns>
+    </member>
+    <member name="P:System.Type.DeclaringType">
+      <summary>Gets the type that declares the current nested type or generic type parameter.</summary>
+      <returns>A <see cref="T:System.Type" /> object representing the enclosing type, if the current type is a nested type; or the generic type definition, if the current type is a type parameter of a generic type; or the type that declares the generic method, if the current type is a type parameter of a generic method; otherwise, <see langword="null" />.</returns>
+    </member>
+    <member name="P:System.Type.DefaultBinder">
+      <summary>Gets a reference to the default binder, which implements internal rules for selecting the appropriate members to be called by <see cref="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])" />.</summary>
+      <returns>A reference to the default binder used by the system.</returns>
+    </member>
+    <member name="F:System.Type.Delimiter">
+      <summary>Separates names in the namespace of the <see cref="T:System.Type" />. This field is read-only.</summary>
+    </member>
+    <member name="F:System.Type.EmptyTypes">
+      <summary>Represents an empty array of type <see cref="T:System.Type" />. This field is read-only.</summary>
     </member>
     <member name="M:System.Type.Equals(System.Object)">
       <summary>Determines if the underlying system type of the current <see cref="T:System.Type" /> object is the same as the underlying system type of the specified <see cref="T:System.Object" />.</summary>
       <param name="o">The object whose underlying system type is to be compared with the underlying system type of the current <see cref="T:System.Type" />. For the comparison to succeed, <paramref name="o" /> must be able to be cast or converted to an object of type   <see cref="T:System.Type" />.</param>
       <returns>
-        <see langword="true" /> if the underlying system type of <paramref name="o" /> is the same as the underlying system type of the current <see cref="T:System.Type" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if:
-  
--   <paramref name="o" /> is <see langword="null" />.  
-  
--   <paramref name="o" /> cannot be cast or converted to a <see cref="T:System.Type" /> object.</returns>
+        <see langword="true" /> if the underlying system type of <paramref name="o" /> is the same as the underlying system type of the current <see cref="T:System.Type" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if: .
+
+<paramref name="o" /> is <see langword="null" />.
+
+<paramref name="o" /> cannot be cast or converted to a <see cref="T:System.Type" /> object.</returns>
     </member>
     <member name="M:System.Type.Equals(System.Type)">
       <summary>Determines if the underlying system type of the current <see cref="T:System.Type" /> is the same as the underlying system type of the specified <see cref="T:System.Type" />.</summary>
@@ -62647,40 +40648,63 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
       <returns>
         <see langword="true" /> if the underlying system type of <paramref name="o" /> is the same as the underlying system type of the current <see cref="T:System.Type" />; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Type.FilterAttribute">
+      <summary>Represents the member filter used on attributes. This field is read-only.</summary>
+    </member>
+    <member name="F:System.Type.FilterName">
+      <summary>Represents the case-sensitive member filter used on names. This field is read-only.</summary>
+    </member>
+    <member name="F:System.Type.FilterNameIgnoreCase">
+      <summary>Represents the case-insensitive member filter used on names. This field is read-only.</summary>
+    </member>
     <member name="M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object)">
       <summary>Returns an array of <see cref="T:System.Type" /> objects representing a filtered list of interfaces implemented or inherited by the current <see cref="T:System.Type" />.</summary>
       <param name="filter">The delegate that compares the interfaces against <paramref name="filterCriteria" />.</param>
       <param name="filterCriteria">The search criteria that determines whether an interface should be included in the returned array.</param>
+      <returns>An array of <see cref="T:System.Type" /> objects representing a filtered list of the interfaces implemented or inherited by the current <see cref="T:System.Type" />, or an empty array if no interfaces matching the filter are implemented or inherited by the current <see cref="T:System.Type" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="filter" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">A static initializer is invoked and throws an exception.</exception>
-      <returns>An array of <see cref="T:System.Type" /> objects representing a filtered list of the interfaces implemented or inherited by the current <see cref="T:System.Type" />, or an empty array if no interfaces matching the filter are implemented or inherited by the current <see cref="T:System.Type" />.</returns>
     </member>
     <member name="M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object)">
       <summary>Returns a filtered array of <see cref="T:System.Reflection.MemberInfo" /> objects of the specified member type.</summary>
       <param name="memberType">A bitwise combination of the enumeration values that indicates the type of member to search for.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
       <param name="filter">The delegate that does the comparisons, returning <see langword="true" /> if the member currently being inspected matches the <paramref name="filterCriteria" /> and <see langword="false" /> otherwise.</param>
-      <param name="filterCriteria">The search criteria that determines whether a member is returned in the array of <see langword="MemberInfo" /> objects.  
-  
- The fields of <see langword="FieldAttributes" />, <see langword="MethodAttributes" />, and <see langword="MethodImplAttributes" /> can be used in conjunction with the <see langword="FilterAttribute" /> delegate supplied by this class.</param>
+      <param name="filterCriteria">The search criteria that determines whether a member is returned in the array of <see langword="MemberInfo" /> objects.
+The fields of <see langword="FieldAttributes" />, <see langword="MethodAttributes" />, and <see langword="MethodImplAttributes" /> can be used in conjunction with the <see langword="FilterAttribute" /> delegate supplied by this class.</param>
+      <returns>A filtered array of <see cref="T:System.Reflection.MemberInfo" /> objects of the specified member type.
+-or-
+An empty array if the current <see cref="T:System.Type" /> does not have members of type <paramref name="memberType" /> that match the filter criteria.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="filter" /> is <see langword="null" />.</exception>
-      <returns>A filtered array of <see cref="T:System.Reflection.MemberInfo" /> objects of the specified member type.  
-  
- -or-  
-  
- An empty array if the current <see cref="T:System.Type" /> does not have members of type <paramref name="memberType" /> that match the filter criteria.</returns>
+    </member>
+    <member name="P:System.Type.FullName">
+      <summary>Gets the fully qualified name of the type, including its namespace but not its assembly.</summary>
+      <returns>The fully qualified name of the type, including its namespace but not its assembly; or <see langword="null" /> if the current instance represents a generic type parameter, an array type, pointer type, or <see langword="byref" /> type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters.</returns>
+    </member>
+    <member name="P:System.Type.GenericParameterAttributes">
+      <summary>Gets a combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> flags that describe the covariance and special constraints of the current generic type parameter.</summary>
+      <returns>A bitwise combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> values that describes the covariance and special constraints of the current generic type parameter.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> object is not a generic type parameter. That is, the <see cref="P:System.Type.IsGenericParameter" /> property returns <see langword="false" />.</exception>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
+    </member>
+    <member name="P:System.Type.GenericParameterPosition">
+      <summary>Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter, when the <see cref="T:System.Type" /> object represents a type parameter of a generic type or a generic method.</summary>
+      <returns>The position of a type parameter in the type parameter list of the generic type or method that defines the parameter. Position numbers begin at 0.</returns>
+      <exception cref="T:System.InvalidOperationException">The current type does not represent a type parameter. That is, <see cref="P:System.Type.IsGenericParameter" /> returns <see langword="false" />.</exception>
+    </member>
+    <member name="P:System.Type.GenericTypeArguments">
+      <summary>Gets an array of the generic type arguments for this type.</summary>
+      <returns>An array of the generic type arguments for this type.</returns>
     </member>
     <member name="M:System.Type.GetArrayRank">
       <summary>Gets the number of dimensions in an array.</summary>
+      <returns>An integer that contains the number of dimensions in the current type.</returns>
       <exception cref="T:System.NotSupportedException">The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.</exception>
       <exception cref="T:System.ArgumentException">The current type is not an array.</exception>
-      <returns>An integer that contains the number of dimensions in the current type.</returns>
     </member>
     <member name="M:System.Type.GetAttributeFlagsImpl">
       <summary>When overridden in a derived class, implements the <see cref="P:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <see cref="T:System.Type" />.</summary>
@@ -62688,2001 +40712,1015 @@ Note: In the .NET for Windows Store apps or the Portable Class Library, catch th
     </member>
     <member name="M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
       <summary>Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and the stack is cleaned up.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <returns>An object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.  
-  
- -or-  
-  
- <see cref="F:System.Type.EmptyTypes" />.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the parameter type array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Type[])">
-      <summary>Searches for a constructor whose parameters match the specified argument types, using the specified binding constraints.</summary>
       <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-            -or- Default to return <see langword="null" />.</param>
-      <param name="types">An array of Type objects representing the number, order, and type of the parameters for the constructor to get.
-            -or- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = Array.Empty{Type}()) to get a constructor that takes no parameters.
-            -or- <see cref="F:System.Type.EmptyTypes" />.</param>
-      <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructor(System.Type[])">
-      <summary>Searches for a public instance constructor whose parameters match the types in the specified array.</summary>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the desired constructor.  
-  
- -or-  
-  
- An empty array of <see cref="T:System.Type" /> objects, to get a constructor that takes no parameters. Such an empty array is provided by the <see langword="static" /> field <see cref="F:System.Type.EmptyTypes" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.</exception>
-      <returns>An object representing the public instance constructor whose parameters match the types in the parameter type array, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
-<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and the stack is cleaned up.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <exception cref="T:System.NotSupportedException">The current type is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> or <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" />.</exception>
-      <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructors">
-      <summary>Returns all the public constructors defined for the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.ConstructorInfo" /> objects representing all the public instance constructors defined for the current <see cref="T:System.Type" />, but not including the type initializer (static constructor). If no public instance constructors are defined for the current <see cref="T:System.Type" />, or if the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type or generic method, an empty array of type <see cref="T:System.Reflection.ConstructorInfo" /> is returned.</returns>
-    </member>
-    <member name="M:System.Type.GetConstructors(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the constructors defined for the current <see cref="T:System.Type" />, using the specified <see langword="BindingFlags" />.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
--or-  
-  
-<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of <see cref="T:System.Reflection.ConstructorInfo" /> objects representing all constructors defined for the current <see cref="T:System.Type" /> that match the specified binding constraints, including the type initializer if it is defined. Returns an empty array of type <see cref="T:System.Reflection.ConstructorInfo" /> if no constructors are defined for the current <see cref="T:System.Type" />, if none of the defined constructors match the binding constraints, or if the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type or generic method.</returns>
-    </member>
-    <member name="M:System.Type.GetDefaultMembers">
-      <summary>Searches for the members defined for the current <see cref="T:System.Type" /> whose <see cref="T:System.Reflection.DefaultMemberAttribute" /> is set.</summary>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all default members of the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.MemberInfo" />, if the current <see cref="T:System.Type" /> does not have default members.</returns>
-    </member>
-    <member name="M:System.Type.GetElementType">
-      <summary>When overridden in a derived class, returns the <see cref="T:System.Type" /> of the object encompassed or referred to by the current array, pointer or reference type.</summary>
-      <returns>The <see cref="T:System.Type" /> of the object encompassed or referred to by the current array, pointer, or reference type, or <see langword="null" /> if the current <see cref="T:System.Type" /> is not an array or a pointer, or is not passed by reference, or represents a generic type or a type parameter in the definition of a generic type or generic method.</returns>
-    </member>
-    <member name="M:System.Type.GetEnumName(System.Object)">
-      <summary>Returns the name of the constant that has the specified value, for the current enumeration type.</summary>
-      <param name="value">The value whose name is to be retrieved.</param>
-      <exception cref="T:System.ArgumentException">The current type is not an enumeration.  
-  
- -or-  
-  
- <paramref name="value" /> is neither of the current type nor does it have the same underlying type as the current type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <returns>The name of the member of the current enumeration type that has the specified value, or <see langword="null" /> if no such constant is found.</returns>
-    </member>
-    <member name="M:System.Type.GetEnumNames">
-      <summary>Returns the names of the members of the current enumeration type.</summary>
-      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
-      <returns>An array that contains the names of the members of the enumeration.</returns>
-    </member>
-    <member name="M:System.Type.GetEnumUnderlyingType">
-      <summary>Returns the underlying type of the current enumeration type.</summary>
-      <exception cref="T:System.ArgumentException">The current type is not an enumeration.  
-  
- -or-  
-  
- The enumeration type is not valid, because it contains more than one instance field.</exception>
-      <returns>The underlying type of the current enumeration.</returns>
-    </member>
-    <member name="M:System.Type.GetEnumValues">
-      <summary>Returns an array of the values of the constants in the current enumeration type.</summary>
-      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
-      <returns>An array that contains the values. The elements of the array are sorted by the binary values (that is, the unsigned values) of the enumeration constants.</returns>
-    </member>
-    <member name="M:System.Type.GetEvent(System.String)">
-      <summary>Returns the <see cref="T:System.Reflection.EventInfo" /> object representing the specified public event.</summary>
-      <param name="name">The string containing the name of an event that is declared or inherited by the current <see cref="T:System.Type" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>The object representing the specified public event that is declared or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, returns the <see cref="T:System.Reflection.EventInfo" /> object representing the specified event, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of an event which is declared or inherited by the current <see cref="T:System.Type" />.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>The object representing the specified event that is declared or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetEvents">
-      <summary>Returns all the public events that are declared or inherited by the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.EventInfo" /> objects representing all the public events which are declared or inherited by the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.EventInfo" />, if the current <see cref="T:System.Type" /> does not have public events.</returns>
-    </member>
-    <member name="M:System.Type.GetEvents(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for events that are declared or inherited by the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
--or-
-
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of <see cref="T:System.Reflection.EventInfo" /> objects representing all events that are declared or inherited by the current <see cref="T:System.Type" /> that match the specified binding constraints.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.EventInfo" />, if the current <see cref="T:System.Type" /> does not have events, or if none of the events match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetField(System.String)">
-      <summary>Searches for the public field with the specified name.</summary>
-      <param name="name">The string containing the name of the data field to get.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">This <see cref="T:System.Type" /> object is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> whose <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> method has not yet been called.</exception>
-      <returns>An object representing the public field with the specified name, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetField(System.String,System.Reflection.BindingFlags)">
-      <summary>Searches for the specified field, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the data field to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the field that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetFields">
-      <summary>Returns all the public fields of the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.FieldInfo" /> objects representing all the public fields defined for the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.FieldInfo" />, if no public fields are defined for the current <see cref="T:System.Type" />.</returns>
-    </member>
-    <member name="M:System.Type.GetFields(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the fields defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
--or-
-
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of <see cref="T:System.Reflection.FieldInfo" /> objects representing all fields defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.FieldInfo" />, if no fields are defined for the current <see cref="T:System.Type" />, or if none of the defined fields match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetGenericArguments">
-      <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the type arguments of a closed generic type or the type parameters of a generic type definition.</summary>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <returns>An array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic type. Returns an empty array if the current type is not a generic type.</returns>
-    </member>
-    <member name="M:System.Type.GetGenericParameterConstraints">
-      <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the constraints on the current generic type parameter.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> object is not a generic type parameter. That is, the <see cref="P:System.Type.IsGenericParameter" /> property returns <see langword="false" />.</exception>
-      <returns>An array of <see cref="T:System.Type" /> objects that represent the constraints on the current generic type parameter.</returns>
-    </member>
-    <member name="M:System.Type.GetGenericTypeDefinition">
-      <summary>Returns a <see cref="T:System.Type" /> object that represents a generic type definition from which the current generic type can be constructed.</summary>
-      <exception cref="T:System.InvalidOperationException">The current type is not a generic type.  That is, <see cref="P:System.Type.IsGenericType" /> returns <see langword="false" />.</exception>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <returns>A <see cref="T:System.Type" /> object representing a generic type from which the current type can be constructed.</returns>
-    </member>
-    <member name="M:System.Type.GetHashCode">
-      <summary>Returns the hash code for this instance.</summary>
-      <returns>The hash code for this instance.</returns>
-    </member>
-    <member name="M:System.Type.GetInterface(System.String)">
-      <summary>Searches for the interface with the specified name.</summary>
-      <param name="name">The string containing the name of the interface to get. For generic interfaces, this is the mangled name.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The current <see cref="T:System.Type" /> represents a type that implements the same generic interface with different type arguments.</exception>
-      <returns>An object representing the interface with the specified name, implemented or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetInterface(System.String,System.Boolean)">
-      <summary>When overridden in a derived class, searches for the specified interface, specifying whether to do a case-insensitive search for the interface name.</summary>
-      <param name="name">The string containing the name of the interface to get. For generic interfaces, this is the mangled name.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to ignore the case of that part of <paramref name="name" /> that specifies the simple interface name (the part that specifies the namespace must be correctly cased).  
-  
- -or-  
-  
- <see langword="false" /> to perform a case-sensitive search for all parts of <paramref name="name" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">The current <see cref="T:System.Type" /> represents a type that implements the same generic interface with different type arguments.</exception>
-      <returns>An object representing the interface with the specified name, implemented or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetInterfaceMap(System.Type)">
-      <summary>Returns an interface mapping for the specified interface type.</summary>
-      <param name="interfaceType">The interface type to retrieve a mapping for.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="interfaceType" /> is not implemented by the current type.  
-  
--or-  
-  
-The <paramref name="interfaceType" /> argument does not refer to an interface.  
-  
--or-  
-
-The current instance or <paramref name="interfaceType" /> argument is an open generic type; that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />.
-
 -or-
-
-
- <paramref name="interfaceType" /> is a generic interface, and the current type is an array type.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="interfaceType" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> represents a generic type parameter; that is, <see cref="P:System.Type.IsGenericParameter" /> is <see langword="true" />.</exception>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <returns>An object that represents the interface mapping for <paramref name="interfaceType" />.</returns>
-    </member>
-    <member name="M:System.Type.GetInterfaces">
-      <summary>When overridden in a derived class, gets all the interfaces implemented or inherited by the current <see cref="T:System.Type" />.</summary>
-      <exception cref="T:System.Reflection.TargetInvocationException">A static initializer is invoked and throws an exception.</exception>
-      <returns>An array of <see cref="T:System.Type" /> objects representing all the interfaces implemented or inherited by the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Type" />, if no interfaces are implemented or inherited by the current <see cref="T:System.Type" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMember(System.String)">
-      <summary>Searches for the public members with the specified name.</summary>
-      <param name="name">The string containing the name of the public members to get.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
-    </member>
-    <member name="M:System.Type.GetMember(System.String,System.Reflection.BindingFlags)">
-      <summary>Searches for the specified members, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the members to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
-    </member>
-    <member name="M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags)">
-      <summary>Searches for the specified members of the specified member type, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the members to get.</param>
-      <param name="type">The value to search for.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.NotSupportedException">A derived class must provide an implementation.</exception>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
-    </member>
-    <member name="M:System.Type.GetMembers">
-      <summary>Returns all the public members of the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all the public members of the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.MemberInfo" />, if the current <see cref="T:System.Type" /> does not have public members.</returns>
-    </member>
-    <member name="M:System.Type.GetMembers(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the members defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all members defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.  
-  
- -or-  
-  
- An empty array if no members are defined for the current <see cref="T:System.Type" />, or if none of the defined members match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetMemberWithSameMetadataDefinitionAs(System.Reflection.MemberInfo)">
-      <summary>Searches for the <see cref="T:System.Reflection.MemberInfo" /> on the current <see cref="T:System.Type" /> that matches the specified <see cref="T:System.Reflection.MemberInfo" />.</summary>
-      <param name="member">The <see cref="T:System.Reflection.MemberInfo" /> to find on the current <see cref="T:System.Type" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="member" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="member" /> does not match a member on the current <see cref="T:System.Type" />.</exception>
-      <returns>An object representing the member on the current <see cref="T:System.Type" /> that matches the specified member.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String)">
-      <summary>Searches for the public method with the specified name.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object that represents the public method with the specified name, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="genericParameterCount">The number of generic type parameters of the method.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
--or-
-
 <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
       <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
-
 -or-
-
 A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and how the stack is cleaned up.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-
--or-
-
-An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
+      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and the stack is cleaned up.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.
 -or-
-
-<paramref name="types" /> is <see langword="null" />.
-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
+      <returns>An object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="types" /> is <see langword="null" />.
 -or-
-
-One of the elements in the <paramref name="types" /> array is <see langword="null" />.</exception>
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="genericParameterCount" /> is negative.</exception>
-      <returns>An object representing the method that matches the specified generic parameter count, argument types, modifiers, binding constraints and calling convention, if found; otherwise, <see langword="null" />.</returns>
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
     </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="genericParameterCount">The number of generic type parameters of the method.</param>
+    <member name="M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
       <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
 -or-
-
 <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
       <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
-
 -or-
-
 A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.
 -or-
-
-An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.
 -or-
-
-<paramref name="types" /> is <see langword="null" />.
-
+<see cref="F:System.Type.EmptyTypes" />.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the parameter type array. The default binder does not process this parameter.</param>
+      <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="types" /> is <see langword="null" />.
 -or-
-
-One of the elements in the <paramref name="types" /> array is <see langword="null" />.</exception>
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="genericParameterCount" /> is negative.</exception>
-      <returns>An object representing the method that matches the specified generic parameter count, argument types, modifiers and binding constraints, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Type[])">
-      <summary>Searches for the specified public method whose parameters match the specified generic parameter count and argument types.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="genericParameterCount">The number of generic type parameters of the method.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-
+        <paramref name="types" /> is multidimensional.
 -or-
-
-An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
--or-
-
-<paramref name="types" /> is <see langword="null" />.
-
+<paramref name="modifiers" /> is multidimensional.
 -or-
-
-One of the elements in the <paramref name="types" /> array is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="genericParameterCount" /> is negative.</exception>
-      <returns>An object representing the public method whose parameters match the specified generic parameter count and argument types, if found; otherwise, <see langword="null" />.</returns>
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
     </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified public method whose parameters match the specified generic parameter count, argument types and modifiers.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="genericParameterCount">The number of generic type parameters of the method.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-
+    <member name="M:System.Type.GetConstructor(System.Type[])">
+      <summary>Searches for a public instance constructor whose parameters match the types in the specified array.</summary>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the desired constructor.
 -or-
-
-An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
+An empty array of <see cref="T:System.Type" /> objects, to get a constructor that takes no parameters. Such an empty array is provided by the <see langword="static" /> field <see cref="F:System.Type.EmptyTypes" />.</param>
+      <returns>An object representing the public instance constructor whose parameters match the types in the parameter type array, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.
-
--or-
-
-<paramref name="types" /> is <see langword="null" />.
-
+        <paramref name="types" /> is <see langword="null" />.
 -or-
-
-One of the elements in the <paramref name="types" /> array is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="genericParameterCount" /> is negative.</exception>
-      <returns>An object representing the public method that matches the specified generic parameter count, argument types and modifiers, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags)">
-      <summary>Searches for the specified method, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and how the stack is cleaned up.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.  
-  
- -or-  
-  
- An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.</exception>
-      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.  
-  
- -or-  
-  
- An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.</exception>
-      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Type[])">
-      <summary>Searches for the specified method whose parameters match the specified argument types, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-            -or- Default to return <see langword="null" />.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-            -or- An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Type[])">
-      <summary>Searches for the specified public method whose parameters match the specified argument types.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.  
-  
- -or-  
-  
- An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and specified parameters.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="types" /> is multidimensional.</exception>
-      <returns>An object representing the public method whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified public method whose parameters match the specified argument types and modifiers.</summary>
-      <param name="name">The string containing the name of the public method to get.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.  
-  
- -or-  
-  
- An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and specified parameters.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.</exception>
-      <returns>An object representing the public method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
     </member>
-    <member name="M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>When overridden in a derived class, searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="genericParameterCount">The number of generic type parameters of the method.</param>
+    <member name="M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
       <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
 -or-
-
 <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
       <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
-
 -or-
-
 A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and what process cleans up the stack.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
-
--or-
-
-An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a method that takes no parameters.
-
+      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and the stack is cleaned up.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the constructor to get.
 -or-
-
-<see langword="null" />. If <paramref name="types" /> is <see langword="null" />, arguments are not matched.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.NotSupportedException">The method needs to be overriden and called in a derived class.</exception>
-      <returns>An object representing the method that matches the specified generic parameter count, argument types, modifiers, binding constraints and calling convention, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
-      <param name="name">The string containing the name of the method to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and what process cleans up the stack.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a method that takes no parameters.  
-  
- -or-  
-  
- <see langword="null" />. If <paramref name="types" /> is <see langword="null" />, arguments are not matched.</param>
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a constructor that takes no parameters.</param>
       <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
+      <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
+        <paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
       <exception cref="T:System.NotSupportedException">The current type is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> or <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" />.</exception>
-      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
     </member>
-    <member name="M:System.Type.GetMethods">
-      <summary>Returns all the public methods of the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.MethodInfo" /> objects representing all the public methods defined for the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.MethodInfo" />, if no public methods are defined for the current <see cref="T:System.Type" />.</returns>
+    <member name="M:System.Type.GetConstructors">
+      <summary>Returns all the public constructors defined for the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.ConstructorInfo" /> objects representing all the public instance constructors defined for the current <see cref="T:System.Type" />, but not including the type initializer (static constructor). If no public instance constructors are defined for the current <see cref="T:System.Type" />, or if the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type or generic method, an empty array of type <see cref="T:System.Reflection.ConstructorInfo" /> is returned.</returns>
     </member>
-    <member name="M:System.Type.GetMethods(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the methods defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+    <member name="M:System.Type.GetConstructors(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the constructors defined for the current <see cref="T:System.Type" />, using the specified <see langword="BindingFlags" />.</summary>
       <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
 -or-
-
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of <see cref="T:System.Reflection.MethodInfo" /> objects representing all methods defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.MethodInfo" />, if no methods are defined for the current <see cref="T:System.Type" />, or if none of the defined methods match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetNestedType(System.String)">
-      <summary>Searches for the public nested type with the specified name.</summary>
-      <param name="name">The string containing the name of the nested type to get.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public nested type with the specified name, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the nested type to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the nested type that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetNestedTypes">
-      <summary>Returns the public types nested in the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Type" /> objects representing the public types nested in the current <see cref="T:System.Type" /> (the search is not recursive), or an empty array of type <see cref="T:System.Type" /> if no public types are nested in the current <see cref="T:System.Type" />.</returns>
-    </member>
-    <member name="M:System.Type.GetNestedTypes(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the types nested in the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <returns>An array of <see cref="T:System.Type" /> objects representing all the types nested in the current <see cref="T:System.Type" /> that match the specified binding constraints (the search is not recursive), or an empty array of type <see cref="T:System.Type" />, if no nested types are found that match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetProperties">
-      <summary>Returns all the public properties of the current <see cref="T:System.Type" />.</summary>
-      <returns>An array of <see cref="T:System.Reflection.PropertyInfo" /> objects representing all public properties of the current <see cref="T:System.Type" />.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.PropertyInfo" />, if the current <see cref="T:System.Type" /> does not have public properties.</returns>
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.ConstructorInfo" /> objects representing all constructors defined for the current <see cref="T:System.Type" /> that match the specified binding constraints, including the type initializer if it is defined. Returns an empty array of type <see cref="T:System.Reflection.ConstructorInfo" /> if no constructors are defined for the current <see cref="T:System.Type" />, if none of the defined constructors match the binding constraints, or if the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type or generic method.</returns>
     </member>
-    <member name="M:System.Type.GetProperties(System.Reflection.BindingFlags)">
-      <summary>When overridden in a derived class, searches for the properties of the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
-
+    <member name="M:System.Type.GetDefaultMembers">
+      <summary>Searches for the members defined for the current <see cref="T:System.Type" /> whose <see cref="T:System.Reflection.DefaultMemberAttribute" /> is set.</summary>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all default members of the current <see cref="T:System.Type" />.
 -or-
-
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
-      <returns>An array of objects representing all properties of the current <see cref="T:System.Type" /> that match the specified binding constraints.  
-  
- -or-  
-  
- An empty array of type <see cref="T:System.Reflection.PropertyInfo" />, if the current <see cref="T:System.Type" /> does not have properties, or if none of the properties match the binding constraints.</returns>
-    </member>
-    <member name="M:System.Type.GetProperty(System.String)">
-      <summary>Searches for the public property with the specified name.</summary>
-      <param name="name">The string containing the name of the public property to get.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public property with the specified name, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags)">
-      <summary>Searches for the specified property, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the property to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
-<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.</exception>
-      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the property to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="returnType">The return type of the property.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
-      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Type)">
-      <summary>Searches for the public property with the specified name and return type.</summary>
-      <param name="name">The string containing the name of the public property to get.</param>
-      <param name="returnType">The return type of the property.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />, or <paramref name="returnType" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public property with the specified name, if found; otherwise, <see langword="null" />.</returns>
+An empty array of type <see cref="T:System.Reflection.MemberInfo" />, if the current <see cref="T:System.Type" /> does not have default members.</returns>
     </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Type,System.Type[])">
-      <summary>Searches for the specified public property whose parameters match the specified argument types.</summary>
-      <param name="name">The string containing the name of the public property to get.</param>
-      <param name="returnType">The return type of the property.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.</exception>
-      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public property whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetElementType">
+      <summary>When overridden in a derived class, returns the <see cref="T:System.Type" /> of the object encompassed or referred to by the current array, pointer or reference type.</summary>
+      <returns>The <see cref="T:System.Type" /> of the object encompassed or referred to by the current array, pointer, or reference type, or <see langword="null" /> if the current <see cref="T:System.Type" /> is not an array or a pointer, or is not passed by reference, or represents a generic type or a type parameter in the definition of a generic type or generic method.</returns>
     </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>Searches for the specified public property whose parameters match the specified argument types and modifiers.</summary>
-      <param name="name">The string containing the name of the public property to get.</param>
-      <param name="returnType">The return type of the property.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types and modifiers.</exception>
+    <member name="M:System.Type.GetEnumName(System.Object)">
+      <summary>Returns the name of the constant that has the specified value, for the current enumeration type.</summary>
+      <param name="value">The value whose name is to be retrieved.</param>
+      <returns>The name of the member of the current enumeration type that has the specified value, or <see langword="null" /> if no such constant is found.</returns>
+      <exception cref="T:System.ArgumentException">The current type is not an enumeration.
+-or-
+<paramref name="value" /> is neither of the current type nor does it have the same underlying type as the current type.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+        <paramref name="value" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetProperty(System.String,System.Type[])">
-      <summary>Searches for the specified public property whose parameters match the specified argument types.</summary>
-      <param name="name">The string containing the name of the public property to get.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.</exception>
-      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
-      <returns>An object representing the public property whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetEnumNames">
+      <summary>Returns the names of the members of the current enumeration type.</summary>
+      <returns>An array that contains the names of the members of the enumeration.</returns>
+      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
     </member>
-    <member name="M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
-      <summary>When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
-      <param name="name">The string containing the name of the property to get.</param>
-      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.  
-  
- -or-  
-  
- <see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded member, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
-      <param name="returnType">The return type of the property.</param>
-      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.  
-  
- -or-  
-  
- An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="name" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="types" /> is <see langword="null" />.  
-  
- -or-  
-  
- One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="types" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="modifiers" /> is multidimensional.  
-  
- -or-  
-  
- <paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
-      <exception cref="T:System.NotSupportedException">The current type is a <see cref="T:System.Reflection.Emit.TypeBuilder" />, <see cref="T:System.Reflection.Emit.EnumBuilder" />, or <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" />.</exception>
-      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetEnumUnderlyingType">
+      <summary>Returns the underlying type of the current enumeration type.</summary>
+      <returns>The underlying type of the current enumeration.</returns>
+      <exception cref="T:System.ArgumentException">The current type is not an enumeration.
+-or-
+The enumeration type is not valid, because it contains more than one instance field.</exception>
     </member>
-    <member name="M:System.Type.GetType">
-      <summary>Gets the current <see cref="T:System.Type" />.</summary>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <returns>The current <see cref="T:System.Type" />.</returns>
+    <member name="M:System.Type.GetEnumValues">
+      <summary>Returns an array of the values of the constants in the current enumeration type.</summary>
+      <returns>An array that contains the values. The elements of the array are sorted by the binary values (that is, the unsigned values) of the enumeration constants.</returns>
+      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String)">
-      <summary>Gets the <see cref="T:System.Type" /> with the specified name, performing a case-sensitive search.</summary>
-      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
+    <member name="M:System.Type.GetEvent(System.String)">
+      <summary>Returns the <see cref="T:System.Reflection.EventInfo" /> object representing the specified public event.</summary>
+      <param name="name">The string containing the name of an event that is declared or inherited by the current <see cref="T:System.Type" />.</param>
+      <returns>The object representing the specified public event that is declared or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
-      <returns>The type with the specified name, if found; otherwise, <see langword="null" />.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String,System.Boolean)">
-      <summary>Gets the <see cref="T:System.Type" /> with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type is not found.</summary>
-      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax. For example, "MyType[,*,]".  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
-      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+    <member name="M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, returns the <see cref="T:System.Reflection.EventInfo" /> object representing the specified event, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of an event which is declared or inherited by the current <see cref="T:System.Type" />.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>The object representing the specified event that is declared or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String,System.Boolean,System.Boolean)">
-      <summary>Gets the <see cref="T:System.Type" /> with the specified name, specifying whether to throw an exception if the type is not found and whether to perform a case-sensitive search.</summary>
-      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
-      <param name="ignoreCase">
-        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />, <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+    <member name="M:System.Type.GetEvents">
+      <summary>Returns all the public events that are declared or inherited by the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.EventInfo" /> objects representing all the public events which are declared or inherited by the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Reflection.EventInfo" />, if the current <see cref="T:System.Type" /> does not have public events.</returns>
+    </member>
+    <member name="M:System.Type.GetEvents(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for events that are declared or inherited by the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.EventInfo" /> objects representing all events that are declared or inherited by the current <see cref="T:System.Type" /> that match the specified binding constraints.
+-or-
+An empty array of type <see cref="T:System.Reflection.EventInfo" />, if the current <see cref="T:System.Type" /> does not have events, or if none of the events match the binding constraints.</returns>
+    </member>
+    <member name="M:System.Type.GetField(System.String)">
+      <summary>Searches for the public field with the specified name.</summary>
+      <param name="name">The string containing the name of the data field to get.</param>
+      <returns>An object representing the public field with the specified name, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax. For example, "MyType[,*,]".  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
-      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">This <see cref="T:System.Type" /> object is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> whose <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> method has not yet been called.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type})">
-      <summary>Gets the type with the specified name, optionally providing custom methods to resolve the assembly and the type.</summary>
-      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
-      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.  
-  
- Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
-      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the <paramref name="typeResolver" /> method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; <see langword="false" /> is passed to that parameter.  
-  
- Caution   Do not pass methods from unknown or untrusted callers.</param>
+    <member name="M:System.Type.GetField(System.String,System.Reflection.BindingFlags)">
+      <summary>Searches for the specified field, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the data field to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>An object representing the field that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.  
-  
- -or-  
-  
- <paramref name="typeName" /> contains an invalid assembly name.  
-  
- -or-  
-  
- <paramref name="typeName" /> is a valid assembly name without a type name.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <returns>The type with the specified name, or <see langword="null" /> if the type is not found.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean)">
-      <summary>Gets the type with the specified name, specifying whether to throw an exception if the type is not found, and optionally providing custom methods to resolve the assembly and the type.</summary>
-      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
-      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.  
-  
- Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
-      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; <see langword="false" /> is passed to that parameter.  
-  
- Caution   Do not pass methods from unknown or untrusted callers.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+    <member name="M:System.Type.GetFields">
+      <summary>Returns all the public fields of the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.FieldInfo" /> objects representing all the public fields defined for the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Reflection.FieldInfo" />, if no public fields are defined for the current <see cref="T:System.Type" />.</returns>
+    </member>
+    <member name="M:System.Type.GetFields(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the fields defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.FieldInfo" /> objects representing all fields defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.
+-or-
+An empty array of type <see cref="T:System.Reflection.FieldInfo" />, if no fields are defined for the current <see cref="T:System.Type" />, or if none of the defined fields match the binding constraints.</returns>
+    </member>
+    <member name="M:System.Type.GetGenericArguments">
+      <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the type arguments of a closed generic type or the type parameters of a generic type definition.</summary>
+      <returns>An array of <see cref="T:System.Type" /> objects that represent the type arguments of a generic type. Returns an empty array if the current type is not a generic type.</returns>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
+    </member>
+    <member name="M:System.Type.GetGenericParameterConstraints">
+      <summary>Returns an array of <see cref="T:System.Type" /> objects that represent the constraints on the current generic type parameter.</summary>
+      <returns>An array of <see cref="T:System.Type" /> objects that represent the constraints on the current generic type parameter.</returns>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> object is not a generic type parameter. That is, the <see cref="P:System.Type.IsGenericParameter" /> property returns <see langword="false" />.</exception>
+    </member>
+    <member name="M:System.Type.GetGenericTypeDefinition">
+      <summary>Returns a <see cref="T:System.Type" /> object that represents a generic type definition from which the current generic type can be constructed.</summary>
+      <returns>A <see cref="T:System.Type" /> object representing a generic type from which the current type can be constructed.</returns>
+      <exception cref="T:System.InvalidOperationException">The current type is not a generic type.  That is, <see cref="P:System.Type.IsGenericType" /> returns <see langword="false" />.</exception>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
+    </member>
+    <member name="M:System.Type.GetHashCode">
+      <summary>Returns the hash code for this instance.</summary>
+      <returns>The hash code for this instance.</returns>
+    </member>
+    <member name="M:System.Type.GetInterface(System.String)">
+      <summary>Searches for the interface with the specified name.</summary>
+      <param name="name">The string containing the name of the interface to get. For generic interfaces, this is the mangled name.</param>
+      <returns>An object representing the interface with the specified name, implemented or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax (for example, "MyType[,*,]").  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.  
-  
- -or-  
-  
- <paramref name="typeName" /> contains an invalid assembly name.  
-  
- -or-  
-  
- <paramref name="typeName" /> is a valid assembly name without a type name.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The current <see cref="T:System.Type" /> represents a type that implements the same generic interface with different type arguments.</exception>
     </member>
-    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean)">
-      <summary>Gets the type with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found, and optionally providing custom methods to resolve the assembly and the type.</summary>
-      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
-      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.  
-  
- Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
-      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; the value of <paramref name="ignoreCase" /> is passed to that parameter.  
-  
- Caution   Do not pass methods from unknown or untrusted callers.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+    <member name="M:System.Type.GetInterface(System.String,System.Boolean)">
+      <summary>When overridden in a derived class, searches for the specified interface, specifying whether to do a case-insensitive search for the interface name.</summary>
+      <param name="name">The string containing the name of the interface to get. For generic interfaces, this is the mangled name.</param>
       <param name="ignoreCase">
-        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />, <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+        <see langword="true" /> to ignore the case of that part of <paramref name="name" /> that specifies the simple interface name (the part that specifies the namespace must be correctly cased).
+-or-
+<see langword="false" /> to perform a case-sensitive search for all parts of <paramref name="name" />.</param>
+      <returns>An object representing the interface with the specified name, implemented or inherited by the current <see cref="T:System.Type" />, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeName" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <exception cref="T:System.TypeLoadException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
-      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).  
-  
- -or-  
-  
- <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax (for example, "MyType[,*,]").  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
-      <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.  
-  
- -or-  
-  
- <paramref name="typeName" /> contains an invalid assembly name.  
-  
- -or-  
-  
- <paramref name="typeName" /> is a valid assembly name without a type name.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">The current <see cref="T:System.Type" /> represents a type that implements the same generic interface with different type arguments.</exception>
     </member>
-    <member name="M:System.Type.GetTypeArray(System.Object[])">
-      <summary>Gets the types of the objects in the specified array.</summary>
-      <param name="args">An array of objects whose types to determine.</param>
+    <member name="M:System.Type.GetInterfaceMap(System.Type)">
+      <summary>Returns an interface mapping for the specified interface type.</summary>
+      <param name="interfaceType">The interface type to retrieve a mapping for.</param>
+      <returns>An object that represents the interface mapping for <paramref name="interfaceType" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="interfaceType" /> is not implemented by the current type.
+-or-
+The <paramref name="interfaceType" /> argument does not refer to an interface.
+-or-
+The current instance or <paramref name="interfaceType" /> argument is an open generic type; that is, the <see cref="P:System.Type.ContainsGenericParameters" /> property returns <see langword="true" />.
+-or-
+<paramref name="interfaceType" /> is a generic interface, and the current type is an array type.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="args" /> is <see langword="null" />.  
-  
- -or-  
-  
- One or more of the elements in <paramref name="args" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">The class initializers are invoked and at least one throws an exception.</exception>
-      <returns>An array of <see cref="T:System.Type" /> objects representing the types of the corresponding elements in <paramref name="args" />.</returns>
+        <paramref name="interfaceType" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> represents a generic type parameter; that is, <see cref="P:System.Type.IsGenericParameter" /> is <see langword="true" />.</exception>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
     </member>
-    <member name="M:System.Type.GetTypeCode(System.Type)">
-      <summary>Gets the underlying type code of the specified <see cref="T:System.Type" />.</summary>
-      <param name="type">The type whose underlying type code to get.</param>
-      <returns>The code of the underlying type, or <see cref="F:System.TypeCode.Empty" /> if <paramref name="type" /> is <see langword="null" />.</returns>
+    <member name="M:System.Type.GetInterfaces">
+      <summary>When overridden in a derived class, gets all the interfaces implemented or inherited by the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Type" /> objects representing all the interfaces implemented or inherited by the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Type" />, if no interfaces are implemented or inherited by the current <see cref="T:System.Type" />.</returns>
+      <exception cref="T:System.Reflection.TargetInvocationException">A static initializer is invoked and throws an exception.</exception>
     </member>
-    <member name="M:System.Type.GetTypeCodeImpl">
-      <summary>Returns the underlying type code of this <see cref="T:System.Type" /> instance.</summary>
-      <returns>The type code of the underlying type.</returns>
+    <member name="M:System.Type.GetMember(System.String)">
+      <summary>Searches for the public members with the specified name.</summary>
+      <param name="name">The string containing the name of the public members to get.</param>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetTypeFromCLSID(System.Guid)">
-      <summary>Gets the type associated with the specified class identifier (CLSID).</summary>
-      <param name="clsid">The CLSID of the type to get.</param>
-      <returns>
-        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
+    <member name="M:System.Type.GetMember(System.String,System.Reflection.BindingFlags)">
+      <summary>Searches for the specified members, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the members to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean)">
-      <summary>Gets the type associated with the specified class identifier (CLSID), specifying whether to throw an exception if an error occurs while loading the type.</summary>
-      <param name="clsid">The CLSID of the type to get.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw any exception that occurs.  
-  
- -or-  
-  
<see langword="false" /> to ignore any exception that occurs.</param>
-      <returns>
-        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
+    <member name="M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags)">
+      <summary>Searches for the specified members of the specified member type, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the members to get.</param>
+      <param name="type">The value to search for.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing the public members with the specified name, if found; otherwise, an empty array.</returns>
     <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.NotSupportedException">A derived class must provide an implementation.</exception>
     </member>
-    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.String)">
-      <summary>Gets the type associated with the specified class identifier (CLSID) from the specified server.</summary>
-      <param name="clsid">The CLSID of the type to get.</param>
-      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
-      <returns>
-        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
+    <member name="M:System.Type.GetMembers">
+      <summary>Returns all the public members of the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all the public members of the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Reflection.MemberInfo" />, if the current <see cref="T:System.Type" /> does not have public members.</returns>
     </member>
-    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean)">
-      <summary>Gets the type associated with the specified class identifier (CLSID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type.</summary>
-      <param name="clsid">The CLSID of the type to get.</param>
-      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw any exception that occurs.  
-  
- -or-  
-  
- <see langword="false" /> to ignore any exception that occurs.</param>
-      <returns>
-        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
+    <member name="M:System.Type.GetMembers(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the members defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.MemberInfo" /> objects representing all members defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.
+-or-
+An empty array if no members are defined for the current <see cref="T:System.Type" />, or if none of the defined members match the binding constraints.</returns>
     </member>
-    <member name="M:System.Type.GetTypeFromHandle(System.RuntimeTypeHandle)">
-      <summary>Gets the type referenced by the specified type handle.</summary>
-      <param name="handle">The object that refers to the type.</param>
-      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
-      <returns>The type referenced by the specified <see cref="T:System.RuntimeTypeHandle" />, or <see langword="null" /> if the <see cref="P:System.RuntimeTypeHandle.Value" /> property of <paramref name="handle" /> is <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String)">
+      <summary>Searches for the public method with the specified name.</summary>
+      <param name="name">The string containing the name of the public method to get.</param>
+      <returns>An object that represents the public method with the specified name, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.GetTypeFromProgID(System.String)">
-      <summary>Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the <see cref="T:System.Type" />.</summary>
-      <param name="progID">The ProgID of the type to get.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="progID" /> is <see langword="null" />.</exception>
-      <returns>The type associated with the specified ProgID, if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
+      <param name="name" />
+      <param name="genericParameterCount" />
+      <param name="bindingAttr" />
+      <param name="binder" />
+      <param name="callConvention" />
+      <param name="types" />
+      <param name="modifiers" />
     </member>
-    <member name="M:System.Type.GetTypeFromProgID(System.String,System.Boolean)">
-      <summary>Gets the type associated with the specified program identifier (ProgID), specifying whether to throw an exception if an error occurs while loading the type.</summary>
-      <param name="progID">The ProgID of the type to get.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw any exception that occurs.  
-  
- -or-  
-  
- <see langword="false" /> to ignore any exception that occurs.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="progID" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Runtime.InteropServices.COMException">The specified ProgID is not registered.</exception>
-      <returns>The type associated with the specified program identifier (ProgID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
+      <param name="name" />
+      <param name="genericParameterCount" />
+      <param name="bindingAttr" />
+      <param name="binder" />
+      <param name="types" />
+      <param name="modifiers" />
     </member>
-    <member name="M:System.Type.GetTypeFromProgID(System.String,System.String)">
-      <summary>Gets the type associated with the specified program identifier (progID) from the specified server, returning null if an error is encountered while loading the type.</summary>
-      <param name="progID">The progID of the type to get.</param>
-      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="prodID" /> is <see langword="null" />.</exception>
-      <returns>The type associated with the specified program identifier (progID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Type[])">
+      <param name="name" />
+      <param name="genericParameterCount" />
+      <param name="types" />
     </member>
-    <member name="M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean)">
-      <summary>Gets the type associated with the specified program identifier (progID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type.</summary>
-      <param name="progID">The progID of the <see cref="T:System.Type" /> to get.</param>
-      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
-      <param name="throwOnError">
-        <see langword="true" /> to throw any exception that occurs.  
-  
- -or-  
-  
- <see langword="false" /> to ignore any exception that occurs.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="progID" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.Runtime.InteropServices.COMException">The specified progID is not registered.</exception>
-      <returns>The type associated with the specified program identifier (progID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[])">
+      <param name="name" />
+      <param name="genericParameterCount" />
+      <param name="types" />
+      <param name="modifiers" />
     </member>
-    <member name="M:System.Type.GetTypeHandle(System.Object)">
-      <summary>Gets the handle for the <see cref="T:System.Type" /> of a specified object.</summary>
-      <param name="o">The object for which to get the type handle.</param>
+    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags)">
+      <summary>Searches for the specified method, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the method to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="o" /> is <see langword="null" />.</exception>
-      <returns>The handle for the <see cref="T:System.Type" /> of the specified <see cref="T:System.Object" />.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.HasElementTypeImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.HasElementType" /> property and determines whether the current <see cref="T:System.Type" /> encompasses or refers to another type; that is, whether the current <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
+      <param name="name">The string containing the name of the method to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
+      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and how the stack is cleaned up.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
+-or-
+An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
+      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.</exception>
     </member>
-    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[])">
-      <summary>Invokes the specified member, using the specified binding constraints and matching the specified argument list.</summary>
-      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.  
-  
- -or-  
-  
- An empty string ("") to invoke the default member.  
-  
- -or-  
-  
- For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
-      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
-      <param name="target">The object on which to invoke the specified member.</param>
-      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
+    <member name="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the method to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
+-or-
+An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
+      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.  
-  
- -or-  
-  
- This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.  
-  
- -or-  
-  
- One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
-      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
-      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.  
-  
- -or-  
-  
- The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
-      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
-      <exception cref="T:System.NotSupportedException">The .NET Compact Framework does not currently support this method.</exception>
-      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
-      <returns>An object representing the return value of the invoked member.</returns>
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.</exception>
     </member>
-    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo)">
-      <summary>Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.</summary>
-      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.  
-  
- -or-  
-  
- An empty string ("") to invoke the default member.  
-  
- -or-  
-  
- For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
-      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
-      <param name="target">The object on which to invoke the specified member.</param>
-      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
-      <param name="culture">The object representing the globalization locale to use, which may be necessary for locale-specific conversions, such as converting a numeric <see cref="T:System.String" /> to a <see cref="T:System.Double" />.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to use the current thread's <see cref="T:System.Globalization.CultureInfo" />.</param>
+    <member name="M:System.Type.GetMethod(System.String,System.Type[])">
+      <summary>Searches for the specified public method whose parameters match the specified argument types.</summary>
+      <param name="name">The string containing the name of the public method to get.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
+-or-
+An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
+      <returns>An object representing the public method whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and specified parameters.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.  
-  
- -or-  
-  
- This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.  
-  
- -or-  
-  
- One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
-      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
-      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.  
-  
- -or-  
-  
- The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
-      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
-      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
-      <returns>An object representing the return value of the invoked member.</returns>
+        <paramref name="types" /> is multidimensional.</exception>
     </member>
-    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])">
-      <summary>When overridden in a derived class, invokes the specified member, using the specified binding constraints and matching the specified argument list, modifiers and culture.</summary>
-      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.  
-  
- -or-  
-  
- An empty string ("") to invoke the default member.  
-  
- -or-  
-  
- For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
-      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
-      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.  
-  
- -or-  
-  
- A null reference (Nothing in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
-      <param name="target">The object on which to invoke the specified member.</param>
-      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
-      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="args" /> array. A parameter's associated attributes are stored in the member's signature.  
-  
- The default binder processes this parameter only when calling a COM component.</param>
-      <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> object representing the globalization locale to use, which may be necessary for locale-specific conversions, such as converting a numeric String to a Double.  
-  
- -or-  
-  
- A null reference (<see langword="Nothing" /> in Visual Basic) to use the current thread's <see cref="T:System.Globalization.CultureInfo" />.</param>
-      <param name="namedParameters">An array containing the names of the parameters to which the values in the <paramref name="args" /> array are passed.</param>
+    <member name="M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for the specified public method whose parameters match the specified argument types and modifiers.</summary>
+      <param name="name">The string containing the name of the public method to get.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
+-or-
+An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. To be only used when calling through COM interop, and only parameters that are passed by reference are handled. The default binder does not process this parameter.</param>
+      <returns>An object representing the public method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and specified parameters.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="args" /> and <paramref name="modifiers" /> do not have the same length.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.  
-  
- -or-  
-  
- <paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.  
-  
- -or-  
-  
- The named parameter array is larger than the argument array.  
-  
- -or-  
-  
- This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.  
-  
- -or-  
-  
- One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
-      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
-      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
-      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.  
-  
- -or-  
-  
- No member can be found that has the argument names supplied in <paramref name="namedParameters" />.  
-  
- -or-  
-  
- The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
-      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
-      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
-      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
-      <returns>An object representing the return value of the invoked member.</returns>
-    </member>
-    <member name="M:System.Type.IsArrayImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsArray" /> property and determines whether the <see cref="T:System.Type" /> is an array.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.</exception>
     </member>
-    <member name="M:System.Type.IsAssignableFrom(System.Type)">
-      <summary>Determines whether an instance of a specified type <paramref name="c" /> can be assigned to a variable of the current type.</summary>
-      <param name="c">The type to compare with the current type.</param>
-      <returns>
-        <see langword="true" /> if any of the following conditions is true:  
-  
--   <paramref name="c" /> and the current instance represent the same type.  
-  
--   <paramref name="c" /> is derived either directly or indirectly from the current instance. <paramref name="c" /> is derived directly from the current instance if it inherits from the current instance; <paramref name="c" /> is derived indirectly from the current instance if it inherits from a succession of one or more classes that inherit from the current instance.  
-  
--   The current instance is an interface that <paramref name="c" /> implements.  
-  
--   <paramref name="c" /> is a generic type parameter, and the current instance represents one of the constraints of <paramref name="c" />.  
-  
--   <paramref name="c" /> represents a value type, and the current instance represents <c>Nullable&lt;c&gt;</c> (<c>Nullable(Of c)</c> in Visual Basic).  
-  
- <see langword="false" /> if none of these conditions are true, or if <paramref name="c" /> is <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
+      <param name="name" />
+      <param name="genericParameterCount" />
+      <param name="bindingAttr" />
+      <param name="binder" />
+      <param name="callConvention" />
+      <param name="types" />
+      <param name="modifiers" />
     </member>
-    <member name="M:System.Type.IsAssignableTo(System.Type)">
-      <summary>Determines whether the current type can be assigned to a variable of the specified <paramref name="targetType" />.</summary>
-      <param name="targetType">The type to compare with the current type.</param>
-      <returns>
-        <see langword="true" /> if any of the following conditions is true:  
-  
--   The current instance and <paramref name="targetType" /> represent the same type.  
-  
--   The current type is derived either directly or indirectly from <paramref name="targetType" />. The current type is derived directly from <paramref name="targetType" /> if it inherits from <paramref name="targetType" />; the current type is derived indirectly from <paramref name="targetType" /> if it inherits from a succession of one or more classes that inherit from <paramref name="targetType" />.  
-  
--   <paramref name="targetType" /> is an interface that the current type implements.  
-  
--   The current type is a generic type parameter, and <paramref name="targetType" /> represents one of the constraints of the current type.  
-  
--   The current type represents a value type, and <paramref name="targetType" /> represents <c>Nullable&lt;c&gt;</c> (<c>Nullable(Of c)</c> in Visual Basic).  
-  
- <see langword="false" /> if none of these conditions are true, or if <paramref name="targetType" /> is <see langword="null" />.</returns>
+    <member name="M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
+      <param name="name">The string containing the name of the method to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
+      <param name="callConvention">The object that specifies the set of rules to use regarding the order and layout of arguments, how the return value is passed, what registers are used for arguments, and what process cleans up the stack.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a method that takes no parameters.
+-or-
+<see langword="null" />. If <paramref name="types" /> is <see langword="null" />, arguments are not matched.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
+      <returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method is found with the specified name and matching the specified binding constraints.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
+      <exception cref="T:System.NotSupportedException">The current type is a <see cref="T:System.Reflection.Emit.TypeBuilder" /> or <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" />.</exception>
     </member>
-    <member name="M:System.Type.IsByRefImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsByRef" /> property and determines whether the <see cref="T:System.Type" /> is passed by reference.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetMethods">
+      <summary>Returns all the public methods of the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.MethodInfo" /> objects representing all the public methods defined for the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Reflection.MethodInfo" />, if no public methods are defined for the current <see cref="T:System.Type" />.</returns>
     </member>
-    <member name="M:System.Type.IsCOMObjectImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsCOMObject" /> property and determines whether the <see cref="T:System.Type" /> is a COM object.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetMethods(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the methods defined for the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of <see cref="T:System.Reflection.MethodInfo" /> objects representing all methods defined for the current <see cref="T:System.Type" /> that match the specified binding constraints.
+-or-
+An empty array of type <see cref="T:System.Reflection.MethodInfo" />, if no methods are defined for the current <see cref="T:System.Type" />, or if none of the defined methods match the binding constraints.</returns>
     </member>
-    <member name="M:System.Type.IsContextfulImpl">
-      <summary>Implements the <see cref="P:System.Type.IsContextful" /> property and determines whether the <see cref="T:System.Type" /> can be hosted in a context.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> can be hosted in a context; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetNestedType(System.String)">
+      <summary>Searches for the public nested type with the specified name.</summary>
+      <param name="name">The string containing the name of the nested type to get.</param>
+      <returns>An object representing the public nested type with the specified name, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.IsEnumDefined(System.Object)">
-      <summary>Returns a value that indicates whether the specified value exists in the current enumeration type.</summary>
-      <param name="value">The value to be tested.</param>
-      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
+    <member name="M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the nested type to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>An object representing the nested type that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="value" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">
-        <paramref name="value" /> is of a type that cannot be the underlying type of an enumeration.</exception>
-      <returns>
-        <see langword="true" /> if the specified value is a member of the current enumeration type; otherwise, <see langword="false" />.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.IsEquivalentTo(System.Type)">
-      <summary>Determines whether two COM types have the same identity and are eligible for type equivalence.</summary>
-      <param name="other">The COM type that is tested for equivalence with the current type.</param>
-      <returns>
-        <see langword="true" /> if the COM types are equivalent; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if one type is in an assembly that is loaded for execution, and the other is in an assembly that is loaded into the reflection-only context.</returns>
+    <member name="M:System.Type.GetNestedTypes">
+      <summary>Returns the public types nested in the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Type" /> objects representing the public types nested in the current <see cref="T:System.Type" /> (the search is not recursive), or an empty array of type <see cref="T:System.Type" /> if no public types are nested in the current <see cref="T:System.Type" />.</returns>
     </member>
-    <member name="M:System.Type.IsInstanceOfType(System.Object)">
-      <summary>Determines whether the specified object is an instance of the current <see cref="T:System.Type" />.</summary>
-      <param name="o">The object to compare with the current type.</param>
-      <returns>
-        <see langword="true" /> if the current <see langword="Type" /> is in the inheritance hierarchy of the object represented by <paramref name="o" />, or if the current <see langword="Type" /> is an interface that <paramref name="o" /> implements. <see langword="false" /> if neither of these conditions is the case, if <paramref name="o" /> is <see langword="null" />, or if the current <see langword="Type" /> is an open generic type (that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />).</returns>
+    <member name="M:System.Type.GetNestedTypes(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the types nested in the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>An array of <see cref="T:System.Type" /> objects representing all the types nested in the current <see cref="T:System.Type" /> that match the specified binding constraints (the search is not recursive), or an empty array of type <see cref="T:System.Type" />, if no nested types are found that match the binding constraints.</returns>
     </member>
-    <member name="M:System.Type.IsMarshalByRefImpl">
-      <summary>Implements the <see cref="P:System.Type.IsMarshalByRef" /> property and determines whether the <see cref="T:System.Type" /> is marshaled by reference.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is marshaled by reference; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetProperties">
+      <summary>Returns all the public properties of the current <see cref="T:System.Type" />.</summary>
+      <returns>An array of <see cref="T:System.Reflection.PropertyInfo" /> objects representing all public properties of the current <see cref="T:System.Type" />.
+-or-
+An empty array of type <see cref="T:System.Reflection.PropertyInfo" />, if the current <see cref="T:System.Type" /> does not have public properties.</returns>
     </member>
-    <member name="M:System.Type.IsPointerImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsPointer" /> property and determines whether the <see cref="T:System.Type" /> is a pointer.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetProperties(System.Reflection.BindingFlags)">
+      <summary>When overridden in a derived class, searches for the properties of the current <see cref="T:System.Type" />, using the specified binding constraints.</summary>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return an empty array.</param>
+      <returns>An array of objects representing all properties of the current <see cref="T:System.Type" /> that match the specified binding constraints.
+-or-
+An empty array of type <see cref="T:System.Reflection.PropertyInfo" />, if the current <see cref="T:System.Type" /> does not have properties, or if none of the properties match the binding constraints.</returns>
     </member>
-    <member name="M:System.Type.IsPrimitiveImpl">
-      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsPrimitive" /> property and determines whether the <see cref="T:System.Type" /> is one of the primitive types.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetProperty(System.String)">
+      <summary>Searches for the public property with the specified name.</summary>
+      <param name="name">The string containing the name of the public property to get.</param>
+      <returns>An object representing the public property with the specified name, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.IsSubclassOf(System.Type)">
-      <summary>Determines whether the current <see cref="T:System.Type" /> derives from the specified <see cref="T:System.Type" />.</summary>
-      <param name="c">The type to compare with the current type.</param>
+    <member name="M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags)">
+      <summary>Searches for the specified property, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the property to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="c" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the current <see langword="Type" /> derives from <paramref name="c" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="c" /> and the current <see langword="Type" /> are equal.</returns>
+        <paramref name="name" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.IsValueTypeImpl">
-      <summary>Implements the <see cref="P:System.Type.IsValueType" /> property and determines whether the <see cref="T:System.Type" /> is a value type; that is, not a class or an interface.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is a value type; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the property to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
+      <param name="returnType">The return type of the property.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
+      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
+      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.MakeArrayType">
-      <summary>Returns a <see cref="T:System.Type" /> object representing a one-dimensional array of the current type, with a lower bound of zero.</summary>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.  
-  
- -or-  
-  
- The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
-      <returns>A <see cref="T:System.Type" /> object representing a one-dimensional array of the current type, with a lower bound of zero.</returns>
+    <member name="M:System.Type.GetProperty(System.String,System.Type)">
+      <summary>Searches for the public property with the specified name and return type.</summary>
+      <param name="name">The string containing the name of the public property to get.</param>
+      <param name="returnType">The return type of the property.</param>
+      <returns>An object representing the public property with the specified name, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />, or <paramref name="returnType" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.MakeArrayType(System.Int32)">
-      <summary>Returns a <see cref="T:System.Type" /> object representing an array of the current type, with the specified number of dimensions.</summary>
-      <param name="rank">The number of dimensions for the array. This number must be less than or equal to 32.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="rank" /> is invalid. For example, 0 or negative.</exception>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
-      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.  
-  
- -or-  
-  
- The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.  
-  
- -or-  
-  
<paramref name="rank" /> is greater than 32.</exception>
-      <returns>An object representing an array of the current type, with the specified number of dimensions.</returns>
+    <member name="M:System.Type.GetProperty(System.String,System.Type,System.Type[])">
+      <summary>Searches for the specified public property whose parameters match the specified argument types.</summary>
+      <param name="name">The string containing the name of the public property to get.</param>
+      <param name="returnType">The return type of the property.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
+      <returns>An object representing the public property whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
       <paramref name="types" /> is multidimensional.</exception>
+      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.MakeByRefType">
-      <summary>Returns a <see cref="T:System.Type" /> object that represents the current type when passed as a <see langword="ref" /> parameter (<see langword="ByRef" /> parameter in Visual Basic).</summary>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
-      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.  
-  
- -or-  
-  
- The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
-      <returns>A <see cref="T:System.Type" /> object that represents the current type when passed as a <see langword="ref" /> parameter (<see langword="ByRef" /> parameter in Visual Basic).</returns>
+    <member name="M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>Searches for the specified public property whose parameters match the specified argument types and modifiers.</summary>
+      <param name="name">The string containing the name of the public property to get.</param>
+      <param name="returnType">The return type of the property.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
+      <returns>An object representing the public property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types and modifiers.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
+      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.MakeGenericMethodParameter(System.Int32)">
-      <summary>Returns a signature type object that can be passed into the <c>Type[]</c> array parameter of a <see cref="Overload:System.Type.GetMethod" /> method to represent a generic parameter reference.</summary>
-      <param name="position">The typed parameter position.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="position" /> is negative.</exception>
-      <returns>A signature type object that can be passed into the <c>Type[]</c> array parameter of a <see cref="Overload:System.Type.GetMethod" /> method to represent a generic parameter reference.</returns>
+    <member name="M:System.Type.GetProperty(System.String,System.Type[])">
+      <summary>Searches for the specified public property whose parameters match the specified argument types.</summary>
+      <param name="name">The string containing the name of the public property to get.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
+      <returns>An object representing the public property whose parameters match the specified argument types, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified argument types.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.</exception>
+      <exception cref="T:System.NullReferenceException">An element of <paramref name="types" /> is <see langword="null" />.</exception>
     </member>
-    <member name="M:System.Type.MakeGenericSignatureType(System.Type,System.Type[])">
-      <summary>Creates a generic signature type, which allows third party reimplementations of Reflection to fully support the use of signature types in querying type members.</summary>
-      <param name="genericTypeDefinition">The generic type definition.</param>
-      <param name="typeArguments">An array of type arguments.</param>
-      <returns>A generic signature type.</returns>
+    <member name="M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])">
+      <summary>When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
+      <param name="name">The string containing the name of the property to get.</param>
+      <param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
+-or-
+<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded member, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />.</param>
+      <param name="returnType">The return type of the property.</param>
+      <param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the indexed property to get.
+-or-
+An empty array of the type <see cref="T:System.Type" /> (that is, Type[] types = new Type[0]) to get a property that is not indexed.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="types" /> array. The default binder does not process this parameter.</param>
+      <returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one property is found with the specified name and matching the specified binding constraints.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="name" /> is <see langword="null" />.
+-or-
+<paramref name="types" /> is <see langword="null" />.
+-or-
+One of the elements in <paramref name="types" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="types" /> is multidimensional.
+-or-
+<paramref name="modifiers" /> is multidimensional.
+-or-
+<paramref name="types" /> and <paramref name="modifiers" /> do not have the same length.</exception>
+      <exception cref="T:System.NotSupportedException">The current type is a <see cref="T:System.Reflection.Emit.TypeBuilder" />, <see cref="T:System.Reflection.Emit.EnumBuilder" />, or <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" />.</exception>
     </member>
-    <member name="M:System.Type.MakeGenericType(System.Type[])">
-      <summary>Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a <see cref="T:System.Type" /> object representing the resulting constructed type.</summary>
-      <param name="typeArguments">An array of types to be substituted for the type parameters of the current generic type.</param>
-      <exception cref="T:System.InvalidOperationException">The current type does not represent a generic type definition. That is, <see cref="P:System.Type.IsGenericTypeDefinition" /> returns <see langword="false" />.</exception>
+    <member name="M:System.Type.GetType">
+      <summary>Gets the current <see cref="T:System.Type" />.</summary>
+      <returns>The current <see cref="T:System.Type" />.</returns>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+    </member>
+    <member name="M:System.Type.GetType(System.String)">
+      <summary>Gets the <see cref="T:System.Type" /> with the specified name, performing a case-sensitive search.</summary>
+      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in Mscorlib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
+      <returns>The type with the specified name, if found; otherwise, <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="typeArguments" /> is <see langword="null" />.  
-  
- -or-  
-  
- Any element of <paramref name="typeArguments" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The number of elements in <paramref name="typeArguments" /> is not the same as the number of type parameters in the current generic type definition.  
-  
- -or-  
-  
- Any element of <paramref name="typeArguments" /> does not satisfy the constraints specified for the corresponding type parameter of the current generic type.  
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
   
- -or-  
+
+            
   
- <paramref name="typeArguments" /> contains an element that is a pointer type (<see cref="P:System.Type.IsPointer" /> returns <see langword="true" />), a by-ref type (<see cref="P:System.Type.IsByRef" /> returns <see langword="true" />), or <see cref="T:System.Void" />.</exception>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
-      <returns>A <see cref="T:System.Type" /> representing the constructed type formed by substituting the elements of <paramref name="typeArguments" /> for the type parameters of the current generic type.</returns>
+ The assembly or one of its dependencies was found, but could not be loaded.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
     </member>
-    <member name="M:System.Type.MakePointerType">
-      <summary>Returns a <see cref="T:System.Type" /> object that represents a pointer to the current type.</summary>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
-      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.  
+    <member name="M:System.Type.GetType(System.String,System.Boolean)">
+      <summary>Gets the <see cref="T:System.Type" /> with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type is not found.</summary>
+      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in Mscorlib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.
+-or-
+<paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax. For example, "MyType[,*,]".
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
+      <exception cref="T:System.IO.FileLoadException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.IO.IOException" />, instead.  
   
- -or-  
+
+            
   
- The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
-      <returns>A <see cref="T:System.Type" /> object that represents a pointer to the current type.</returns>
+ The assembly or one of its dependencies was found, but could not be loaded.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
     </member>
-    <member name="M:System.Type.op_Equality(System.Type,System.Type)">
-      <summary>Indicates whether two <see cref="T:System.Type" /> objects are equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetType(System.String,System.Boolean,System.Boolean)">
+      <summary>Gets the <see cref="T:System.Type" /> with the specified name, specifying whether to throw an exception if the type is not found and whether to perform a case-sensitive search.</summary>
+      <param name="typeName">The assembly-qualified name of the type to get. See <see cref="P:System.Type.AssemblyQualifiedName" />. If the type is in the currently executing assembly or in Mscorlib.dll, it is sufficient to supply the type name qualified by its namespace.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+      <param name="ignoreCase">
+        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />, <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.
+-or-
+<paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax. For example, "MyType[,*,]".
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
+      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+Version 2.0 or later of the common language runtime is currently loaded, and the assembly was compiled with a later version.</exception>
     </member>
-    <member name="M:System.Type.op_Inequality(System.Type,System.Type)">
-      <summary>Indicates whether two <see cref="T:System.Type" /> objects are not equal.</summary>
-      <param name="left">The first object to compare.</param>
-      <param name="right">The second object to compare.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type})">
+      <summary>Gets the type with the specified name, optionally providing custom methods to resolve the assembly and the type.</summary>
+      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in Mscorlib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
+      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.
+Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
+      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the <paramref name="typeResolver" /> method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; <see langword="false" /> is passed to that parameter.
+Caution   Do not pass methods from unknown or untrusted callers.</param>
+      <returns>The type with the specified name, or <see langword="null" /> if the type is not found.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.
+-or-
+<paramref name="typeName" /> contains an invalid assembly name.
+-or-
+<paramref name="typeName" /> is a valid assembly name without a type name.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
+    </member>
+    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean)">
+      <summary>Gets the type with the specified name, specifying whether to throw an exception if the type is not found, and optionally providing custom methods to resolve the assembly and the type.</summary>
+      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in Mscorlib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
+      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.
+Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
+      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; <see langword="false" /> is passed to that parameter.
+Caution   Do not pass methods from unknown or untrusted callers.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.
+-or-
+<paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax (for example, "MyType[,*,]").
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">
+        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.
+-or-
+<paramref name="typeName" /> contains an invalid assembly name.
+-or-
+<paramref name="typeName" /> is a valid assembly name without a type name.</exception>
+      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
     </member>
-    <member name="M:System.Type.ReflectionOnlyGetType(System.String,System.Boolean,System.Boolean)">
-      <summary>Gets the <see cref="T:System.Type" /> with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found. The type is loaded for reflection only, not for execution.</summary>
-      <param name="typeName">The assembly-qualified name of the <see cref="T:System.Type" /> to get.</param>
-      <param name="throwIfNotFound">
-        <see langword="true" /> to throw a <see cref="T:System.TypeLoadException" /> if the type cannot be found; <see langword="false" /> to return <see langword="null" /> if the type cannot be found. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+    <member name="M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean)">
+      <summary>Gets the type with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found, and optionally providing custom methods to resolve the assembly and the type.</summary>
+      <param name="typeName">The name of the type to get. If the <paramref name="typeResolver" /> parameter is provided, the type name can be any string that <paramref name="typeResolver" /> is capable of resolving. If the <paramref name="assemblyResolver" /> parameter is provided or if standard type resolution is used, <paramref name="typeName" /> must be an assembly-qualified name (see <see cref="P:System.Type.AssemblyQualifiedName" />), unless the type is in the currently executing assembly or in Mscorlib.dll, in which case it is sufficient to supply the type name qualified by its namespace.</param>
+      <param name="assemblyResolver">A method that locates and returns the assembly that is specified in <paramref name="typeName" />. The assembly name is passed to <paramref name="assemblyResolver" /> as an <see cref="T:System.Reflection.AssemblyName" /> object. If <paramref name="typeName" /> does not contain the name of an assembly, <paramref name="assemblyResolver" /> is not called. If <paramref name="assemblyResolver" /> is not supplied, standard assembly resolution is performed.
+Caution   Do not pass methods from unknown or untrusted callers. Doing so could result in elevation of privilege for malicious code. Use only methods that you provide or that you are familiar with.</param>
+      <param name="typeResolver">A method that locates and returns the type that is specified by <paramref name="typeName" /> from the assembly that is returned by <paramref name="assemblyResolver" /> or by standard assembly resolution. If no assembly is provided, the method can provide one. The method also takes a parameter that specifies whether to perform a case-insensitive search; the value of <paramref name="ignoreCase" /> is passed to that parameter.
+Caution   Do not pass methods from unknown or untrusted callers.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw an exception if the type cannot be found; <see langword="false" /> to return <see langword="null" />. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
       <param name="ignoreCase">
-        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />; <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />, <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+      <returns>The type with the specified name. If the type is not found, the <paramref name="throwOnError" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwOnError" />. See the Exceptions section.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="typeName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
       <exception cref="T:System.TypeLoadException">
-        <paramref name="throwIfNotFound" /> is <see langword="true" /> and the type is not found.  
-  
- -or-  
-  
- <paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.  
-  
- -or-  
-  
- <paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.  
-  
- -or-  
-  
- <paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" /> objects.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="typeName" /> does not include the assembly name.  
-  
- -or-  
-  
- <paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax; for example, "MyType[,*,]".  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.  
-  
- -or-  
-  
- <paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+        <paramref name="throwOnError" /> is <see langword="true" /> and the type is not found.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.
+-or-
+<paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" />.</exception>
+      <exception cref="T:System.ArgumentException">An error occurs when <paramref name="typeName" /> is parsed into a type name and an assembly name (for example, when the simple type name includes an unescaped special character).
+-or-
+<paramref name="throwOnError" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax (for example, "MyType[,*,]").
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
       <exception cref="T:System.IO.FileNotFoundException">
-        <paramref name="throwIfNotFound" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
-      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
-      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.  
-  
- -or-  
-  
- The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
-      <exception cref="T:System.PlatformNotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>The type with the specified name, if found; otherwise, <see langword="null" />. If the type is not found, the <paramref name="throwIfNotFound" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwIfNotFound" />. See the Exceptions section.</returns>
+        <paramref name="throwOnError" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
+      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.
+-or-
+<paramref name="typeName" /> contains an invalid assembly name.
+-or-
+<paramref name="typeName" /> is a valid assembly name without a type name.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
     </member>
-    <member name="M:System.Type.ToString">
-      <summary>Returns a <see langword="String" /> representing the name of the current <see langword="Type" />.</summary>
-      <returns>A <see cref="T:System.String" /> representing the name of the current <see cref="T:System.Type" />.</returns>
+    <member name="M:System.Type.GetTypeArray(System.Object[])">
+      <summary>Gets the types of the objects in the specified array.</summary>
+      <param name="args">An array of objects whose types to determine.</param>
+      <returns>An array of <see cref="T:System.Type" /> objects representing the types of the corresponding elements in <paramref name="args" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="args" /> is <see langword="null" />.
+-or-
+One or more of the elements in <paramref name="args" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">The class initializers are invoked and at least one throws an exception.</exception>
     </member>
-    <member name="P:System.Type.Assembly">
-      <summary>Gets the <see cref="T:System.Reflection.Assembly" /> in which the type is declared. For generic types, gets the <see cref="T:System.Reflection.Assembly" /> in which the generic type is defined.</summary>
-      <returns>An <see cref="T:System.Reflection.Assembly" /> instance that describes the assembly containing the current type. For generic types, the instance describes the assembly that contains the generic type definition, not the assembly that creates and uses a particular constructed type.</returns>
+    <member name="M:System.Type.GetTypeCode(System.Type)">
+      <summary>Gets the underlying type code of the specified <see cref="T:System.Type" />.</summary>
+      <param name="type">The type whose underlying type code to get.</param>
+      <returns>The code of the underlying type, or <see cref="F:System.TypeCode.Empty" /> if <paramref name="type" /> is <see langword="null" />.</returns>
     </member>
-    <member name="P:System.Type.AssemblyQualifiedName">
-      <summary>Gets the assembly-qualified name of the type, which includes the name of the assembly from which this <see cref="T:System.Type" /> object was loaded.</summary>
-      <returns>The assembly-qualified name of the <see cref="T:System.Type" />, which includes the name of the assembly from which the <see cref="T:System.Type" /> was loaded, or <see langword="null" /> if the current instance represents a generic type parameter.</returns>
+    <member name="M:System.Type.GetTypeCodeImpl">
+      <summary>Returns the underlying type code of this <see cref="T:System.Type" /> instance.</summary>
+      <returns>The type code of the underlying type.</returns>
     </member>
-    <member name="P:System.Type.Attributes">
-      <summary>Gets the attributes associated with the <see cref="T:System.Type" />.</summary>
-      <returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />, unless the <see cref="T:System.Type" /> represents a generic type parameter, in which case the value is unspecified.</returns>
+    <member name="M:System.Type.GetTypeFromCLSID(System.Guid)">
+      <summary>Gets the type associated with the specified class identifier (CLSID).</summary>
+      <param name="clsid">The CLSID of the type to get.</param>
+      <returns>
+        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
     </member>
-    <member name="P:System.Type.BaseType">
-      <summary>Gets the type from which the current <see cref="T:System.Type" /> directly inherits.</summary>
-      <returns>The <see cref="T:System.Type" /> from which the current <see cref="T:System.Type" /> directly inherits, or <see langword="null" /> if the current <see langword="Type" /> represents the <see cref="T:System.Object" /> class or an interface.</returns>
+    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean)">
+      <summary>Gets the type associated with the specified class identifier (CLSID), specifying whether to throw an exception if an error occurs while loading the type.</summary>
+      <param name="clsid">The CLSID of the type to get.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw any exception that occurs.
+-or-
+<see langword="false" /> to ignore any exception that occurs.</param>
+      <returns>
+        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
     </member>
-    <member name="P:System.Type.ContainsGenericParameters">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> object has type parameters that have not been replaced by specific types.</summary>
+    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.String)">
+      <summary>Gets the type associated with the specified class identifier (CLSID) from the specified server.</summary>
+      <param name="clsid">The CLSID of the type to get.</param>
+      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
       <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> object is itself a generic type parameter or has type parameters for which specific types have not been supplied; otherwise, <see langword="false" />.</returns>
+        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
     </member>
-    <member name="P:System.Type.DeclaringMethod">
-      <summary>Gets a <see cref="T:System.Reflection.MethodBase" /> that represents the declaring method, if the current <see cref="T:System.Type" /> represents a type parameter of a generic method.</summary>
-      <returns>If the current <see cref="T:System.Type" /> represents a type parameter of a generic method, a <see cref="T:System.Reflection.MethodBase" /> that represents declaring method; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean)">
+      <summary>Gets the type associated with the specified class identifier (CLSID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type.</summary>
+      <param name="clsid">The CLSID of the type to get.</param>
+      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw any exception that occurs.
+-or-
+<see langword="false" /> to ignore any exception that occurs.</param>
+      <returns>
+        <see langword="System.__ComObject" /> regardless of whether the CLSID is valid.</returns>
     </member>
-    <member name="P:System.Type.DeclaringType">
-      <summary>Gets the type that declares the current nested type or generic type parameter.</summary>
-      <returns>A <see cref="T:System.Type" /> object representing the enclosing type, if the current type is a nested type; or the generic type definition, if the current type is a type parameter of a generic type; or the type that declares the generic method, if the current type is a type parameter of a generic method; otherwise, <see langword="null" />.</returns>
+    <member name="M:System.Type.GetTypeFromHandle(System.RuntimeTypeHandle)">
+      <summary>Gets the type referenced by the specified type handle.</summary>
+      <param name="handle">The object that refers to the type.</param>
+      <returns>The type referenced by the specified <see cref="T:System.RuntimeTypeHandle" />, or <see langword="null" /> if the <see cref="P:System.RuntimeTypeHandle.Value" /> property of <paramref name="handle" /> is <see langword="null" />.</returns>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
     </member>
-    <member name="P:System.Type.DefaultBinder">
-      <summary>Gets a reference to the default binder, which implements internal rules for selecting the appropriate members to be called by <see cref="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])" />.</summary>
-      <returns>A reference to the default binder used by the system.</returns>
+    <member name="M:System.Type.GetTypeFromProgID(System.String)">
+      <summary>Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the <see cref="T:System.Type" />.</summary>
+      <param name="progID">The ProgID of the type to get.</param>
+      <returns>The type associated with the specified ProgID, if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="progID" /> is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.Type.FullName">
-      <summary>Gets the fully qualified name of the type, including its namespace but not its assembly.</summary>
-      <returns>The fully qualified name of the type, including its namespace but not its assembly; or <see langword="null" /> if the current instance represents a generic type parameter, an array type, pointer type, or <see langword="byref" /> type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters.</returns>
+    <member name="M:System.Type.GetTypeFromProgID(System.String,System.Boolean)">
+      <summary>Gets the type associated with the specified program identifier (ProgID), specifying whether to throw an exception if an error occurs while loading the type.</summary>
+      <param name="progID">The ProgID of the type to get.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw any exception that occurs.
+-or-
+<see langword="false" /> to ignore any exception that occurs.</param>
+      <returns>The type associated with the specified program identifier (ProgID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="progID" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Runtime.InteropServices.COMException">The specified ProgID is not registered.</exception>
     </member>
-    <member name="P:System.Type.GenericParameterAttributes">
-      <summary>Gets a combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> flags that describe the covariance and special constraints of the current generic type parameter.</summary>
-      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> object is not a generic type parameter. That is, the <see cref="P:System.Type.IsGenericParameter" /> property returns <see langword="false" />.</exception>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
-      <returns>A bitwise combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> values that describes the covariance and special constraints of the current generic type parameter.</returns>
+    <member name="M:System.Type.GetTypeFromProgID(System.String,System.String)">
+      <summary>Gets the type associated with the specified program identifier (progID) from the specified server, returning null if an error is encountered while loading the type.</summary>
+      <param name="progID">The progID of the type to get.</param>
+      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
+      <returns>The type associated with the specified program identifier (progID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="prodID" /> is <see langword="null" />.</exception>
     </member>
-    <member name="P:System.Type.GenericParameterPosition">
-      <summary>Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter, when the <see cref="T:System.Type" /> object represents a type parameter of a generic type or a generic method.</summary>
-      <exception cref="T:System.InvalidOperationException">The current type does not represent a type parameter. That is, <see cref="P:System.Type.IsGenericParameter" /> returns <see langword="false" />.</exception>
-      <returns>The position of a type parameter in the type parameter list of the generic type or method that defines the parameter. Position numbers begin at 0.</returns>
+    <member name="M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean)">
+      <summary>Gets the type associated with the specified program identifier (progID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type.</summary>
+      <param name="progID">The progID of the <see cref="T:System.Type" /> to get.</param>
+      <param name="server">The server from which to load the type. If the server name is <see langword="null" />, this method automatically reverts to the local machine.</param>
+      <param name="throwOnError">
+        <see langword="true" /> to throw any exception that occurs.
+-or-
+<see langword="false" /> to ignore any exception that occurs.</param>
+      <returns>The type associated with the specified program identifier (progID), if <paramref name="progID" /> is a valid entry in the registry and a type is associated with it; otherwise, <see langword="null" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="progID" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Runtime.InteropServices.COMException">The specified progID is not registered.</exception>
     </member>
-    <member name="P:System.Type.GenericTypeArguments">
-      <summary>Gets an array of the generic type arguments for this type.</summary>
-      <returns>An array of the generic type arguments for this type.</returns>
+    <member name="M:System.Type.GetTypeHandle(System.Object)">
+      <summary>Gets the handle for the <see cref="T:System.Type" /> of a specified object.</summary>
+      <param name="o">The object for which to get the type handle.</param>
+      <returns>The handle for the <see cref="T:System.Type" /> of the specified <see cref="T:System.Object" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="o" /> is <see langword="null" />.</exception>
     </member>
     <member name="P:System.Type.GUID">
       <summary>Gets the GUID associated with the <see cref="T:System.Type" />.</summary>
@@ -64693,6 +41731,156 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.HasElementTypeImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.HasElementType" /> property and determines whether the current <see cref="T:System.Type" /> encompasses or refers to another type; that is, whether the current <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[])">
+      <summary>Invokes the specified member, using the specified binding constraints and matching the specified argument list.</summary>
+      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.
+-or-
+An empty string ("") to invoke the default member.
+-or-
+For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
+      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
+      <param name="target">The object on which to invoke the specified member.</param>
+      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
+      <returns>An object representing the return value of the invoked member.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.
+-or-
+<paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.
+-or-
+This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.
+-or-
+One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
+      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
+      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.
+-or-
+The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
+      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
+      <exception cref="T:System.NotSupportedException">The .NET Compact Framework does not currently support this method.</exception>
+      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
+    </member>
+    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo)">
+      <summary>Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.</summary>
+      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.
+-or-
+An empty string ("") to invoke the default member.
+-or-
+For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
+      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
+      <param name="target">The object on which to invoke the specified member.</param>
+      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
+      <param name="culture">The object representing the globalization locale to use, which may be necessary for locale-specific conversions, such as converting a numeric <see cref="T:System.String" /> to a <see cref="T:System.Double" />.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic) to use the current thread's <see cref="T:System.Globalization.CultureInfo" />.</param>
+      <returns>An object representing the return value of the invoked member.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.
+-or-
+<paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.
+-or-
+This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.
+-or-
+One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
+      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
+      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.
+-or-
+The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
+      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
+      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
+    </member>
+    <member name="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])">
+      <summary>When overridden in a derived class, invokes the specified member, using the specified binding constraints and matching the specified argument list, modifiers and culture.</summary>
+      <param name="name">The string containing the name of the constructor, method, property, or field member to invoke.
+-or-
+An empty string ("") to invoke the default member.
+-or-
+For <see langword="IDispatch" /> members, a string representing the DispID, for example "[DispID=3]".</param>
+      <param name="invokeAttr">A bitwise combination of the enumeration values that specify how the search is conducted. The access can be one of the <see langword="BindingFlags" /> such as <see langword="Public" />, <see langword="NonPublic" />, <see langword="Private" />, <see langword="InvokeMethod" />, <see langword="GetField" />, and so on. The type of lookup need not be specified. If the type of lookup is omitted, <see langword="BindingFlags.Public" /> | <see langword="BindingFlags.Instance" /> | <see langword="BindingFlags.Static" /> are used.</param>
+      <param name="binder">An object that defines a set of properties and enables binding, which can involve selection of an overloaded method, coercion of argument types, and invocation of a member through reflection.
+-or-
+A null reference (Nothing in Visual Basic), to use the <see cref="P:System.Type.DefaultBinder" />. Note that explicitly defining a <see cref="T:System.Reflection.Binder" /> object may be required for successfully invoking method overloads with variable arguments.</param>
+      <param name="target">The object on which to invoke the specified member.</param>
+      <param name="args">An array containing the arguments to pass to the member to invoke.</param>
+      <param name="modifiers">An array of <see cref="T:System.Reflection.ParameterModifier" /> objects representing the attributes associated with the corresponding element in the <paramref name="args" /> array. A parameter's associated attributes are stored in the member's signature.
+The default binder processes this parameter only when calling a COM component.</param>
+      <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> object representing the globalization locale to use, which may be necessary for locale-specific conversions, such as converting a numeric String to a Double.
+-or-
+A null reference (<see langword="Nothing" /> in Visual Basic) to use the current thread's <see cref="T:System.Globalization.CultureInfo" />.</param>
+      <param name="namedParameters">An array containing the names of the parameters to which the values in the <paramref name="args" /> array are passed.</param>
+      <returns>An object representing the return value of the invoked member.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="invokeAttr" /> does not contain <see langword="CreateInstance" /> and <paramref name="name" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="args" /> and <paramref name="modifiers" /> do not have the same length.
+-or-
+<paramref name="invokeAttr" /> is not a valid <see cref="T:System.Reflection.BindingFlags" /> attribute.
+-or-
+<paramref name="invokeAttr" /> does not contain one of the following binding flags: <see langword="InvokeMethod" />, <see langword="CreateInstance" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="CreateInstance" /> combined with <see langword="InvokeMethod" />, <see langword="GetField" />, <see langword="SetField" />, <see langword="GetProperty" />, or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetField" /> and <see langword="SetField" />.
+-or-
+<paramref name="invokeAttr" /> contains both <see langword="GetProperty" /> and <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="InvokeMethod" /> combined with <see langword="SetField" /> or <see langword="SetProperty" />.
+-or-
+<paramref name="invokeAttr" /> contains <see langword="SetField" /> and <paramref name="args" /> has more than one element.
+-or-
+The named parameter array is larger than the argument array.
+-or-
+This method is called on a COM object and one of the following binding flags was not passed in: <see langword="BindingFlags.InvokeMethod" />, <see langword="BindingFlags.GetProperty" />, <see langword="BindingFlags.SetProperty" />, <see langword="BindingFlags.PutDispProperty" />, or <see langword="BindingFlags.PutRefDispProperty" />.
+-or-
+One of the named parameter arrays contains a string that is <see langword="null" />.</exception>
+      <exception cref="T:System.MethodAccessException">The specified member is a class initializer.</exception>
+      <exception cref="T:System.MissingFieldException">The field or property cannot be found.</exception>
+      <exception cref="T:System.MissingMethodException">No method can be found that matches the arguments in <paramref name="args" />.
+-or-
+No member can be found that has the argument names supplied in <paramref name="namedParameters" />.
+-or-
+The current <see cref="T:System.Type" /> object represents a type that contains open type parameters, that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />.</exception>
+      <exception cref="T:System.Reflection.TargetException">The specified member cannot be invoked on <paramref name="target" />.</exception>
+      <exception cref="T:System.Reflection.AmbiguousMatchException">More than one method matches the binding criteria.</exception>
+      <exception cref="T:System.InvalidOperationException">The method represented by <paramref name="name" /> has one or more unspecified generic type parameters. That is, the method's <see cref="P:System.Reflection.MethodBase.ContainsGenericParameters" /> property returns <see langword="true" />.</exception>
+    </member>
     <member name="P:System.Type.IsAbstract">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> is abstract and must be overridden.</summary>
       <returns>
@@ -64708,6 +41896,62 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the current type is an array; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsArrayImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsArray" /> property and determines whether the <see cref="T:System.Type" /> is an array.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Type.IsAssignableFrom(System.Type)">
+      <summary>Determines whether an instance of a specified type can be assigned to a variable of the current type.</summary>
+      <param name="c">The type to compare with the current type.</param>
+      <returns>
+        <see langword="true" /> if any of the following conditions is true:
+
+<paramref name="c" /> and the current instance represent the same type.
+
+<paramref name="c" /> is derived either directly or indirectly from the current instance. <paramref name="c" /> is derived directly from the current instance if it inherits from the current instance; <paramref name="c" /> is derived indirectly from the current instance if it inherits from a succession of one or more classes that inherit from the current instance.
+
+The current instance is an interface that <paramref name="c" /> implements.
+
+<paramref name="c" /> is a generic type parameter, and the current instance represents one of the constraints of <paramref name="c" />.
+In the following example, the current instance is a <see cref="T:System.Type" /> object that represents the <see cref="T:System.IO.Stream" /> class. <c>GenericWithConstraint</c> is a generic type whose generic type parameter must be of type    <see cref="T:System.IO.Stream" />. Passing its generic type parameter to the <see cref="M:System.Type.IsAssignableFrom(System.Type)" /> indicates that  an instance of the generic type parameter can be assigned to an <see cref="T:System.IO.Stream" /> object.
+using System;
+using System.IO;
+
+public class Example
+{
+   public static void Main()
+   {
+      Type t = typeof(Stream);
+      Type genericT = typeof(GenericWithConstraint&lt;&gt;);
+      Type genericParam = genericT.GetGenericArguments()[0];
+      Console.WriteLine(t.IsAssignableFrom(genericParam));  
+      // Displays True.
+   }
+}
+
+public class GenericWithConstraint&lt;T&gt; where T : Stream
+{}
+Imports System.IO
+
+Module Example
+   Public Sub Main()
+      Dim t As Type = GetType(Stream)
+      Dim genericT As Type = GetType(GenericWithConstraint(Of ))
+      Dim genericParam As Type = genericT.GetGenericArguments()(0)
+      Console.WriteLine(t.IsAssignableFrom(genericParam))  
+      ' Displays True.
+   End Sub
+End Module
+
+Public Class GenericWithConstraint(Of T As Stream)
+End Class
+
+<paramref name="c" /> represents a value type, and the current instance represents <c>Nullable&lt;c&gt;</c> (<c>Nullable(Of c)</c> in Visual Basic).
+
+
+<see langword="false" /> if none of these conditions are true, or if <paramref name="c" /> is <see langword="null" />.</returns>
+    </member>
     <member name="P:System.Type.IsAutoClass">
       <summary>Gets a value indicating whether the string format attribute <see langword="AutoClass" /> is selected for the <see cref="T:System.Type" />.</summary>
       <returns>
@@ -64723,11 +41967,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsByRefLike">
-      <summary>Gets a value that indicates whether the type is a byref-like structure.</summary>
+    <member name="M:System.Type.IsByRefImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsByRef" /> property and determines whether the <see cref="T:System.Type" /> is passed by reference.</summary>
       <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is a a byref-like structure; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Type.IsByRefLike" />
     <member name="P:System.Type.IsClass">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> is a class or a delegate; that is, not a value type or interface.</summary>
       <returns>
@@ -64738,6 +41983,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsCOMObjectImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsCOMObject" /> property and determines whether the <see cref="T:System.Type" /> is a COM object.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.IsConstructedGenericType">
       <summary>Gets a value that indicates whether this object represents a constructed generic type. You can create instances of a constructed generic type.</summary>
       <returns>
@@ -64748,21 +41998,39 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> can be hosted in a context; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsContextfulImpl">
+      <summary>Implements the <see cref="P:System.Type.IsContextful" /> property and determines whether the <see cref="T:System.Type" /> can be hosted in a context.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> can be hosted in a context; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.IsEnum">
       <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> represents an enumeration.</summary>
       <returns>
         <see langword="true" /> if the current <see cref="T:System.Type" /> represents an enumeration; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsEnumDefined(System.Object)">
+      <summary>Returns a value that indicates whether the specified value exists in the current enumeration type.</summary>
+      <param name="value">The value to be tested.</param>
+      <returns>
+        <see langword="true" /> if the specified value is a member of the current enumeration type; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The current type is not an enumeration.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="value" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">
+        <paramref name="value" /> is of a type that cannot be the underlying type of an enumeration.</exception>
+    </member>
+    <member name="M:System.Type.IsEquivalentTo(System.Type)">
+      <summary>Determines whether two COM types have the same identity and are eligible for type equivalence.</summary>
+      <param name="other">The COM type that is tested for equivalence with the current type.</param>
+      <returns>
+        <see langword="true" /> if the COM types are equivalent; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if one type is in an assembly that is loaded for execution, and the other is in an assembly that is loaded into the reflection-only context.</returns>
+    </member>
     <member name="P:System.Type.IsExplicitLayout">
       <summary>Gets a value indicating whether the fields of the current type are laid out at explicitly specified offsets.</summary>
       <returns>
         <see langword="true" /> if the <see cref="P:System.Type.Attributes" /> property of the current type includes <see cref="F:System.Reflection.TypeAttributes.ExplicitLayout" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsGenericMethodParameter">
-      <summary>Gets a value that indicates whether the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic method.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> object represents a type parameter of a generic method definition; otherwise, <see langword="false" />.</returns>
-    </member>
+    <member name="P:System.Type.IsGenericMethodParameter" />
     <member name="P:System.Type.IsGenericParameter">
       <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type or method.</summary>
       <returns>
@@ -64778,16 +42046,18 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> object represents a generic type definition; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsGenericTypeParameter">
-      <summary>Gets a value that indicates whether the current <see cref="T:System.Type" /> represents a type parameter in the definition of a generic type.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> object represents a type parameter of a generic type definition; otherwise, <see langword="false" />.</returns>
-    </member>
+    <member name="P:System.Type.IsGenericTypeParameter" />
     <member name="P:System.Type.IsImport">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> has a <see cref="T:System.Runtime.InteropServices.ComImportAttribute" /> attribute applied, indicating that it was imported from a COM type library.</summary>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> has a <see cref="T:System.Runtime.InteropServices.ComImportAttribute" />; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsInstanceOfType(System.Object)">
+      <summary>Determines whether the specified object is an instance of the current <see cref="T:System.Type" />.</summary>
+      <param name="o">The object to compare with the current type.</param>
+      <returns>
+        <see langword="true" /> if the current <see langword="Type" /> is in the inheritance hierarchy of the object represented by <paramref name="o" />, or if the current <see langword="Type" /> is an interface that <paramref name="o" /> implements. <see langword="false" /> if neither of these conditions is the case, if <paramref name="o" /> is <see langword="null" />, or if the current <see langword="Type" /> is an open generic type (that is, <see cref="P:System.Type.ContainsGenericParameters" /> returns <see langword="true" />).</returns>
+    </member>
     <member name="P:System.Type.IsInterface">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> is an interface; that is, not a class or a value type.</summary>
       <returns>
@@ -64803,6 +42073,11 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is marshaled by reference; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsMarshalByRefImpl">
+      <summary>Implements the <see cref="P:System.Type.IsMarshalByRef" /> property and determines whether the <see cref="T:System.Type" /> is marshaled by reference.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is marshaled by reference; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.IsNested">
       <summary>Gets a value indicating whether the current <see cref="T:System.Type" /> object represents a type whose definition is nested inside the definition of another type.</summary>
       <returns>
@@ -64848,11 +42123,21 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsPointerImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsPointer" /> property and determines whether the <see cref="T:System.Type" /> is a pointer.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.IsPrimitive">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> is one of the primitive types.</summary>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.IsPrimitiveImpl">
+      <summary>When overridden in a derived class, implements the <see cref="P:System.Type.IsPrimitive" /> property and determines whether the <see cref="T:System.Type" /> is one of the primitive types.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.IsPublic">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> is declared public.</summary>
       <returns>
@@ -64883,26 +42168,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is serializable; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsSignatureType">
-      <summary>Gets a value that indicates whether the type is a signature type.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Type" /> is a signature type; otherwise, <see langword="false" />.</returns>
-    </member>
+    <member name="P:System.Type.IsSignatureType" />
     <member name="P:System.Type.IsSpecialName">
       <summary>Gets a value indicating whether the type has a name that requires special handling.</summary>
       <returns>
         <see langword="true" /> if the type has a name that requires special handling; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsSZArray">
-      <summary>Gets a value that indicates whether the type is an array type that can represent only a single-dimensional array with a zero lower bound.</summary>
-      <returns>
-        <see langword="true" /> if the current <see cref="T:System.Type" /> is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Type.IsTypeDefinition">
-      <summary>Gets a value that indicates whether the type is a type definition.</summary>
+    <member name="M:System.Type.IsSubclassOf(System.Type)">
+      <summary>Determines whether the current <see cref="T:System.Type" /> derives from the specified <see cref="T:System.Type" />.</summary>
+      <param name="c">The type to compare with the current type.</param>
       <returns>
-        <see langword="true" /> if the current <see cref="T:System.Type" /> is a type definition; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the current <see langword="Type" /> derives from <paramref name="c" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="c" /> and the current <see langword="Type" /> are equal.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="c" /> is <see langword="null" />.</exception>
     </member>
+    <member name="P:System.Type.IsSZArray" />
+    <member name="P:System.Type.IsTypeDefinition" />
     <member name="P:System.Type.IsUnicodeClass">
       <summary>Gets a value indicating whether the string format attribute <see langword="UnicodeClass" /> is selected for the <see cref="T:System.Type" />.</summary>
       <returns>
@@ -64913,20 +42194,86 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <see cref="T:System.Type" /> is a value type; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Type.IsVariableBoundArray">
-      <summary>Gets a value that indicates whether the type is an array type that can represent a multi-dimensional array or an array with an arbitrary lower bound.</summary>
+    <member name="M:System.Type.IsValueTypeImpl">
+      <summary>Implements the <see cref="P:System.Type.IsValueType" /> property and determines whether the <see cref="T:System.Type" /> is a value type; that is, not a class or an interface.</summary>
       <returns>
-        <see langword="true" /> if the current <see cref="T:System.Type" /> is an array type that can represent a multi-dimensional array or an array with an arbitrary lower bound; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the <see cref="T:System.Type" /> is a value type; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Type.IsVariableBoundArray" />
     <member name="P:System.Type.IsVisible">
       <summary>Gets a value indicating whether the <see cref="T:System.Type" /> can be accessed by code outside the assembly.</summary>
       <returns>
         <see langword="true" /> if the current <see cref="T:System.Type" /> is a public type or a public nested type such that all the enclosing types are public; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Type.MakeArrayType">
+      <summary>Returns a <see cref="T:System.Type" /> object representing a one-dimensional array of the current type, with a lower bound of zero.</summary>
+      <returns>A <see cref="T:System.Type" /> object representing a one-dimensional array of the current type, with a lower bound of zero.</returns>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
+      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.
+-or-
+The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
+    </member>
+    <member name="M:System.Type.MakeArrayType(System.Int32)">
+      <summary>Returns a <see cref="T:System.Type" /> object representing an array of the current type, with the specified number of dimensions.</summary>
+      <param name="rank">The number of dimensions for the array. This number must be less than or equal to 32.</param>
+      <returns>An object representing an array of the current type, with the specified number of dimensions.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="rank" /> is invalid. For example, 0 or negative.</exception>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
+      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.
+-or-
+The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.
+-or-
+<paramref name="rank" /> is greater than 32.</exception>
+    </member>
+    <member name="M:System.Type.MakeByRefType">
+      <summary>Returns a <see cref="T:System.Type" /> object that represents the current type when passed as a <see langword="ref" /> parameter (<see langword="ByRef" /> parameter in Visual Basic).</summary>
+      <returns>A <see cref="T:System.Type" /> object that represents the current type when passed as a <see langword="ref" /> parameter (<see langword="ByRef" /> parameter in Visual Basic).</returns>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
+      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.
+-or-
+The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
+    </member>
+    <member name="M:System.Type.MakeGenericMethodParameter(System.Int32)">
+      <param name="position" />
+    </member>
+    <member name="M:System.Type.MakeGenericSignatureType(System.Type,System.Type[])">
+      <summary>Creates a generic signature type, which allows third party reimplementations of Reflection to fully support the use of signature types in querying type members.</summary>
+      <param name="genericTypeDefinition">The generic type definition.</param>
+      <param name="typeArguments">An array of type arguments.</param>
+      <returns>A generic signature type.</returns>
+    </member>
+    <member name="M:System.Type.MakeGenericType(System.Type[])">
+      <summary>Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a <see cref="T:System.Type" /> object representing the resulting constructed type.</summary>
+      <param name="typeArguments">An array of types to be substituted for the type parameters of the current generic type.</param>
+      <returns>A <see cref="T:System.Type" /> representing the constructed type formed by substituting the elements of <paramref name="typeArguments" /> for the type parameters of the current generic type.</returns>
+      <exception cref="T:System.InvalidOperationException">The current type does not represent a generic type definition. That is, <see cref="P:System.Type.IsGenericTypeDefinition" /> returns <see langword="false" />.</exception>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeArguments" /> is <see langword="null" />.
+-or-
+Any element of <paramref name="typeArguments" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The number of elements in <paramref name="typeArguments" /> is not the same as the number of type parameters in the current generic type definition.
+-or-
+Any element of <paramref name="typeArguments" /> does not satisfy the constraints specified for the corresponding type parameter of the current generic type.
+-or-
+<paramref name="typeArguments" /> contains an element that is a pointer type (<see cref="P:System.Type.IsPointer" /> returns <see langword="true" />), a by-ref type (<see cref="P:System.Type.IsByRef" /> returns <see langword="true" />), or <see cref="T:System.Void" />.</exception>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class. Derived classes must provide an implementation.</exception>
+    </member>
+    <member name="M:System.Type.MakePointerType">
+      <summary>Returns a <see cref="T:System.Type" /> object that represents a pointer to the current type.</summary>
+      <returns>A <see cref="T:System.Type" /> object that represents a pointer to the current type.</returns>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
+      <exception cref="T:System.TypeLoadException">The current type is <see cref="T:System.TypedReference" />.
+-or-
+The current type is a <see langword="ByRef" /> type. That is, <see cref="P:System.Type.IsByRef" /> returns <see langword="true" />.</exception>
+    </member>
     <member name="P:System.Type.MemberType">
       <summary>Gets a <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a type or a nested type.</summary>
       <returns>A <see cref="T:System.Reflection.MemberTypes" /> value indicating that this member is a type or a nested type.</returns>
     </member>
+    <member name="F:System.Type.Missing">
+      <summary>Represents a missing value in the <see cref="T:System.Type" /> information. This field is read-only.</summary>
+    </member>
     <member name="P:System.Type.Module">
       <summary>Gets the module (the DLL) in which the current <see cref="T:System.Type" /> is defined.</summary>
       <returns>The module in which the current <see cref="T:System.Type" /> is defined.</returns>
@@ -64935,19 +42282,76 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Gets the namespace of the <see cref="T:System.Type" />.</summary>
       <returns>The namespace of the <see cref="T:System.Type" />; <see langword="null" /> if the current instance has no namespace or represents a generic parameter.</returns>
     </member>
+    <member name="M:System.Type.op_Equality(System.Type,System.Type)">
+      <summary>Indicates whether two <see cref="T:System.Type" /> objects are equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Type.op_Inequality(System.Type,System.Type)">
+      <summary>Indicates whether two <see cref="T:System.Type" /> objects are not equal.</summary>
+      <param name="left">The first object to compare.</param>
+      <param name="right">The second object to compare.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="left" /> is not equal to <paramref name="right" />; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Type.ReflectedType">
       <summary>Gets the class object that was used to obtain this member.</summary>
       <returns>The <see langword="Type" /> object through which this <see cref="T:System.Type" /> object was obtained.</returns>
     </member>
+    <member name="M:System.Type.ReflectionOnlyGetType(System.String,System.Boolean,System.Boolean)">
+      <summary>Gets the <see cref="T:System.Type" /> with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found. The type is loaded for reflection only, not for execution.</summary>
+      <param name="typeName">The assembly-qualified name of the <see cref="T:System.Type" /> to get.</param>
+      <param name="throwIfNotFound">
+        <see langword="true" /> to throw a <see cref="T:System.TypeLoadException" /> if the type cannot be found; <see langword="false" /> to return <see langword="null" /> if the type cannot be found. Specifying <see langword="false" /> also suppresses some other exception conditions, but not all of them. See the Exceptions section.</param>
+      <param name="ignoreCase">
+        <see langword="true" /> to perform a case-insensitive search for <paramref name="typeName" />; <see langword="false" /> to perform a case-sensitive search for <paramref name="typeName" />.</param>
+      <returns>The type with the specified name, if found; otherwise, <see langword="null" />. If the type is not found, the <paramref name="throwIfNotFound" /> parameter specifies whether <see langword="null" /> is returned or an exception is thrown. In some cases, an exception is thrown regardless of the value of <paramref name="throwIfNotFound" />. See the Exceptions section.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="typeName" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.Reflection.TargetInvocationException">A class initializer is invoked and throws an exception.</exception>
+      <exception cref="T:System.TypeLoadException">
+        <paramref name="throwIfNotFound" /> is <see langword="true" /> and the type is not found.
+-or-
+<paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid characters, such as an embedded tab.
+-or-
+<paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> is an empty string.
+-or-
+<paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> represents an array type with an invalid size.
+-or-
+<paramref name="typeName" /> represents an array of <see cref="T:System.TypedReference" /> objects.</exception>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="typeName" /> does not include the assembly name.
+-or-
+<paramref name="throwIfNotFound" /> is <see langword="true" /> and <paramref name="typeName" /> contains invalid syntax; for example, "MyType[,*,]".
+-or-
+<paramref name="typeName" /> represents a generic type that has a pointer type, a <see langword="ByRef" /> type, or <see cref="T:System.Void" /> as one of its type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type that has an incorrect number of type arguments.
+-or-
+<paramref name="typeName" /> represents a generic type, and one of its type arguments does not satisfy the constraints for the corresponding type parameter.</exception>
+      <exception cref="T:System.IO.FileNotFoundException">
+        <paramref name="throwIfNotFound" /> is <see langword="true" /> and the assembly or one of its dependencies was not found.</exception>
+      <exception cref="T:System.IO.FileLoadException">The assembly or one of its dependencies was found, but could not be loaded.</exception>
+      <exception cref="T:System.BadImageFormatException">The assembly or one of its dependencies is not valid.
+-or-
+The assembly was compiled with a later version of the common language runtime than the version that is currently loaded.</exception>
+      <exception cref="T:System.PlatformNotSupportedException">.NET Core only: This member is not supported.</exception>
+    </member>
     <member name="P:System.Type.StructLayoutAttribute">
       <summary>Gets a <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> that describes the layout of the current type.</summary>
-      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
       <returns>Gets a <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> that describes the gross layout features of the current type.</returns>
+      <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
+    </member>
+    <member name="M:System.Type.ToString">
+      <summary>Returns a <see langword="String" /> representing the name of the current <see langword="Type" />.</summary>
+      <returns>A <see cref="T:System.String" /> representing the name of the current <see cref="T:System.Type" />.</returns>
     </member>
     <member name="P:System.Type.TypeHandle">
       <summary>Gets the handle for the current <see cref="T:System.Type" />.</summary>
-      <exception cref="T:System.NotSupportedException">The .NET Compact Framework does not currently support this property.</exception>
       <returns>The handle for the current <see cref="T:System.Type" />.</returns>
+      <exception cref="T:System.NotSupportedException">The .NET Compact Framework does not currently support this property.</exception>
     </member>
     <member name="P:System.Type.TypeInitializer">
       <summary>Gets the initializer for the type.</summary>
@@ -65040,9 +42444,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.TypedReference.Equals(System.Object)">
       <summary>Checks if this object is equal to the specified object.</summary>
       <param name="o">The object with which to compare the current object.</param>
-      <exception cref="T:System.NotSupportedException">This method is not implemented.</exception>
       <returns>
         <see langword="true" /> if this object is equal to the specified object; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.NotSupportedException">This method is not implemented.</exception>
     </member>
     <member name="M:System.TypedReference.GetHashCode">
       <summary>Returns the hash code of this object.</summary>
@@ -65057,27 +42461,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Makes a <see langword="TypedReference" /> for a field identified by a specified object and list of field descriptions.</summary>
       <param name="target">An object that contains the field described by the first element of <paramref name="flds" />.</param>
       <param name="flds">A list of field descriptions where each element describes a field that contains the field described by the succeeding element. Each described field must be a value type. The field descriptions must be <see langword="RuntimeFieldInfo" /> objects supplied by the type system.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="target" /> or <paramref name="flds" /> is <see langword="null" />.  
-  
- -or-  
-  
- An element of <paramref name="flds" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="flds" /> array has no elements.  
-  
- -or-  
-  
- An element of <paramref name="flds" /> is not a <see langword="RuntimeFieldInfo" /> object.  
-  
- -or-  
-  
- The <see cref="P:System.Reflection.FieldInfo.IsInitOnly" /> or <see cref="P:System.Reflection.FieldInfo.IsStatic" /> property of an element of <paramref name="flds" /> is <see langword="true" />.</exception>
-      <exception cref="T:System.MissingMemberException">Parameter <paramref name="target" /> does not contain the field described by the first element of <paramref name="flds" />, or an element of <paramref name="flds" /> describes a field that is not contained in the field described by the succeeding element of <paramref name="flds" />.  
-  
- -or-  
-  
- The field described by an element of <paramref name="flds" /> is not a value type.</exception>
       <returns>A <see cref="T:System.TypedReference" /> for the field described by the last element of <paramref name="flds" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="target" /> or <paramref name="flds" /> is <see langword="null" />.
+-or-
+An element of <paramref name="flds" /> is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="flds" /> array has no elements.
+-or-
+An element of <paramref name="flds" /> is not a <see langword="RuntimeFieldInfo" /> object.
+-or-
+The <see cref="P:System.Reflection.FieldInfo.IsInitOnly" /> or <see cref="P:System.Reflection.FieldInfo.IsStatic" /> property of an element of <paramref name="flds" /> is <see langword="true" />.</exception>
+      <exception cref="T:System.MissingMemberException">Parameter <paramref name="target" /> does not contain the field described by the first element of <paramref name="flds" />, or an element of <paramref name="flds" /> describes a field that is not contained in the field described by the succeeding element of <paramref name="flds" />.
+-or-
+The field described by an element of <paramref name="flds" /> is not a value type.</exception>
     </member>
     <member name="M:System.TypedReference.SetTypedReference(System.TypedReference,System.Object)">
       <summary>Converts the specified value to a <see langword="TypedReference" />. This method is not supported.</summary>
@@ -65170,27 +42566,51 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.UInt16">
       <summary>Represents a 16-bit unsigned integer.</summary>
     </member>
-    <member name="F:System.UInt16.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.UInt16" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.UInt16.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.UInt16" />. This field is constant.</summary>
-    </member>
     <member name="M:System.UInt16.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.UInt16" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.UInt16.CompareTo(System.UInt16)">
       <summary>Compares this instance to a specified 16-bit unsigned integer and returns an indication of their relative values.</summary>
       <param name="value">An unsigned integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
   
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
     <member name="M:System.UInt16.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -65212,82 +42632,77 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.UInt16" />.</summary>
       <returns>The enumerated constant, <see cref="F:System.TypeCode.UInt16" />.</returns>
     </member>
+    <member name="F:System.UInt16.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.UInt16" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.UInt16.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.UInt16" />. This field is constant.</summary>
+    </member>
     <member name="M:System.UInt16.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt16.Parse(System.String)">
       <summary>Converts the string representation of a number to its 16-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert.</param>
+      <returns>A 16-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt16.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its 16-bit unsigned integer equivalent.  
-  
- This method is not CLS-compliant. The CLS-compliant alternative is <see cref="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles)" />.</summary>
+      <summary>Converts the string representation of a number in a specified style to its 16-bit unsigned integer equivalent.
+This method is not CLS-compliant. The CLS-compliant alternative is <see cref="M:System.Int32.Parse(System.String,System.Globalization.NumberStyles)" />.</summary>
       <param name="s">A string that represents the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of the enumeration values that specify the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt16.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt16.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its 16-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in the correct format.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />.</exception>
-      <returns>A 16-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt16.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -65308,8 +42723,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt16.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.UInt16.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -65379,41 +42794,32 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt16.ToString(System.String)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format.</summary>
       <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
       <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
     </member>
     <member name="M:System.UInt16.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
       <param name="format">A numeric format string.</param>
       <param name="provider">An object that supplies culture-specific formatting information.</param>
+      <returns>The string representation of the value of this instance, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
       <exception cref="T:System.FormatException">
         <paramref name="format" /> is invalid.</exception>
-      <returns>The string representation of the value of this instance, as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
     </member>
     <member name="M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current unsigned short number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt16.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
-      <summary>Tries to convert the span representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 16-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt16.TryParse(System.ReadOnlySpan{System.Char},System.UInt16@)">
-      <summary>Tries to convert the span representation of a number to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters representing the number to convert.</param>
-      <param name="result">When this method returns, contains the 16-bit unsigned integer value that is equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in the correct format. , or represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
       <summary>Tries to convert the string representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65421,14 +42827,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
       <param name="result">When this method returns, contains the 16-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.UInt16.MinValue" /> or greater than <see cref="F:System.UInt16.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.UInt16.TryParse(System.String,System.UInt16@)">
       <summary>Tries to convert the string representation of a number to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65440,27 +42844,51 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.UInt32">
       <summary>Represents a 32-bit unsigned integer.</summary>
     </member>
-    <member name="F:System.UInt32.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.UInt32" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.UInt32.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.UInt32" />. This field is constant.</summary>
-    </member>
     <member name="M:System.UInt32.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.UInt32" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.UInt32.CompareTo(System.UInt32)">
       <summary>Compares this instance to a specified 32-bit unsigned integer and returns an indication of their relative values.</summary>
       <param name="value">An unsigned integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return value  
+  
+  Description  
+  
+  Less than zero  
   
- <list type="table"><listheader><term> Return value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
     <member name="M:System.UInt32.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -65482,77 +42910,73 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.UInt32" />.</summary>
       <returns>The enumerated constant, <see cref="F:System.TypeCode.UInt32" />.</returns>
     </member>
+    <member name="F:System.UInt32.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.UInt32" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.UInt32.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.UInt32" />. This field is constant.</summary>
+    </member>
     <member name="M:System.UInt32.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit unsigned integer equivalent.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt32.Parse(System.String)">
       <summary>Converts the string representation of a number to its 32-bit unsigned integer equivalent.</summary>
       <param name="s">A string representing the number to convert.</param>
+      <returns>A 32-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">The <paramref name="s" /> parameter is not of the correct format.</exception>
       <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt32.Parse(System.String,System.Globalization.NumberStyles)">
       <summary>Converts the string representation of a number in a specified style to its 32-bit unsigned integer equivalent.</summary>
       <param name="s">A string representing the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of the enumeration values that specify the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt32.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its 32-bit unsigned integer equivalent.</summary>
       <param name="s">A string representing the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in a format compliant with <paramref name="style" />.</exception>
       <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+        <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt32.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its 32-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
         <paramref name="s" /> is not in the correct style.</exception>
       <exception cref="T:System.OverflowException">
         <paramref name="s" /> represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />.</exception>
-      <returns>A 32-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt32.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -65573,8 +42997,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt32.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.UInt32.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -65644,40 +43068,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt32.ToString(System.String)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format.</summary>
       <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
       <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
     </member>
     <member name="M:System.UInt32.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
       <param name="format">A numeric format string.</param>
       <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
       <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
     </member>
     <member name="M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current unsigned integer number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt32.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
-      <summary>Tries to convert the span representation of a number in a specified style and culture-specific format to its 32-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 32-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt32.TryParse(System.ReadOnlySpan{System.Char},System.UInt32@)">
-      <summary>Tries to convert the span representation of a number to its 32-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters that represent the number to convert.</param>
-      <param name="result">When this method returns, contains the 32-bit unsigned integer value that is equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
       <summary>Tries to convert the string representation of a number in a specified style and culture-specific format to its 32-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65685,14 +43100,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
       <param name="result">When this method returns, contains the 32-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number that is less than <see cref="F:System.UInt32.MinValue" /> or greater than <see cref="F:System.UInt32.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.UInt32.TryParse(System.String,System.UInt32@)">
       <summary>Tries to convert the string representation of a number to its 32-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65704,27 +43117,51 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.UInt64">
       <summary>Represents a 64-bit unsigned integer.</summary>
     </member>
-    <member name="F:System.UInt64.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.UInt64" />. This field is constant.</summary>
-    </member>
-    <member name="F:System.UInt64.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.UInt64" />. This field is constant.</summary>
-    </member>
     <member name="M:System.UInt64.CompareTo(System.Object)">
       <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
       <param name="value">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
+  
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.UInt64" />.</exception>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
-  
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.UInt64.CompareTo(System.UInt64)">
       <summary>Compares this instance to a specified 64-bit unsigned integer and returns an indication of their relative values.</summary>
       <param name="value">An unsigned integer to compare.</param>
-      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.  
+      <returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
+  Return Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Return Value</term><description> Description</description></listheader><item><term> Less than zero</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <paramref name="value" />.</description></item></list></returns>
+  Less than zero  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  This instance is greater than <paramref name="value" />.</returns>
     </member>
     <member name="M:System.UInt64.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
@@ -65746,68 +43183,64 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.UInt64" />.</summary>
       <returns>The enumerated constant, <see cref="F:System.TypeCode.UInt64" />.</returns>
     </member>
+    <member name="F:System.UInt64.MaxValue">
+      <summary>Represents the largest possible value of <see cref="T:System.UInt64" />. This field is constant.</summary>
+    </member>
+    <member name="F:System.UInt64.MinValue">
+      <summary>Represents the smallest possible value of <see cref="T:System.UInt64" />. This field is constant.</summary>
+    </member>
     <member name="M:System.UInt64.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the span representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt64.Parse(System.String)">
       <summary>Converts the string representation of a number to its 64-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert.</param>
+      <returns>A 64-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">The <paramref name="s" /> parameter is not in the correct format.</exception>
       <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer equivalent to the number contained in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt64.Parse(System.String,System.Globalization.NumberStyles)">
       <summary>Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of the enumeration values that specifies the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
+      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">The <paramref name="s" /> parameter is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt64.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert. The string is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <exception cref="T:System.FormatException">The <paramref name="s" /> parameter is not in a format compliant with <paramref name="style" />.</exception>
-      <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.  
-  
- -or-  
-  
- <paramref name="s" /> includes non-zero, fractional digits.</exception>
-      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
+      <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.
+-or-
+<paramref name="s" /> includes non-zero, fractional digits.</exception>
     </member>
     <member name="M:System.UInt64.Parse(System.String,System.IFormatProvider)">
       <summary>Converts the string representation of a number in a specified culture-specific format to its 64-bit unsigned integer equivalent.</summary>
       <param name="s">A string that represents the number to convert.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
+      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="s" /> parameter is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">The <paramref name="s" /> parameter is not in the correct style.</exception>
       <exception cref="T:System.OverflowException">The <paramref name="s" /> parameter represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />.</exception>
-      <returns>A 64-bit unsigned integer equivalent to the number specified in <paramref name="s" />.</returns>
     </member>
     <member name="M:System.UInt64.System#IConvertible#ToBoolean(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToBoolean(System.IFormatProvider)" />.</summary>
@@ -65828,8 +43261,8 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt64.System#IConvertible#ToDateTime(System.IFormatProvider)">
       <summary>This conversion is not supported. Attempting to use this method throws an <see cref="T:System.InvalidCastException" />.</summary>
       <param name="provider">This parameter is ignored.</param>
-      <exception cref="T:System.InvalidCastException">In all cases.</exception>
       <returns>This conversion is not supported. No value is returned.</returns>
+      <exception cref="T:System.InvalidCastException">In all cases.</exception>
     </member>
     <member name="M:System.UInt64.System#IConvertible#ToDecimal(System.IFormatProvider)">
       <summary>For a description of this member, see <see cref="M:System.IConvertible.ToDecimal(System.IFormatProvider)" />.</summary>
@@ -65899,40 +43332,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UInt64.ToString(System.String)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format.</summary>
       <param name="format">A numeric format string.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
       <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
     </member>
     <member name="M:System.UInt64.ToString(System.String,System.IFormatProvider)">
       <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
       <param name="format">A numeric format string.</param>
       <param name="provider">An object that supplies culture-specific formatting information about this instance.</param>
-      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
       <returns>The string representation of the value of this instance as specified by <paramref name="format" /> and <paramref name="provider" />.</returns>
+      <exception cref="T:System.FormatException">The <paramref name="format" /> parameter is invalid.</exception>
     </member>
     <member name="M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current unsigned long number instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format of <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+      <param name="destination" />
+      <param name="charsWritten" />
+      <param name="format" />
+      <param name="provider" />
     </member>
     <member name="M:System.UInt64.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
-      <summary>Tries to convert the span representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters that represent the number to convert. The span is interpreted by using the style specified by the <paramref name="style" /> parameter.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the 64-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="style" />
+      <param name="provider" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt64.TryParse(System.ReadOnlySpan{System.Char},System.UInt64@)">
-      <summary>Tries to convert the span representation of a number to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
-      <param name="s">A span containing the characters that represent the number to convert.</param>
-      <param name="result">When this method returns, contains the 64-bit unsigned integer value that is equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <param name="s" />
+      <param name="result" />
     </member>
     <member name="M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
       <summary>Tries to convert the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65940,14 +43364,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="style">A bitwise combination of enumeration values that indicates the permitted format of <paramref name="s" />. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
       <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
       <param name="result">When this method returns, contains the 64-bit unsigned integer value equivalent to the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />, is not in a format compliant with <paramref name="style" />, or represents a number less than <see cref="F:System.UInt64.MinValue" /> or greater than <see cref="F:System.UInt64.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramref name="result" /> will be overwritten.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.  
-  
- -or-  
-  
- <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
       <returns>
         <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value.
+-or-
+<paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
     </member>
     <member name="M:System.UInt64.TryParse(System.String,System.UInt64@)">
       <summary>Tries to convert the string representation of a number to its 64-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
@@ -65959,9 +43381,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.UIntPtr">
       <summary>A platform-specific type that is used to represent a pointer or a handle.</summary>
     </member>
-    <member name="F:System.UIntPtr.Zero">
-      <summary>A read-only field that represents a pointer or handle that has been initialized to zero.</summary>
-    </member>
     <member name="M:System.UIntPtr.#ctor(System.UInt32)">
       <summary>Initializes a new instance of the <see cref="T:System.UIntPtr" /> structure using the specified 32-bit pointer or handle.</summary>
       <param name="value">A pointer or handle contained in a 32-bit unsigned integer.</param>
@@ -65981,30 +43400,12 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="offset">The offset to add.</param>
       <returns>A new unsigned pointer that reflects the addition of <paramref name="offset" /> to <paramref name="pointer" />.</returns>
     </member>
-    <member name="M:System.UIntPtr.CompareTo(System.Object)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="value">An object to compare, or <see langword="null" />.</param>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="obj" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="obj" /> in the sort order.</description></item></list></returns>
-    </member>
-    <member name="M:System.UIntPtr.CompareTo(System.UIntPtr)">
-      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
-      <param name="value">An unsigned native integer to compare.</param>
-      <returns>A value that indicates the relative order of the objects being compared. The return value has these meanings:   
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> This instance precedes <paramref name="other" /> in the sort order.</description></item><item><term> Zero</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.</description></item><item><term> Greater than zero</term><description> This instance follows <paramref name="other" /> in the sort order.</description></item></list></returns>
-    </member>
     <member name="M:System.UIntPtr.Equals(System.Object)">
       <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
       <param name="obj">An object to compare with this instance or <see langword="null" />.</param>
       <returns>
         <see langword="true" /> if <paramref name="obj" /> is an instance of <see cref="T:System.UIntPtr" /> and equals the value of this instance; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.UIntPtr.Equals(System.UIntPtr)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to the <paramref name="other" /> parameter; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="M:System.UIntPtr.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
@@ -66030,14 +43431,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UIntPtr.op_Explicit(System.UInt64)~System.UIntPtr">
       <summary>Converts the value of a 64-bit unsigned integer to an <see cref="T:System.UIntPtr" />.</summary>
       <param name="value">A 64-bit unsigned integer.</param>
-      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large to represent as an <see cref="T:System.UIntPtr" />.</exception>
       <returns>A new instance of <see cref="T:System.UIntPtr" /> initialized to <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">On a 32-bit platform, <paramref name="value" /> is too large to represent as an <see cref="T:System.UIntPtr" />.</exception>
     </member>
     <member name="M:System.UIntPtr.op_Explicit(System.UIntPtr)~System.UInt32">
       <summary>Converts the value of the specified <see cref="T:System.UIntPtr" /> to a 32-bit unsigned integer.</summary>
       <param name="value">The pointer or handle to convert.</param>
-      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of <paramref name="value" /> is too large to represent as a 32-bit unsigned integer.</exception>
       <returns>The contents of <paramref name="value" />.</returns>
+      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of <paramref name="value" /> is too large to represent as a 32-bit unsigned integer.</exception>
     </member>
     <member name="M:System.UIntPtr.op_Explicit(System.UIntPtr)~System.UInt64">
       <summary>Converts the value of the specified <see cref="T:System.UIntPtr" /> to a 64-bit unsigned integer.</summary>
@@ -66045,16 +43446,14 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>The contents of <paramref name="value" />.</returns>
     </member>
     <member name="M:System.UIntPtr.op_Explicit(System.UIntPtr)~System.Void*">
-      <summary>Converts the value of the specified <see cref="T:System.UIntPtr" /> to a pointer to an unspecified type.  
-  
- This API is not CLS-compliant.</summary>
+      <summary>Converts the value of the specified <see cref="T:System.UIntPtr" /> to a pointer to an unspecified type.
+This API is not CLS-compliant.</summary>
       <param name="value">The pointer or handle to convert.</param>
       <returns>The contents of <paramref name="value" />.</returns>
     </member>
     <member name="M:System.UIntPtr.op_Explicit(System.Void*)~System.UIntPtr">
-      <summary>Converts the specified pointer to an unspecified type to an <see cref="T:System.UIntPtr" />.  
-  
- This API is not CLS-compliant.</summary>
+      <summary>Converts the specified pointer to an unspecified type to an <see cref="T:System.UIntPtr" />.
+This API is not CLS-compliant.</summary>
       <param name="value">A pointer to an unspecified type.</param>
       <returns>A new instance of <see cref="T:System.UIntPtr" /> initialized to <paramref name="value" />.</returns>
     </member>
@@ -66071,70 +43470,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="offset">The offset to subtract.</param>
       <returns>A new unsigned pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
     </member>
-    <member name="M:System.UIntPtr.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the read-only span of characters representation of a number in optionally specified style and optionally specified culture-specific format to its unsigned native integer equivalent.</summary>
-      <param name="s">A read-only span of characters containing a number to convert.</param>
-      <param name="style">An optional bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />. The default value is <see cref="F:System.Globalization.NumberStyles.Integer" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information about <paramref name="s" />. The default value is <see langword="default" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />.</exception>
-      <returns>An unsigned native integer equivalent to the number contained in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.Parse(System.String)">
-      <summary>Converts the string representation of a number to its unsigned native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />.</exception>
-      <returns>An unsigned native integer equivalent to the number contained in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.Parse(System.String,System.Globalization.NumberStyles)">
-      <summary>Converts the string representation of a number in a specified style to its unsigned native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />.</exception>
-      <returns>An unsigned native integer equivalent to the number contained in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its unsigned native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="style">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="style" /> is not a <see cref="T:System.Globalization.NumberStyles" /> value or <paramref name="style" /> is not a combination of <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.HexNumber" /> values.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />.</exception>
-      <returns>An unsigned native integer equivalent to the number contained in <paramref name="s" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.Parse(System.String,System.IFormatProvider)">
-      <summary>Converts the string representation of a number in a specified culture-specific format to its unsigned native integer equivalent.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.FormatException">
-        <paramref name="s" /> is not in the correct format.</exception>
-      <exception cref="T:System.OverflowException">
-        <paramref name="s" /> represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />.</exception>
-      <returns>An unsigned native integer equivalent to the number contained in <paramref name="s" />.</returns>
+    <member name="P:System.UIntPtr.Size">
+      <summary>Gets the size of this instance.</summary>
+      <returns>The size of a pointer or handle on this platform, measured in bytes. The value of this property is 4 on a 32-bit platform, and 8 on a 64-bit platform.</returns>
     </member>
     <member name="M:System.UIntPtr.Subtract(System.UIntPtr,System.Int32)">
       <summary>Subtracts an offset from the value of an unsigned pointer.</summary>
@@ -66142,6 +43480,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="offset">The offset to subtract.</param>
       <returns>A new unsigned pointer that reflects the subtraction of <paramref name="offset" /> from <paramref name="pointer" />.</returns>
     </member>
+    <member name="M:System.UIntPtr.System#IEquatable{System#UIntPtr}#Equals(System.UIntPtr)">
+      <param name="other" />
+    </member>
     <member name="M:System.UIntPtr.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.UIntPtr" /> object.</summary>
       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
@@ -66157,87 +43498,17 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Converts the numeric value of this instance to its equivalent string representation.</summary>
       <returns>The string representation of the value of this instance.</returns>
     </member>
-    <member name="M:System.UIntPtr.ToString(System.IFormatProvider)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.</summary>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <returns>The string representation of the value of this instance as specified by <paramref name="provider" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.ToString(System.String)">
-      <summary>Converts the numeric value of this instance to its equivalent string representation, using the specified format.</summary>
-      <param name="format">A standard or custom numeric format string.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The string representation of the value of this instance as specified by <paramref name="format" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="provider">An object that supplies culture-specific formatting information.</param>
-      <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid or not supported.</exception>
-      <returns>The value of the current instance in the specified format.</returns>
-    </member>
     <member name="M:System.UIntPtr.ToUInt32">
       <summary>Converts the value of this instance to a 32-bit unsigned integer.</summary>
-      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of this instance is too large to represent as a 32-bit unsigned integer.</exception>
       <returns>A 32-bit unsigned integer equal to the value of this instance.</returns>
+      <exception cref="T:System.OverflowException">On a 64-bit platform, the value of this instance is too large to represent as a 32-bit unsigned integer.</exception>
     </member>
     <member name="M:System.UIntPtr.ToUInt64">
       <summary>Converts the value of this instance to a 64-bit unsigned integer.</summary>
       <returns>A 64-bit unsigned integer equal to the value of this instance.</returns>
     </member>
-    <member name="M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UIntPtr@)">
-      <summary>Converts the read-only span of characters representation of a number in a specified style and culture-specific format to its unsigned native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A read-only span of characters containing a number to convert. The span is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the unsigned native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty, is not of the correct format, or represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.TryParse(System.ReadOnlySpan{System.Char},System.UIntPtr@)">
-      <summary>Converts the read-only span of characters representation of a number to its unsigned native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A read-only span of characters containing a number to convert.</param>
-      <param name="result">When this method returns, contains the unsigned native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is empty, is not of the correct format, or represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UIntPtr@)">
-      <summary>Converts the string representation of a number in a specified style and culture-specific format to its unsigned native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert. The string is interpreted using the style specified by <paramref name="style" />.</param>
-      <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramref name="s" />.</param>
-      <param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
-      <param name="result">When this method returns, contains the unsigned native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty, is not of the correct format, or represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.UIntPtr.TryParse(System.String,System.UIntPtr@)">
-      <summary>Converts the string representation of a number to its unsigned native integer equivalent. A return value indicates whether the conversion succeeded.</summary>
-      <param name="s">A string containing a number to convert.</param>
-      <param name="result">When this method returns, contains the unsigned native integer value equivalent of the number contained in <paramref name="s" />, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" /> or empty, is not of the correct format, or represents a number less than <see cref="P:System.UIntPtr.MinValue" /> or greater than <see cref="P:System.UIntPtr.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.UIntPtr.MaxValue">
-      <summary>Represents the largest possible value of <see cref="T:System.UIntPtr" />.</summary>
-    </member>
-    <member name="P:System.UIntPtr.MinValue">
-      <summary>Represents the smallest possible value of <see cref="T:System.UIntPtr" />.</summary>
-    </member>
-    <member name="P:System.UIntPtr.Size">
-      <summary>Gets the size of this instance.</summary>
-      <returns>The size of a pointer or handle on this platform, measured in bytes. The value of this property is 4 on a 32-bit platform, and 8 on a 64-bit platform.</returns>
+    <member name="F:System.UIntPtr.Zero">
+      <summary>A read-only field that represents a pointer or handle that has been initialized to zero.</summary>
     </member>
     <member name="T:System.UnauthorizedAccessException">
       <summary>The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.</summary>
@@ -66285,111 +43556,36 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="T:System.Uri">
       <summary>Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.</summary>
     </member>
-    <member name="F:System.Uri.SchemeDelimiter">
-      <summary>Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeFile">
-      <summary>Specifies that the URI is a pointer to a file. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeFtp">
-      <summary>Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeFtps">
-      <summary>Specifies that the URI is accessed through the File Transfer Protocol Secure (FTPS). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeGopher">
-      <summary>Specifies that the URI is accessed through the Gopher protocol. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeHttp">
-      <summary>Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeHttps">
-      <summary>Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeMailto">
-      <summary>Specifies that the URI is an email address and is accessed through the Simple Mail Transport Protocol (SMTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeNetPipe">
-      <summary>Specifies that the URI is accessed through the NetPipe scheme used by Windows Communication Foundation (WCF). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeNetTcp">
-      <summary>Specifies that the URI is accessed through the NetTcp scheme used by Windows Communication Foundation (WCF). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeNews">
-      <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeNntp">
-      <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeSftp">
-      <summary>Specifies that the URI is accessed through the SSH File Transfer Protocol (SFTP). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeSsh">
-      <summary>Specifies that the URI is accessed through the Secure Socket Shell protocol (SSH). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeTelnet">
-      <summary>Specifies that the URI is accessed through the Telnet protocol. This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeWs">
-      <summary>Specifies that the URI is accessed through the WebSocket protocol (WS). This field is read-only.</summary>
-    </member>
-    <member name="F:System.Uri.UriSchemeWss">
-      <summary>Specifies that the URI is accessed through the WebSocket Secure protocol (WSS). This field is read-only.</summary>
-    </member>
     <member name="M:System.Uri.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" /> classes.</summary>
       <param name="serializationInfo">An instance of the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> class containing the information required to serialize the new <see cref="T:System.Uri" /> instance.</param>
       <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext" /> class containing the source of the serialized stream associated with the new <see cref="T:System.Uri" /> instance.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="serializationInfo" /> parameter contains a <see langword="null" /> URI.</exception>
-      <exception cref="T:System.UriFormatException">The <paramref name="serializationInfo" /> parameter contains a URI that is empty.  
-  
- -or-  
-  
- The scheme specified is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.  
-  
- -or-  
-  
- The URI contains too many slashes.  
-  
- -or-  
-  
- The password specified in the URI is not valid.  
-  
- -or-  
-  
- The host name specified in URI is not valid.  
-  
- -or-  
-  
- The file name specified in the URI is not valid.  
-  
- -or-  
-  
- The user name specified in the URI is not valid.  
-  
- -or-  
-  
- The host or authority name specified in the URI cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in the URI is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of URI exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in the URI exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in the URI.  
-  
- -or-  
-  
- The MS-DOS path specified in the URI must start with c:\\.</exception>
+      <exception cref="T:System.UriFormatException">The <paramref name="serializationInfo" /> parameter contains a URI that is empty.
+-or-
+The scheme specified is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.
+-or-
+The URI contains too many slashes.
+-or-
+The password specified in the URI is not valid.
+-or-
+The host name specified in URI is not valid.
+-or-
+The file name specified in the URI is not valid.
+-or-
+The user name specified in the URI is not valid.
+-or-
+The host or authority name specified in the URI cannot be terminated by backslashes.
+-or-
+The port number specified in the URI is not valid or cannot be parsed.
+-or-
+The length of URI exceeds 65519 characters.
+-or-
+The length of the scheme specified in the URI exceeds 1023 characters.
+-or-
+There is an invalid character sequence in the URI.
+-or-
+The MS-DOS path specified in the URI must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class with the specified URI.</summary>
@@ -66397,56 +43593,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <paramref name="uriString" /> is <see langword="null" />.</exception>
       <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-
-<paramref name="uriString" /> is empty.  
-  
- -or-  
-  
- The scheme specified in <paramref name="uriString" /> is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.  
-  
- -or-  
-  
- <paramref name="uriString" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The file name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The user name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of <paramref name="uriString" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in <paramref name="uriString" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+<paramref name="uriString" /> is empty.
+-or-
+The scheme specified in <paramref name="uriString" /> is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.
+-or-
+<paramref name="uriString" /> contains too many slashes.
+-or-
+The password specified in <paramref name="uriString" /> is not valid.
+-or-
+The host name specified in <paramref name="uriString" /> is not valid.
+-or-
+The file name specified in <paramref name="uriString" /> is not valid.
+-or-
+The user name specified in <paramref name="uriString" /> is not valid.
+-or-
+The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.
+-or-
+The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.
+-or-
+The length of <paramref name="uriString" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in <paramref name="uriString" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.String,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class with the specified URI, with explicit control of character escaping.</summary>
@@ -66456,55 +43627,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <paramref name="uriString" /> is <see langword="null" />.</exception>
       <exception cref="T:System.UriFormatException">
-        <paramref name="uriString" /> is empty or contains only spaces.  
-  
- -or-  
-  
- The scheme specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- <paramref name="uriString" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The file name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The user name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of <paramref name="uriString" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in <paramref name="uriString" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+        <paramref name="uriString" /> is empty or contains only spaces.
+-or-
+The scheme specified in <paramref name="uriString" /> is not valid.
+-or-
+<paramref name="uriString" /> contains too many slashes.
+-or-
+The password specified in <paramref name="uriString" /> is not valid.
+-or-
+The host name specified in <paramref name="uriString" /> is not valid.
+-or-
+The file name specified in <paramref name="uriString" /> is not valid.
+-or-
+The user name specified in <paramref name="uriString" /> is not valid.
+-or-
+The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.
+-or-
+The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.
+-or-
+The length of <paramref name="uriString" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in <paramref name="uriString" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.String,System.UriKind)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class with the specified URI. This constructor allows you to specify if the URI string is a relative URI, absolute URI, or is indeterminate.</summary>
@@ -66515,64 +43662,35 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentNullException">
         <paramref name="uriString" /> is <see langword="null" />.</exception>
       <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-
-<paramref name="uriString" /> contains a relative URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Absolute" />.  
-  
- or  
-  
- <paramref name="uriString" /> contains an absolute URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Relative" />.  
-  
- or  
-  
- <paramref name="uriString" /> is empty.  
-  
- -or-  
-  
- The scheme specified in <paramref name="uriString" /> is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.  
-  
- -or-  
-  
- <paramref name="uriString" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The file name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The user name specified in <paramref name="uriString" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of <paramref name="uriString" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in <paramref name="uriString" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+<paramref name="uriString" /> contains a relative URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Absolute" />.
+or
+<paramref name="uriString" /> contains an absolute URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Relative" />.
+or
+<paramref name="uriString" /> is empty.
+-or-
+The scheme specified in <paramref name="uriString" /> is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.
+-or-
+<paramref name="uriString" /> contains too many slashes.
+-or-
+The password specified in <paramref name="uriString" /> is not valid.
+-or-
+The host name specified in <paramref name="uriString" /> is not valid.
+-or-
+The file name specified in <paramref name="uriString" /> is not valid.
+-or-
+The user name specified in <paramref name="uriString" /> is not valid.
+-or-
+The host or authority name specified in <paramref name="uriString" /> cannot be terminated by backslashes.
+-or-
+The port number specified in <paramref name="uriString" /> is not valid or cannot be parsed.
+-or-
+The length of <paramref name="uriString" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in <paramref name="uriString" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in <paramref name="uriString" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.Uri,System.String)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class based on the specified base URI and relative URI string.</summary>
@@ -66583,56 +43701,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="baseUri" /> is not an absolute <see cref="T:System.Uri" /> instance.</exception>
       <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-
- The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.  
-  
- -or-  
-  
- The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.
+-or-
+The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.
+-or-
+The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.
+-or-
+The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.
+-or-
+The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.Uri,System.String,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class based on the specified base and relative URIs, with explicit control of character escaping.</summary>
@@ -66644,55 +43737,31 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
         <paramref name="baseUri" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="baseUri" /> is not an absolute <see cref="T:System.Uri" /> instance.</exception>
-      <exception cref="T:System.UriFormatException">The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.  
-  
- -or-  
-  
- The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+      <exception cref="T:System.UriFormatException">The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.
+-or-
+The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.
+-or-
+The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.
+-or-
+The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.
+-or-
+The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
     </member>
     <member name="M:System.Uri.#ctor(System.Uri,System.Uri)">
       <summary>Initializes a new instance of the <see cref="T:System.Uri" /> class based on the combination of a specified base <see cref="T:System.Uri" /> instance and a relative <see cref="T:System.Uri" /> instance.</summary>
@@ -66705,56 +43774,46 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="baseUri" /> is not an absolute <see cref="T:System.Uri" /> instance.</exception>
       <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-
-The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.  
-  
- -or-  
-  
- The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.  
-  
- -or-  
-  
- The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.  
-  
- -or-  
-  
- The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.  
-  
- -or-  
-  
- The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.  
-  
- -or-  
-  
- The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.  
-  
- -or-  
-  
- The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.  
-  
- -or-  
-  
- There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.  
-  
- -or-  
-  
- The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.
+-or-
+The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> contains too many slashes.
+-or-
+The password specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The file name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The user name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
+-or-
+The host or authority name specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> cannot be terminated by backslashes.
+-or-
+The port number specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid or cannot be parsed.
+-or-
+The length of the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 65519 characters.
+-or-
+The length of the scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> exceeds 1023 characters.
+-or-
+There is an invalid character sequence in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" />.
+-or-
+The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
+    </member>
+    <member name="P:System.Uri.AbsolutePath">
+      <summary>Gets the absolute path of the URI.</summary>
+      <returns>A <see cref="T:System.String" /> containing the absolute path to the resource.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.AbsoluteUri">
+      <summary>Gets the absolute URI.</summary>
+      <returns>A <see cref="T:System.String" /> containing the entire URI.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.Authority">
+      <summary>Gets the Domain Name System (DNS) host name or IP address and the port number for a server.</summary>
+      <returns>A <see cref="T:System.String" /> containing the authority component of the URI represented by this instance.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.Canonicalize">
       <summary>Converts the internally stored URI to canonical form.</summary>
@@ -66764,35 +43823,51 @@ The URI formed by combining <paramref name="baseUri" /> and <paramref name="rela
     <member name="M:System.Uri.CheckHostName(System.String)">
       <summary>Determines whether the specified host name is a valid DNS name.</summary>
       <param name="name">The host name to validate. This can be an IPv4 or IPv6 address or an Internet host name.</param>
-      <returns>The type of the host name. If the type of the host name cannot be determined or if the host name is <see langword="null" /> or a zero-length string, this method returns <see cref="F:System.UriHostNameType.Unknown" />.</returns>
+      <returns>A <see cref="T:System.UriHostNameType" /> that indicates the type of the host name. If the type of the host name cannot be determined or if the host name is <see langword="null" /> or a zero-length string, this method returns <see cref="F:System.UriHostNameType.Unknown" />.</returns>
     </member>
     <member name="M:System.Uri.CheckSchemeName(System.String)">
       <summary>Determines whether the specified scheme name is valid.</summary>
       <param name="schemeName">The scheme name to validate.</param>
-      <returns>
-        <see langword="true" /> if the scheme name is valid; otherwise, <see langword="false" />.</returns>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the scheme name is valid; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.CheckSecurity">
       <summary>Calling this method has no effect.</summary>
     </member>
     <member name="M:System.Uri.Compare(System.Uri,System.Uri,System.UriComponents,System.UriFormat,System.StringComparison)">
       <summary>Compares the specified parts of two URIs using the specified comparison rules.</summary>
-      <param name="uri1">The first URI.</param>
-      <param name="uri2">The second URI.</param>
+      <param name="uri1">The first <see cref="T:System.Uri" />.</param>
+      <param name="uri2">The second <see cref="T:System.Uri" />.</param>
       <param name="partsToCompare">A bitwise combination of the <see cref="T:System.UriComponents" /> values that specifies the parts of <paramref name="uri1" /> and <paramref name="uri2" /> to compare.</param>
-      <param name="compareFormat">One of the enumeration values that specifies the character escaping used when the URI components are compared.</param>
-      <param name="comparisonType">One of the enumeration values that specifies the the culture, case, and sort rules for the comparison.</param>
+      <param name="compareFormat">One of the <see cref="T:System.UriFormat" /> values that specifies the character escaping used when the URI components are compared.</param>
+      <param name="comparisonType">One of the <see cref="T:System.StringComparison" /> values.</param>
+      <returns>An <see cref="T:System.Int32" /> value that indicates the lexical relationship between the compared <see cref="T:System.Uri" /> components.
+  Value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+ <paramref name="uri1" /> is less than <paramref name="uri2" />.  
+  
+  Zero  
+  
+ <paramref name="uri1" /> equals <paramref name="uri2" />.  
+  
+  Greater than zero  
+  
+ <paramref name="uri1" /> is greater than <paramref name="uri2" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="comparisonType" /> is not a valid <see cref="T:System.StringComparison" /> value.</exception>
-      <returns>A value that indicates the lexical relationship between the compared <see cref="T:System.Uri" /> components.  
-  
- <list type="table"><listheader><term> Value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description><paramref name="uri1" /> is less than <paramref name="uri2" />.</description></item><item><term> Zero</term><description><paramref name="uri1" /> equals <paramref name="uri2" />.</description></item><item><term> Greater than zero</term><description><paramref name="uri1" /> is greater than <paramref name="uri2" />.</description></item></list></returns>
+    </member>
+    <member name="P:System.Uri.DnsSafeHost">
+      <summary>Gets a host name that, after being unescaped if necessary, is safe to use for DNS resolution.</summary>
+      <returns>A <see cref="T:System.String" /> that contains the host part of the URI in a format suitable for DNS resolution; or the original host string, if it is already suitable for resolution.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.Equals(System.Object)">
       <summary>Compares two <see cref="T:System.Uri" /> instances for equality.</summary>
-      <param name="comparand">The URI or a URI identifier to compare with the current instance.</param>
-      <returns>
-        <see langword="true" /> if the two instances represent the same URI; otherwise, <see langword="false" />.</returns>
+      <param name="comparand">The <see cref="T:System.Uri" /> instance or a URI identifier to compare with the current instance.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the two instances represent the same URI; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.Escape">
       <summary>Converts any unsafe or reserved characters in the path component to their hexadecimal character representations.</summary>
@@ -66801,12 +43876,11 @@ The URI formed by combining <paramref name="baseUri" /> and <paramref name="rela
     <member name="M:System.Uri.EscapeDataString(System.String)">
       <summary>Converts a string to its escaped representation.</summary>
       <param name="stringToEscape">The string to escape.</param>
+      <returns>A <see cref="T:System.String" /> that contains the escaped representation of <paramref name="stringToEscape" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="stringToEscape" /> is <see langword="null" />.</exception>
       <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-  
- The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
-      <returns>The escaped representation of <paramref name="stringToEscape" />.</returns>
+The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
     </member>
     <member name="M:System.Uri.EscapeString(System.String)">
       <summary>Converts a string to its escaped representation.</summary>
@@ -66816,79 +43890,111 @@ The URI formed by combining <paramref name="baseUri" /> and <paramref name="rela
     <member name="M:System.Uri.EscapeUriString(System.String)">
       <summary>Converts a URI string to its escaped representation.</summary>
       <param name="stringToEscape">The string to escape.</param>
+      <returns>A <see cref="T:System.String" /> that contains the escaped representation of <paramref name="stringToEscape" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="stringToEscape" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.UriFormatException">Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
-
+      <exception cref="T:System.UriFormatException">Note: In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.
 The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
-      <returns>The escaped representation of <paramref name="stringToEscape" />.</returns>
+    </member>
+    <member name="P:System.Uri.Fragment">
+      <summary>Gets the escaped URI fragment.</summary>
+      <returns>A <see cref="T:System.String" /> that contains any URI fragment information.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.FromHex(System.Char)">
       <summary>Gets the decimal value of a hexadecimal digit.</summary>
       <param name="digit">The hexadecimal digit (0-9, a-f, A-F) to convert.</param>
+      <returns>An <see cref="T:System.Int32" /> value that contains a number from 0 to 15 that corresponds to the specified hexadecimal digit.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="digit" /> is not a valid hexadecimal digit (0-9, a-f, A-F).</exception>
-      <returns>A number from 0 to 15 that corresponds to the specified hexadecimal digit.</returns>
     </member>
     <member name="M:System.Uri.GetComponents(System.UriComponents,System.UriFormat)">
       <summary>Gets the specified components of the current instance using the specified escaping for special characters.</summary>
       <param name="components">A bitwise combination of the <see cref="T:System.UriComponents" /> values that specifies which parts of the current instance to return to the caller.</param>
-      <param name="format">One of the enumeration values that controls how special characters are escaped.</param>
+      <param name="format">One of the <see cref="T:System.UriFormat" /> values that controls how special characters are escaped.</param>
+      <returns>A <see cref="T:System.String" /> that contains the components.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="components" /> is not a combination of valid <see cref="T:System.UriComponents" /> values.</exception>
       <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Uri" /> is not an absolute URI. Relative URIs cannot be used with this method.</exception>
-      <returns>The components of the current instance.</returns>
     </member>
     <member name="M:System.Uri.GetHashCode">
       <summary>Gets the hash code for the URI.</summary>
-      <returns>The hash value generated for this URI.</returns>
+      <returns>An <see cref="T:System.Int32" /> containing the hash value generated for this URI.</returns>
     </member>
     <member name="M:System.Uri.GetLeftPart(System.UriPartial)">
       <summary>Gets the specified portion of a <see cref="T:System.Uri" /> instance.</summary>
-      <param name="part">One of the enumeration values that specifies the end of the URI portion to return.</param>
+      <param name="part">One of the <see cref="T:System.UriPartial" /> values that specifies the end of the URI portion to return.</param>
+      <returns>A <see cref="T:System.String" /> that contains the specified portion of the <see cref="T:System.Uri" /> instance.</returns>
       <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Uri" /> instance is not an absolute instance.</exception>
       <exception cref="T:System.ArgumentException">The specified <paramref name="part" /> is not valid.</exception>
-      <returns>The specified portion of the <see cref="T:System.Uri" /> instance.</returns>
     </member>
     <member name="M:System.Uri.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Returns the data needed to serialize the current instance.</summary>
-      <param name="serializationInfo">The information required to serialize the <see cref="T:System.Uri" />.</param>
-      <param name="streamingContext">An object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Uri" />.</param>
+      <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing the information required to serialize the <see cref="T:System.Uri" />.</param>
+      <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Uri" />.</param>
     </member>
     <member name="M:System.Uri.HexEscape(System.Char)">
       <summary>Converts a specified character into its hexadecimal equivalent.</summary>
       <param name="character">The character to convert to hexadecimal representation.</param>
+      <returns>The hexadecimal representation of the specified character.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="character" /> is greater than 255.</exception>
-      <returns>The hexadecimal representation of the specified character.</returns>
     </member>
     <member name="M:System.Uri.HexUnescape(System.String,System.Int32@)">
       <summary>Converts a specified hexadecimal representation of a character to the character.</summary>
       <param name="pattern">The hexadecimal representation of a character.</param>
       <param name="index">The location in <paramref name="pattern" /> where the hexadecimal representation of a character begins.</param>
+      <returns>The character represented by the hexadecimal encoding at position <paramref name="index" />. If the character at <paramref name="index" /> is not hexadecimal encoded, the character at <paramref name="index" /> is returned. The value of <paramref name="index" /> is incremented to point to the character following the one returned.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than or equal to the number of characters in <paramref name="pattern" />.</exception>
-      <returns>The character represented by the hexadecimal encoding at position <paramref name="index" />. If the character at <paramref name="index" /> is not hexadecimal encoded, the character at <paramref name="index" /> is returned. The value of <paramref name="index" /> is incremented to point to the character following the one returned.</returns>
+    </member>
+    <member name="P:System.Uri.Host">
+      <summary>Gets the host component of this instance.</summary>
+      <returns>A <see cref="T:System.String" /> that contains the host name. This is usually the DNS host name or IP address of the server.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.HostNameType">
+      <summary>Gets the type of the host name specified in the URI.</summary>
+      <returns>A member of the <see cref="T:System.UriHostNameType" /> enumeration.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.IdnHost">
+      <summary>The RFC 3490 compliant International Domain Name of the host, using Punycode as appropriate. This string, after being unescaped if necessary, is safe to use for DNS resolution.</summary>
+      <returns>The hostname, formatted with Punycode according to the IDN standard.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.IsAbsoluteUri">
+      <summary>Gets whether the <see cref="T:System.Uri" /> instance is absolute.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> instance is absolute; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.IsBadFileSystemCharacter(System.Char)">
-      <summary>Indicates whether a character is invalid in a file system name.</summary>
+      <summary>Gets whether a character is invalid in a file system name.</summary>
       <param name="character">The <see cref="T:System.Char" /> to test.</param>
       <returns>
         <see langword="true" /> if the specified character is invalid; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.IsBaseOf(System.Uri)">
       <summary>Determines whether the current <see cref="T:System.Uri" /> instance is a base of the specified <see cref="T:System.Uri" /> instance.</summary>
-      <param name="uri">The specified URI to test.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="uri" /> is <see langword="null" />.</exception>
+      <param name="uri">The specified <see cref="T:System.Uri" /> instance to test.</param>
       <returns>
         <see langword="true" /> if the current <see cref="T:System.Uri" /> instance is a base of <paramref name="uri" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="uri" /> is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.Uri.IsDefaultPort">
+      <summary>Gets whether the port value of the URI is the default for this scheme.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the value in the <see cref="P:System.Uri.Port" /> property is the default port for this scheme; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.IsExcludedCharacter(System.Char)">
-      <summary>Determines whether the specified character should be escaped.</summary>
-      <param name="character">The character to test.</param>
-      <returns>
-        <see langword="true" /> if the specified character should be escaped; otherwise, <see langword="false" />.</returns>
+      <summary>Gets whether the specified character should be escaped.</summary>
+      <param name="character">The <see cref="T:System.Char" /> to test.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the specified character should be escaped; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Uri.IsFile">
+      <summary>Gets a value indicating whether the specified <see cref="T:System.Uri" /> is a file URI.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> is a file URI; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.IsHexDigit(System.Char)">
       <summary>Determines whether a specified character is a valid hexadecimal digit.</summary>
@@ -66900,17 +44006,25 @@ The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exce
       <summary>Determines whether a character in a string is hexadecimal encoded.</summary>
       <param name="pattern">The string to check.</param>
       <param name="index">The location in <paramref name="pattern" /> to check for hexadecimal encoding.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="pattern" /> is hexadecimal encoded at the specified location; otherwise, <see langword="false" />.</returns>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if <paramref name="pattern" /> is hexadecimal encoded at the specified location; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Uri.IsLoopback">
+      <summary>Gets whether the specified <see cref="T:System.Uri" /> references the local host.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if this <see cref="T:System.Uri" /> references the local host; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.IsReservedCharacter(System.Char)">
-      <summary>Determines whether the specified character is a reserved character.</summary>
-      <param name="character">The character to test.</param>
-      <returns>
-        <see langword="true" /> if the specified character is a reserved character otherwise, <see langword="false" />.</returns>
+      <summary>Gets whether the specified character is a reserved character.</summary>
+      <param name="character">The <see cref="T:System.Char" /> to test.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the specified character is a reserved character otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Uri.IsUnc">
+      <summary>Gets whether the specified <see cref="T:System.Uri" /> is a universal naming convention (UNC) path.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> is a UNC path; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
     </member>
     <member name="M:System.Uri.IsWellFormedOriginalString">
-      <summary>Indicates whether the string used to construct this <see cref="T:System.Uri" /> was well-formed and does not require further escaping.</summary>
+      <summary>Indicates whether the string used to construct this <see cref="T:System.Uri" /> was well-formed and is not required to be further escaped.</summary>
       <returns>
         <see langword="true" /> if the string was well-formed; otherwise, <see langword="false" />.</returns>
     </member>
@@ -66921,329 +44035,159 @@ The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exce
       <returns>
         <see langword="true" /> if the string was well-formed; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Uri.LocalPath">
+      <summary>Gets a local operating-system representation of a file name.</summary>
+      <returns>A <see cref="T:System.String" /> that contains the local operating-system representation of a file name.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
     <member name="M:System.Uri.MakeRelative(System.Uri)">
       <summary>Determines the difference between two <see cref="T:System.Uri" /> instances.</summary>
       <param name="toUri">The URI to compare to the current URI.</param>
+      <returns>If the hostname and scheme of this URI instance and <paramref name="toUri" /> are the same, then this method returns a <see cref="T:System.String" /> that represents a relative URI that, when appended to the current URI instance, yields the <paramref name="toUri" /> parameter.
+If the hostname or scheme is different, then this method returns a <see cref="T:System.String" /> that represents the <paramref name="toUri" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="toUri" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this method is valid only for absolute URIs.</exception>
-      <returns>If the hostname and scheme of this URI instance and <paramref name="toUri" /> are the same, then this method returns a <see cref="T:System.String" /> that represents a relative URI that, when appended to the current URI instance, yields the <paramref name="toUri" /> parameter.  
-  
- If the hostname or scheme is different, then this method returns a <see cref="T:System.String" /> that represents the <paramref name="toUri" /> parameter.</returns>
     </member>
     <member name="M:System.Uri.MakeRelativeUri(System.Uri)">
       <summary>Determines the difference between two <see cref="T:System.Uri" /> instances.</summary>
       <param name="uri">The URI to compare to the current URI.</param>
+      <returns>If the hostname and scheme of this URI instance and <paramref name="uri" /> are the same, then this method returns a relative <see cref="T:System.Uri" /> that, when appended to the current URI instance, yields <paramref name="uri" />.
+If the hostname or scheme is different, then this method returns a <see cref="T:System.Uri" /> that represents the <paramref name="uri" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="uri" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>If the hostname and scheme of this URI instance and <paramref name="uri" /> are the same, then this method returns a relative <see cref="T:System.Uri" /> that, when appended to the current URI instance, yields <paramref name="uri" />.  
-  
- If the hostname or scheme is different, then this method returns a <see cref="T:System.Uri" /> that represents the <paramref name="uri" /> parameter.</returns>
     </member>
     <member name="M:System.Uri.op_Equality(System.Uri,System.Uri)">
       <summary>Determines whether two <see cref="T:System.Uri" /> instances have the same value.</summary>
-      <param name="uri1">A URI to compare with <paramref name="uri2" />.</param>
-      <param name="uri2">A URI to compare with <paramref name="uri1" />.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> instances are equivalent; otherwise, <see langword="false" />.</returns>
+      <param name="uri1">A <see cref="T:System.Uri" /> instance to compare with <paramref name="uri2" />.</param>
+      <param name="uri2">A <see cref="T:System.Uri" /> instance to compare with <paramref name="uri1" />.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> instances are equivalent; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.op_Inequality(System.Uri,System.Uri)">
       <summary>Determines whether two <see cref="T:System.Uri" /> instances do not have the same value.</summary>
-      <param name="uri1">A URI to compare with <paramref name="uri2" />.</param>
-      <param name="uri2">A URI to compare with <paramref name="uri1" />.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Uri" /> instances are not equal; otherwise, <see langword="false" />. If either parameter is <see langword="null" />, this method returns <see langword="true" />.</returns>
+      <param name="uri1">A <see cref="T:System.Uri" /> instance to compare with <paramref name="uri2" />.</param>
+      <param name="uri2">A <see cref="T:System.Uri" /> instance to compare with <paramref name="uri1" />.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the two <see cref="T:System.Uri" /> instances are not equal; otherwise, <see langword="false" />. If either parameter is <see langword="null" />, this method returns <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Uri.OriginalString">
+      <summary>Gets the original URI string that was passed to the <see cref="T:System.Uri" /> constructor.</summary>
+      <returns>A <see cref="T:System.String" /> containing the exact URI specified when this instance was constructed; otherwise, <see cref="F:System.String.Empty" />.</returns>
     </member>
     <member name="M:System.Uri.Parse">
       <summary>Parses the URI of the current instance to ensure it contains all the parts required for a valid URI.</summary>
       <exception cref="T:System.UriFormatException">The Uri passed from the constructor is invalid.</exception>
     </member>
+    <member name="P:System.Uri.PathAndQuery">
+      <summary>Gets the <see cref="P:System.Uri.AbsolutePath" /> and <see cref="P:System.Uri.Query" /> properties separated by a question mark (?).</summary>
+      <returns>A <see cref="T:System.String" /> that contains the <see cref="P:System.Uri.AbsolutePath" /> and <see cref="P:System.Uri.Query" /> properties separated by a question mark (?).</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.Port">
+      <summary>Gets the port number of this URI.</summary>
+      <returns>An <see cref="T:System.Int32" /> value that contains the port number for this URI.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.Query">
+      <summary>Gets any query information included in the specified URI.</summary>
+      <returns>A <see cref="T:System.String" /> that contains any query information included in the specified URI.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="P:System.Uri.Scheme">
+      <summary>Gets the scheme name for this URI.</summary>
+      <returns>A <see cref="T:System.String" /> that contains the scheme for this URI, converted to lowercase.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
+    <member name="F:System.Uri.SchemeDelimiter">
+      <summary>Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only.</summary>
+    </member>
+    <member name="P:System.Uri.Segments">
+      <summary>Gets an array containing the path segments that make up the specified URI.</summary>
+      <returns>A <see cref="T:System.String" /> array that contains the path segments that make up the specified URI.</returns>
+      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
+    </member>
     <member name="M:System.Uri.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Returns the data needed to serialize the current instance.</summary>
-      <param name="serializationInfo">The information required to serialize the <see cref="T:System.Uri" />.</param>
-      <param name="streamingContext">An object containing the source and destination of the serialized stream associated with the <see cref="T:System.Uri" />.</param>
+      <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing the information required to serialize the <see cref="T:System.Uri" />.</param>
+      <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Uri" />.</param>
     </member>
     <member name="M:System.Uri.ToString">
       <summary>Gets a canonical string representation for the specified <see cref="T:System.Uri" /> instance.</summary>
-      <returns>The unescaped canonical representation of the <see cref="T:System.Uri" /> instance. All characters are unescaped except #, ?, and %.</returns>
+      <returns>A <see cref="T:System.String" /> instance that contains the unescaped canonical representation of the <see cref="T:System.Uri" /> instance. All characters are unescaped except #, ?, and %.</returns>
     </member>
     <member name="M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)">
       <summary>Creates a new <see cref="T:System.Uri" /> using the specified <see cref="T:System.String" /> instance and a <see cref="T:System.UriKind" />.</summary>
-      <param name="uriString">The string representation of the <see cref="T:System.Uri" />.</param>
+      <param name="uriString">The <see cref="T:System.String" /> representing the <see cref="T:System.Uri" />.</param>
       <param name="uriKind">The type of the Uri.</param>
       <param name="result">When this method returns, contains the constructed <see cref="T:System.Uri" />.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)">
       <summary>Creates a new <see cref="T:System.Uri" /> using the specified base and relative <see cref="T:System.String" /> instances.</summary>
-      <param name="baseUri">The base URI.</param>
-      <param name="relativeUri">The string representation of the relative URI to add to the base <see cref="T:System.Uri" />.</param>
+      <param name="baseUri">The base <see cref="T:System.Uri" />.</param>
+      <param name="relativeUri">The relative <see cref="T:System.Uri" />, represented as a <see cref="T:System.String" />, to add to the base <see cref="T:System.Uri" />.</param>
       <param name="result">When this method returns, contains a <see cref="T:System.Uri" /> constructed from <paramref name="baseUri" /> and <paramref name="relativeUri" />. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)">
       <summary>Creates a new <see cref="T:System.Uri" /> using the specified base and relative <see cref="T:System.Uri" /> instances.</summary>
-      <param name="baseUri">The base URI.</param>
-      <param name="relativeUri">The relative URI to add to the base <see cref="T:System.Uri" />.</param>
+      <param name="baseUri">The base <see cref="T:System.Uri" />.</param>
+      <param name="relativeUri">The relative <see cref="T:System.Uri" /> to add to the base <see cref="T:System.Uri" />.</param>
       <param name="result">When this method returns, contains a <see cref="T:System.Uri" /> constructed from <paramref name="baseUri" /> and <paramref name="relativeUri" />. This parameter is passed uninitialized.</param>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="baseUri" /> is <see langword="null" />.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> was successfully created; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Uri.Unescape(System.String)">
       <summary>Converts the specified string by replacing any escape sequences with their unescaped representation.</summary>
-      <param name="path">The string to convert.</param>
-      <returns>The unescaped value of the <paramref name="path" /> parameter.</returns>
+      <param name="path">The <see cref="T:System.String" /> to convert.</param>
+      <returns>A <see cref="T:System.String" /> that contains the unescaped value of the <paramref name="path" /> parameter.</returns>
     </member>
     <member name="M:System.Uri.UnescapeDataString(System.String)">
       <summary>Converts a string to its unescaped representation.</summary>
       <param name="stringToUnescape">The string to unescape.</param>
+      <returns>A <see cref="T:System.String" /> that contains the unescaped representation of <paramref name="stringToUnescape" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="stringToUnescape" /> is <see langword="null" />.</exception>
-      <returns>The unescaped representation of <paramref name="stringToUnescape" />.</returns>
     </member>
-    <member name="P:System.Uri.AbsolutePath">
-      <summary>Gets the absolute path of the URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The absolute path to the resource.</returns>
-    </member>
-    <member name="P:System.Uri.AbsoluteUri">
-      <summary>Gets the absolute URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The entire URI.</returns>
-    </member>
-    <member name="P:System.Uri.Authority">
-      <summary>Gets the Domain Name System (DNS) host name or IP address and the port number for a server.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The authority component of the URI represented by this instance.</returns>
-    </member>
-    <member name="P:System.Uri.DnsSafeHost">
-      <summary>Gets a host name that, after being unescaped if necessary, is safe to use for DNS resolution.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The host part of the URI in a format suitable for DNS resolution; or the original host string, if it is already suitable for resolution.</returns>
-    </member>
-    <member name="P:System.Uri.Fragment">
-      <summary>Gets the escaped URI fragment.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>URI fragment information.</returns>
-    </member>
-    <member name="P:System.Uri.Host">
-      <summary>Gets the host component of this instance.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The host name. This is usually the DNS host name or IP address of the server.</returns>
-    </member>
-    <member name="P:System.Uri.HostNameType">
-      <summary>Gets the type of the host name specified in the URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>A member of the <see cref="T:System.UriHostNameType" /> enumeration.</returns>
-    </member>
-    <member name="P:System.Uri.IdnHost">
-      <summary>Gets the RFC 3490 compliant International Domain Name of the host, using Punycode as appropriate. This string, after being unescaped if necessary, is safe to use for DNS resolution.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The hostname, formatted with Punycode according to the IDN standard.</returns>
-    </member>
-    <member name="P:System.Uri.IsAbsoluteUri">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Uri" /> instance is absolute.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> instance is absolute; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Uri.IsDefaultPort">
-      <summary>Gets a value that indicates whether the port value of the URI is the default for this scheme.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>
-        <see langword="true" /> if the value in the <see cref="P:System.Uri.Port" /> property is the default port for this scheme; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Uri.IsFile">
-      <summary>Gets a value that indicates whether the specified <see cref="T:System.Uri" /> is a file URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> is a file URI; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Uri.UriSchemeFile">
+      <summary>Specifies that the URI is a pointer to a file. This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.IsLoopback">
-      <summary>Gets a value that indicates whether the specified <see cref="T:System.Uri" /> references the local host.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>
-        <see langword="true" /> if this <see cref="T:System.Uri" /> references the local host; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Uri.UriSchemeFtp">
+      <summary>Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.IsUnc">
-      <summary>Gets a value that indicates whether the specified <see cref="T:System.Uri" /> is a universal naming convention (UNC) path.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Uri" /> is a UNC path; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Uri.UriSchemeGopher">
+      <summary>Specifies that the URI is accessed through the Gopher protocol. This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.LocalPath">
-      <summary>Gets a local operating-system representation of a file name.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The local operating-system representation of a file name.</returns>
+    <member name="F:System.Uri.UriSchemeHttp">
+      <summary>Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.OriginalString">
-      <summary>Gets the original URI string that was passed to the <see cref="T:System.Uri" /> constructor.</summary>
-      <returns>The exact URI specified when this instance was constructed; otherwise, <see cref="F:System.String.Empty" />.</returns>
+    <member name="F:System.Uri.UriSchemeHttps">
+      <summary>Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.PathAndQuery">
-      <summary>Gets the <see cref="P:System.Uri.AbsolutePath" /> and <see cref="P:System.Uri.Query" /> properties separated by a question mark (?).</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The <see cref="P:System.Uri.AbsolutePath" /> and <see cref="P:System.Uri.Query" /> properties separated by a question mark (?).</returns>
+    <member name="F:System.Uri.UriSchemeMailto">
+      <summary>Specifies that the URI is an email address and is accessed through the Simple Mail Transport Protocol (SMTP). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.Port">
-      <summary>Gets the port number of this URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The port number for this URI.</returns>
+    <member name="F:System.Uri.UriSchemeNetPipe">
+      <summary>Specifies that the URI is accessed through the NetPipe scheme used by Windows Communication Foundation (WCF). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.Query">
-      <summary>Gets any query information included in the specified URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>Any query information included in the specified URI.</returns>
+    <member name="F:System.Uri.UriSchemeNetTcp">
+      <summary>Specifies that the URI is accessed through the NetTcp scheme used by Windows Communication Foundation (WCF). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.Scheme">
-      <summary>Gets the scheme name for this URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The scheme for this URI, converted to lowercase.</returns>
+    <member name="F:System.Uri.UriSchemeNews">
+      <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
     </member>
-    <member name="P:System.Uri.Segments">
-      <summary>Gets an array containing the path segments that make up the specified URI.</summary>
-      <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The path segments that make up the specified URI.</returns>
+    <member name="F:System.Uri.UriSchemeNntp">
+      <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
     </member>
     <member name="P:System.Uri.UserEscaped">
-      <summary>Gets a value that indicates whether the URI string was completely escaped before the <see cref="T:System.Uri" /> instance was created.</summary>
-      <returns>
-        <see langword="true" /> if the <paramref name="dontEscape" /> parameter was set to <see langword="true" /> when the <see cref="T:System.Uri" /> instance was created; otherwise, <see langword="false" />.</returns>
+      <summary>Indicates that the URI string was completely escaped before the <see cref="T:System.Uri" /> instance was created.</summary>
+      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> if the <paramref name="dontEscape" /> parameter was set to <see langword="true" /> when the <see cref="T:System.Uri" /> instance was created; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Uri.UserInfo">
       <summary>Gets the user name, password, or other user-specific information associated with the specified URI.</summary>
+      <returns>A <see cref="T:System.String" /> that contains the user information associated with the URI. The returned value does not include the '@' character reserved for delimiting the user information part of the URI.</returns>
       <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs.</exception>
-      <returns>The user information associated with the URI. The returned value does not include the '@' character reserved for delimiting the user information part of the URI.</returns>
-    </member>
-    <member name="T:System.UriBuilder">
-      <summary>Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the <see cref="T:System.Uri" /> class.</summary>
-    </member>
-    <member name="M:System.UriBuilder.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class.</summary>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified URI.</summary>
-      <param name="uri">A URI string.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="uri" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.UriFormatException">
-        <paramref name="uri" /> is a zero-length string or contains only spaces.  
-  
- -or-  
-  
- The parsing routine detected a scheme in an invalid form.  
-  
- -or-  
-  
- The parser detected more than two consecutive slashes in a URI that does not use the "file" scheme.  
-  
- -or-  
-  
- <paramref name="uri" /> is not a valid URI.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.</exception>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified scheme and host.</summary>
-      <param name="schemeName">An Internet access protocol.</param>
-      <param name="hostName">A DNS-style domain name or IP address.</param>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified scheme, host, and port.</summary>
-      <param name="scheme">An Internet access protocol.</param>
-      <param name="host">A DNS-style domain name or IP address.</param>
-      <param name="portNumber">An IP port number for the service.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="portNumber" /> is less than -1 or greater than 65,535.</exception>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified scheme, host, port number, and path.</summary>
-      <param name="scheme">An Internet access protocol.</param>
-      <param name="host">A DNS-style domain name or IP address.</param>
-      <param name="port">An IP port number for the service.</param>
-      <param name="pathValue">The path to the Internet resource.</param>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="port" /> is less than -1 or greater than 65,535.</exception>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32,System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified scheme, host, port number, path, and query string or fragment identifier.</summary>
-      <param name="scheme">An Internet access protocol.</param>
-      <param name="host">A DNS-style domain name or IP address.</param>
-      <param name="port">An IP port number for the service.</param>
-      <param name="path">The path to the Internet resource.</param>
-      <param name="extraValue">A query string or fragment identifier.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="extraValue" /> is neither <see langword="null" /> nor <see cref="F:System.String.Empty" />, nor does a valid fragment identifier begin with a number sign (#), nor a valid query string begin with a question mark (?).</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="port" /> is less than -1 or greater than 65,535.</exception>
-    </member>
-    <member name="M:System.UriBuilder.#ctor(System.Uri)">
-      <summary>Initializes a new instance of the <see cref="T:System.UriBuilder" /> class with the specified <see cref="T:System.Uri" /> instance.</summary>
-      <param name="uri">An instance of the <see cref="T:System.Uri" /> class.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="uri" /> is <see langword="null" />.</exception>
-    </member>
-    <member name="M:System.UriBuilder.Equals(System.Object)">
-      <summary>Compares an existing <see cref="T:System.Uri" /> instance with the contents of the <see cref="T:System.UriBuilder" /> for equality.</summary>
-      <param name="rparam">The object to compare with the current instance.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="rparam" /> represents the same <see cref="T:System.Uri" /> as the <see cref="T:System.Uri" /> constructed by this <see cref="T:System.UriBuilder" /> instance; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.UriBuilder.GetHashCode">
-      <summary>Returns the hash code for the URI.</summary>
-      <returns>The hash code generated for the URI.</returns>
-    </member>
-    <member name="M:System.UriBuilder.ToString">
-      <summary>Returns the display string for the specified <see cref="T:System.UriBuilder" /> instance.</summary>
-      <exception cref="T:System.UriFormatException">The <see cref="T:System.UriBuilder" /> instance has a bad password.
-
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.</exception>
-      <returns>The string that contains the unescaped display string of the <see cref="T:System.UriBuilder" />.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Fragment">
-      <summary>Gets or sets the fragment portion of the URI.</summary>
-      <returns>The fragment portion of the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Host">
-      <summary>Gets or sets the Domain Name System (DNS) host name or IP address of a server.</summary>
-      <returns>The DNS host name or IP address of the server.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Password">
-      <summary>Gets or sets the password associated with the user that accesses the URI.</summary>
-      <returns>The password of the user that accesses the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Path">
-      <summary>Gets or sets the path to the resource referenced by the URI.</summary>
-      <returns>The path to the resource referenced by the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Port">
-      <summary>Gets or sets the port number of the URI.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The port cannot be set to a value less than -1 or greater than 65,535.</exception>
-      <returns>The port number of the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Query">
-      <summary>Gets or sets any query information included in the URI.</summary>
-      <returns>The query information included in the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Scheme">
-      <summary>Gets or sets the scheme name of the URI.</summary>
-      <exception cref="T:System.ArgumentException">The scheme cannot be set to an invalid scheme name.</exception>
-      <returns>The scheme of the URI.</returns>
-    </member>
-    <member name="P:System.UriBuilder.Uri">
-      <summary>Gets the <see cref="T:System.Uri" /> instance constructed by the specified <see cref="T:System.UriBuilder" /> instance.</summary>
-      <exception cref="T:System.UriFormatException">The URI constructed by the <see cref="T:System.UriBuilder" /> properties is invalid.
-        
-Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.</exception>
-      <returns>The URI constructed by the <see cref="T:System.UriBuilder" />.</returns>
-    </member>
-    <member name="P:System.UriBuilder.UserName">
-      <summary>Gets or sets the user name associated with the user that accesses the URI.</summary>
-      <returns>The name of the user that accesses the URI.</returns>
     </member>
     <member name="T:System.UriComponents">
       <summary>Specifies the parts of a <see cref="T:System.Uri" />.</summary>
@@ -67377,23 +44321,19 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="uri">The URI to parse.</param>
       <param name="components">The <see cref="T:System.UriComponents" /> to retrieve from <paramref name="uri" />.</param>
       <param name="format">One of the <see cref="T:System.UriFormat" /> values that controls how special characters are escaped.</param>
+      <returns>A string that contains the components.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="uriFormat" /> is invalid.  
-  
+        <paramref name="uriFormat" /> is invalid.
 -or-
-  
- <paramref name="uriComponents" /> is not a combination of valid <see cref="T:System.UriComponents" /> values.</exception>
+<paramref name="uriComponents" /> is not a combination of valid <see cref="T:System.UriComponents" /> values.</exception>
       <exception cref="T:System.InvalidOperationException">
-        <paramref name="uri" /> requires user-driven parsing  
-  
+        <paramref name="uri" /> requires user-driven parsing
 -or-
-  
- <paramref name="uri" /> is not an absolute URI. Relative URIs cannot be used with this method.</exception>
-      <returns>A string that contains the components.</returns>
+<paramref name="uri" /> is not an absolute URI. Relative URIs cannot be used with this method.</exception>
     </member>
     <member name="M:System.UriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
       <summary>Initialize the state of the parser and validate the URI.</summary>
-      <param name="uri">The <see cref="T:System.Uri" /> to validate.</param>
+      <param name="uri">The T:System.Uri to validate.</param>
       <param name="parsingError">Validation errors, if any.</param>
     </member>
     <member name="M:System.UriParser.IsBaseOf(System.Uri,System.Uri)">
@@ -67406,10 +44346,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.UriParser.IsKnownScheme(System.String)">
       <summary>Indicates whether the parser for a scheme is registered.</summary>
       <param name="schemeName">The scheme name to check.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="schemeName" /> parameter is null.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="schemeName" /> parameter is not valid.</exception>
       <returns>
         <see langword="true" /> if <paramref name="schemeName" /> has been registered; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="schemeName" /> parameter is null.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="schemeName" /> parameter is not valid.</exception>
     </member>
     <member name="M:System.UriParser.IsWellFormedOriginalString(System.Uri)">
       <summary>Indicates whether a URI is well-formed.</summary>
@@ -67432,30 +44372,24 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <param name="schemeName">The name of the scheme that is associated with this parser.</param>
       <param name="defaultPort">The default port number for the specified scheme.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="uriParser" /> parameter is null  
-  
+        <paramref name="uriParser" /> parameter is null
 -or-
-  
- <paramref name="schemeName" /> parameter is null.</exception>
+<paramref name="schemeName" /> parameter is null.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="schemeName" /> parameter is not valid  
-  
+        <paramref name="schemeName" /> parameter is not valid
 -or-
-  
- <paramref name="defaultPort" /> parameter is not valid. The <paramref name="defaultPort" /> parameter is less than -1 or greater than 65,534.</exception>
+<paramref name="defaultPort" /> parameter is not valid. The <paramref name="defaultPort" /> parameter is less than -1 or greater than 65,534.</exception>
     </member>
     <member name="M:System.UriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
       <summary>Called by <see cref="T:System.Uri" /> constructors and <see cref="Overload:System.Uri.TryCreate" /> to resolve a relative URI.</summary>
       <param name="baseUri">A base URI.</param>
       <param name="relativeUri">A relative URI.</param>
       <param name="parsingError">Errors during the resolve process, if any.</param>
+      <returns>The string of the resolved relative <see cref="T:System.Uri" />.</returns>
       <exception cref="T:System.InvalidOperationException">
-        <paramref name="baseUri" /> parameter is not an absolute <see cref="T:System.Uri" />  
-  
+        <paramref name="baseUri" /> parameter is not an absolute <see cref="T:System.Uri" />
 -or-
-  
- <paramref name="baseUri" /> parameter requires user-driven parsing.</exception>
-      <returns>The string of the resolved relative <see cref="T:System.Uri" />.</returns>
+<paramref name="baseUri" /> parameter requires user-driven parsing.</exception>
     </member>
     <member name="T:System.UriPartial">
       <summary>Defines the parts of a URI for the <see cref="M:System.Uri.GetLeftPart(System.UriPartial)" /> method.</summary>
@@ -67478,9 +44412,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple.CompareTo(System.ValueTuple)">
       <summary>Compares the current <see cref="T:System.ValueTuple" /> instance to a specified <see cref="T:System.ValueTuple" /> instance.</summary>
       <param name="other">The object to compare with the current instance.</param>
+      <returns>This method always returns 0.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.ValueTuple" /> instance.</exception>
-      <returns>This method always returns 0.</returns>
     </member>
     <member name="M:System.ValueTuple.Create">
       <summary>Creates a new value tuple with zero components.</summary>
@@ -67609,9 +44543,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Compares the current <see cref="T:System.ValueTuple" /> instance to a specified object.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison. This parameter is ignored.</param>
+      <returns>Returns 0 if <paramref name="other" /> is a <see cref="T:System.ValueTuple" /> instance and 1 if <paramref name="other" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.ValueTuple" /> instance.</exception>
-      <returns>Returns 0 if <paramref name="other" /> is a <see cref="T:System.ValueTuple" /> instance and 1 if <paramref name="other" /> is <see langword="null" />.</returns>
     </member>
     <member name="M:System.ValueTuple.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -67627,32 +44561,29 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="M:System.ValueTuple.System#IComparable#CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.ValueTuple" /> instance with a specified object and returns an indication of their relative values.</summary>
-      <param name="other">The object to compare with the current instance.</param>
+      <param name="other">The object to compare with the current instance</param>
+      <returns>0 if <paramref name="other" /> is a <see cref="T:System.ValueTuple" /> instance; otherwise, 1 if <paramref name="other" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.ValueTuple" /> instance.</exception>
-      <returns>0 if <paramref name="other" /> is a <see cref="T:System.ValueTuple" /> instance; otherwise, 1 if <paramref name="other" /> is <see langword="null" />.</returns>
-    </member>
-    <member name="M:System.ValueTuple.ToString">
-      <summary>Returns the string representation of this <see cref="T:System.ValueTuple" /> instance.</summary>
-      <returns>This method always returns "()".</returns>
     </member>
     <member name="P:System.ValueTuple.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Returns an <see cref="T:System.IndexOutOfRangeException" />. There are no elements in a <see langword="ValueTuple" />.</summary>
       <param name="index">There is no acceptable value for <paramref name="index" />.</param>
-      <exception cref="T:System.IndexOutOfRangeException">There is no acceptable value for <paramref name="index" />.</exception>
       <returns>An <see cref="T:System.IndexOutOfRangeException" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">There is no acceptable value for <paramref name="index" />.</exception>
     </member>
     <member name="P:System.ValueTuple.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the length of this <see langword="ValueTuple" /> instance, which is always 0. There are no elements in a <see langword="ValueTuple" />.</summary>
       <returns>0, the number of elements in this <see langword="ValueTuple" /> instance.</returns>
     </member>
+    <member name="M:System.ValueTuple.ToString">
+      <summary>Returns the string representation of this <see cref="T:System.ValueTuple" /> instance.</summary>
+      <returns>This method always returns "()".</returns>
+    </member>
     <member name="T:System.ValueTuple`1">
       <summary>Represents a value tuple with a single component.</summary>
       <typeparam name="T1">The type of the value tuple's only element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`1.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`1" /> instance's first element.</summary>
-    </member>
     <member name="M:System.ValueTuple`1.#ctor(`0)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`1" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -67660,9 +44591,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`1.CompareTo(System.ValueTuple{`0})">
       <summary>Compares the current <see cref="T:System.ValueTuple`1" /> instance to a specified <see cref="T:System.ValueTuple`1" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
   
<list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
 This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`1.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`1" /> instance is equal to a specified object.</summary>
@@ -67680,13 +44624,29 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`1" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`1" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`1.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`1" /> instance's first element.</summary>
+    </member>
     <member name="M:System.ValueTuple`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`1" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`1" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -67703,36 +44663,43 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`1.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`1" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`1.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`1" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`1" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`1.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the <see langword="ValueTuple" /> element. <paramref name="index" /> must be 0.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 0.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element.</returns>
     </member>
     <member name="P:System.ValueTuple`1.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>1, the number of elements in a <see cref="T:System.ValueTuple`1" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`1.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`1" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`1" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`2">
       <summary>Represents a value tuple with 2 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
       <typeparam name="T2">The type of the value tuple's second element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`2.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`2" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`2.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`2" /> instance's second element.</summary>
-    </member>
     <member name="M:System.ValueTuple`2.#ctor(`0,`1)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`2" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -67741,9 +44708,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`2.CompareTo(System.ValueTuple{`0,`1})">
       <summary>Compares the current <see cref="T:System.ValueTuple`2" /> instance to a specified <see cref="T:System.ValueTuple`2" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`2.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`2" /> instance is equal to a specified object.</summary>
@@ -67761,13 +44741,32 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`2" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`2" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`2.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`2" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`2.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`2" /> instance's second element.</summary>
+    </member>
     <member name="M:System.ValueTuple`2.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`2" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`2.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`2" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -67784,40 +44783,44 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`2.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`2" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`2.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`2" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`2" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`2.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 to 1.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 1.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`2.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>2, the number of elements in a <see cref="T:System.ValueTuple`2" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`2.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`2" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`2" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`3">
       <summary>Represents a value tuple with 3 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
       <typeparam name="T2">The type of the value tuple's second element.</typeparam>
       <typeparam name="T3">The type of the value tuple's third element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`3.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`3.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`3.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's third element.</summary>
-    </member>
     <member name="M:System.ValueTuple`3.#ctor(`0,`1,`2)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`3" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -67827,9 +44830,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`3.CompareTo(System.ValueTuple{`0,`1,`2})">
       <summary>Compares the current <see cref="T:System.ValueTuple`3" /> instance to a specified <see cref="T:System.ValueTuple`3" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
   
<list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
 This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`3.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`3" /> instance is equal to a specified object.</summary>
@@ -67847,13 +44863,35 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`3" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`3" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`3.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`3.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`3.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`3" /> instance's third element.</summary>
+    </member>
     <member name="M:System.ValueTuple`3.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`3" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`3.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`3" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -67870,25 +44908,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`3.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`3" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`3.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`3" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`3" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`3.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 to 2.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 2.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`3.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>3, the number of elements in a <see cref="T:System.ValueTuple`3" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`3.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`3" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`3" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`4">
       <summary>Represents a value tuple with 4 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
@@ -67896,18 +44947,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T3">The type of the value tuple's third element.</typeparam>
       <typeparam name="T4">The type of the value tuple's fourth element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`4.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`4.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`4.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's third element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`4.Item4">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's fourth element.</summary>
-    </member>
     <member name="M:System.ValueTuple`4.#ctor(`0,`1,`2,`3)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`4" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -67918,9 +44957,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`4.CompareTo(System.ValueTuple{`0,`1,`2,`3})">
       <summary>Compares the current <see cref="T:System.ValueTuple`4" /> instance to a specified <see cref="T:System.ValueTuple`4" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`4.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`4" /> instance is equal to a specified object.</summary>
@@ -67938,13 +44990,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`4" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`4" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`4.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`4.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`4.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's third element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`4.Item4">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`4" /> instance's fourth element.</summary>
+    </member>
     <member name="M:System.ValueTuple`4.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`4" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`4.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`4" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -67961,25 +45038,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`4.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`4" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`4.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`4" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`4" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`4.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 to 3.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 3.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`4.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>4, the number of elements in a <see cref="T:System.ValueTuple`4" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`4.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`4" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`4" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`5">
       <summary>Represents a value tuple with 5 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
@@ -67988,21 +45078,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T4">The type of the value tuple's fourth element.</typeparam>
       <typeparam name="T5">The type of the value tuple's fifth element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`5.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`5.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`5.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's third element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`5.Item4">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's fourth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`5.Item5">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's fifth element.</summary>
-    </member>
     <member name="M:System.ValueTuple`5.#ctor(`0,`1,`2,`3,`4)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`5" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -68014,9 +45089,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`5.CompareTo(System.ValueTuple{`0,`1,`2,`3,`4})">
       <summary>Compares the current <see cref="T:System.ValueTuple`5" /> instance to a specified <see cref="T:System.ValueTuple`5" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
   
<list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
 This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`5.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`5" /> instance is equal to a specified object.</summary>
@@ -68034,13 +45122,41 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`5" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`5" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`5.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`5.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`5.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's third element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`5.Item4">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's fourth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`5.Item5">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`5" /> instance's fifth element.</summary>
+    </member>
     <member name="M:System.ValueTuple`5.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`5" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`5.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`5" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -68057,25 +45173,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`5.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`5" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`5.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`5" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`5" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`5.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 to 4.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 4.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`5.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>5, the number of elements in a <see cref="T:System.ValueTuple`5" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`5.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`5" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`5" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`6">
       <summary>Represents a value tuple with 6 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
@@ -68085,24 +45214,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T5">The type of the value tuple's fifth element.</typeparam>
       <typeparam name="T6">The type of the value tuple's sixth element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`6.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`6.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`6.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's third element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`6.Item4">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's fourth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`6.Item5">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's fifth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`6.Item6">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's sixth element.</summary>
-    </member>
     <member name="M:System.ValueTuple`6.#ctor(`0,`1,`2,`3,`4,`5)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`6" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -68115,9 +45226,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`6.CompareTo(System.ValueTuple{`0,`1,`2,`3,`4,`5})">
       <summary>Compares the current <see cref="T:System.ValueTuple`6" /> instance to a specified <see cref="T:System.ValueTuple`6" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`6.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`6" /> instance is equal to a specified object.</summary>
@@ -68135,13 +45259,44 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`6" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`6" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`6.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`6.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`6.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's third element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`6.Item4">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's fourth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`6.Item5">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's fifth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`6.Item6">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`6" /> instance's sixth element.</summary>
+    </member>
     <member name="M:System.ValueTuple`6.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`6" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`6.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`6" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -68158,25 +45313,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`6.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`6" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`6.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`6" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`6" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`6.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 to 5.</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 5.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`6.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>6, the number of elements in a <see cref="T:System.ValueTuple`6" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`6.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`6" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`6" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`7">
       <summary>Represents a value tuple with 7 components.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
@@ -68187,27 +45355,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T6">The type of the value tuple's sixth element.</typeparam>
       <typeparam name="T7">The type of the value tuple's seventh element.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`7.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's third element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item4">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's fourth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item5">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's fifth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item6">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's sixth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`7.Item7">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's seventh element.</summary>
-    </member>
     <member name="M:System.ValueTuple`7.#ctor(`0,`1,`2,`3,`4,`5,`6)">
       <summary>Initializes a new <see cref="M:System.ValueTuple`7.#ctor(`0,`1,`2,`3,`4,`5,`6)" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -68221,9 +45368,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`7.CompareTo(System.ValueTuple{`0,`1,`2,`3,`4,`5,`6})">
       <summary>Compares the current <see cref="T:System.ValueTuple`7" /> instance to a specified <see cref="T:System.ValueTuple`7" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
   
<list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
 This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`7.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`7" /> instance is equal to a specified object.</summary>
@@ -68241,13 +45401,47 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`7" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`7" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`7.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's third element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item4">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's fourth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item5">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's fifth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item6">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's sixth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`7.Item7">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`7" /> instance's seventh element.</summary>
+    </member>
     <member name="M:System.ValueTuple`7.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`7" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`7.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`7" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -68264,25 +45458,38 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`7.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`7" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`7.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`7" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`7" /> instance.</returns>
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="P:System.ValueTuple`7.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The index of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 (the index of <see cref="F:System.ValueTuple`7.Item1" />) to 6 (the index of  <see cref="F:System.ValueTuple`7.Item7" />).</param>
+      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
       <exception cref="T:System.IndexOutOfRangeException">
         <paramref name="index" /> is less than 0 or greater than 6.</exception>
-      <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
     </member>
     <member name="P:System.ValueTuple`7.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>7, the number of elements in a <see cref="T:System.ValueTuple`7" /> object.</returns>
     </member>
+    <member name="M:System.ValueTuple`7.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`7" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`7" /> instance.</returns>
+    </member>
     <member name="T:System.ValueTuple`8">
       <summary>Represents an n-value tuple, where n is 8 or greater.</summary>
       <typeparam name="T1">The type of the value tuple's first element.</typeparam>
@@ -68294,30 +45501,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <typeparam name="T7">The type of the value tuple's seventh element.</typeparam>
       <typeparam name="TRest">Any generic value tuple instance that defines the types of the tuple's remaining elements.</typeparam>
     </member>
-    <member name="F:System.ValueTuple`8.Item1">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's first element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item2">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's second element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item3">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's third element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item4">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's fourth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item5">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's fifth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item6">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's sixth element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Item7">
-      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's seventh element.</summary>
-    </member>
-    <member name="F:System.ValueTuple`8.Rest">
-      <summary>Gets the current <see cref="T:System.ValueTuple`8" /> instance's remaining elements.</summary>
-    </member>
     <member name="M:System.ValueTuple`8.#ctor(`0,`1,`2,`3,`4,`5,`6,`7)">
       <summary>Initializes a new <see cref="T:System.ValueTuple`8" /> instance.</summary>
       <param name="item1">The value tuple's first element.</param>
@@ -68334,9 +45517,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`8.CompareTo(System.ValueTuple{`0,`1,`2,`3,`4,`5,`6,`7})">
       <summary>Compares the current <see cref="T:System.ValueTuple`8" /> instance to a specified <see cref="T:System.ValueTuple`8" /> instance.</summary>
       <param name="other">The tuple to compare with this instance.</param>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
     </member>
     <member name="M:System.ValueTuple`8.Equals(System.Object)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`8" /> instance is equal to a specified object.</summary>
@@ -68354,15 +45550,52 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Calculates the hash code for the current <see cref="T:System.ValueTuple`8" /> instance.</summary>
       <returns>The hash code for the current <see cref="T:System.ValueTuple`8" /> instance.</returns>
     </member>
+    <member name="F:System.ValueTuple`8.Item1">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's first element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item2">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's second element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item3">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's third element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item4">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's fourth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item5">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's fifth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item6">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's sixth element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Item7">
+      <summary>Gets the value of the current <see cref="T:System.ValueTuple`8" /> instance's seventh element.</summary>
+    </member>
+    <member name="F:System.ValueTuple`8.Rest">
+      <summary>Gets the current <see cref="T:System.ValueTuple`8" /> instance's remaining elements.</summary>
+    </member>
     <member name="M:System.ValueTuple`8.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)">
       <summary>Compares the current <see cref="T:System.ValueTuple`8" /> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">The object to compare with the current instance.</param>
       <param name="comparer">An object that provides custom rules for comparison.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.ValueTuple`8" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="other" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
     </member>
     <member name="M:System.ValueTuple`8.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)">
       <summary>Returns a value that indicates whether the current <see cref="T:System.ValueTuple`8" /> instance is equal to a specified object based on a specified comparison method.</summary>
@@ -68379,31 +45612,42 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.ValueTuple`8.System#IComparable#CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.ValueTuple`8" /> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.</summary>
       <param name="other">An object to compare with the current instance.</param>
+      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance precedes <paramref name="other" />.  
+  
+  Zero  
+  
+  This instance and <paramref name="other" /> have the same position in the sort order.  
+  
+  A positive integer  
+  
+  This instance follows <paramref name="other" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="other" /> is not a <see cref="T:System.ValueTuple`8" /> object.</exception>
-      <returns>A signed integer that indicates the relative position of this instance and <paramref name="obj" /> in the sort order, as shown in the following table.  
-  
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance precedes <paramref name="other" />.</description></item><item><term> Zero</term><description> This instance and <paramref name="other" /> have the same position in the sort order.</description></item><item><term> A positive integer</term><description> This instance follows <paramref name="other" />.</description></item></list></returns>
-    </member>
-    <member name="M:System.ValueTuple`8.ToString">
-      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`8" /> instance.</summary>
-      <returns>The string representation of this <see cref="T:System.ValueTuple`8" /> instance.</returns>
     </member>
     <member name="P:System.ValueTuple`8.System#Runtime#CompilerServices#ITuple#Item(System.Int32)">
       <summary>Gets the value of the specified <see langword="ValueTuple" /> element.</summary>
       <param name="index">The value of the specified <see langword="ValueTuple" /> element. <paramref name="index" /> can range from 0 for <see langword="Item1" /> to one less than the number of elements in the <see langword="ValueTuple" />.</param>
-      <exception cref="T:System.IndexOutOfRangeException">
-        <paramref name="index" /> is less than 0.  
-  
- -or-  
-  
- <paramref name="index" /> is greater than or equal to <see cref="P:System.ValueTuple`8.System#Runtime#CompilerServices#ITuple#Length" />.</exception>
       <returns>The value of the <see langword="ValueTuple" /> element at the specified position.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">
+        <paramref name="index" /> is less than 0.
+-or-
+<paramref name="index" /> is greater than or equal to <see cref="P:System.ValueTuple`8.System#Runtime#CompilerServices#ITuple#Length" />.</exception>
     </member>
     <member name="P:System.ValueTuple`8.System#Runtime#CompilerServices#ITuple#Length">
       <summary>Gets the number of elements in the <see langword="ValueTuple" />.</summary>
       <returns>The number of elements in the <see langword="ValueTuple" />.</returns>
     </member>
+    <member name="M:System.ValueTuple`8.ToString">
+      <summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`8" /> instance.</summary>
+      <returns>The string representation of this <see cref="T:System.ValueTuple`8" /> instance.</returns>
+    </member>
     <member name="T:System.ValueType">
       <summary>Provides the base class for value types.</summary>
     </member>
@@ -68465,6 +45709,10 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.FormatException">At least one component of <paramref name="version" /> does not parse to an integer.</exception>
       <exception cref="T:System.OverflowException">At least one component of <paramref name="version" /> represents a number greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
+    <member name="P:System.Version.Build">
+      <summary>Gets the value of the build component of the version number for the current <see cref="T:System.Version" /> object.</summary>
+      <returns>The build number, or -1 if the build number is undefined.</returns>
+    </member>
     <member name="M:System.Version.Clone">
       <summary>Returns a new <see cref="T:System.Version" /> object whose value is the same as the current <see cref="T:System.Version" /> object.</summary>
       <returns>A new <see cref="T:System.Object" /> whose values are a copy of the current <see cref="T:System.Version" /> object.</returns>
@@ -68472,18 +45720,52 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     <member name="M:System.Version.CompareTo(System.Object)">
       <summary>Compares the current <see cref="T:System.Version" /> object to a specified object and returns an indication of their relative values.</summary>
       <param name="version">An object to compare, or <see langword="null" />.</param>
+      <returns>A signed integer that indicates the relative values of the two objects, as shown in the following table.
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  The current <see cref="T:System.Version" /> object is a version before <paramref name="version" />.  
+  
+  Zero  
+  
+  The current <see cref="T:System.Version" /> object is the same version as <paramref name="version" />.  
+  
+  Greater than zero  
+  
+  The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="version" />.  
+  
+ -or-  
+  
+ <paramref name="version" /> is <see langword="null" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="version" /> is not of type <see cref="T:System.Version" />.</exception>
-      <returns>A signed integer that indicates the relative values of the two objects, as shown in the following table.
-
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> The current <see cref="T:System.Version" /> object is a version before <paramref name="version" />.</description></item><item><term> Zero</term><description> The current <see cref="T:System.Version" /> object is the same version as <paramref name="version" />.</description></item><item><term> Greater than zero</term><description> The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="version" />, or <paramref name="version" /> is <see langword="null" />.</description></item></list></returns>
     </member>
     <member name="M:System.Version.CompareTo(System.Version)">
       <summary>Compares the current <see cref="T:System.Version" /> object to a specified <see cref="T:System.Version" /> object and returns an indication of their relative values.</summary>
       <param name="value">A <see cref="T:System.Version" /> object to compare to the current <see cref="T:System.Version" /> object, or <see langword="null" />.</param>
       <returns>A signed integer that indicates the relative values of the two objects, as shown in the following table.
-
- <list type="table"><listheader><term> Return value</term><description> Meaning</description></listheader><item><term> Less than zero</term><description> The current <see cref="T:System.Version" /> object is a version before <paramref name="value" />.</description></item><item><term> Zero</term><description> The current <see cref="T:System.Version" /> object is the same version as <paramref name="value" />.</description></item><item><term> Greater than zero</term><description> The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
+  Return value  
+  
+  Meaning  
+  
+  Less than zero  
+  
+  The current <see cref="T:System.Version" /> object is a version before <paramref name="value" />.  
+  
+  Zero  
+  
+  The current <see cref="T:System.Version" /> object is the same version as <paramref name="value" />.  
+  
+  Greater than zero  
+  
+  The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="value" />.  
+  
+ -or-  
+  
+ <paramref name="value" /> is <see langword="null" />.</returns>
     </member>
     <member name="M:System.Version.Equals(System.Object)">
       <summary>Returns a value indicating whether the current <see cref="T:System.Version" /> object is equal to a specified object.</summary>
@@ -68501,6 +45783,22 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Returns a hash code for the current <see cref="T:System.Version" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
+    <member name="P:System.Version.Major">
+      <summary>Gets the value of the major component of the version number for the current <see cref="T:System.Version" /> object.</summary>
+      <returns>The major version number.</returns>
+    </member>
+    <member name="P:System.Version.MajorRevision">
+      <summary>Gets the high 16 bits of the revision number.</summary>
+      <returns>A 16-bit signed integer.</returns>
+    </member>
+    <member name="P:System.Version.Minor">
+      <summary>Gets the value of the minor component of the version number for the current <see cref="T:System.Version" /> object.</summary>
+      <returns>The minor version number.</returns>
+    </member>
+    <member name="P:System.Version.MinorRevision">
+      <summary>Gets the low 16 bits of the revision number.</summary>
+      <returns>A 16-bit signed integer.</returns>
+    </member>
     <member name="M:System.Version.op_Equality(System.Version,System.Version)">
       <summary>Determines whether two specified <see cref="T:System.Version" /> objects are equal.</summary>
       <param name="v1">The first <see cref="T:System.Version" /> object.</param>
@@ -68533,31 +45831,34 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <summary>Determines whether the first specified <see cref="T:System.Version" /> object is less than the second specified <see cref="T:System.Version" /> object.</summary>
       <param name="v1">The first <see cref="T:System.Version" /> object.</param>
       <param name="v2">The second <see cref="T:System.Version" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">.NET Framework only: <paramref name="v1" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="v1" /> is less than <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="v1" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Version.op_LessThanOrEqual(System.Version,System.Version)">
       <summary>Determines whether the first specified <see cref="T:System.Version" /> object is less than or equal to the second <see cref="T:System.Version" /> object.</summary>
       <param name="v1">The first <see cref="T:System.Version" /> object.</param>
       <param name="v2">The second <see cref="T:System.Version" /> object.</param>
-      <exception cref="T:System.ArgumentNullException">.NET Framework only: <paramref name="v1" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if <paramref name="v1" /> is less than or equal to <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="v1" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Version.Parse(System.ReadOnlySpan{System.Char})">
       <summary>Converts the specified read-only span of characters that represents a version number to an equivalent <see cref="T:System.Version" /> object.</summary>
       <param name="input">A read-only span of characters that contains a version number to convert.</param>
+      <returns>An object that is equivalent to the version number specified in the <paramref name="input" /> parameter.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="input" /> has fewer than two or more than four version components.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">At least one component in <paramref name="input" /> is less than zero.</exception>
       <exception cref="T:System.FormatException">At least one component in <paramref name="input" /> is not an integer.</exception>
       <exception cref="T:System.OverflowException">At least one component in <paramref name="input" /> represents a number that is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>An object that is equivalent to the version number specified in the <paramref name="input" /> parameter.</returns>
     </member>
     <member name="M:System.Version.Parse(System.String)">
       <summary>Converts the string representation of a version number to an equivalent <see cref="T:System.Version" /> object.</summary>
       <param name="input">A string that contains a version number to convert.</param>
+      <returns>An object that is equivalent to the version number specified in the <paramref name="input" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="input" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
@@ -68565,62 +45866,64 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <exception cref="T:System.ArgumentOutOfRangeException">At least one component in <paramref name="input" /> is less than zero.</exception>
       <exception cref="T:System.FormatException">At least one component in <paramref name="input" /> is not an integer.</exception>
       <exception cref="T:System.OverflowException">At least one component in <paramref name="input" /> represents a number that is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
-      <returns>An object that is equivalent to the version number specified in the <paramref name="input" /> parameter.</returns>
-    </member>
-    <member name="M:System.Version.System#IFormattable#ToString(System.String,System.IFormatProvider)">
-      <summary>Formats the value of the current instance using the specified format.</summary>
-      <param name="format">The format to use.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
-      <param name="formatProvider">The provider to use to format the value.   
- -or-   
- A <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
-      <returns>The value of the current instance in the specified format.</returns>
     </member>
-    <member name="M:System.Version.System#ISpanFormattable#TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
-      <summary>Tries to format the value of the current instance into the provided span of characters.</summary>
-      <param name="destination">When this method returns, this instance's value formatted as a span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
-      <param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="destination" />.</param>
-      <param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="destination" />.</param>
-      <returns>
-        <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
+    <member name="P:System.Version.Revision">
+      <summary>Gets the value of the revision component of the version number for the current <see cref="T:System.Version" /> object.</summary>
+      <returns>The revision number, or -1 if the revision number is undefined.</returns>
     </member>
     <member name="M:System.Version.ToString">
       <summary>Converts the value of the current <see cref="T:System.Version" /> object to its equivalent <see cref="T:System.String" /> representation.</summary>
       <returns>The <see cref="T:System.String" /> representation of the values of the major, minor, build, and revision components of the current <see cref="T:System.Version" /> object, as depicted in the following format. Each component is separated by a period character ('.'). Square brackets ('[' and ']') indicate a component that will not appear in the return value if the component is not defined:
-
- major.minor[.build[.revision]]
-
- For example, if you create a <see cref="T:System.Version" /> object using the constructor <c>Version(1,1)</c>, the returned string is "1.1". If you create a <see cref="T:System.Version" /> object using the constructor <c>Version(1,3,4,2)</c>, the returned string is "1.3.4.2".</returns>
+major.minor[.build[.revision]]
+For example, if you create a <see cref="T:System.Version" /> object using the constructor <c>Version(1,1)</c>, the returned string is "1.1". If you create a <see cref="T:System.Version" /> object using the constructor <c>Version(1,3,4,2)</c>, the returned string is "1.3.4.2".</returns>
     </member>
     <member name="M:System.Version.ToString(System.Int32)">
       <summary>Converts the value of the current <see cref="T:System.Version" /> object to its equivalent <see cref="T:System.String" /> representation. A specified count indicates the number of components to return.</summary>
       <param name="fieldCount">The number of components to return. The <paramref name="fieldCount" /> ranges from 0 to 4.</param>
+      <returns>The <see cref="T:System.String" /> representation of the values of the major, minor, build, and revision components of the current <see cref="T:System.Version" /> object, each separated by a period character ('.'). The <paramref name="fieldCount" /> parameter determines how many components are returned.
+  fieldCount  
+  
+  Return Value  
+  
+  0  
+  
+  An empty string ("").  
+  
+  1  
+  
+  major  
+  
+  2  
+  
+  major.minor  
+  
+  3  
+  
+  major.minor.build  
+  
+  4  
+  
+  major.minor.build.revision  
+  
+   
+For example, if you create <see cref="T:System.Version" /> object using the constructor <c>Version(1,3,5)</c>, <c>ToString(2)</c> returns "1.3" and <c>ToString(4)</c> throws an exception.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="fieldCount" /> is less than 0, or more than 4.
-
- -or-
-
- <paramref name="fieldCount" /> is more than the number of components defined in the current <see cref="T:System.Version" /> object.</exception>
-      <returns>The <see cref="T:System.String" /> representation of the values of the major, minor, build, and revision components of the current <see cref="T:System.Version" /> object, each separated by a period character ('.'). The <paramref name="fieldCount" /> parameter determines how many components are returned.
-
- <list type="table"><listheader><term> fieldCount</term><description> Return Value</description></listheader><item><term> 0</term><description> An empty string ("").</description></item><item><term> 1</term><description> major</description></item><item><term> 2</term><description> major.minor</description></item><item><term> 3</term><description> major.minor.build</description></item><item><term> 4</term><description> major.minor.build.revision</description></item></list>
-
- For example, if you create <see cref="T:System.Version" /> object using the constructor <c>Version(1,3,5)</c>, <c>ToString(2)</c> returns "1.3" and <c>ToString(4)</c> throws an exception.</returns>
+-or-
+<paramref name="fieldCount" /> is more than the number of components defined in the current <see cref="T:System.Version" /> object.</exception>
     </member>
     <member name="M:System.Version.TryFormat(System.Span{System.Char},System.Int32,System.Int32@)">
       <summary>Tries to format this version instance into a span of characters.</summary>
       <param name="destination">When this method returns, the formatted version in the span of characters.</param>
       <param name="fieldCount">The number of components to return. This value ranges from 0 to 4.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
+      <param name="charsWritten">When this method returns, the number of chars that were written in <paramref name="destination" />.</param>
       <returns>
         <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Version.TryFormat(System.Span{System.Char},System.Int32@)">
       <summary>Tries to format this version instance into a span of characters.</summary>
       <param name="destination">When this method returns, the formatted version in the span of characters.</param>
-      <param name="charsWritten">When this method returns, the number of characters that were written in <paramref name="destination" />.</param>
+      <param name="charsWritten">When this method returns, the number of chars that were written in <paramref name="destination" />.</param>
       <returns>
         <see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
     </member>
@@ -68638,30 +45941,6 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
       <returns>
         <see langword="true" /> if the <paramref name="input" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Version.Build">
-      <summary>Gets the value of the build component of the version number for the current <see cref="T:System.Version" /> object.</summary>
-      <returns>The build number, or -1 if the build number is undefined.</returns>
-    </member>
-    <member name="P:System.Version.Major">
-      <summary>Gets the value of the major component of the version number for the current <see cref="T:System.Version" /> object.</summary>
-      <returns>The major version number.</returns>
-    </member>
-    <member name="P:System.Version.MajorRevision">
-      <summary>Gets the high 16 bits of the revision number.</summary>
-      <returns>A 16-bit signed integer.</returns>
-    </member>
-    <member name="P:System.Version.Minor">
-      <summary>Gets the value of the minor component of the version number for the current <see cref="T:System.Version" /> object.</summary>
-      <returns>The minor version number.</returns>
-    </member>
-    <member name="P:System.Version.MinorRevision">
-      <summary>Gets the low 16 bits of the revision number.</summary>
-      <returns>A 16-bit signed integer.</returns>
-    </member>
-    <member name="P:System.Version.Revision">
-      <summary>Gets the value of the revision component of the version number for the current <see cref="T:System.Version" /> object.</summary>
-      <returns>The revision number, or -1 if the revision number is undefined.</returns>
-    </member>
     <member name="T:System.Void">
       <summary>Specifies a return value type for a method that does not return a value.</summary>
     </member>
@@ -68701,9 +45980,9 @@ Note: In .NET for Windows Store apps or the Portable Class Library, catch the ba
     </member>
     <member name="P:System.WeakReference.Target">
       <summary>Gets or sets the object (the target) referenced by the current <see cref="T:System.WeakReference" /> object.</summary>
-      <exception cref="T:System.InvalidOperationException">The reference to the target object is invalid. This exception can be thrown while setting this property if the value is a null reference or if the object has been finalized during the set operation.</exception>
       <returns>
         <see langword="null" /> if the object referenced by the current <see cref="T:System.WeakReference" /> object has been garbage collected; otherwise, a reference to the object referenced by the current <see cref="T:System.WeakReference" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">The reference to the target object is invalid. This exception can be thrown while setting this property if the value is a null reference or if the object has been finalized during the set operation.</exception>
     </member>
     <member name="P:System.WeakReference.TrackResurrection">
       <summary>Gets an indication whether the object referenced by the current <see cref="T:System.WeakReference" /> object is tracked after it is finalized.</summary>