 | ValueSetterTTryGetReferencedValue Method |
Implement this to get the value we are referencing.
Namespace:
DustProductions.Core
Assembly:
DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected abstract bool TryGetReferencedValue(
out Nullable<T> referencedValue
)
Parameters
- referencedValue
- Type: SystemNullableT
The value we are referencing. Can be null if the operation fails.
Return Value
Type:
BooleanTrue if the operation succeeds, false otherwise.
See Also