IFsrmMutableCollection.Clone Method ()
Creates a duplicate IFsrmMutableCollection collection.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmMutableCollection Clone()
IFsrmMutableCollection^ Clone()
abstract Clone : unit -> IFsrmMutableCollection
Function Clone As IFsrmMutableCollection
Return Value
Type: Microsoft.Storage.IFsrmMutableCollection
Returns a IFsrmMutableCollection interface to a collection that is a duplicate of this collection.
Remarks
This method is not implemented in the FSRM library.
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top