Spread for ASP.NET 11 Product Documentation
Clone Method (DetachmentCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > DetachmentCollection 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 DetachmentCollection
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

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

Reference

DetachmentCollection Class
DetachmentCollection Members