GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / InvokeConsumeObjectFinish Method
the Type for which we seek an IGoXmlTransformer
an Object to be passed to IGoXmlTransformer.ConsumeObjectFinish
In This Topic
    InvokeConsumeObjectFinish Method
    In This Topic
    Call the IGoXmlTransformer.ConsumeObjectFinish method of the IGoXmlTransformer that is associated with the given type.
    Syntax
    public virtual void InvokeConsumeObjectFinish( 
       Type type,
       object obj
    )

    Parameters

    type
    the Type for which we seek an IGoXmlTransformer
    obj
    an Object to be passed to IGoXmlTransformer.ConsumeObjectFinish
    Remarks
    This searches for an IGoXmlTransformer starting at the type and proceeding up the type hierarchy. The obj parameter is passed to the method call. This method is practically never overridden.
    See Also