Skip to content

Automatic port of Reflection RC2 documentation #4851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions xml/System.Reflection.Metadata/SignatureCallingConvention.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
</Base>
<Docs>
<summary>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 <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure.</summary>
<remarks>
</remarks>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CDecl">
Expand Down Expand Up @@ -177,7 +176,7 @@
</ReturnValue>
<MemberValue>9</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Indicates that the specifics of the unmanaged calling convention are encoded as modopts.</summary>
</Docs>
</Member>
<Member MemberName="VarArgs">
Expand Down
10 changes: 5 additions & 5 deletions xml/System.Reflection/MethodInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ For a list of the invariant conditions for other terms used in generic reflectio
</TypeParameters>
<Parameters />
<Docs>
<typeparam name="T">To be added.</typeparam>
<typeparam name="T">The type of the delegate to create.</typeparam>
<summary>Creates a delegate of type <typeparamref name="T" /> from this method.</summary>
<returns>To be added.</returns>
<returns>The delegate for this method.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -364,10 +364,10 @@ For a list of the invariant conditions for other terms used in generic reflectio
<Parameter Name="target" Type="System.Object" Index="0" FrameworkAlternate="net-5.0" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="target">To be added.</param>
<typeparam name="T">The type of the delegate to create.</typeparam>
<param name="target">The object targeted by the delegate.</param>
<summary>Creates a delegate of type <typeparamref name="T" /> with the specified target from this method.</summary>
<returns>To be added.</returns>
<returns>The delegate for this method.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down