| Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 | 
            
             | 
          
        
       
      
        
EmptyCollection.Count Property
      
     
    
       Gets the number of elements contained in the ICollection. 
      
        [Visual�Basic]
        NotOverridable�Public�ReadOnly�Property�Count�As�
Integer�_
 
      
        [C#]
        public�
int�Count�{get;}
 
      
      
      Property Value
       The number of elements contained in the ICollection. 
      Implements
      
        ICollection.Count
      
      Remarks
             As the collection is empty the Count is always 0. 
            See Also
EmptyCollection Class | log4net.Util Namespace