---
title: NSCollectionChangeType.insert
framework: foundation
role: symbol
role_heading: Case
path: foundation/nscollectionchangetype/insert
---

# NSCollectionChangeType.insert

A change type that represents the insertion of an object into an ordered collection.

## Declaration

```swift
case insert
```

## See Also

### Types of Ordered Collection Changes

- [NSCollectionChangeType.remove](foundation/nscollectionchangetype/remove.md)
