Pop3MessageCollection.Clone Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Clone()
Creates a shallow copy of the Pop3MessageCollection.
Declaration
public Pop3MessageCollection Clone()
Returns
Type | Description |
---|---|
Pop3MessageCollection | A shallow copy of the Pop3MessageCollection. |
Remarks
A shallow copy of a collection copies only the elements of the collection, whether they are reference types or value types, but it does not copy the objects that the references refer to. The references in the new collection point to the same objects that the references in the original collection point to.