isStatic

Check if the Class is static.

Receiver

the Class to be checked.

Return

true if the Class is static, false otherwise.

See also


Check if the Member is static.

Receiver

the Member to be checked.

Return

true if the Member is static, false otherwise.

See also