ESRI.ArcGIS.ADF
WriteXml Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ThreadSafeCollection Class : WriteXml Method




writer
XmlWriter
Converts an object into its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As ThreadSafeCollection
Dim writer As XmlWriter
 
instance.WriteXml(writer)
C# 
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
XmlWriter

See Also

© 2010 All Rights Reserved.