GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / ConsumeObjectFinish Method
the object constructed by Allocate
In This Topic
    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 obj
    )

    Parameters

    obj
    the object constructed by Allocate
    See Also