Returns the serialization information to account for additional data occupied by this and another object.

C# | Visual Basic | Managed C++ |
public SerializableInfo CombineWith ( SerializableInfo other )
Public Function CombineWith ( _ other As SerializableInfo _ ) As SerializableInfo
public: SerializableInfo CombineWith ( SerializableInfo other )

- other (SerializableInfo)
- The serialization information of another object.

The combined serialization information for this and another obejct.