# `MGOrderedDictionary removeObjectAtIndex:`

*Instance Method*

## Declaration

```swift
func removeObject(at idx: UInt)
```

```objc
- (void) removeObjectAtIndex:(NSUInteger) idx;
```

```python
removeObjectAtIndex_(idx: int)
```

