C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IndexEntryCollection Class / AssignFrom Method
The OwnedCollectionBase to copy items from.

In This Topic
AssignFrom Method (IndexEntryCollection)
In This Topic
Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs).
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As OwnedCollectionBase _
) 
 

Parameters

source
The OwnedCollectionBase to copy items from.
See Also