Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / ItemsCollection Class
Properties Methods Events

In This Topic
    ItemsCollection Class Members
    In This Topic

    The following tables list the members exposed by ItemsCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the System.Collections.ICollection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public PropertyGets whether the collection size can change. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public PropertyGets a value indicating whether the ICollection is read-only. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public PropertyGets or sets the element at the specified index. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ICollection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodAdds a range of items. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodRemoves all items from the ICollection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodDetermines whether the ICollection contains a specific value. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodOverloaded. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodReturns an enumerator that iterates through a collection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodDetermines the index of a specific item in the System.Collections.IList. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodInserts an item to the System.Collections.IList at the specified index. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodInserts a range of items in the collection. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodMoves the item at the from position to to. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodRemoves the first occurrence of a specific object from the System.Collections.IList. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodRemoves the IList item at the specified index. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodRemoves a range of items. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Public MethodReplaces a range of items. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Top
    Public Events
     NameDescription
    Public EventOccurs after the items in the collection changed. (Inherited from C1.DataCollection.C1DataCollectionList<object>)
    Top
    See Also