GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ FindShared Method
a String
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
FindShared Method (GoXmlReader)
In This Topic
Look up a shared object in a hashtable by identifier.
Syntax
C#
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
Reference
GoXmlReader Class
GoXmlReader Members