---
title: getCount
framework: Kernel
role: symbol
role_heading: Instance Method
platforms: [driverkit 19.0+, macOS 10.15.2+]
path: kernel/oscollection/3438148-getcount
---

# getCount

## Declaration

```occ
virtual uint32_t getCount(void);
```

```occ
virtual unsigned int getCount(void);
```

## See Also

### Inspecting a Collection

- [getCapacity](kernel/oscollection/3438147-getcapacity.md)
- [ensureCapacity](kernel/oscollection/3438145-ensurecapacity.md)
