ComponentOne FinancialChart for WPF
Count Property



C1.WPF Namespace > C1OrderedSet Class : Count Property
Gets the number of elements contained in the ICollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As C1OrderedSet
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public:
property int Count {
   int get();
}

Property Value

The number of elements contained in the ICollection.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members