|
73 | 73 | <Parameter Name="arrayShape" Type="System.Action<System.Reflection.Metadata.Ecma335.ArrayShapeEncoder>" Index="1" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
74 | 74 | </Parameters>
|
75 | 75 | <Docs>
|
76 |
| - <param name="elementType">To be added.</param> |
77 |
| - <param name="arrayShape">To be added.</param> |
78 |
| - <summary>To be added.</summary> |
| 76 | + <param name="elementType">Called first, to encode the type of the element.</param> |
| 77 | + <param name="arrayShape">Called second, to encode the shape of the array.</param> |
| 78 | + <summary>Encodes an array type.</summary> |
79 | 79 | <remarks>To be added.</remarks>
|
80 | 80 | </Docs>
|
81 | 81 | </Member>
|
|
102 | 102 | <Parameter Name="arrayShape" Type="System.Reflection.Metadata.Ecma335.ArrayShapeEncoder" RefType="out" Index="1" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
103 | 103 | </Parameters>
|
104 | 104 | <Docs>
|
105 |
| - <param name="elementType">To be added.</param> |
106 |
| - <param name="arrayShape">To be added.</param> |
107 |
| - <summary>To be added.</summary> |
| 105 | + <param name="elementType">Use first, to encode the type of the element.</param> |
| 106 | + <param name="arrayShape">Use second, to encode the shape of the array.</param> |
| 107 | + <summary>Encodes an array type. Returns a pair of encoders that must be used in the order they appear in the parameter list.</summary> |
108 | 108 | <remarks>To be added.</remarks>
|
109 | 109 | </Docs>
|
110 | 110 | </Member>
|
|
224 | 224 | </ReturnValue>
|
225 | 225 | <Parameters />
|
226 | 226 | <Docs>
|
227 |
| - <summary>To be added.</summary> |
| 227 | + <summary>Starts a signature of a type with custom modifiers.</summary> |
228 | 228 | <returns>To be added.</returns>
|
229 | 229 | <remarks>To be added.</remarks>
|
230 | 230 | </Docs>
|
|
276 | 276 | <Parameter Name="genericParameterCount" Type="System.Int32" Index="2" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
277 | 277 | </Parameters>
|
278 | 278 | <Docs>
|
279 |
| - <param name="convention">To be added.</param> |
280 |
| - <param name="attributes">To be added.</param> |
281 |
| - <param name="genericParameterCount">To be added.</param> |
282 |
| - <summary>To be added.</summary> |
| 279 | + <param name="convention">Calling convention.</param> |
| 280 | + <param name="attributes">Function pointer attributes.</param> |
| 281 | + <param name="genericParameterCount">Generic parameter count.</param> |
| 282 | + <summary>Starts a function pointer signature.</summary> |
283 | 283 | <returns>To be added.</returns>
|
284 | 284 | <remarks>To be added.</remarks>
|
285 | 285 | </Docs>
|
|
308 | 308 | <Parameter Name="isValueType" Type="System.Boolean" Index="2" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
309 | 309 | </Parameters>
|
310 | 310 | <Docs>
|
311 |
| - <param name="genericType">To be added.</param> |
312 |
| - <param name="genericArgumentCount">To be added.</param> |
313 |
| - <param name="isValueType">To be added.</param> |
314 |
| - <summary>To be added.</summary> |
| 311 | + <param name="genericType"><see cref="T:System.Reflection.Metadata.TypeDefinitionHandle" /> or <see cref="T:System.Reflection.Metadata.TypeReferenceHandle" />.</param> |
| 312 | + <param name="genericArgumentCount">Generic argument count.</param> |
| 313 | + <param name="isValueType"><see langword="true" /> to mark the type as value type, <see langword="false" /> to mark it as a reference type in the signature.</param> |
| 314 | + <summary>Starts a generic instantiation signature.</summary> |
315 | 315 | <returns>To be added.</returns>
|
316 | 316 | <remarks>To be added.</remarks>
|
317 | 317 | </Docs>
|
|
338 | 338 | <Parameter Name="parameterIndex" Type="System.Int32" Index="0" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
339 | 339 | </Parameters>
|
340 | 340 | <Docs>
|
341 |
| - <param name="parameterIndex">To be added.</param> |
342 |
| - <summary>To be added.</summary> |
| 341 | + <param name="parameterIndex">Parameter index.</param> |
| 342 | + <summary>Encodes a reference to type parameter of a containing generic method.</summary> |
343 | 343 | <remarks>To be added.</remarks>
|
344 | 344 | </Docs>
|
345 | 345 | </Member>
|
|
365 | 365 | <Parameter Name="parameterIndex" Type="System.Int32" Index="0" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
366 | 366 | </Parameters>
|
367 | 367 | <Docs>
|
368 |
| - <param name="parameterIndex">To be added.</param> |
369 |
| - <summary>To be added.</summary> |
| 368 | + <param name="parameterIndex">Parameter index.</param> |
| 369 | + <summary>Encodes a reference to type parameter of a containing generic type.</summary> |
370 | 370 | <remarks>To be added.</remarks>
|
371 | 371 | </Docs>
|
372 | 372 | </Member>
|
|
510 | 510 | </ReturnValue>
|
511 | 511 | <Parameters />
|
512 | 512 | <Docs>
|
513 |
| - <summary>To be added.</summary> |
| 513 | + <summary>Starts pointer signature.</summary> |
514 | 514 | <returns>To be added.</returns>
|
515 | 515 | <remarks>To be added.</remarks>
|
516 | 516 | </Docs>
|
|
537 | 537 | <Parameter Name="type" Type="System.Reflection.Metadata.PrimitiveTypeCode" Index="0" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
538 | 538 | </Parameters>
|
539 | 539 | <Docs>
|
540 |
| - <param name="type">To be added.</param> |
541 |
| - <summary>To be added.</summary> |
| 540 | + <param name="type">Any primitive type code except for <see cref="F:System.Reflection.Metadata.PrimitiveTypeCode.TypedReference" /> and <see cref="F:System.Reflection.Metadata.PrimitiveTypeCode.Void" />.</param> |
| 541 | + <summary>Writes primitive type code.</summary> |
542 | 542 | <remarks>To be added.</remarks>
|
543 | 543 | </Docs>
|
544 | 544 | </Member>
|
|
634 | 634 | </ReturnValue>
|
635 | 635 | <Parameters />
|
636 | 636 | <Docs>
|
637 |
| - <summary>To be added.</summary> |
| 637 | + <summary>Starts SZ array (vector) signature.</summary> |
638 | 638 | <returns>To be added.</returns>
|
639 | 639 | <remarks>To be added.</remarks>
|
640 | 640 | </Docs>
|
|
662 | 662 | <Parameter Name="isValueType" Type="System.Boolean" Index="1" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
663 | 663 | </Parameters>
|
664 | 664 | <Docs>
|
665 |
| - <param name="type">To be added.</param> |
666 |
| - <param name="isValueType">To be added.</param> |
667 |
| - <summary>To be added.</summary> |
| 665 | + <param name="type"><see cref="T:System.Reflection.Metadata.TypeDefinitionHandle" /> or <see cref="T:System.Reflection.Metadata.TypeReferenceHandle" />.</param> |
| 666 | + <param name="isValueType"><see langword="true" /> to mark the type as value type, <see langword="false" /> to mark it as a reference type in the signature.</param> |
| 667 | + <summary>Encodes a reference to a type.</summary> |
668 | 668 | <remarks>To be added.</remarks>
|
669 | 669 | </Docs>
|
670 | 670 | </Member>
|
|
784 | 784 | </ReturnValue>
|
785 | 785 | <Parameters />
|
786 | 786 | <Docs>
|
787 |
| - <summary>To be added.</summary> |
| 787 | + <summary>Encodes a void pointer (<code>void*</code>).</summary> |
788 | 788 | <remarks>To be added.</remarks>
|
789 | 789 | </Docs>
|
790 | 790 | </Member>
|
|
0 commit comments