DictTable.mapObject Method

Creates an instance of the [T: DictTableMap] class for a mapping that is specified by index.

Syntax

public DictTableMap mapObject(int _cnt)

Run On

Called

Parameters

  • _cnt
    Type: int
    The index of the table map to check.

Return Value

Type: DictTableMap Class
A DictTableMap object for the field that is specified by the _cnt parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the object could not be created.

See Also

Reference

DictTable Class