コード例 #1
0
ファイル: AbstractActor.cs プロジェクト: 5l1v3r1/Sherlock-2
 protected virtual void OnReport(IInspectionReport report)
 {
 }
コード例 #2
0
 protected override void OnReport(IInspectionReport report)
 {
     report.Guard(() => _counter == 0, $"Found {_counter} dead letters");
 }