DocsMarshal
/
Types
/
DocsMarshal.Entities.DMCollection<T>
class
DMCollection<T>
Base class:
ObservableCollection
<T>
Implemented interfaces:
IList
<T>
ICollection
<T>
IEnumerable
<T>
IEnumerable
IList
ICollection
IReadOnlyList
<T>
IReadOnlyCollection
<T>
INotifyCollectionChanged
INotifyPropertyChanged
IDisposable
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
DMCollection<T>
()
Properties
Int32
Count
{ get; }
Int32
Item
{ get; set; }
Top