734 {
735
736
737 #ifdef DIAG_DEVELOPER
738 if (objectToCheck == null)
739 DebugLog("IsBaseStatic(must be true): ", true, true, " | objectToCheck is null (this is good)");
740 else
741 DebugLog(
"IsBaseStatic(must be true): ",
true,
IsObjectStatic(objectToCheck));
742 #endif
744 }
bool IsObjectStatic(Object obj)