Parameters
- obj
- the data structure representing the whole document body, the result of a call to ConsumeRootAttributes
IList
or an IGoCollection
(such as a GoDocument
or a GoCollection
) representing the collection of objects to be read from the XML. If the object returned by ConsumeObject is a GoObject
and root object is a IGoCollection
, the GoObject
is Add
'ed to the IGoCollection
. Otherwise, if the root object is an IList
, the new object is Add
ed to the IList
. If you have overridden ConsumeRootElement or ConsumeRootAttributes to return a different kind of object, you may need to override this method too.