Class RecordsEntryList
Implements
System.Collections.Generic.IList<RecordEntry>
System.Collections.Generic.ICollection<RecordEntry>
System.Collections.Generic.IEnumerable<RecordEntry>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.IDisposable
Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class RecordsEntryList : RecordsListBase, IRecordsEntryList, IList<RecordEntry>, ICollection<RecordEntry>, IEnumerable<RecordEntry>, IEnumerable, INotifyCollectionChanged, IDisposable
Constructors
RecordsEntryList()
Initializes a new instance of the RecordsEntryList class.
Declaration
public RecordsEntryList()
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.IDisposable