Open sandboxFocus

Method With

With(InvokerOptions)

Declaration
[Obsolete("Use the WithOptions method.")]
IMethodInvoker With(InvokerOptions options)
Parameters
Type Name Description
InvokerOptions options
Returns
Type Description
IMethodInvoker

With(dynamic?, InvokerOptions)

Declaration
[Obsolete("Use the WithObject and WithOptions methods.")]
IMethodInvoker With(dynamic? obj, InvokerOptions options = InvokerOptions.Default)
Parameters
Type Name Description
dynamic obj
InvokerOptions options
Returns
Type Description
IMethodInvoker