[]
Base class for collection containing items supporting IOwnedObject interface. Collection updates Owner property of items.
public class OwnedCollection<TItem> : OwnedCollectionBase<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IOwnedObject, IList, ICollection, IEnumerable where TItem : IOwnedObject
| Name | Description |
|---|---|
| TItem |
| Name | Description |
|---|---|
| OwnedCollection() |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, TItem) | |
| RemoveItem(int) | |
| SetItem(int, TItem) |