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




Creates a deep clone of the current Object.

Syntax

Visual Basic (Declaration) 
Public Function Clone() As Object
Visual Basic (Usage)Copy Code
Dim instance As StringCollection
Dim value As Object
 
value = instance.Clone()
C# 
public object Clone()

Return Value

Returns a deep clone of the current Object.

See Also

© 2010 All Rights Reserved.