Catel.MVVM.ViewModelBase.RecoverFromTombstoneStateInternal C# (CSharp) Method

RecoverFromTombstoneStateInternal() private method

Recovers the state from tombstoning.
This method is implemented so the PhoneApplicationPage can call this method.
private RecoverFromTombstoneStateInternal ( object>.IDictionary state ) : void
state object>.IDictionary The source state to recover values from.
return void
        internal void RecoverFromTombstoneStateInternal(IDictionary<string, object> state)
        {
            RecoverFromTombstoneState(state);
        }