TypeMock.ArrangeActAssert.ExpandDelegates Namespace

Typemock Isolator Developer Guide
 
Delegates

  DelegateDescription
Public delegateActionT1, T2, T3, T4, T5, T6, T7, T8, T9, T10
An expansion of the Action delegate to 10 arguments.
Public delegateActionT1, T2, T3, T4, T5
An expansion of the Action delegate to 5 arguments.
Public delegateActionT1, T2, T3, T4, T5, T6
An expansion of the Action delegate to 6 arguments.
Public delegateActionT1, T2, T3, T4, T5, T6, T7
An expansion of the Action delegate to 7 arguments.
Public delegateActionT1, T2, T3, T4, T5, T6, T7, T8
An expansion of the Action delegate to 8 arguments.
Public delegateActionT1, T2, T3, T4, T5, T6, T7, T8, T9
An expansion of the Action delegate to 9 arguments.
Public delegateFuncT1, T2, T3, T4, T5, T6, T7, T8, T9, TResult
An expansion of the Func delegate to 9 arguments.
Public delegateFuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult
An expansion of the Func delegate to 10 arguments.
Public delegateFuncT1, T2, T3, T4, T5, TResult
An expansion of the Func delegate to 5 arguments.
Public delegateFuncT1, T2, T3, T4, T5, T6, TResult
An expansion of the Func delegate to 6 arguments.
Public delegateFuncT1, T2, T3, T4, T5, T6, T7, TResult
An expansion of the Func delegate to 7 arguments.
Public delegateFuncT1, T2, T3, T4, T5, T6, T7, T8, TResult
An expansion of the Func delegate to 8 arguments.