Click or drag to resize

ValueSetterTTrySetReferencedValue Method

Implement this to set the value to what we want it to be after it has been modified.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected abstract bool TrySetReferencedValue(
	ref T newValue
)

Parameters

newValue
Type: T
The value we are going to set it to.

Return Value

Type: Boolean
True if the set is successful, false if it fails for some reason.
See Also