[]
Collection of items
public class ItemsCollection : C1DataCollectionList<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class ItemsCollection
Inherits C1DataCollectionList(Of Object)
Implements IList(Of Object), ICollection(Of Object), IList, ICollection, IReadOnlyList(Of Object), IReadOnlyCollection(Of Object), IEnumerable(Of Object), IEnumerable, INotifyCollectionChanged, IDisposable
| Name | Description |
|---|---|
| ItemsCollection(IDataCollection<object>) | Initializes a new instance of the ItemsCollection class. |