Clears the current collection, and copies the items from another one.
The items are copied by cloning, and must support the ICloneable
interface (if an item that does not support is encountered, an exception occurs).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public virtual void AssignFrom( OwnedCollection source ) |
Visual Basic |
---|
Public Overridable Sub AssignFrom ( _ source As OwnedCollection _ ) |
Parameters
- source
- Type: C1.C1Preview..::..OwnedCollection
The OwnedCollection to copy items from.