-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-System.RuntimequestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.
Description
What does EE means in String comment?
public sealed partial class String : IComparable, IEnumerable, IConvertible, IEnumerable<char>, IComparable<string?>, IEquatable<string?>, ICloneable
{
//
// These fields map directly onto the fields in an EE StringObject. See object.h for the layout.
//
[NonSerialized]
private readonly int _stringLength;
}The definition of String.Empty was not found in this repository. The screenshot is from https://referencesource.microsoft.com/#mscorlib/system/string.cs
Thanks.
Metadata
Metadata
Assignees
Labels
area-System.RuntimequestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.
