コード例 #1
0
ファイル: EventAction.cs プロジェクト: Potapy4/FakeItEasy
 private protected override bool Matches(EventCall eventCall) => eventCall.Event.Name == this.eventName && eventCall.IsEventUnsubscription();
コード例 #2
0
ファイル: EventAction.cs プロジェクト: Potapy4/FakeItEasy
 private protected override bool Matches(EventCall eventCall) => eventCall.IsEventUnsubscription();