DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / Count Property

In This Topic
    Count Property (C1DataCollectionBindingList)
    In This Topic
    Gets the number of elements contained in the System.Collections.ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also