Table of Contents

Class ParsedSplit

Namespace
OneImlx.Terminal.Commands.Parsers
Assembly
OneImlx.Terminal.dll

Represents an parsed segment split based on a token.

public sealed class ParsedSplit
Inheritance
ParsedSplit
Inherited Members

Constructors

ParsedSplit(string, string?)

Initialize a new instance.

public ParsedSplit(string split, string? token)

Parameters

split string

The split option.

token string

The token used to split.

Properties

Split

The parsed split segment.

public string Split { get; }

Property Value

string

Token

The token used to split.

public string? Token { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string