Share via


DictClass.implements Method

Provides the ID for a specified interface that a class implements.

Syntax

public ClassId implements(int no)

Run On

Called

Parameters

  • no
    Type: int
    An integer data type that specifies the interface, based on the order of the interfaces in the class declaration.

Return Value

Type: ClassId Extended Data Type
A value of the classID system data type that indicates the class ID.

See Also

Reference

DictClass Class