[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Reflection.Emit.Lightweight.xml
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[])">
       <summary>Initializes an anonymously hosted dynamic method, specifying the method name, return type, and parameter types.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean)">
       <summary>Initializes an anonymously hosted dynamic method, specifying the method name, return type, parameter types, and whether just-in-time (JIT) visibility checks should be skipped for types and members accessed by the Microsoft intermediate language (MSIL) of the dynamic method.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
-      <param name="restrictedSkipVisibility">true to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method, with this restriction: the trust level of the assemblies that contain those types and members must be equal to or less than the trust level of the call stack that emits the dynamic method; otherwise, false.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
+      <param name="restrictedSkipVisibility"><see langword="true"></see> to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method, with this restriction: the trust level of the assemblies that contain those types and members must be equal to or less than the trust level of the call stack that emits the dynamic method; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module)">
       <summary>Creates a dynamic method that is global to a module, specifying the method name, return type, parameter types, and module.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="m">A <see cref="T:System.Reflection.Module"></see> representing the module with which the dynamic method is to be logically associated.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="m">m</paramref> is a module that provides anonymous hosting for dynamic methods.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="m">m</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="m">m</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type)">
       <summary>Creates a dynamic method, specifying the method name, return type, parameter types, and the type with which the dynamic method is logically associated.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="owner">A <see cref="T:System.Type"></see> with which the dynamic method is logically associated. The dynamic method has access to all members of the type.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="owner">owner</paramref> is an interface, an array, an open generic type, or a type parameter of a generic type or method.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="owner">owner</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is null, or is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="owner">owner</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is <see langword="null"></see>, or is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean)">
       <summary>Creates a dynamic method that is global to a module, specifying the method name, return type, parameter types, module, and whether just-in-time (JIT) visibility checks should be skipped for types and members accessed by the Microsoft intermediate language (MSIL) of the dynamic method.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="m">A <see cref="T:System.Reflection.Module"></see> representing the module with which the dynamic method is to be logically associated.</param>
-      <param name="skipVisibility">true to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <param name="skipVisibility"><see langword="true"></see> to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="m">m</paramref> is a module that provides anonymous hosting for dynamic methods.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="m">m</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="m">m</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean)">
       <summary>Creates a dynamic method, specifying the method name, return type, parameter types, the type with which the dynamic method is logically associated, and whether just-in-time (JIT) visibility checks should be skipped for types and members accessed by the Microsoft intermediate language (MSIL) of the dynamic method.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="owner">A <see cref="T:System.Type"></see> with which the dynamic method is logically associated. The dynamic method has access to all members of the type.</param>
-      <param name="skipVisibility">true to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, false.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <param name="skipVisibility"><see langword="true"></see> to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="owner">owner</paramref> is an interface, an array, an open generic type, or a type parameter of a generic type or method.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="owner">owner</paramref> is null.</exception>
-      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is null, or is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="owner">owner</paramref> is <see langword="null"></see>.</exception>
+      <exception cref="T:System.NotSupportedException"><paramref name="returnType">returnType</paramref> is <see langword="null"></see>, or is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean)">
       <summary>Creates a dynamic method that is global to a module, specifying the method name, attributes, calling convention, return type, parameter types, module, and whether just-in-time (JIT) visibility checks should be skipped for types and members accessed by the Microsoft intermediate language (MSIL) of the dynamic method.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
       <param name="attributes">A bitwise combination of <see cref="T:System.Reflection.MethodAttributes"></see> values that specifies the attributes of the dynamic method. The only combination allowed is <see cref="F:System.Reflection.MethodAttributes.Public"></see> and <see cref="F:System.Reflection.MethodAttributes.Static"></see>.</param>
       <param name="callingConvention">The calling convention for the dynamic method. Must be <see cref="F:System.Reflection.CallingConventions.Standard"></see>.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="m"></param>
-      <param name="skipVisibility">true to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, false.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <param name="skipVisibility"><see langword="true"></see> to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="m">m</paramref> is a module that provides anonymous hosting for dynamic methods.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="m">m</paramref> is null.</exception>
+ <paramref name="m">m</paramref> is <see langword="null"></see>.</exception>
       <exception cref="T:System.NotSupportedException"><paramref name="attributes">attributes</paramref> is a combination of flags other than <see cref="System.Reflection.MethodAttributes.Public"></see> and <see cref="System.Reflection.MethodAttributes.Static"></see>.  
  -or-  
  <paramref name="callingConvention">callingConvention</paramref> is not <see cref="System.Reflection.CallingConventions.Standard"></see>.  
  -or-  
