StringSegmentItem(Range) Property
Gets the
StringSegment from this instance that represents the substring of the specified
range.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public StringSegment this[
Range range
] { get; }
Public ReadOnly Default Property Item (
range As Range
) As StringSegment
Get
public:
property StringSegment default[Range range] {
StringSegment get (Range range);
}
member Item : StringSegment with get
- range Range
- The range to get.
StringSegmentThe subsegment of the current
StringSegment instance with the specified
range.
This member is available in .NET Core 3.0/.NET Standard 2.1 and above.