Class TestBindables
public class TestBindables : ObservableCollection<TestBindable>, IList<TestBindable>, ICollection<TestBindable>, IReadOnlyList<TestBindable>, IReadOnlyCollection<TestBindable>, IEnumerable<TestBindable>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
TestBindables
- Implements
- Inherited Members
- Extension Methods
Constructors
TestBindables()
public TestBindables()
TestBindables(IEnumerable<TestBindable>)
public TestBindables(IEnumerable<TestBindable> collection)
Parameters
collection
IEnumerable<TestBindable>