Table of Contents

Class Students

Namespace
H.Data.Test
Assembly
H.Data.Test.dll
public class Students : ObservableCollection<Student>, IList<Student>, ICollection<Student>, IReadOnlyList<Student>, IReadOnlyCollection<Student>, IEnumerable<Student>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance
Students
Implements
Inherited Members
Extension Methods

Constructors

Students()

public Students()

Students(IEnumerable<Student>)

public Students(IEnumerable<Student> collection)

Parameters

collection IEnumerable<Student>