Delegate::Combine Method
.NET Framework (current version)
Concatenates the invocation lists of the specified multicast (combinable) delegates.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Combine(Delegate^, Delegate^) | Concatenates the invocation lists of two delegates. |
![]() ![]() | Combine(array<Delegate^>^) | Concatenates the invocation lists of an array of delegates. |
Show:

