ComponentOne Basic Library for WPF and Silverlight
Count Property (C1OrderedSet)


C1.Silverlight Namespace > C1OrderedSet Class : Count Property
Gets the number of elements contained in the System.Collections.Generic.ICollection`1.
Syntax
'Declaration
 
Public ReadOnly Property Count As System.Integer
'Usage
 
Dim instance As C1OrderedSet
Dim value As System.Integer
 
value = instance.Count
public System.int Count {get;}

Property Value

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

Reference

C1OrderedSet Class
C1OrderedSet Members