This version of Unity is unsupported.

IProperty<T0>.SetValue

Declaration

public void SetValue(ref TContainer container, object value);

Parameters

container The container whose property value will be set.
value The new property value.

Returns

void <see langword="true" /> if the value was set; otherwise, <see langword="false" />.

Description

Sets the property value of a specified container.