DictClass.Objectmethodobject(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.
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.