Method SetValueIn
SetValueIn(IExtensiblePropertyContainer, T)
Sets the value of an extended property in a container
Declaration
public void SetValueIn([ValidatedNotNull] IExtensiblePropertyContainer container, T value)
Parameters
public void SetValueIn([ValidatedNotNull] IExtensiblePropertyContainer container, T value)
IExtensiblePropertyContainer | container | Container to set the value in |
T | value | value of the property |