Count Property (C1ObservableItemCollection<TOwner,TItem>)
                In This Topic
            
            Gets the number of elements actually contained in the collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Shadows ReadOnly Property Count As System.Integer
             
        
            
            public virtual new System.int Count {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also