Share via


Dictionary.Enumnext(Int32) Method

Definition

Indicates the enumeration type that succeeds a specified enumeration type, based on the enumeration type IDs.

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

Parameters

_classId
Int32

Returns

An enumId system data type value for the enumeration that succeeds the specified enumeration.

Applies to