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

LocalsViewModel() public method

public LocalsViewModel ( ) : System.Collections.Generic
return System.Collections.Generic
		public LocalsViewModel()
		{
			Title = "Locals";
			locals = new List<Variable>();

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