Ejemplo n.º 1
0
 public static async Task <bool> AttachAsync(this IDebuggerPlugin dbgr)
 {
     return(await Task.Run(() => dbgr.Attach()));
 }