Open sandboxFocus

Method WithObject

WithObject(IExpression?)

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

Declaration
IFieldOrPropertyInvoker WithObject(IExpression? target)
Parameters
Type Name Description
IExpression target
Returns
Type Description
IFieldOrPropertyInvoker

WithObject(dynamic?)

Declaration
IFieldOrPropertyInvoker WithObject(dynamic? target)
Parameters
Type Name Description
dynamic target
Returns
Type Description
IFieldOrPropertyInvoker