Skip to content

What does EE means in string.cs file? #38545

@CwjXFH

Description

@CwjXFH

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;
}

String.Empty

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

No one assigned

    Labels

    area-System.RuntimequestionAnswer questions and provide assistance, not an issue with source code or documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions