 | 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)
Syntaxprotected abstract bool TrySetReferencedValue(
ref T newValue
)
Parameters
- newValue
- Type: T
The value we are going to set it to.
Return Value
Type:
BooleanTrue if the set is successful, false if it fails for some reason.
See Also