Table of Contents

Class GenericEvent<T1, T2>

Namespace
RisingV.Shared.Events
Assembly
RisingV.Shared.dll

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
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.