Catel.MVVM.Views.ViewStack.ViewStack C# (CSharp) Метод

ViewStack() публичный Метод

Initializes a new instance of the ViewStack class.
public ViewStack ( IView view, bool isViewLoaded ) : System
view IView The view.
isViewLoaded bool if set to true, the view is loaded.
Результат System
        public ViewStack(IView view, bool isViewLoaded)
            : this(view, isViewLoaded, null) { }

Same methods

ViewStack::ViewStack ( IView view, bool isViewLoaded, ViewStack parentViewStack ) : System