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);
        }