-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Runtime
Milestone
Description
Separated out of https://github.com/dotnet/corefx/issues/21281 for tracking purposes.
- Implement in System.Private.CoreLib in coreclr
- Implement in System.Private.CoreLib in corert (unless string is "shared" by then)
- Expose from System.Runtime contract in corefx
- Add tests to System.Runtime tests in corefx
namespace System
{
public class String
{
public String(ReadOnlySpan<char> value);
…
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Runtime