# `MGOrderedDictionary objectAtIndex:`

*Instance Method*

## Declaration

```swift
func object(at idx: UInt) -> Any?
```

```objc
- (id) objectAtIndex:(NSUInteger) idx;
```

```python
objectAtIndex_(idx: int) -> object
```

