UntypedValue
property in Coherence.Toolkit.Bindings
Properties
public override object UntypedValue { get; }
The current Value expressed as an object. This is useful when the exact binding type is unknown (e.g., in unit tests) but should be avoided in hotpaths due to boxing.
Property Value
Type | Description |
---|---|
object |