MvxReactiveViewModel.

SetProperty<T>(T, T, string) Method

Summary

Sets the property raising the change event and setting a newer value.

Syntax

public bool SetProperty<T>(ref T storage, T value, string propertyName = null)

Type Parameters

Name Description
T

Parameters

Name Type Description
storage T
value T
propertyName string

Return Value

Type Description
bool