Example #1
0
 public Signature[] GetSignatures()
 {
     WaitForSignatureHelp();
     return(_editorInProc.GetSignatures());
 }