Return (thrown or passed as a return value) and retry (retry singleton).
Inheritance: StackUnwinder
コード例 #1
0
ファイル: BlockParam.cs プロジェクト: aceptra/ironruby
 public static bool IsProcConverterTarget(BlockParam/*!*/ bfc, MethodUnwinder/*!*/ unwinder) {
     Debug.Assert(unwinder != null);
     return bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter;
 }
コード例 #2
0
 public static bool IsProcConverterTarget(BlockParam /*!*/ bfc, MethodUnwinder /*!*/ unwinder)
 {
     Debug.Assert(unwinder != null);
     return(bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter);
 }