[]
The C1ObservableCollection<T> is the base class for all Collection<T> derived collections. Supports notification.
public class C1ObservableCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| T | The type of objects to keep in collection. |
| Name | Description |
|---|---|
| C1ObservableCollection() | Initializes a new instance of the C1ObservableCollection<T> class. |
| C1ObservableCollection(IList<T>) | Initializes a new instance of the C1ObservableCollection<T> class. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, T) | |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | |
| RemoveItem(int) | |
| SetItem(int, T) |