GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / MakeShared Method
a String name
some object
In This Topic
    MakeShared Method (GoXmlReader)
    In This Topic
    Remember an object in a hashtable, using a particular identifier name.
    Syntax
    public void MakeShared( 
       string key,
       object val
    )

    Parameters

    key
    a String name
    val
    some object
    Remarks
    If key is null, this method does nothing.
    See Also