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