DictClass.Staticmethodobject(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 static method in a class by returning a DictMethod object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::DictMethod ^ Staticmethodobject(int num1);
public virtual Microsoft.Dynamics.Ax.Xpp.DictMethod Staticmethodobject (int num1);
abstract member Staticmethodobject : int -> Microsoft.Dynamics.Ax.Xpp.DictMethod
override this.Staticmethodobject : int -> Microsoft.Dynamics.Ax.Xpp.DictMethod
Public Overridable Function Staticmethodobject (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.