|
1 |
| -<Type Name="Char" FullName="System.Char"> |
| 1 | +<Type Name="Char" FullName="System.Char"> |
2 | 2 | <TypeSignature Language="C#" Value="public struct Char : IComparable, IComparable<char>, IConvertible, IEquatable<char>" FrameworkAlternate="dotnet-uwp-10.0;net-5.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit char extends System.ValueType implements class System.IComparable, class System.IComparable`1<char>, class System.IConvertible, class System.IEquatable`1<char>" FrameworkAlternate="dotnet-uwp-10.0;net-5.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6;netstandard-2.0;netstandard-2.1" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Char" />
|
@@ -3797,10 +3797,24 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
|
3797 | 3797 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6" />
|
3798 | 3798 | </Parameters>
|
3799 | 3799 | <Docs>
|
3800 |
| - <param name="value">To be added.</param> |
3801 |
| - <summary>To be added.</summary> |
3802 |
| - <returns>To be added.</returns> |
3803 |
| - <remarks>To be added.</remarks> |
| 3800 | + <param name="value">The object to compare.</param> |
| 3801 | + <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary> |
| 3802 | + <returns>A value that indicates the relative order of the objects being compared.</returns> |
| 3803 | + <remarks> |
| 3804 | + <format type="text/markdown"><![CDATA[ |
| 3805 | +
|
| 3806 | +## Remarks |
| 3807 | +
|
| 3808 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Char> instance is cast to an <xref:System.IComparable> interface. |
| 3809 | +
|
| 3810 | +| Value | Meaning | |
| 3811 | +|-------------------|-------------------------------------------------------------------------| |
| 3812 | +| Less than zero | This instance precedes `value` in the sort order. | |
| 3813 | +| Zero | This instance occurs in the same position in the sort order as `value`. | |
| 3814 | +| Greater than zero | This instance follows `value` in the sort order. | |
| 3815 | +
|
| 3816 | + ]]></format> |
| 3817 | + </remarks> |
3804 | 3818 | </Docs>
|
3805 | 3819 | </Member>
|
3806 | 3820 | <Member MemberName="System.IConvertible.GetTypeCode">
|
@@ -3830,9 +3844,17 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
|
3830 | 3844 | </ReturnValue>
|
3831 | 3845 | <Parameters />
|
3832 | 3846 | <Docs>
|
3833 |
| - <summary>To be added.</summary> |
3834 |
| - <returns>To be added.</returns> |
3835 |
| - <remarks>To be added.</remarks> |
| 3847 | + <summary>Returns the <see cref="T:System.TypeCode" /> for this instance.</summary> |
| 3848 | + <returns>The enumerated constant that is the <see cref="T:System.TypeCode" /> of the class or value type that implements this interface.</returns> |
| 3849 | + <remarks> |
| 3850 | + <format type="text/markdown"><![CDATA[ |
| 3851 | +
|
| 3852 | +## Remarks |
| 3853 | +
|
| 3854 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Char> instance is cast to an <xref:System.IConvertible> interface. |
| 3855 | +
|
| 3856 | + ]]></format> |
| 3857 | + </remarks> |
3836 | 3858 | </Docs>
|
3837 | 3859 | </Member>
|
3838 | 3860 | <Member MemberName="System.IConvertible.ToBoolean">
|
@@ -4411,10 +4433,18 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
|
4411 | 4433 | <Parameter Name="provider" Type="System.IFormatProvider" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6" />
|
4412 | 4434 | </Parameters>
|
4413 | 4435 | <Docs>
|
4414 |
| - <param name="provider">To be added.</param> |
4415 |
| - <summary>To be added.</summary> |
4416 |
| - <returns>To be added.</returns> |
4417 |
| - <remarks>To be added.</remarks> |
| 4436 | + <param name="provider">An object that supplies culture-specific formatting information.</param> |
| 4437 | + <summary>Converts the value of this instance to an equivalent string, using the specified culture-specific formatting information.</summary> |
| 4438 | + <returns>A string equivalent to the value of this instance.</returns> |
| 4439 | + <remarks> |
| 4440 | + <format type="text/markdown"><![CDATA[ |
| 4441 | +
|
| 4442 | +## Remarks |
| 4443 | +
|
| 4444 | + This member is an explicit interface member implementation. It can be used only when the <xref:System.Char> instance is cast to an <xref:System.IConvertible> interface. |
| 4445 | +
|
| 4446 | + ]]></format> |
| 4447 | + </remarks> |
4418 | 4448 | </Docs>
|
4419 | 4449 | </Member>
|
4420 | 4450 | <Member MemberName="System.IConvertible.ToType">
|
|
0 commit comments