Table of Contents

Struct TabIndex

Namespace
TabScript
Assembly
TableScript.dll

Represents an Index for a Table

public record struct TabIndex : IEquatable<TabIndex>
Implements
Inherited Members

Constructors

TabIndex(TabIndexMode, int)

Represents an Index for a Table

public TabIndex(TabIndexMode mode, int num)

Parameters

mode TabIndexMode
num int

Properties

mode

public TabIndexMode mode { readonly get; set; }

Property Value

TabIndexMode

num

public int num { readonly get; set; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.