From f8d4a4279ec56c42593cf605bce67f422b3051ab Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Tue, 15 Sep 2020 11:29:48 -0700 Subject: [PATCH 1/2] Automatic port of Reflection RC2 documentation --- .../SignatureCallingConvention.xml | 5 ++--- xml/System.Reflection/MethodInfo.xml | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml index 60a9d63b7c7..b439c460ce7 100644 --- a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml +++ b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml @@ -21,8 +21,7 @@ Specifies how arguments in a given signature are passed from the caller to the callee. The underlying values of the fields in this type correspond to the representation in the leading signature byte represented by a structure. - - + To be added. @@ -177,7 +176,7 @@ 9 - To be added. + Indicating the specifics of the unmanaged calling convention are encoded as modopts. diff --git a/xml/System.Reflection/MethodInfo.xml b/xml/System.Reflection/MethodInfo.xml index a2c662c8284..be9b2510438 100644 --- a/xml/System.Reflection/MethodInfo.xml +++ b/xml/System.Reflection/MethodInfo.xml @@ -323,9 +323,9 @@ For a list of the invariant conditions for other terms used in generic reflectio - To be added. + The type of the delegate to create. Creates a delegate of type from this method. - To be added. + The delegate for this method. To be added. @@ -364,10 +364,10 @@ For a list of the invariant conditions for other terms used in generic reflectio - To be added. - To be added. + The type of the delegate to create. + The object targeted by the delegate. Creates a delegate of type with the specified target from this method. - To be added. + The delegate for this method. To be added. From 587d4ff3ad4ed0cba709abfbff77414e4f6b4459 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Date: Wed, 16 Sep 2020 11:00:35 -0700 Subject: [PATCH 2/2] Update xml/System.Reflection.Metadata/SignatureCallingConvention.xml --- xml/System.Reflection.Metadata/SignatureCallingConvention.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml index b439c460ce7..7f4cf95baf3 100644 --- a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml +++ b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml @@ -176,7 +176,7 @@ 9 - Indicating the specifics of the unmanaged calling convention are encoded as modopts. + Indicates that the specifics of the unmanaged calling convention are encoded as modopts.