Skip to main content

SetPropertyHelper.Set Method

Name Parameters Description
Set<T>(ref T, T, Action) static storage, value, changedCallback A helper method that sets the specified property’s field.
Set<T>(ref T, T, Action<T, T>) static storage, value, changedCallback A helper method that sets the specified property’s field.
Set<T>(ref T, T, Action<T>) static storage, value, changedCallback A helper method that sets the specified property’s field.
Set<T>(ref T, T) static storage, value A helper method that sets the specified property’s field.