AvalonStudio.Debugging.CallStackViewModel.CallStackViewModel C# (CSharp) Method

CallStackViewModel() public method

public CallStackViewModel ( ) : System.Collections.Generic
return System.Collections.Generic
		public CallStackViewModel()
		{
			Title = "CallStack";

			Dispatcher.UIThread.InvokeAsync(() => { IsVisible = false; });

			Frames = new ObservableCollection<FrameViewModel>();
		}