With(InvokerOptions)
Gets an IIndexerInvoker for the same index and target but with different options.
Declaration
IIndexerInvoker With(InvokerOptions options)Parameters
| Type | Name | Description |
|---|---|---|
| InvokerOptions | options |
Returns
| Type | Description |
|---|---|
| IIndexerInvoker |
With(dynamic?, InvokerOptions)
Gets an IIndexerInvoker for the same indexer but with a different field or property and with different options.
Declaration
IIndexerInvoker With(dynamic? target, InvokerOptions options = InvokerOptions.Default)Parameters
| Type | Name | Description |
|---|---|---|
| dynamic | target | |
| InvokerOptions | options |
Returns
| Type | Description |
|---|---|
| IIndexerInvoker |