[]
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
TItem
public OwnedCollection()
protected override void ClearItems()
protected override void InsertItem(int index, TItem item)
index
intitem
TItemprotected override void RemoveItem(int index)
index
intprotected override void SetItem(int index, TItem item)
index
intitem
TItem