isContainer method

bool isContainer()

Implementation

bool isContainer() {
  return getContainerConstructor() != null;
}