- <paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean)">
       <summary>Creates a dynamic method, specifying the method name, attributes, calling convention, return type, parameter types, the type with which the dynamic method is logically associated, and whether just-in-time (JIT) visibility checks should be skipped for types and members accessed by the Microsoft intermediate language (MSIL) of the dynamic method.</summary>
-      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be null.</param>
+      <param name="name">The name of the dynamic method. This can be a zero-length string, but it cannot be <see langword="null"></see>.</param>
       <param name="attributes">A bitwise combination of <see cref="T:System.Reflection.MethodAttributes"></see> values that specifies the attributes of the dynamic method. The only combination allowed is <see cref="F:System.Reflection.MethodAttributes.Public"></see> and <see cref="F:System.Reflection.MethodAttributes.Static"></see>.</param>
       <param name="callingConvention">The calling convention for the dynamic method. Must be <see cref="F:System.Reflection.CallingConventions.Standard"></see>.</param>
-      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or null if the method has no return type.</param>
-      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or null if the method has no parameters.</param>
+      <param name="returnType">A <see cref="T:System.Type"></see> object that specifies the return type of the dynamic method, or <see langword="null"></see> if the method has no return type.</param>
+      <param name="parameterTypes">An array of <see cref="T:System.Type"></see> objects specifying the types of the parameters of the dynamic method, or <see langword="null"></see> if the method has no parameters.</param>
       <param name="owner">A <see cref="T:System.Type"></see> with which the dynamic method is logically associated. The dynamic method has access to all members of the type.</param>
-      <param name="skipVisibility">true to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, false.</param>
-      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is null or <see cref="System.Void"></see>.  
+      <param name="skipVisibility"><see langword="true"></see> to skip JIT visibility checks on types and members accessed by the MSIL of the dynamic method; otherwise, <see langword="false"></see>.</param>
+      <exception cref="T:System.ArgumentException">An element of <paramref name="parameterTypes">parameterTypes</paramref> is <see langword="null"></see> or <see cref="System.Void"></see>.  
  -or-  
  <paramref name="owner">owner</paramref> is an interface, an array, an open generic type, or a type parameter of a generic type or method.</exception>
-      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.  
+      <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is <see langword="null"></see>.  
  -or-  
- <paramref name="owner">owner</paramref> is null.</exception>
+ <paramref name="owner">owner</paramref> is <see langword="null"></see>.</exception>
       <exception cref="T:System.NotSupportedException"><paramref name="attributes">attributes</paramref> is a combination of flags other than <see cref="System.Reflection.MethodAttributes.Public"></see> and <see cref="System.Reflection.MethodAttributes.Static"></see>.  
  -or-  
  <paramref name="callingConvention">callingConvention</paramref> is not <see cref="System.Reflection.CallingConventions.Standard"></see>.  
  -or-  
- <paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns true.</exception>
+ <paramref name="returnType">returnType</paramref> is a type for which <see cref="System.Type.IsByRef"></see> returns <see langword="true"></see>.</exception>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.Attributes">
       <summary>Gets the attributes specified when the dynamic method was created.</summary>
-      <returns>A bitwise combination of the <see cref="System.Reflection.MethodAttributes"></see> values representing the attributes for the method.</returns>
+      <returns>A bitwise combination of the <see cref="T:System.Reflection.MethodAttributes"></see> values representing the attributes for the method.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.CallingConvention">
       <summary>Gets the calling convention specified when the dynamic method was created.</summary>
-      <returns>One of the <see cref="System.Reflection.CallingConventions"></see> values that indicates the calling convention of the method.</returns>
+      <returns>One of the <see cref="T:System.Reflection.CallingConventions"></see> values that indicates the calling convention of the method.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.CreateDelegate(System.Type)">
       <summary>Completes the dynamic method and creates a delegate that can be used to execute it.</summary>
  <paramref name="delegateType">delegateType</paramref> has the wrong number of parameters or the wrong parameter types.</exception>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.DeclaringType">
-      <summary>Gets the type that declares the method, which is always null for dynamic methods.</summary>
-      <returns>Always null.</returns>
+      <summary>Gets the type that declares the method, which is always <see langword="null"></see> for dynamic methods.</summary>
+      <returns>Always <see langword="null"></see>.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetBaseDefinition">
       <summary>Returns the base implementation for the method.</summary>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetCustomAttributes(System.Boolean)">
       <summary>Returns all the custom attributes defined for the method.</summary>
