GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReaderWriterBase Class / GetTransformer Method
a Type, or null if t is null
In This Topic
    GetTransformer Method
    In This Topic
    Returns the IGoXmlTransformer associated with a given type.
    Syntax
    public IGoXmlTransformer GetTransformer( 
       Type t
    )

    Parameters

    t
    a Type, or null if t is null

    Return Value

    a IGoXmlTransformer, or null if none is specified for the exact Type t
    See Also