GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / IGoXmlTransformer Interface / Allocate Method
In This Topic
    Allocate Method (IGoXmlTransformer)
    In This Topic
    Construct an object, given the current state of the GoXmlReader.
    Syntax
    object Allocate()

    Return Value

    an object, or null if the current element does not require creating an object
    See Also