-      <param name="inherit">true to search the method&amp;#39;s inheritance chain to find the custom attributes; false to check only the current method.</param>
+      <param name="inherit"><see langword="true"></see> to search the method&amp;#39;s inheritance chain to find the custom attributes; <see langword="false"></see> to check only the current method.</param>
       <returns>An array of objects representing all the custom attributes of the method.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetCustomAttributes(System.Type,System.Boolean)">
       <summary>Returns the custom attributes of the specified type that have been applied to the method.</summary>
       <param name="attributeType">A <see cref="T:System.Type"></see> representing the type of custom attribute to return.</param>
-      <param name="inherit">true to search the method&amp;#39;s inheritance chain to find the custom attributes; false to check only the current method.</param>
+      <param name="inherit"><see langword="true"></see> to search the method&amp;#39;s inheritance chain to find the custom attributes; <see langword="false"></see> to check only the current method.</param>
       <returns>An array of objects representing the attributes of the method that are of type <paramref name="attributeType">attributeType</paramref> or derive from type <paramref name="attributeType">attributeType</paramref>.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="attributeType">attributeType</paramref> is null.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="attributeType">attributeType</paramref> is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetILGenerator(System.Int32)">
       <summary>Returns a Microsoft intermediate language (MSIL) generator for the method with the specified MSIL stream size.</summary>
       <param name="streamSize">The size of the MSIL stream, in bytes.</param>
-      <returns>An <see cref="System.Reflection.Emit.ILGenerator"></see> object for the method, with the specified MSIL stream size.</returns>
+      <returns>An <see cref="T:System.Reflection.Emit.ILGenerator"></see> object for the method, with the specified MSIL stream size.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetILGenerator">
       <summary>Returns a Microsoft intermediate language (MSIL) generator for the method with a default MSIL stream size of 64 bytes.</summary>
-      <returns>An <see cref="System.Reflection.Emit.ILGenerator"></see> object for the method.</returns>
+      <returns>An <see cref="T:System.Reflection.Emit.ILGenerator"></see> object for the method.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetMethodImplementationFlags">
       <summary>Returns the implementation flags for the method.</summary>
-      <returns>A bitwise combination of <see cref="System.Reflection.MethodImplAttributes"></see> values representing the implementation flags for the method.</returns>
+      <returns>A bitwise combination of <see cref="T:System.Reflection.MethodImplAttributes"></see> values representing the implementation flags for the method.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.GetParameters">
       <summary>Returns the parameters of the dynamic method.</summary>
-      <returns>An array of <see cref="System.Reflection.ParameterInfo"></see> objects that represent the parameters of the dynamic method.</returns>
+      <returns>An array of <see cref="T:System.Reflection.ParameterInfo"></see> objects that represent the parameters of the dynamic method.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.InitLocals">
       <summary>Gets or sets a value indicating whether the local variables in the method are zero-initialized.</summary>
-      <returns>true if the local variables in the method are zero-initialized; otherwise, false. The default is true.</returns>
+      <returns><see langword="true"></see> if the local variables in the method are zero-initialized; otherwise, <see langword="false"></see>. The default is <see langword="true"></see>.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)">
       <summary>Invokes the dynamic method using the specified parameters, under the constraints of the specified binder, with the specified culture information.</summary>
-      <param name="obj">This parameter is ignored for dynamic methods, because they are static. Specify null.</param>
+      <param name="obj">This parameter is ignored for dynamic methods, because they are static. Specify <see langword="null"></see>.</param>
       <param name="invokeAttr">A bitwise combination of <see cref="T:System.Reflection.BindingFlags"></see> values.</param>
-      <param name="binder">A <see cref="T:System.Reflection.Binder"></see> object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo"></see> objects through reflection. If binder is null, the default binder is used. For more details, see <see cref="T:System.Reflection.Binder"></see>.</param>
-      <param name="parameters">An argument list. This is an array of arguments with the same number, order, and type as the parameters of the method to be invoked. If there are no parameters this parameter should be null.</param>
-      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo"></see> used to govern the coercion of types. If this is null, the <see cref="T:System.Globalization.CultureInfo"></see> for the current thread is used. For example, this information is needed to correctly convert a <see cref="T:System.String"></see> that represents 1000 to a <see cref="T:System.Double"></see> value, because 1000 is represented differently by different cultures.</param>
-      <returns>A <see cref="System.Object"></see> containing the return value of the invoked method.</returns>
+      <param name="binder">A <see cref="T:System.Reflection.Binder"></see> object that enables the binding, coercion of argument types, invocation of members, and retrieval of <see cref="T:System.Reflection.MemberInfo"></see> objects through reflection. If binder is <see langword="null"></see>, the default binder is used. For more details, see <see cref="T:System.Reflection.Binder"></see>.</param>
+      <param name="parameters">An argument list. This is an array of arguments with the same number, order, and type as the parameters of the method to be invoked. If there are no parameters this parameter should be <see langword="null"></see>.</param>
+      <param name="culture">An instance of <see cref="T:System.Globalization.CultureInfo"></see> used to govern the coercion of types. If this is <see langword="null"></see>, the <see cref="T:System.Globalization.CultureInfo"></see> for the current thread is used. For example, this information is needed to correctly convert a <see cref="T:System.String"></see> that represents 1000 to a <see cref="T:System.Double"></see> value, because 1000 is represented differently by different cultures.</param>
+      <returns>A <see cref="T:System.Object"></see> containing the return value of the invoked method.</returns>
       <exception cref="T:System.NotSupportedException">The <see cref="System.Reflection.CallingConventions.VarArgs"></see> calling convention is not supported.</exception>
       <exception cref="T:System.Reflection.TargetParameterCountException">The number of elements in <paramref name="parameters">parameters</paramref> does not match the number of parameters in the dynamic method.</exception>
       <exception cref="T:System.ArgumentException">The type of one or more elements of <paramref name="parameters">parameters</paramref> does not match the type of the corresponding parameter of the dynamic method.</exception>
