GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlWriter Class
/ MakeShared Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
MakeShared Method (GoXmlWriter)
In This Topic
Add an object to the table of shared objects.
Syntax
C#
public
string
MakeShared(
object
obj
)
Parameters
obj
Return Value
a unique identifier for this shared object, or null if
obj
is null
Remarks
This does nothing if the
obj
is already in the table, but just returns its identifier. This calls
FindShared
to see if the object is already known as a shared object.
See Also
Reference
GoXmlWriter Class
GoXmlWriter Members