Documentation for a minimal subset of the QSM API
CombineWith Method (other)
Namespaces > QS.Fx.Serialization > SerializableInfo > CombineWith(SerializableInfo)
Returns the serialization information to account for additional data occupied by this and another object.
Syntax
C#Visual BasicManaged C++
public SerializableInfo CombineWith (
	SerializableInfo other
)
Public Function CombineWith ( _
	other As SerializableInfo _
) As SerializableInfo
public:
SerializableInfo CombineWith (
	SerializableInfo other
)
Parameters
other (SerializableInfo)
The serialization information of another object.
Return Value
The combined serialization information for this and another obejct.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0