Share via


DictTable.Mapobject(Int32) Method

Definition

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

public:
 virtual System::Object ^ Mapobject(int _cnt);
[Microsoft.Dynamics.Ax.Xpp.ReturnTypeCovariance("class", "DictTableMap")]
public virtual object Mapobject (int _cnt);
[<Microsoft.Dynamics.Ax.Xpp.ReturnTypeCovariance("class", "DictTableMap")>]
abstract member Mapobject : int -> obj
override this.Mapobject : int -> obj
Public Overridable Function Mapobject (_cnt As Integer) As Object

Parameters

_cnt
Int32

Returns

A DictTableMap object for the field that is specified by the _cnt parameter; null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic) if the object could not be created.

Attributes

Applies to