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

WatchListViewModel() public method

public WatchListViewModel ( ) : System.Collections.Generic
return System.Collections.Generic
		public WatchListViewModel()
		{
			Dispatcher.UIThread.InvokeAsync(() => { IsVisible = false; });

			Title = "Watch List";
			Children = new ObservableCollection<WatchViewModel>();
			LastChangedRegisters = new List<WatchViewModel>();
		}

Same methods

WatchListViewModel::WatchListViewModel ( IDebugManager debugManager ) : System.Collections.Generic