GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / ConsumeChild Method
In This Topic
    ConsumeChild Method (IGoXmlTransformer)
    In This Topic
    Process a child object constructed by having consumed a child element of this body, as part of the implementation of a ConsumeBody.
    Syntax
    void ConsumeChild( 
       object parent,
       object child
    )

    Parameters

    parent
    child
    See Also