Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1OrderedSet Class / Count Property

In This Topic
    Count Property
    In This Topic
    Gets the number of elements contained in the ICollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The number of elements contained in the ICollection.
    See Also