# `MGOrderedDictionary removeObjectsInRange:`

*Instance Method*

## Declaration

```swift
func removeObjects(in aRange: NSRange)
```

```objc
- (void) removeObjectsInRange:(NSRange) aRange;
```

```python
removeObjectsInRange_(aRange: NSRange)
```

