Kit Documentation
Kit Documentation
Kit Reference
Kit.Parsers
ResourceParser Class
ResourceParser Methods
CanParse Method
Merge Method
Read Method
Write Method
ResourceParser
Merge 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#
Copy
public
virtual
void
Merge
(
Object
current
,
Object
overwrite
)
Request Example
View Source
Parameters
current
Type:
System
Object
The object to merge into.
overwrite
Type:
System
Object
The object to merge from.
Exceptions
Exception
Condition
NotImplementedException
The parser does not support merging.
See Also
Reference
ResourceParser Class
Kit.Parsers Namespace
Send comments on this topic to
agam@frag-games.com