Skip to content

ClassMethod

Bases: Method

Defining Methods

ClassMethod Name(Arguments...) as ReturnType [ Keywords ]
{
    Implementation
}