Click or drag to resize

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)
Syntax
C#
protected 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: Boolean
True if the operation succeeds, false otherwise.
See Also