コード例 #1
0
 public CodeBlockMethodOverloadProvider(CodeBlockMethodInsightWindow insightWindow)
 {
     this.insightWindow = insightWindow;
     insightWindow.items.CollectionChanged += OnInsightWindowItemsChanged;
 }
コード例 #2
0
 public CodeBlockMethodOverloadProvider(CodeBlockMethodInsightWindow insightWindow)
 {
     this.insightWindow = insightWindow;
     insightWindow.items.CollectionChanged += OnInsightWindowItemsChanged;
 }