|
254 | 254 | inspecting that. "Dictionary<string, List<int[][]>>" has node count 8 because fully visiting it involves inspecting 8
|
255 | 255 | <see cref="T:System.Reflection.Metadata.TypeName" /> instances total:
|
256 | 256 | <list type="bullet"><item>Dictionary<string, List<int[][]>> (the original type)</item><item>Dictionary`2 (the generic type definition)</item><item>string (a type argument of Dictionary)</item><item>List<int[][]> (a type argument of Dictionary)</item><item>List`1 (the generic type definition)</item><item>int[][] (a type argument of List)</item><item>int[] (the underlying type of int[][])</item><item>int (the underlying type of int[])</item></list></remarks>
|
| 257 | + <exception cref="T:System.OverflowException"> |
| 258 | + <para>The total number of <see cref="T:System.Reflection.Metadata.TypeName" /> instances that are used to describe this instance exceed <see cref="F:System.Int32.MaxValue" />.</para> |
| 259 | + </exception> |
257 | 260 | </Docs>
|
258 | 261 | </Member>
|
259 | 262 | <Member MemberName="IsArray">
|
|
624 | 627 | <ReturnType>System.String</ReturnType>
|
625 | 628 | </ReturnValue>
|
626 | 629 | <Docs>
|
627 |
| - <summary>To be added.</summary> |
| 630 | + <summary>The namespace of this type; e.g., "System".</summary> |
628 | 631 | <value>To be added.</value>
|
629 | 632 | <remarks>To be added.</remarks>
|
| 633 | + <exception cref="T:System.InvalidOperationException">This instance is a nested type.</exception> |
630 | 634 | </Docs>
|
631 | 635 | </Member>
|
632 | 636 | <Member MemberName="Parse">
|
|
734 | 738 | <Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="net-10.0;net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
|
735 | 739 | </Parameters>
|
736 | 740 | <Docs>
|
737 |
| - <param name="name">To be added.</param> |
738 |
| - <summary>To be added.</summary> |
739 |
| - <returns>To be added.</returns> |
740 |
| - <remarks>To be added.</remarks> |
| 741 | + <param name="name">The input string containing the name to convert.</param> |
| 742 | + <summary>Converts any escaped characters in the input type name or namespace.</summary> |
| 743 | + <returns>A string of characters with any escaped characters converted to their unescaped form.</returns> |
| 744 | + <remarks> |
| 745 | + <para>The unescaped string can be used for looking up the type name or namespace in metadata.</para> |
| 746 | + <para>This method removes escape characters even if they precede a character that does not require escaping.</para> |
| 747 | + </remarks> |
741 | 748 | </Docs>
|
742 | 749 | </Member>
|
743 | 750 | <Member MemberName="WithAssemblyName">
|
|
0 commit comments