[]
Copies all from another object.
public override void AssignFrom(OwnedCollection<TItem> source)
Public Overrides Sub AssignFrom(source As OwnedCollection(Of TItem))
| Type | Name | Description |
|---|---|---|
| OwnedCollection<TItem> | source | The source to copy from. |