Catel.MVVM.ViewModelBase.PrepareForTombstoneStateInternal C# (CSharp) Метод

PrepareForTombstoneStateInternal() приватный Метод

Prepares the state for tombstoning.
This method is implemented so the PhoneApplicationPage can call this method.
private PrepareForTombstoneStateInternal ( object>.IDictionary state ) : void
state object>.IDictionary The target state which can be used to store values.
Результат void
        internal void PrepareForTombstoneStateInternal(IDictionary<string, object> state)
        {
            PrepareForTombstoneState(state);
        }