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

    Parameters

    t
    a Type, or null if t is null

    Return Value

    a IGoXmlTransformer, or null if the type and none of its base Types have a transformer associated with it, as returned by calls to GetTransformer
    See Also