示例#1
0
 public string[] GetCompletionItems()
 {
     WaitForCompletionSet();
     return(_inProc.GetCompletionItems());
 }