StringSegmentAsMemory Property

Returns the current StringSegment instance as a ReadOnlyMemoryT of characters.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public ReadOnlyMemory<char> AsMemory { get; }

Property Value

ReadOnlyMemoryChar

Remarks

  Note

This member is available in .NET Core 2.1/.NET Standard 2.1 and above.

See Also