getIsStatic abstract method

bool getIsStatic()

Indicates whether this member is declared as static.

Static members belong to the class itself rather than to instances of the class.

Implementation

bool getIsStatic();