[]
Initializes a new instance of the C1ObservableCollection<T> class.
public C1ObservableCollection()
Initializes a new instance of the C1ObservableCollection<T> class.
public C1ObservableCollection(IList<T> list)
Type | Name | Description |
---|---|---|
IList<T> | list | The IList<T> list that is wrapped by the new collection. |