ObservableList<T> Properties

The following tables list the members exposed by the ObservableList<T> type.

Name Description
Public property Capacity Gets or sets the total number of elements the internal data structure can hold without resizing. (inherited from List<T>).
Public property Count Gets the number of elements actually contained in the List<T>. (inherited from List<T>).
Public property Item(Int32) Gets or sets the element at the specified index. (inherited from List<T>).
Top

In this article

Definition