GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / ConsumeAttributes Method
the object constructed by Allocate
In This Topic
    ConsumeAttributes Method (IGoXmlTransformer)
    In This Topic
    Use attribute values to further initialize the object constructed by Allocate.
    Syntax
    void ConsumeAttributes( 
       object obj
    )

    Parameters

    obj
    the object constructed by Allocate
    See Also