ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Count Property

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

    Property Value

    The number of elements contained in the System.Collections.Generic.ICollection`1.
    See Also