Open sandboxFocus

Method With

With(InvokerOptions)

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

With(dynamic?, InvokerOptions)

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