コード例 #1
0
 public int StopDebuggingPE()
 {
     return(EditAndContinueImplOpt?.StopDebuggingPE() ?? VSConstants.S_OK);
 }
コード例 #2
0
 public int StopDebuggingPE()
 {
     return(EditAndContinueImplOpt.StopDebuggingPE());
 }