isStatic abstract method
Checks if this field is static.
Returns:
true
if declared withstatic
modifierfalse
for instance fields
Note: Static fields can be accessed with a null instance.
Implementation
bool isStatic();
Checks if this field is static.
Returns:
true
if declared with static
modifierfalse
for instance fieldsNote: Static fields can be accessed with a null instance.
bool isStatic();