ConsumeObjectFinish Method (IGoXmlTransformer)
In This Topic
Finish any initialization of the object allocated by
Allocate, whose attributes have been read and whose body has been traversed and any child objects consumed.
Syntax
void ConsumeObjectFinish(
object
)
Parameters
- obj
- the object constructed by Allocate
See Also