Concatenates the invocation lists of an array of delegates.
- Parameters
-
delegates | The array of delegates to combine. |
- Returns
- Delegate A new delegate with an invocation list that concatenates the invocation lists of the delegates in the delegates array. Returns null if delegates is null, if delegates contains zero elements, || if every entry in delegates is null.