Dictionary.Classnext(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.
Indicates the class that succeeds a specified class, based on the class IDs.
public:
virtual int Classnext(int _classId);
public virtual int Classnext (int _classId);
abstract member Classnext : int -> int
override this.Classnext : int -> int
Public Overridable Function Classnext (_classId As Integer) As Integer
Parameters
- _classId
- Int32
A classId system data type that indicates a class ID.
Returns
A classId system data type value that indicates the class that succeeds the specified class.