[]
        
(Showing Draft Content)

C1.Schedule.C1ObservableCollection-1

C1ObservableCollection<T> Class

The C1ObservableCollection<T> is the base class for all Collection<T> derived collections. Supports notification.

Inheritance
C1ObservableCollection<T>
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class C1ObservableCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged
Type Parameters
Name Description
T

The type of objects to keep in collection.

Constructors

Name Description
C1ObservableCollection()

Initializes a new instance of the C1ObservableCollection<T> class.

C1ObservableCollection(IList<T>)

Initializes a new instance of the C1ObservableCollection<T> class.

Methods

Name Description
ClearItems()
InsertItem(int, T)
OnCollectionChanged(NotifyCollectionChangedEventArgs)
RemoveItem(int)
SetItem(int, T)