Dictionary.Tablenext(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the table that succeeds a specified table, based on the table IDs.
public:
virtual int Tablenext(int _tableId);
public virtual int Tablenext (int _tableId);
abstract member Tablenext : int -> int
override this.Tablenext : int -> int
Public Overridable Function Tablenext (_tableId As Integer) As Integer
Parameters
- _tableId
- Int32
A tableId system data type that indicates a table ID.
Returns
A tableId system data type value for the table that succeeds the specified table.