GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / ProcessDelayedObjects Method
In This Topic
    ProcessDelayedObjects Method
    In This Topic
    This method fixes up any objects that had references that were unable to be resolved during the regular Consume steps.
    Syntax
    public virtual void ProcessDelayedObjects()
    Remarks
    This uses the information remembered from calls to AddDelayedRef. For each object/property pair that was delayed, this method calls FindShared to get the real object corresponding to the saved string reference, and calls InvokeUpdateReference to actually assign the object's property with that reference. You probably do not need to override this method.
    See Also