Share via


DictClass.Staticmethod(Int32) Method

Definition

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

public:
 virtual System::String ^ Staticmethod(int num1);
public virtual string Staticmethod (int num1);
abstract member Staticmethod : int -> string
override this.Staticmethod : int -> string
Public Overridable Function Staticmethod (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