getMemberCount method

int getMemberCount ()

获取群人数上限

Implementation

int getMemberCount(){
  return _memberCount;
}