Click or drag to resize

ResourceParserMerge Method

Merge the contents of an object into the contents of another object.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual void Merge(
	Object current,
	Object overwrite
)
Request Example View Source

Parameters

current
Type: SystemObject
The object to merge into.
overwrite
Type: SystemObject
The object to merge from.
Exceptions
ExceptionCondition
NotImplementedExceptionThe parser does not support merging.
See Also