Class GenericEvent<T>
Represents a generic event that can be used to subscribe to specific event types.
public record GenericEvent<T> : IEvent, IEquatable<GenericEvent<T>>
Type Parameters
T
- Inheritance
-
GenericEvent<T>
- Implements
- 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.