Share via


DictClass.Objectmethod(Int32) Method

Definition

Provides the name of a specified instance method in a class.

public:
 virtual System::String ^ Objectmethod(int num1);
public virtual string Objectmethod (int num1);
abstract member Objectmethod : int -> string
override this.Objectmethod : int -> string
Public Overridable Function Objectmethod (num1 As Integer) As String

Parameters

num1
Int32

Returns

A string data type value for the method name.

Remarks

The _methodNumber parameter starts counting at 1.

Applies to