Table of Contents

Interface IHasToArgument

Namespace
Gve.Text
Assembly
Gve.Text.dll

Interface implemented by operations that have a TO argument.

public interface IHasToArgument

Properties

To

Gets or sets the reference position.

int To { get; set; }

Property Value

int

ToAsIndex

Gets or sets a value indicating whether To refers to an index rather than a chain node ID.

bool ToAsIndex { get; set; }

Property Value

bool