| Contents | Index |
result = Combine(delegateA,delegateB)
result = Combine(delegateA,delegateB) combines two delegates into a new delegate.
delegateA |
.NET System.Delegate object. The first delegate in the new delegate. |
delegateB |
.NET System.Delegate object. The last delegate in the new delegate. |
result |
.NET System.Delegate object. A new delegate that delegates to the input delegate delegateA, then delegateB |
Use the static Combine method of the System.Delegate class.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |