Add shared method to Class Interface

Is it possible to add a shared method to a class interface in Xojo ?

No. Class interfaces are all about instances of the class. Shared Methods aren’t.

1 Like