API reference

MultiAction Class

Implements MAction< T >
Classes that implement an interface that has MActions can use MultiAction as their MAction implementation to allow for multiple types of delegates to subscribe to the generic type.

Protected Fields

actions : HashSet< Action< T > >
Signature
HashSet<Action<T> > actions

Properties

Action : Action< T >
Signature
Action<T> Action

Methods

Invoke ( t )
Signature
void Invoke(T t)
Parameters
t: T
Returns
void