Click or drag to resize

KeyRawValueDictionaryDeserialize Method

Deserialize the serialized RawValue and adds these value to the existing items.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Deserialize(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The bytes representation of the RawValues
See Also