Interface IAddLateEvent<T0>
Version of with 1 argument
Syntax
public interface IAddLateEvent<T0>
Type Parameters
Name | Description |
---|---|
T0 |
Methods
AddListener(Action<T0>)
Declaration
void AddListener(Action<T0> handler)
Parameters
Type | Name | Description |
---|---|---|
System.Action<T0> | handler |
RemoveListener(Action<T0>)
Declaration
void RemoveListener(Action<T0> handler)
Parameters
Type | Name | Description |
---|---|---|
System.Action<T0> | handler |