Click or drag to resize
DigitalRuneCurve2FReaderCanDeserializeIntoExistingObject Property
Determines if deserialization into an existing object is possible.

Namespace: DigitalRune.Mathematics.Content
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public override bool CanDeserializeIntoExistingObject { get; }

Property Value

Type: Boolean
if the type can be deserialized into an existing instance; otherwise.
See Also