# `MGOrderedDictionary.objectAtIndexedSubscript:`

*Instance Subscript*

## Declaration

```swift
subscript(idx: UInt) -> Any? { get }
```

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

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

