[]
        
(Showing Draft Content)

C1.Data.DataSource.DependencyObjectCollection-1

DependencyObjectCollection<T> Class

An observable collection of dependency objects.

Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class DependencyObjectCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : DependencyObject
Type Parameters
Name Description
T

The type of objects in the collection. Must be derived from DependencyObject.

Constructors

Name Description
DependencyObjectCollection()

Methods

Name Description
InsertItem(int, T)

Inserts an item into the collection at the specified index.

SetItem(int, T)

Replaces the element at the specified index.

Extension Methods