Interface IHasToArgument
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
ToAsIndex
Gets or sets a value indicating whether To refers to an index rather than a chain node ID.
bool ToAsIndex { get; set; }