|
28 | 28 | </Attribute>
|
29 | 29 | </Attributes>
|
30 | 30 | <Docs>
|
31 |
| - <summary>To be added.</summary> |
32 |
| - <remarks>To be added.</remarks> |
| 31 | + <summary>Represents a metadata entity (such as a type reference, type definition, type specification, method definition, or custom attribute).</summary> |
| 32 | + <remarks> |
| 33 | + <format type="text/markdown"><![CDATA[ |
| 34 | +
|
| 35 | +## Remarks |
| 36 | +
|
| 37 | +Use <xref:System.Reflection.Metadata.EntityHandle> to store multiple kinds of entity handles. It has a smaller memory footprint than <xref:System.Reflection.Metadata.Handle>. |
| 38 | +
|
| 39 | + ]]></format> |
| 40 | + </remarks> |
33 | 41 | </Docs>
|
34 | 42 | <Members>
|
35 | 43 | <Member MemberName="AssemblyDefinition">
|
|
81 | 89 | <Parameter Name="obj" Type="System.Object" />
|
82 | 90 | </Parameters>
|
83 | 91 | <Docs>
|
84 |
| - <param name="obj">To be added.</param> |
85 |
| - <summary>To be added.</summary> |
86 |
| - <returns>To be added.</returns> |
| 92 | + <param name="obj">The object to compare with the current instance.</param> |
| 93 | + <summary>Returns a value that indicates whether the current instance and the specified object are equal.</summary> |
| 94 | + <returns><see langword="true" /> if <paramref name="obj" /> is an <see cref="T:System.Reflection.Metadata.EntityHandle" /> and is equal to the current instance; otherwise, <see langword="false" />.</returns> |
87 | 95 | <remarks>To be added.</remarks>
|
88 | 96 | </Docs>
|
89 | 97 | </Member>
|
|
114 | 122 | <Parameter Name="other" Type="System.Reflection.Metadata.EntityHandle" />
|
115 | 123 | </Parameters>
|
116 | 124 | <Docs>
|
117 |
| - <param name="other">To be added.</param> |
118 |
| - <summary>To be added.</summary> |
119 |
| - <returns>To be added.</returns> |
| 125 | + <param name="other">The value to compare with the current instance.</param> |
| 126 | + <summary>Returns a value that indicates whether the current instance and the specified <see cref="T:System.Reflection.Metadata.EntityHandle" /> are equal.</summary> |
| 127 | + <returns><see langword="true" /> if the current instance and <paramref name="other" /> are equal; otherwise, <see langword="false" />.</returns> |
120 | 128 | <remarks>To be added.</remarks>
|
121 | 129 | </Docs>
|
122 | 130 | </Member>
|
|
142 | 150 | </ReturnValue>
|
143 | 151 | <Parameters />
|
144 | 152 | <Docs>
|
145 |
| - <summary>To be added.</summary> |
146 |
| - <returns>To be added.</returns> |
| 153 | + <summary>Returns the hash code for this instance.</summary> |
| 154 | + <returns>The hash code for this instance.</returns> |
147 | 155 | <remarks>To be added.</remarks>
|
148 | 156 | </Docs>
|
149 | 157 | </Member>
|
|
0 commit comments