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