Share via


DictClass.Objectmethodobject(Int32) Method

Definition

Provides information about a specified instance method in a class by returning a DictMethod object.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::DictMethod ^ Objectmethodobject(int num1);
public virtual Microsoft.Dynamics.Ax.Xpp.DictMethod Objectmethodobject (int num1);
abstract member Objectmethodobject : int -> Microsoft.Dynamics.Ax.Xpp.DictMethod
override this.Objectmethodobject : int -> Microsoft.Dynamics.Ax.Xpp.DictMethod
Public Overridable Function Objectmethodobject (num1 As Integer) As DictMethod

Parameters

num1
Int32

Returns

A DictMethod object that contains information about a specified method in a class.

Remarks

The _methodNumber parameter starts counting at 1.

Applies to