dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Top-level declaration for type System.String is incomplete

Open RexJaeschke opened this issue 5 months ago • 3 comments

Type of issue

Missing information

Description

The top-level declaration for type System.String is, as follows:

public sealed class String : ICloneable, IComparable, IComparable<string>,
IConvertible, IEquatable<string>, IParsable<string>, ISpanParsable<string>, 
System.Collections.Generic.IEnumerable<char>

However, interface System.Collections.IEnumerable needs to be added as well. This interface is listed in the "Implements" list immediately following, and it is in the type's source code.

[Enter feedback here]

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml

Document Version Independent Id

de28387f-e401-9ecd-1fc0-a9e37d55d6ea

Platform Id

ea5ee17b-a431-9cf9-8b95-ec61e38a8fd3

Article author

@dotnet-bot

RexJaeschke avatar Jul 20 '25 15:07 RexJaeschke