Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace > GoXmlReader Class : ConsumeRootBody Method |
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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2