Method.isVirtual

Checks if this method has entry in the object's vtable.

class Method
@property const
bool
isVirtual
()

Return Value

Type: bool

true if the method is virtual.

See Also

isFinal, isStatic

Meta