|
701 | 701 | <Parameter Name="value" Type="TEnum" Index="0" FrameworkAlternate="net-5.0" />
|
702 | 702 | </Parameters>
|
703 | 703 | <Docs>
|
704 |
| - <typeparam name="TEnum">To be added.</typeparam> |
705 |
| - <param name="value">To be added.</param> |
706 |
| - <summary>To be added.</summary> |
707 |
| - <returns>To be added.</returns> |
| 704 | + <typeparam name="TEnum">The type of the enumeration.</typeparam> |
| 705 | + <param name="value">The value of a particular enumerated constant in terms of its underlying type.</param> |
| 706 | + <summary>Retrieves the name of the constant in the specified enumeration type that has the specified value.</summary> |
| 707 | + <returns>A string containing the name of the enumerated constant in <paramref name="enumType" /> whose value is <paramref name="value" />; or <see langword="null" /> if no such constant is found.</returns> |
708 | 708 | <remarks>To be added.</remarks>
|
709 | 709 | </Docs>
|
710 | 710 | </Member>
|
|
816 | 816 | </TypeParameters>
|
817 | 817 | <Parameters />
|
818 | 818 | <Docs>
|
819 |
| - <typeparam name="TEnum">To be added.</typeparam> |
820 |
| - <summary>To be added.</summary> |
821 |
| - <returns>To be added.</returns> |
| 819 | + <typeparam name="TEnum">The type of the enumeration.</typeparam> |
| 820 | + <summary>Retrieves an array of the names of the constants in a specified enumeration type.</summary> |
| 821 | + <returns>A string array of the names of the constants in <typeparamref name="TEnum" />.</returns> |
822 | 822 | <remarks>To be added.</remarks>
|
823 | 823 | </Docs>
|
824 | 824 | </Member>
|
|
1064 | 1064 | </TypeParameters>
|
1065 | 1065 | <Parameters />
|
1066 | 1066 | <Docs>
|
1067 |
| - <typeparam name="TEnum">To be added.</typeparam> |
1068 |
| - <summary>To be added.</summary> |
1069 |
| - <returns>To be added.</returns> |
| 1067 | + <typeparam name="TEnum">The type of the enumeration.</typeparam> |
| 1068 | + <summary>Retrieves an array of the values of the constants in a specified enumeration type.</summary> |
| 1069 | + <returns>An array that contains the values of the constants in <typeparamref name="TEnum" />.</returns> |
1070 | 1070 | <remarks>To be added.</remarks>
|
1071 | 1071 | </Docs>
|
1072 | 1072 | </Member>
|
@@ -1288,10 +1288,11 @@ thisInstance And flag = flag
|
1288 | 1288 | <Parameter Name="value" Type="TEnum" Index="0" FrameworkAlternate="net-5.0" />
|
1289 | 1289 | </Parameters>
|
1290 | 1290 | <Docs>
|
1291 |
| - <typeparam name="TEnum">To be added.</typeparam> |
1292 |
| - <param name="value">To be added.</param> |
1293 |
| - <summary>To be added.</summary> |
1294 |
| - <returns>To be added.</returns> |
| 1291 | + <typeparam name="TEnum">The type of the enumeration.</typeparam> |
| 1292 | + <param name="value">The value or name of a constant in <typeparamref name="TEnum" />.</param> |
| 1293 | + <summary>Returns a boolean telling whether a given integral value, or its name as a string, exists in a specified enumeration.</summary> |
| 1294 | + <returns> |
| 1295 | + <see langword="true" /> if a given integral value, or its name as a string, exists in a specified enumeration; <see langword="false" /> otherwise.</returns> |
1295 | 1296 | <remarks>To be added.</remarks>
|
1296 | 1297 | </Docs>
|
1297 | 1298 | </Member>
|
|
0 commit comments