getSize method

int getSize()

Implementation

int getSize(){
  if(_getSizeCallback != null) return _getSizeCallback!();
  return 0;
}