Skip to content

TableContentSetMethodBindingConverter.PerformSet(object?, object?, object?[]?) method

Defined in

Type: TableContentSetMethodBindingConverter Namespace: ReactiveUI.Winforms Assembly: ReactiveUI.Winforms.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481

public object PerformSet(object? toTarget, object? newValue, object?[]? arguments)

View source

Inherited documentation

These docs were inherited from ISetMethodBindingConverter. The member doesn't override them on this type.

Summary: Convert a given object to the specified type.

Parameters

NameTypeDescription
toTargetobject?The target object we are setting to.
newValueobject?The value to set on the new object.
argumentsobject?[]?The arguments required. Used for indexer based values.

Returns: object -- The value that was set.