getIsStatic abstract method
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();
Indicates whether this member is declared as static.
Static members belong to the class itself rather than to instances of the class.
bool getIsStatic();