InvocationList
Provides various extensions for InvocationList<T> type.
public static ReadOnlySpan<TDelegate> AsSpan<TDelegate>(this ref InvocationList delegates) where TDelegate : MulticastDelegate
Gets a span over the delegates in the list.
Invokes all actions in the list.
Invokes all actions in the list.