📅  最后修改于: 2022-03-11 14:49:01.900000             🧑  作者: Mango
// .NET 5.0 SDK
// String represents text as a sequence of UTF-16 code units
// String is reference type stored on heap
// Have value-baed equality semantics
// Best Practice: Prefer using the 'string' keyword over the 'String' type