GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / FindShared Method
a String
In This Topic
    FindShared Method (GoXmlReader)
    In This Topic
    Look up a shared object in a hashtable by identifier.
    Syntax
    public object FindShared( 
       string key
    )

    Parameters

    key
    a String

    Return Value

    an object, or null if not found or if key is null
    Remarks
    If key is null, this method returns null.
    See Also