コード例 #1
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider   = provider;
     _host       = host;
 }
コード例 #2
0
ファイル: CompletionSource.cs プロジェクト: TerabyteX/main
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider = provider;
     _host = host;
 }