[This is preliminary documentation and is subject to change.]
Represents an immutable string data that is stored in an efficient way that relieves the GC pressure.
The string can not be changed or deleted. Once created it stays as-is until the process is terminated.
This structure is used to store much dictionary data (100s of millions of strings) in the process without causing GC overload.
Note: The default .ctor DOES NOT check whether the same string is already present in memory. Use SealedString.Scope to
store unique strings only (do not store the repetitions).
This struct is THREAD SAFE and NOT SERIALIZABLE.
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also