---
title: count
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsmaptable/count
---

# count

The number of key-value pairs in the map table.

## Declaration

```swift
var count: Int { get }
```

## See Also

### Accessing Content

- [object(forKey:)](foundation/nsmaptable/object(forkey:).md)
- [keyEnumerator()](foundation/nsmaptable/keyenumerator().md)
- [objectEnumerator()](foundation/nsmaptable/objectenumerator().md)
