GoDiagram Web Reference
MakeShared Method (GoXmlReader)

a String name
some object
Remember an object in a hashtable, using a particular identifier name.
Syntax
'Declaration
 
Public Sub MakeShared( _
   ByVal key As String, _
   ByVal val As Object _
) 
public void MakeShared( 
   string key,
   object val
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback