CyclicBuffer.MaxSize Property
      
     
    
       Gets the maximum size of the buffer. 
      
        [Visual Basic]
        Public ReadOnly Property MaxSize As 
Integer 
      
        [C#]
        public 
int MaxSize {get;}
 
      
      
      Property Value
      The maximum size of the buffer.
      Remarks
             Gets the maximum size of the buffer 
            See Also
CyclicBuffer Class | log4net.Util Namespace