[]
        
(Showing Draft Content)

C1.Blazor.Core.ItemsCollection

ItemsCollection Class

Collection of items

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public class ItemsCollection : C1DataCollectionList<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
ItemsCollection(IDataCollection<object>)

Initializes a new instance of the ItemsCollection class.