mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Remove IObservableCollection
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
|
||||
namespace Microsoft.Iris.Debug.Data;
|
||||
|
||||
public interface IObservableCollection<T> : ICollection<T>, INotifyCollectionChanged
|
||||
{
|
||||
}
|
||||
@@ -8,8 +8,6 @@ public interface IDebuggerState
|
||||
void Start();
|
||||
|
||||
InterpreterCommand DebuggerCommand { get; set; }
|
||||
|
||||
//IObservableCollection<Breakpoint> Breakpoints { get; }
|
||||
}
|
||||
|
||||
public interface IRemoteDebuggerState : IDebuggerState
|
||||
|
||||
Reference in New Issue
Block a user