InvocationList public static class InvocationList Documentation Code public static ReadOnlySpan<TDelegate> AsSpan<TDelegate>(this ref InvocationList delegates) where TDelegate : MulticastDelegate public static void Invoke<T>(this ref InvocationList actions, T arg) public static void Invoke<T1, T2>(this ref InvocationList actions, T1 arg1, T2 arg2)