Table of Contents

Class TestBindables

Namespace
H.Data.Test
Assembly
H.Data.Test.dll
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>