isStatic abstract method
Checks if this method is static.
Returns:
true
if declared withstatic
modifierfalse
for instance methods
Implementation
bool isStatic();
Checks if this method is static.
Returns:
true
if declared with static
modifierfalse
for instance methodsbool isStatic();