StringSegmentItem(Range) Property

Gets the StringSegment from this instance that represents the substring of the specified range.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public StringSegment this[
	Range range
] { get; }

Parameters

range  Range
The range to get.

Return Value

StringSegment
The subsegment of the current StringSegment instance with the specified range.

Remarks

  Note

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

See Also