MethodInfo.Varid(Int32) Method

Definition

Specifies the ID for certain variable data types, such as extended data types and enums, for a method that contains variables.

public:
 virtual int Varid(int num1);
public virtual int Varid (int num1);
abstract member Varid : int -> int
override this.Varid : int -> int
Public Overridable Function Varid (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

An integer value that indicates the variable data type ID.

Remarks

The return value is 0 if the data type does not have an ID or if a method does not have variables.

Applies to