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
modeTabIndexModenumint
Properties
mode
public TabIndexMode mode { readonly get; set; }
Property Value
num
public int num { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.