コード例 #1
0
 public bool IsInvoking(Action action)
 {
     return(InvokeHandler.IsInvoking(this, action));
 }