[]
Represents a collection of elements derived from MapOwnedItemBase.
public abstract class MapOwnedCollectionBase<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IMapOwnedCloneable where T : MapOwnedItemBase
Name | Description |
---|---|
T |
Name | Description |
---|---|
MapOwnedCollectionBase() | |
MapOwnedCollectionBase(Map) |
Name | Description |
---|---|
Serializer | Must be initialized in the static ctor. |
Name | Description |
---|---|
this[string] | |
Owner |
Name | Description |
---|---|
Clone(Map) | |
CountAll(Predicate<T>) | |
FindAll(Predicate<T>) | |
FindAllReverse(Predicate<T>) | |
InsertItem(int, T) | |
OnCollectionChanged(NotifyCollectionChangedEventArgs) |