-      <exception cref="T:System.Reflection.TargetInvocationException">The dynamic method is associated with a module, is not anonymously hosted, and was constructed with <paramref name="skipVisibility">skipVisibility</paramref> set to false, but the dynamic method accesses members that are not public or internal (Friend in Visual Basic).  
+      <exception cref="T:System.Reflection.TargetInvocationException">The dynamic method is associated with a module, is not anonymously hosted, and was constructed with <paramref name="skipVisibility">skipVisibility</paramref> set to <see langword="false"></see>, but the dynamic method accesses members that are not <see langword="public"></see> or <see langword="internal"></see> (<see langword="Friend"></see> in Visual Basic).  
  -or-  
- The dynamic method is anonymously hosted and was constructed with <paramref name="skipVisibility">skipVisibility</paramref> set to false, but it accesses members that are not public.  
+ The dynamic method is anonymously hosted and was constructed with <paramref name="skipVisibility">skipVisibility</paramref> set to <see langword="false"></see>, but it accesses members that are not <see langword="public"></see>.  
  -or-  
  The dynamic method contains unverifiable code. See the &amp;quot;Verification&amp;quot; section in Remarks for <see cref="System.Reflection.Emit.DynamicMethod"></see>.</exception>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.IsDefined(System.Type,System.Boolean)">
       <summary>Indicates whether the specified custom attribute type is defined.</summary>
       <param name="attributeType">A <see cref="T:System.Type"></see> representing the type of custom attribute to search for.</param>
-      <param name="inherit">true to search the method&amp;#39;s inheritance chain to find the custom attributes; false to check only the current method.</param>
-      <returns>true if the specified custom attribute type is defined; otherwise, false.</returns>
+      <param name="inherit"><see langword="true"></see> to search the method&amp;#39;s inheritance chain to find the custom attributes; <see langword="false"></see> to check only the current method.</param>
+      <returns><see langword="true"></see> if the specified custom attribute type is defined; otherwise, <see langword="false"></see>.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.MethodHandle">
       <summary>Not supported for dynamic methods.</summary>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.ReflectedType">
       <summary>Gets the class that was used in reflection to obtain the method.</summary>
-      <returns>Always null.</returns>
+      <returns>Always <see langword="null"></see>.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.ReturnParameter">
       <summary>Gets the return parameter of the dynamic method.</summary>
-      <returns>Always null.</returns>
+      <returns>Always <see langword="null"></see>.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.ReturnType">
       <summary>Gets the type of return value for the dynamic method.</summary>
-      <returns>A <see cref="System.Type"></see> representing the type of the return value of the current method; <see cref="System.Void"></see> if the method has no return type.</returns>
+      <returns>A <see cref="T:System.Type"></see> representing the type of the return value of the current method; <see cref="T:System.Void"></see> if the method has no return type.</returns>
     </member>
     <member name="P:System.Reflection.Emit.DynamicMethod.ReturnTypeCustomAttributes">
       <summary>Gets the custom attributes of the return type for the dynamic method.</summary>
-      <returns>An <see cref="System.Reflection.ICustomAttributeProvider"></see> representing the custom attributes of the return type for the dynamic method.</returns>
+      <returns>An <see cref="T:System.Reflection.ICustomAttributeProvider"></see> representing the custom attributes of the return type for the dynamic method.</returns>
     </member>
     <member name="M:System.Reflection.Emit.DynamicMethod.ToString">
       <summary>Returns the signature of the method, represented as a string.</summary>