Spread for ASP.NET 12 Product Documentation
Clone Method (DoubleCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > DoubleCollection Class : Clone Method
Creates a new collection that is a copy of this collection.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As DoubleCollection
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

New collection that is a copy of this collection.
See Also

Reference

DoubleCollection Class
DoubleCollection Members