Open sandboxFocus

Method With

With(InvokerOptions)

Gets an IFieldOrPropertyInvoker for the same field or property and target but with different options.

Declaration
IFieldOrPropertyInvoker With(InvokerOptions options)
Parameters
Type Name Description
InvokerOptions options
Returns
Type Description
IFieldOrPropertyInvoker

With(dynamic?, InvokerOptions)

Gets an IFieldOrPropertyInvoker for the same field or property but with a different field or property and with different options.

Declaration
IFieldOrPropertyInvoker With(dynamic? target, InvokerOptions options = InvokerOptions.Default)
Parameters
Type Name Description
dynamic target
InvokerOptions options
Returns
Type Description
IFieldOrPropertyInvoker