Class GenericEvent<T1, T2>
Represents a generic event that can be used to subscribe to specific event types with two parameters.
public record GenericEvent<T1, T2> : IEvent, IEquatable<GenericEvent<T1, T2>>
Type Parameters
T1
T2
- Inheritance
-
GenericEvent<T1, T2>
- Implements
-
IEquatable<GenericEvent<T1, T2>>
- Inherited Members
- Extension Methods
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.