# `MGOrderedDictionary initConvertFromDictionary:`

*Initializer*

This method is similar to initWithDictionary, the difference is: This method will Scan the all Dictionary tree converting internal elements too.

## Declaration

```swift
init(convertFrom dictionary: [AnyHashable : Any])
```

```objc
- (instancetype) initConvertFromDictionary:(NSDictionary *) dictionary;
```

```python
initConvertFromDictionary_(dictionary: dict) -> MGOrderedDictionary
```

