GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / InvokeAllocate Method
In This Topic
    InvokeAllocate Method
    In This Topic
    Call the Allocate method of the IGoXmlTransformer that is associated with its IGoXmlTransformer.ElementName.
    Syntax
    public virtual object InvokeAllocate()

    Return Value

    This returns the result of calling Allocate. If no transformer is found, this returns false. This method is practically never overridden.
    Remarks
    This searches for the most type-specific IGoXmlTransformer associated with a IGoXmlTransformer.ElementName.
    See Also